/srv/irclogs.ubuntu.com/2009/01/12/#ubuntu-server.txt

frojndjmarsden: ok thanx00:26
frojnd..whre can I change default port 80 for http ?00:26
frojndI need to change it to something above 1000 since my ISP blocks everything under 100000:27
frojndI found it in apache2/ports.conf :)00:28
jmarsdenfrojnd: /etc/apache2/ports.conf00:28
jmarsdenYup.00:28
jmarsdenYou may also need to chaneg it in various VirtualHost lines, see /etc/apache2/sites-available/default for example00:30
frojndjmarsden: hm hm :)00:31
owhWhen I run aptitude install libvirt-bin, it installs three packages: dnsmasq-base libvirt-bin netcat-openbsd -- but when I run aptitude purge libvirt-bin, it only wants to remove dnsmasq-base libvirt-bin -- this makes no sense. Why is this happening?00:43
owhIs this a bug in libvirt-bin?00:46
jmarsdenOr a bug in aptitude??  Hard to say.  Have you checked all the Depends: and Recommends: stuff in all 3 packages for clues?00:47
owhjmarsden, I don't see any difference between the depends and rdepends of dnsmasq-base and netcat-openbsd.01:00
jmarsdenStrange... OK, let me see if I can duplicate the bug here...01:01
owhjmarsden, I've compared /var/lib/aptitude/pkgstates in the three states, that is, before the install, during the time that libvirt-bin is installed and after it has been purged. netcat-openbsd looks the same as dnsmasq-base, except in the final state -- because it's still installed. Very curious.01:14
jmarsdenIndeed.  I wonder if it could have anything to do with the way the netcat packages use alternatives somehow...?  But I don't really see why that should affect this.01:15
frojndoh nose :s01:17
frojndhow can I update CA certificate ?01:17
frojndanyone ?01:20
owhjmarsden, were you able to reproduce this?01:22
jmarsdenowh: Yes, I reproduced the issue here (Intrepid on amd64)01:22
ballmy head hurts. so. much.01:23
jmarsdenfrojnd: Update a CA cert?  Normally you would just create a new one.01:23
* owh hands ball an ice-cream for the pain.01:24
owhjmarsden, I'm not sure where to report the issue first. I'd rather not report a bug to everything. What do you think of an email to ubuntu-devel-discuss as a start?01:27
jmarsdenYou could do that; I'd be more tempted to just report it as an aptitude bug, indicating you are not sure if it is really a bug in aptitude or one of the packages concerned, and let whoever triages it decide whether that is correct or not.01:28
owhjmarsden, cool, I can do that instead.01:30
owhjmarsden, FYI the bug exists - I'm adding a comment: Bug #30550401:34
uvirtbot`Launchpad bug 305504 in aptitude "aptitude does not automatically remove unused packages" [Undecided,Confirmed] https://launchpad.net/bugs/30550401:34
frojnd...does anyone know how can I update cert list ?01:37
jmarsdenfrojnd: Read https://help.ubuntu.com/community/OpenSSL for general info on certificates and Apache?01:38
frojndjust CA01:39
jmarsdenfrojnd: That page describes creating your own local CA, and using it to create certs, etc...01:40
frojndjmarsden: very nice :)01:43
frojndit solved my problem :)01:43
jmarsdenGood!01:43
fowlduckoh my kittens, 137 ppl02:37
techsupporthow can i uninstall perl without the other packages ?02:40
fowlducki'm not sure how to google this, so i suppose i'll describe my situation and maybe someone can give me the terminology for what i'm looking for02:40
Kamping_Kaisertechsupport, you dont.02:41
techsupportcause when i type sudo apt-get remove perl it wants to uninstall apache2, mysql, total is 182 megs02:41
Kamping_Kaiseryou dont uninstall perl. its like uninstalling oxygen.02:42
techsupporti need to downgrade02:42
fowlduckI'm running a rails application that's using postfix for delivery of mail, specifically just sendmail.  what is it called when your mail server only does that? local delivery only? i'd like to figure out how to disable any other features to keep it locked down02:42
Kamping_Kaisertechsupport, huh?02:42
techsupportthe version of perl that i have is 5.10 and i need 5.802:43
Kamping_Kaisertechsupport, whysthat?02:44
Kamping_Kaiserfowlduck, the exim4 installer calls it "local delivery". not sure about posfix though.02:44
techsupportbecause its not compatible with utf802:44
fowlduckKamping_Kaiser: hm, so i should reconfigure postfix for local delivery only, maybe02:44
Kamping_Kaiserfowlduck, if its not already set to do that, yeah.02:45
Kamping_Kaisertechsupport, perl 5.10 isnt? nonsense02:45
fowlduckKamping_Kaiser: i think i configured it for "Internet Site"02:45
fowlducksince it's a site on the internet ;)02:45
Kamping_Kaiserinternet site probably means connects to other hosts via smtp directly.02:46
fowlduckInternet Site: Mail is send and received directly using SMTP02:47
fowlduckLocal only: The only delivered mail is the mail for local users. There is not network.02:47
Kamping_Kaiseryay, i got something right ;P02:47
fowlducki don't think local only is right, based on that description02:48
fowlduckhm, maybe i should try exim02:48
Kamping_Kaiserwhat do you want the mail server to do?02:48
fowlduckjust allow an application on the system to use sendmail to send email02:48
fowlduckno receiving, no relay, no remote sendinf02:48
fowlducksending*02:48
Kamping_Kaiserlocal should do what you want, as long as the mail is delivered locally02:49
fowlducki know so little about how email servers work *sigh*02:49
* Kamping_Kaiser isn't sure he made sense there02:49
fowlduckdefine 'delivered locally'02:49
Kamping_Kaiserto a user on the system02:50
fowlduckit's delivered to emails outside of the domain, if that's what you mean by not delivered locally02:50
fowlduckyeah, it's not just locally02:50
fowlduckfor example, a user signs up on the site, we send out a confirmation email02:50
fowlduckmaybe i don't need postfix or exim, just sendmail?02:51
Kamping_Kaiserhave a look at ssmtp02:51
Kamping_Kaiseras long as your network connection stays up, its pretty funky02:51
Kamping_Kaiser(it doesnt hold unsendable messages, it drops them).02:51
fowlduckyeah, someone already recommended that one, not sure if i want to go with it02:52
techsupporthow can i downgrade my perl version ?02:53
Kamping_Kaiserwith a world of pain - I'm certainly not going to try and help you do it02:54
fowlduckKamping_Kaiser: that could be an issue, too, dropping unsendable messages :/02:54
fowlduckwell, potentially02:54
techsupportubuntu server 8.10 , from perl v.5.10 to perl v.5.802:54
fowlduckwe usually just use a background process with gafyd using smtp straight from the app02:54
fowlduckbut this is a legacy app :/02:54
fowlduckno time to put all that in and track emails that are sent02:55
Kamping_Kaiserperhaps search the package repos for a simple smtp sender that doesnt drop mail? otherwise setting postfix to listen on loopback and send via $public is your best bet02:55
fowlduckhmm, cool, found some good exim tutorials02:58
fowlduckhttp://newbiedoc.sourceforge.net/networking/exim.html02:58
fowlduckKamping_Kaiser: thanks, btw. i just went with postfix and set mynetworks to 127.0.0.103:33
fowlducksupposed to only relay email for that ip then03:33
Kamping_Kaiserfowlduck, cool. have fun, hope it works :)03:33
fowlducksame ;)03:33
kirklandnijaba: thanks!  i just merged and tested06:48
kirklandnijaba: couple of minor tweaks06:49
kirklandnijaba: renamed screen-install and screen-remove to screen-launcher-install and screen-launcher-uninstall06:49
kirklandnijaba: seems more accurately named06:49
kirklandnijaba: i just released 1.6 to my ppa's and to jaunty universe06:50
* kirkland going to bed now :-)06:50
=== CrummyGummy is now known as everyoneelse
=== everyoneelse is now known as CrummyGummy
uvirtbot`New bug: #316283 in bind9 (main) "bind9-dlz-mysql - Please make a package with this option turned on" [Undecided,New] https://launchpad.net/bugs/31628308:35
krautmoin11:16
PC_NerdHi.  Attempting to send emails from batch scripts/crons etc via mail (exim4 etc).  Dont want to run a mailserver, and have port 25 open....    any ideas why Im not getting any emails from the mail command? (about to post logs).11:33
PC_Nerdhttp://pc_nerd.pastebin.com/m601147ca       thats one log entry from one mail command ( the command used included)11:40
PC_Nerdany ideas?11:40
jobrienI am having issues with a clean install of 8.10 and 8.04 on a Dell 2500 with PERC Controllers.  Has anyone had any luck with the PERC based systems?12:09
Kamping_KaiserPC_Nerd, "Mailing to remote domains not supported". sounds like your config needs tweaking12:10
_rubenjobrien: i installed both 8.04 and 8.10 just fine on dell pe1950 and pe295012:10
_rubenperc/5 and perc/6 i think12:11
PC_Nerdok - where should I be looking to "tweak" it?12:11
jobrien_ruben:  I saw people were having some luck with those.  My OS drive is in RAID 1 and the install goes perfect then I get GRUB 17 at boot.  Been screwing with this for 4 days.12:12
_rubenjobrien: never had any grub problems with em12:12
jobrien_ruben:  Thanks man.  I"ll just keep digging.  I RHL boots fine but I really would like to stick with a debian base.12:13
Phil_hello, does anybody know how to mount an hfsx filesystem in linux?12:39
uvirtbot`New bug: #300265 in libapache2-mod-perl2 (main) "armel build failure (package not yet in the archive)" [High,Fix released] https://launchpad.net/bugs/30026512:40
Kamping_Kaiserdidnt realise ubuntu had an armel port12:41
=== BrunoX1ambert is now known as BrunoXLambert
heath|workwhat's the best way in a script to test if a drive is mounted to a specific location? Right now I am putting a file in the mount folder called NOT_MOUNTED then testing for it13:43
sommerheath|work: probably the mount command, then you could use grep or awk on the output13:44
heath|workis there a way for mount to show by uuid?\13:44
sommerheath|work: mmm, not that I see, but there may be another utility that can13:46
heath|workI will look into it, thanks13:50
ScottKFYI, https://edge.launchpad.net/~ubuntu-dev/+polls for any developers.14:03
=== henkjan_ is now known as henkjan
=== [1]jobrien is now known as jobrien
kirklandnijaba: around?14:34
jdstrandkirkland, nijaba: with the latest screen-profiles, help (F9) doesn't appear to work14:40
kirklandjdstrand: ?14:40
kirklandjdstrand: what version?14:40
jdstrandkirkland, nijaba: I also noticed that after the update I did 'select-screen-profile' then launched screen, I got a flash of blue before screen started. I deleted all my (previously unmodified) .screenrc* files and that seemed to go away, but help still doesn't work14:41
jdstrandkirkland: version is 1.7-0ubuntu114:43
kirklandjdstrand: testing ...14:45
jdstrandthis is in gnome-terminal, if that makes a difference14:45
kirklandjdstrand: f9 is working for me, in gnome-terminal14:46
kirklandjdstrand: 1.7-0ubuntu114:46
kirklandjdstrand: try removing ~/.screen-profiles-helper14:46
frojndJust curious why a user can't have autocmopletion with tab ?14:48
frojndDo i have to se it manually ?14:48
jdstrandkirkland: I don't have that file14:48
frojndwhen I do du -hs /media[tab] it will throw me a few spaces forward... I'd like tab for autocompletion for a user ...14:49
kirklandjdstrand: ah, that looks to be the problem14:49
frojndHow can I do that ?14:49
kirklandjdstrand: nijaba's toggle code didn't account for that file missing14:49
kirklandjdstrand: i'll fix14:50
jdstrandkirkland: cool14:56
frojnd...looks like I don't have a bash as a user ...14:59
frojndhow come only first user which is also root has bash ?14:59
frojndhow can I give bash to everyone else ?14:59
kirklandjdstrand: okay, i think i have it15:06
kirklandjdstrand: would you mind verifying it?15:06
jdstrandkirkland: ok15:07
kirklandjdstrand: jaunty, right?15:07
jdstrandkirkland: where is it?15:07
jdstrandkirkland: oh yes, jaunty15:07
kirklandjdstrand: i'm pushing to my ppa now15:07
kirklandjdstrand: i'll ping you as soon as the dsc is available, and you can build it15:10
kirklandjdstrand: faster than ppa will build ;-)15:10
jdstrandkirkland: ok15:10
kirklandjdstrand: i'll upload to universe as soon as you confirm15:10
kirklandjdstrand: dget https://edge.launchpad.net/%7Ekirkland/+archive/+files/screen-profiles_1.8-0ubuntu1~ppa1.dsc15:10
jdstrandkirkland: \o/15:14
jdstrandkirkland: working now15:14
jdstrandkirkland: thanks!15:14
kirklandjdstrand: cool, it need a couple of try/except cases15:14
kirklandjdstrand: to handle that config file not existing15:14
frojndfor everyone else that had similar problem like me...15:14
kirklandjdstrand: i'll upload now15:15
ShoopufIs there some sort of script or program I can use that will aggregate all my apache/whatever logs together so I can analyze them to see if anyone has been suspiciousing?15:15
kirklandShoopuf: there are a few, i think15:15
Shoopufsuspiciousingness*15:15
frojndif ur new to shell and u just created a new user and has /bin/sh instead of a /bin/bash shell all u have to do is to change it's shell like this: chsh -s /bin/bash username15:15
Shoopuffrojnd: chsh -s /bin/bash shoopuf? ok thank you15:16
kirklandShoopuf: i use awstats15:16
Shoopufkirkland: ok i'll try that, thanks15:16
frojndHow can I check if my external disk supports ext2 or ext3,... it's 1TB and I'm not fine with just vfat32...15:19
frojndIs it even possible '15:19
heath|workfrojnd, why would it not support ext3?15:28
RainCTHi15:32
RainCTDoes someone know how I can enable mod_userdir for those users in a specific group?15:33
Jeeves_RainCT: http://httpd.apache.org/docs/2.2/mod/mod_userdir.html15:36
Jeeves_It seems that you cannot do that15:36
RainCT:(15:36
Jeeves_Who is using kvm/libvirt with nfs storage?15:47
sorenJeeves_: A number of people... Why?16:02
Jeeves_soren: I get issues when migrating16:03
Jeeves_it looks like the image file is still locked by the source host16:03
Jeeves_Migration is successfull16:03
Jeeves_the domain starts pinging after about four seconds (it's a 100mbit link)16:03
sorenProbably a bridging issue.16:04
sorenTry setting fd for your bridge to 0.16:04
Jeeves_soren: How do you mean?16:04
sorenYou're using bridged networking, right?16:04
Jeeves_Yes16:05
sorenbrctl setfd <name of your bridge> 016:05
Jeeves_oki16:06
Jeeves_lets ry16:06
Jeeves_+t16:06
Jeeves_That doesn't seem to help16:13
Jeeves_But I'll reconfigure it and restart the boxes, just to be sure16:13
Jeeves_17:15 < bitrot> SVN commit by marks on repository cfengine, revision 11248: Set bridge_fd < soren> brctl setfd <name of your bridge> 016:16
Jeeves_Tadaaa.wav16:16
=== _jmedina is now known as jmedina
_Cidquestion ...why is 'sudo -i' considered "better to use" than  'sudo /bin/su' ?16:22
sorenJeeves_: Any better?16:23
ph8hi all - any recommendations on the best mass-market mailing list manager to use on ubuntu? (e.g. for box users to make their own mailing lists with etc)16:24
sorenmailman?16:25
ph8cool16:26
ph8that's what i was thinking of16:26
ph8thought i'd ask first16:26
Jeeves_soren: Nope16:27
Jeeves_bit-beheer@ubuntu:~$ sudo -i16:27
Jeeves_-bash: /usr/bin/sudo: Input/output error16:27
Jeeves_soren: http://pastebin.ubuntu.com/103979/16:28
jmedinaph8: I like phplist16:31
jmedinait has better features for only sending mailing, open/click count16:32
jmedinasupport for text-plain and html templates, and scheduling16:32
jmedinaclean interface for opt-in/opt-out16:33
ph8i'll take a look, thanks16:33
sorenJeeves_: What's that sudo thing?16:34
sorenJeeves_: I'm curious, though... You got kvm migration running under libvirt how?16:36
frojndHow come when I execute screen a user doesn't have a bash but sh ? if I do echo $SHELL when not in screen I get a nice /bin/bash but when in a screen and executing echo $SHELL I get /bin/sh ?17:05
frojndHow can I fix this so when in screen a user will also have bash ?17:06
heath|workif a bash script, can you do an or  something like if [ -e $FILE || -d $FILE ]  ?17:21
nixphreakshould I need a broadcast address if I am only using one server using a static ip from an ISP  ?17:27
jmarsden|workheath|work: man test describes all the operators you can use.  I think you want [ -e "$FILE" -o -d "$FILE" ]17:39
heath|workjmarsden|work, thanks... I found that if [[ -e $FILE || -d $FILE ]] works too17:54
jmarsden|workNo problem.  I'm showing my age, [[ is bash-specific and I think didn't exist when I learned shell programming -- but yes, that will work fine too.17:56
Chipzzheath|work: [ actually is a command with an exit status (there's also a binary called [)18:23
Chipzzhence what you should be doing is [ sometest ] || [ someothertest ]18:23
Chipzzbut do not use [[ ; that's not portable at all, and there is no reason at all to prefer it over [18:24
Chipzz|| is actually a way of constructing a bash pipeline (please refer to "man bash" for more info), and seperates 2 seperate commands18:26
keesjdstrand: I like the ec2sec script.  I was pondering renaming "start" to "launch", and making "start" call "launch" and then wait for the new instance to leave "pending".  (i.e. once "start" finishes, the instance is _actually_ running.)18:45
jdstrandkees: that sounds like a nice improvement18:46
jdstrandkees: there are surely many more :)18:46
* zul is working on new ec2 crack18:50
mathiazjdstrand: kees: so your main usage of ec2 is for testing?18:51
keesmathiaz: yes, though it's still rather informal.18:52
keesmathiaz: mostly just trying things out, seeing how it operates, etc18:52
mathiazkees: right - the main issue I'm facing now is the step once you've launched the image: customize your test environemnt18:53
jdstrandmathiaz: yeah18:54
mathiazkees: on my server I have {hardy,intrepid,...}-base images that I clone (via lvm snapshots) when creating new vm for testin18:54
jdstrandkees: though, with the stuff you talked about with cr3, some of our environment setup and testing might become easier18:54
jdstrandmathiaz, kees: something that is cool about ec2 that does fit in nicely is that on launch we have a pristine image18:55
* kees nods18:56
ballmathiaz: Can't make tomorrow's meeting, I'll be at work sadly.19:37
ball...not that I had anything useful to contribute anyway mind ;-)19:40
stickystyleDoes anyone know of a way to push a cron job out to all of my users, either creating a new crontab for them (if one doesn't exist) or appending to their existing crontab?19:42
jmedinaprobably appendint the job to /var/spool/cron/crontabs/usrname19:47
jmarsden|workBut change the time it runs at for each user... if not you will try to run all of those cron jobs at the same time, which is probably not good for performance ;)19:48
jmedinawell you need to do some shell scriptting to automatically update the time for each user19:51
stickystylejmedina: yeah, thats what I thought at first also, but right at the top of each crontab is "DO NOT EDIT THIS FILE - edit the master and reinstall."20:01
* stickystyle shrug20:02
jmarsden|workstickystyle: You can use crontab -e to edit those files if you want, maybe set $EDITOR to sed or whatever and play games that way...20:03
jmarsden|workBut as long as you know noone else is editing the crontabs when you are, appending to the files should be OK.20:03
stickystyleHum.  okay, thanks for the info.20:04
stickystyleperhaps that warning is there just for the situation you described of the user perhaps editing the file at the same time...?20:05
jmarsden|workI'm not 100% sure.  There may be some other reason... a test on one user would be smart before editing all of them...20:06
stickystylefor sure.20:06
jmarsden|workLooks like crontab -e also does sanity checks on the format of the lines in the file...20:08
erichammondzul: What is the "new EC2 crack" you're working on?20:20
zuljust some fixes and updated kernel etc20:21
erichammondzul: Yay.21:08
erichammondI'm sending out my opinions on prioritization of the ubuntu-on-ec2 bugs.21:08
erichammondDo you assign tickets when you are working on them?21:09
rickrossanyone updated to the 2.6.28 kernel?21:19
zulerichammond: i should be doing alot of them this week hopefully21:20
rickrossI have a dir of aprox. 56 GB on an -drive RAID5 with a lot of available spae (linux software raid)21:38
Jeeves_soren: You awake?21:38
rickrossare there any tricks I can use to get it to copy this dir to a backup copy on the same RAID?21:39
rickrossI have lots of cores and lots of ram available, but I don't think "cp -a" takes advantage of that at all21:39
Jeeves_rickross: cp usually waits for your disks21:40
Jeeves_not cpu/ram21:40
uvirtbot`New bug: #316534 in bacula (universe) "instalation faild, but synaptick still admids  the combabilety" [Undecided,New] https://launchpad.net/bugs/31653421:40
rickrossthe copy speed we're seeing is only about 70 MB/s, although the RAID will read a sustained 700 MB/s and write a sustained 300 MB/s21:41
rickrossI think the issue is that it is reading and writing on the same RAID, so it's changing gears all the time to copy files21:42
Jeeves_rickross: that will decrease your performance indeed21:43
Jeeves_And a 300MB/sec write?21:43
Jeeves_What kind of raidset is that?21:43
rickross8 1Tb WD Caviar drives in a RAID521:44
rickrosswe're using an LSI dumb controller that gives us 8 additional SATA ports21:44
Jeeves_And how long can you write 300MB/sec?21:45
rickrossa long time - we tested for 100 Gb21:45
rickrossbut I think it's an entirely different matter to do a recursive copy of a big directory with lots of subdirs21:46
rickrossit actually peaked out at about 400 MB/s for writing, but that's for big blocks and big streams of continuous writing21:46
Jeeves_Yeah21:47
rickrossso real-world recursive dir copy on the same RAID is showing a big difference :(21:47
Jeeves_So you'll do about 100MB in real world21:47
rickrosswe have a lot of ram available, too, so I wondered if there was some snazzy copy tool that could load a ton of stuff into ram, then pump it out to disk again21:48
rickrossinstead of churning back and forth for read/write21:48
Jeeves_rickross: try 'cp' :)21:48
rickrossjeevs - thx :)21:49
rickrossI didn't see the "cp" option that says "use 16 Gb ram for an input buffer" to avoid switching back and forth so much21:50
Jeeves_It wouldn't matter for your speed21:50
Jeeves_It still won't complete untill the last sync() on your disks :)21:50
jmarsden|workrickross: You could set up a 56GB ram disk and cp to that, then from there to your ultimate destination... if you have that much RAM ;)21:51
jmarsden|workI suspect the real issue is that your benchmarks for disk speed do not represent the kind of workload you really have and flattered the array...21:53
rickrossjmarsden - undoubtedly21:55
rickrossalthough there may exist tools which are designed to accelerate this kind of same-device backup21:56
rickrossI just wondered if anyone knew of one21:56
rickrossnslookup mail.hpyle.net21:56
rickrossoops21:56
Deepsmaybe a tool that was originally designed for copying data to multiple floppy disks21:57
Deepsonly instead of floppy disks, it's ram disks21:57
mathiazkirkland: I'm working on the Triagger section of the GettingInvolved page for the ServerTeam22:00
kirklandmathiaz: good for you!22:00
mathiazkirkland: and trying to come up with easy steps to follow for new comers.22:00
mathiazkirkland: what do you think about advising potential contributors to look at bug in New,Undecided first?22:00
kirklandmathiaz: definitely...  i think moving a bug from "New" to "Confirmed" is a really important first step22:01
kirklandmathiaz: or marking "Incomplete" if more info is required22:01
kirklandmathiaz: i tend to focus on Confirmed/Triaged bugs first, as a developer22:01
mathiazkirkland: right - should confirmed or triagged have a reproducible test case?22:02
mathiazkirkland: the bug squad has the following wiki page: https://wiki.ubuntu.com/Bugs/HowToTriage22:02
mathiazkirkland: but it seems a bit long for a first time/potential contributor22:03
kirklandmathiaz: yes, of course.  to move beyond "new", at least someone else should be able to reproduce the issue, and document who to do it (if it's not already in the report)22:03
jmarsden|workmathiaz: Are there really enough differences between bugs in general and Server bugs that there is a need for a different "HowToTriage" page just for the ServerTeam?22:04
mathiazjmarsden|work: I don't think so22:05
kirklandmathiaz: i agree22:05
kirklandmathiaz: but i think something like a blogpost would be good22:05
kirklandmathiaz: calling for more triagers to look at server bugs22:05
kirklandmathiaz: and giving simple instructions on what that means22:05
kirklandmathiaz: pointing to the wiki page for more detailed info22:05
mathiazjmarsden|work: I'm just updating the section in the GettingInvolved page to make sure potential contributor can get started as easily as possible22:06
jmarsden|workSo... the ServerTeam Traige section could just point ServerTeam contributors to the existing one?22:06
mathiazjmarsden|work: right22:06
mathiazjmarsden|work: that's already the case from the KnwoledgeBase wiki page22:06
mathiazjmarsden|work: where a lot of ressources from the Bugsquad are referenced22:07
mathiazI'm mainly thinking about getting potential contributors started as easily as possible - and then give them ressources to read up on.22:07
jmarsden|workOK, from your questions I thought you were writing a server-specific equivalent of HowToTriage22:08
mathiazbdmurray: hi - question about the BugSquad wiki page22:15
mathiazbdmurray: I'd like to include the section "Triaging Bugs" from https://wiki.ubuntu.com/BugSquad/GettingInvolved22:15
mathiazbdmurray: into the ServerTeam GettingInvolved page22:16
mathiazbdmurray: I'd rather not just copy and paste the text as I'd miss all the updates done to the section22:16
mathiazbdmurray: the text is already duplicated on https://wiki.ubuntu.com/HelpingWithBugs22:16
mathiazbdmurray: do you know of a simple way to do that with moinmoin?22:17
bdmurraymathiaz: Hi! Yes I do.  You can look at Bugs/Tags for an example or ... <<Include(DebuggingOpenOffice, ,5,from="= Bug Tags =", to="= Debugging procedure =")>>22:21
bdmurraymathiaz: also see http://moinmoin.wikiwikiweb.de/HelpOnMacros/Include22:22
mathiazbdmurray: thks :)22:24
mathiazbdmurray: I've seens some triaggers moving a bug to confirmed stating that there has been enough comments in the bug as proof of confirmation. Shouldn't a triagger set the status to confirmed if he/she is able to reproduce the bug locally?22:28
bdmurrayNot everyone knows how to change a bug's status or when a bug should be Confirmed.  It isn't discoverable outside of Launchpad, subsequently I think having triagers confirming bugs for people who don't know how is fine.22:30
mathiazbdmurray: only members of the bugsquad team can set bug statuses right?22:36
bdmurraymathiaz: no, that's not correct.  any one can set any bug status except for Triaged or Won't Fix.22:37
bdmurraymathiaz: Triaged and Won't Fix are restricted to members of Ubuntu Bug Control22:37
mathiazbdmurray: ah - right.22:38
mathiazbdmurray: it's the importance that can only be set by members of the bugcontrol team22:38
bdmurrayYes, that is correct.22:39
mathiazkirkland: does screenbin support multiple guest options?23:23
kirklandmathiaz: yup23:23
mathiazkirkland: ie screenbin --guest kirkland --guest mathiaz?23:23
kirklandmathiaz: yes, precisely23:23
kirklandmathiaz: says so in the usage() statement23:23
mathiazkirkland: ok - I'd mention that in your blog post example. I didn't grasp how the sharing between multiple people work right away.23:24
kirklandmathiaz: refresh http://blog.dustinkirkland.com/2009/01/screenbin-like-pastebin-but-for-screen.html23:25
mathiazkirkland: ah ok. self is automatically added.23:26
kirklandmathiaz: right23:26
mathiazkirkland: that's the part I was missing.23:26
mathiazkirkland: since you are kirkland I thought you had to specify your login when using screenbin23:26
kirklandmathiaz: see:23:27
kirkland# This could be parameterized for non-standard keypairs23:27
kirklandfor i in id_rsa.pub id_dsa.pub; do23:27
kirkland        if [ -r "$HOME/.ssh/$i" ]; then23:27
kirkland                my_ssh=`cat "$HOME/.ssh/$i"`23:27
kirkland...23:28
mathiazkirkland: right - I haven't read the code. I was just reading your blog post. It's the first explaination of what screenbin is. And I failed to see how the sharing was working.23:28
kirklandmathiaz: gotcha, i'll edit one more line in, clarifying23:30
kirklandmathiaz: okay, update published23:31
techsupportcan someone help me downgrade from perl 5.10 to 5.823:39
RainCTtechsupport: Hardy has 5.823:41
frojndHow how how :)23:42
frojndI have a little problem. When using screen as normal user I loose bash and I get sh. How come ?23:43
frojndI have bash if I'm not using screen...23:43
frojndHow can I fix this so a user will have bash no matter if he/she uses screen or not ?23:44
techsupportRainCT, can i transfer my website and database to hardy ?23:46
RainCTtechsupport: yes, that shouldn't be much of a problem23:49
RainCTtechsupport: but first you could try if you can install Hardy's package in Intrepid or whatever you use..23:49
RainCTwhy do you need an older version? perhaps even manually installing perl 5.8 into /usr/local will do?23:49
techsupportRainCT, if you dont mind reading my post on hlstatsx forum http://www.hlxcommunity.com/forums/viewtopic.php?f=1&t=37723:50
techsupportRainCT, if you can help me with this i would really appreciate it23:51
techsupportusing characters not in standard ASCII, it will crash23:52
techsupportRainCT, please help me :)23:52
RainCTtechsupport: have you read the last post there?23:53
techsupportRainCT, yes I have23:53
techsupportRainCT, you mean this ? Basically, whenever someone joins your server with a name that is using characters not in standard ASCII, it will crash. There are many posts here about it, has to do with the MySQL module.23:54
RainCTtechsupport: yes. that guy suggests that it's a problem with MySQL rather than with perl23:54
techsupportRainCT, no its perl , thats why they dont support perl 5.10 related problems23:54
techsupportRainCT, the developers dont support 5.10 related questions, they just say use 5.8 perl23:55
RainCTtechsupport: ok. then you could get perl 5.8 from http://www.cpan.org/src/perl-5.8.9.tar.gz, compile and install it into /usr/local23:55
RainCTthen change that script to use /usr/local/bin/perl instead of /usr/bin/perl23:56
RainCTi'm off now, good night23:58
RainCTtechsupport: and good luck getting that to work :)23:58
techsupportRainCT, thanx man23:58

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!