/srv/irclogs.ubuntu.com/2008/12/15/#ubuntu-server.txt

fbcIs there a way to give apache more cpu time???02:55
fbcMy server is overloaded load averade 157.0 but CPU utilization is at 7.6%..02:56
fbcobviously there must be a bottleneck somewhere...02:56
fbcanyone?03:01
zoopsterwell...no expert on that subject, but cpu util% is not very useful when comparing with load03:08
zoopsterbut yes...load is high so you need to determine what is causing the load03:09
zoopsteryou can up the priority, but not sure that is what you want03:09
fbczoopster, my webpage is not responding.. and my cpu utilization is high.. I got 2 gigs of ram and a quad processor.. i don't understand how I'm overloaded.03:11
zoopsterand apache is taking up resources or why do you suspect apache - just because the page isn't loading?03:12
fbczoopster, because I look at TOP and I got like 150 apache threads open.03:12
zoopsterah03:12
fbcSee if you can bring up my site. http://mexicoetal.com/ and it was all wokring just fine until I stumbled one of my pages on stumbleupon and loads of traffic starte flowwing it.03:16
zoopsterso it is working hard - in that case I would lower that to something the machine can handle instead of increasing the priority03:16
zoopsterstill trying to load03:17
fbcyeah, but lower what??03:17
jmarsdenfbc: The value of the MaxClients directive, perhaps?03:21
fbczoopster, I lowered my KeepAliveTimeout to 2  and did an /etc/init.d/apache2 reload so that It would take effect but it's still locked up...03:21
fbcjmarsden, thanks I will try that.. will that require a restart or just a reload?03:22
jmarsdenRestart I think, but it has been a while since I did that in an "emergency, too many requests" type of situation!03:23
jmarsdenI think a restart, but not sure.03:23
fbcok it just came up... whew...03:26
jmarsdenYes, it seems somewhat more responsive now...03:26
fbcI lowered the maxclients to 10003:26
uvirtbotNew bug: #308063 in samba (main) "package samba 2:3.2.3-1ubuntu3.3 failed to install/upgrade: package samba is not ready for configuration" [Undecided,New] https://launchpad.net/bugs/30806303:26
zoopstercool...was going to throw that out... - came right up for me fbc03:27
fbczoopster, jmarsden , I guess I'm gonna layoff the stumbleupon until I figure out how to properly load balance and test my server03:28
fbczoopster, jmarsden , i went from having 16kb of memory free to 1 gig and a half again.03:29
zoopstersnag some tools for testing it - not sure what may work well - jmarsden may know03:29
fbczoopster, thanks a bunch.03:30
jmarsdenfbc: ab is the canonical test tool for web server load, but what really works depends on how dynamic your site is, etc...03:30
fbcjmarsden, I can't enable the cache in joomla because it makes my virtuemart go bananas, and product links being to fail etc,etc,etc...03:31
jmarsdenYou should talk to the Joomla and/or virtuemart people about that specific issue.  I'm used Jommla before but am not any sort of expert on it.03:32
zoopsterfbc: good luck03:33
jmarsdenMaybe ask in #joomla ?03:33
fbcjmarsden, yeah, I've contributed code and small bug fixes. By no means do I actually consider myself a programmer. :-)03:33
fbcthanks everyone03:33
jmarsdenNo problem.03:34
fbcjmarsden, sorry to bug ya, but just out of curiosity, If my maxservers is set to 100 what will my 101th client see? network timeout?03:49
fbcsite not found?03:49
jmarsdenNo, the server will just queue the request until it has finished dealing with the 1st client...03:50
jmarsdenThere *is* a max queue length but I don't think you need to play with that.03:50
jmarsdenLowering MaxClient basically says "don't try and respond to too many people at the same time".03:51
fbcjmarsden, ahh that makes sense.03:52
* fbc is showered by enlightenment and a beam of light appears over his head.03:53
* jmarsden wishes he was there to see this amazing light show :)03:53
fbcgoodnight all.04:43
=== Oliber_ is now known as Oliber
Gargoylemorning sleepyheads.09:00
=== selinuxium_ is now known as selinuxium
yann2nijaba > configuration management tools? :)10:01
yann2puppet coming in main? \o/ :P10:01
krautmoin11:17
Scixhow can I see or start logging what debmirror does?11:24
=== ogra_ is now known as ogra
ScixI dropt out, anyone who answered my qestion while I was gone?11:31
_rubenadd --verbose11:32
Scixdoes it log to file then?11:32
_rubenstdout11:33
nnullwhats the difference between ubuntu-server and say plain debian ?11:58
Nafallosupport times to start with12:00
nnullah12:00
Nafalloalso quite different ways of handling the distros.12:00
axyjohi all, i have an ubuntu server installation that i want to convert to a production server (point it to a domain). i've got the dns side of it done, but what do i need to do on the machine? when i installed it, i specified a local hostname12:29
axyjothe main thing that i'm actually interested in is how to properly configure mail on the server. will the actual domain and the hostnames conflict? how do i ensure that i don't get treated as spam?12:31
Faust-Ci thought that the ebox issue had been resolved for 8.1014:18
Mal3kohmm does init.d script starts automcatally when system starts?14:20
Faust-CMal3ko, what?14:20
Mal3koscripts in /etc/init.d/14:21
Faust-Cif the script (service) is enabled then yes it should14:21
Mal3kohow to know if it's enabled?14:22
GargoyleMal3ko: There is an rc-update script, or update-rc for checking and changing14:23
Mal3komy real problem now is..im trying to edit the "auto start" command that pure-ftpd uses in my server..but im confuse and how no idea how i could do that..14:25
Mal3kohave no idea*14:25
Mal3kois the command stored in its init.d script?14:26
GargoyleMal3ko: What do you mean edit the auto start?14:27
Mal3koservices i mean..14:27
Mal3koits command parameter14:28
Faust-CMal3ko, /etc/init.d/<service start>14:29
Faust-Cman update-rc.d14:29
Mal3kodoes anyone have sample config for pure-ftpd?14:32
Faust-CMal3ko, https://help.ubuntu.com/8.10/serverguide/C/index.html14:35
Mal3kothanks but i couldnt find anything on pureftpd in that page..14:36
Faust-Chmm seems folks are using vsftpd14:41
_rubenits config setting *might* reside in /etc/default/pure-ftpd .. which in turn gets sourced by /etc/init.d/pure-ftpd14:42
Faust-CMal3ko, i would just google for a howto14:42
Faust-Cand imo i would READ and not use someone elses considering what works for others may not work for you14:43
_rubenoh right, debian/ubuntu have their own wrapper around pure-ftpd, of which the config resides under /etc/pure-ftpd/conf14:48
_rubensee: man pure-ftpd-wrapper14:48
Mal3kowhat's the relation with pure-ftpd-wrapper with pureftpd init.d script?14:49
Mal3kowouldn't it be much easier if they make pureftpd looks for config file in its config folder when starting up..if no config is present then use default setting..rather than confusing newbies with unnecessary wrapper and whatnot14:54
axyjohi all, i've got a mailman installation at a third level subdomain (lists.x.y.com) but all of the urls for mailman seem to point towards the principal domain (y.com). how do I fix that?15:31
frippzI'm looking at purchasing a PowerEdge 2950 III to run 8.04. any experiences regarding this? just want to make sure I don't get a RAID controller that won't be supported15:56
Zelutso, about this screen talk..15:57
frippzah, nevermind. finally managed to find some info in the forums :)15:57
geniifrippz: I think that one uses PERC . The older 2450 and 2550 I have here work well16:01
Olibervery similar discussion in #centos over the past few mins, 3ware and LSI cards are the flavour of choice16:01
kirklandkees: jdstrand: is the last comment at the bottom of this page true?  http://dev.mysql.com/doc/refman/5.0/en/password-security.html16:01
frippzgenii: true, but there's also the SAS 6/iR16:02
frippzI might've been reading old material but someone in the forums experienced problems with SAS 6/iR (that was with 6.06 LTS though)16:03
frippzOliber: I'm guessing LSI == PERC in this case?16:05
Oliberi don't know tbh, i thought PERCs were Adaptec cards16:06
Olibernever done dell though16:06
jdstrandkirkland: while /proc/<pid>/environ seems safe enough, I'd have to agree that it seems risky16:09
kirklandjdstrand: superm1 is trying to find a secure way to pass mysql the password16:10
jdstrandkirkland: how did he obtain the password to begin with?16:11
kirklandjdstrand: debconf question16:11
kirklandjdstrand: is this in a .config and .postinst16:11
jdstrandkirkland: is that a question to me?16:11
kirklandjdstrand: sorry, thats a statement16:12
kirklands/^is//16:12
jdstrandkirkland: I'm confused-- what is superm1 trying to do exactly?16:14
kirklandjdstrand: in mythtv postinst16:15
kirklandjdstrand: it needs to do a bunch of stuff in mysql16:15
kirklandjdstrand: he prompts for the mysql password in debconf16:15
kirklandjdstrand: i added a snippet of code to check if the entered password was correct, and a loop to prompt again if not16:16
kirklandjdstrand: http://bazaar.launchpad.net/~ubuntu-mythtv/mythtv/mythtv-fixes/revision/14816:17
kirklandjdstrand: the concern is about:16:17
kirklandecho "show databases;" | mysql --host="$HOST" --user="$USER" --password="$PASSWORD"16:17
kirklandleaking the password to the command line16:17
jdstrandkirkland: I wonder if you can put your sql into a text file and do something like:16:19
jdstrand/usr/bin/mysql --defaults-file=/etc/mysql/debian.cnf -e "\. ${tmpfile}"16:19
jdstrandkirkland: that's pretty ugly though16:21
Faust-Chey guys how do ya'll manage multiple ubuntu servers?16:27
yann2puppet :)16:27
Faust-Cyann2, but puppet is for systems that are 'alike' right?16:28
yann2define alike16:28
Faust-Care very similar16:28
yann2not really no16:28
Faust-Clike same services and setups16:28
yann2is clever software :)16:28
Faust-Coic i was reading a article and it compared them all, cssh, cfengine, puppet even rsync16:29
yann2cssh and rsync, compared to puppet? :)16:30
Faust-Cyeah16:30
Faust-Cnot compared but use cases16:30
Faust-Cit said puppet was aimed at systems w/ similar setups16:30
Faust-Cbut cfengine looks very difficult to setup initially16:31
yann2dont know cfengine16:31
Faust-Ci wish there was a node/hub approach16:31
Faust-Cwhere you have nodes that are managed thru a central webui or desktop app16:31
Faust-Clike VirtualCenter16:31
Faust-Cbut more flexable and refined16:32
Faust-Cbrb16:36
frippzwow, dell really needs to get its shit together when it comes to their web site16:43
Fenix|workGreetings... I need a hand with chroot failing.16:44
frippzit has taken me 2 hrs to put together a system16:44
Fenix|workusing chroot from kubuntu 8.1 livecd to chroot to my ubuntu 8.04 disk... I get the error :: chroot: cannot run command `/bin/bash': Permission denied16:44
keeskirkland: yeah, it is.  I always forget about that.17:13
geniiFenix|work: You're using the partition desgnation which has / and not another like /home or /boot ?17:16
Fenix|workgenii, yes... I think it's a dynamic/linked directory issue ... for instance /pu/lib64 points to /lib which are the wrong libraries17:19
Fenix|work* dynamic library / linked directory issue17:19
=== luke_ is now known as lukehasnoname
geniiFenix|work: Did you do bind-mounts of the livecd /proc /dev and /sys into the old / mountpoint as well?17:22
Fenix|workI *knew* I was forgetting something17:22
Fenix|workthat was common setup practice with gentoo17:22
Fenix|workgenii, ok... dev, dev/pts, dev/shm, /proc, /sys and /tmp are bound17:25
geniiFenix|work: Still getting permission denied or so?17:26
Fenix|workyes... /pu/lib64 is linked to /lib17:26
Fenix|workwrong libraries17:26
geniiFenix|work: I'm not sure how to fix that one17:27
Fenix|workI think a static version of bash would be helpful17:27
geniiHmm. You might be able to specify busybox as shell17:29
Fenix|workhow?17:31
geniiFenix|work: Something like:    chroot /mnt/oldroot /usr/lib/initramfs-tools/bin/busybox17:40
geniiApologies on lag, my connection got flakey17:40
Fenix|workgenii, failed17:40
geniiFenix|work: You had separate /usr partition ?17:41
Fenix|workgenii, nope17:44
geniiOK17:44
geniiFenix|work: I'm out of immediate ideas17:44
chmacrdiff-backup --exclude /home/me/.mozilla/**/Cache /home/me /blah/backup is not working as I expected17:46
chmac/home/me/.mozilla/me/Cache is being backed up, I'd thought it would not be17:46
Fenix|workgenii, there appears to be a package called bash-static in universe17:47
Fenix|workjust uncommented out universe from sources.list and am updating17:47
chmacThe format works for rsync, rdiff-backup uses similar options types17:47
geniiFenix|work: I don't think you could just transplant it in however.17:48
geniiThe dpkg db etc will get weirded17:48
Fenix|workwe shall see... should work... the kernel is the same, and the libraries are built into the source17:48
Fenix|workbash-static works17:58
Fenix|workit's just a binary17:58
Fenix|workbut once in, everything else is borked17:59
geniiFenix|work: May be time for a reinstall18:01
LeeQIs there a way to run a cron job ONLY if there was a dirty shutdown?18:03
=== RoAk is now known as RoAkSoAx
Fenix|workgenii, I got in :)19:01
Fenix|workis there a package for ubuntu-server like there is ubuntu-minimal and ubuntu-standard?19:01
geniiFenix|work: Good. Lots of hoop-jumping, I imagine19:02
Fenix|workOooh yeah... messed up library permissions19:02
geniiFenix|work: No, it's done by tasksel and no meta-package19:02
Fenix|workso how can I re-install without deleting anything?19:02
geniiFenix|work: Run tasksel and select LAMP19:03
Fenix|workmy problem is my jr. admin b0rked all the permissions... did a chmod -R 664 *19:03
* genii thinks about jails19:04
henkjanFenix|work: 664 means no execute bit19:05
henkjanthats hard to start chmod again now19:05
geniihenkjan: Hence explaining his earlier "permission denied"  on the default shell binary when trying to chroot in19:05
Fenix|workhenkjan, hence all my problems :)19:06
Fenix|workbash: /usr/bin/man: Permission denied19:06
Fenix|worksheesh19:06
henkjanah, reading backlog right now :)19:07
geniiFenix|work: You should probably +x /bin /usr/bin  /sbin and /usr/sbin19:07
Fenix|workgenii, the problem is I did... /usr/bin/man is linked to /usr/lib/man-db :)19:08
Fenix|workunfortunately tasksel install doesn't 'do' anything19:09
Fenix|workI guess because it's already installed19:09
geniiFenix|work: I suspect if you try to install overtop without formatting the old setup, it will just obey the umask/perms and not write anything anywhere19:10
Fenix|workthat appears to be the case19:10
Fenix|workgenii, I guess I'm going to have to settle for apt-get --reinstall install adduser alien apache2 apache2-mpm-prefork apache2-utils apache2.2-common apparmor apparmor-utils apt apt-utils aptitude at base-files base-passwd bash bash-completion belocs-locales-bin bind9-host binutils bsdmainutils bsdutils build-essential busybox-initramfs bzip2 command-not-found command-not-found-data console-setup console-terminus console-tools coreutils19:11
Fenix|workcpio cpp cpp-4.2 cron cvs dash debconf debconf-i18n debhelper debian-archive-keyring debianutils defoma dhcp3-client dhcp3-common diff dmidecode dnsutils dosfstools dpkg dpkg-dev e2fslibs e2fsprogs ed eject emacs22 emacs22-bin-common emacs22-common emacsen-common ethtool expect fdutils file findutils fontconfig fontconfig-config friendly-recovery ftp fuse-utils g++ g++-4.2 gcc gcc-3.3-base gcc-4.2 gcc-4.2-base gettext gettext-base gnup19:11
Fenix|workg gpgv graphviz grep groff-base grub gsfonts gzip hdparm hostname html2text id-utils ifupdown info initramfs-tools initscripts inputattach installation-report intltool-debian iproute iptables iputils-arping iputils-ping iputils-tracepath klibc-utils klogd laptop-detect less libacl1 libapache2-mod-perl2 libapache2-mod-php5 libappconfig-perl libapr1 libaprutil1 libasound2 libatk1.0-0 libatm1 libattr1 libbeecrypt6 libbind9-30 libbit-vecto19:11
Fenix|workr-perl libblkid1 libbz2-1.0 libc6 libc6-dev libcairo2 libcap1 libcarp-clan-perl libchart-perl libck-connector0 libclass-accessor-perl libcomerr2 libcompfaceg1 libcompress-raw-zlib-perl libcompress-zlib-perl libconsole libconvert-asn1-perl libconvert-binhex-perl libcroco3 libcrypt-ssleay-perl libcupsys2 libcurl3-gnutls libcwidget3 libdate-calc-perl libdatrie0 libdb4.6 libdbd-mysql-perl libdbi-perl libdbus-1-3 libdevel-symdump-perl libde19:11
Fenix|workvmapper1.02.1 libdjvulibre15 libdns32 libedit2 libelfg0 libemail-abstract-perl libemail-address-perl libemail-date-perl libemail-messageid-perl libemail-mime-contenttype-perl libemail-mime-encodings-perl libemail-mime-modifier-perl libemail-mime-perl libemail-send-perl libemail-simple-perl .19:11
Fenix|workoooh, sorry19:11
geniiAAAAAAAAAAAAAAAAAAAAAA19:11
Fenix|workaccidental paste19:11
Fenix|workgot the list from using dpkg -l19:11
geniiYou can use the dselect get-selections bit to grab a list of what you have now, offload it somewhere then use it to set-selections19:12
Fenix|workdpkg -l | grep "^ii" | awk '{ printf "%s ", $2 }'19:12
genii!clone19:12
ubottuTo replicate your packages selection on another machine (or restore it if re-installing), you can type « aptitude --disable-columns --display-format '%p' search '?installed!?automatic' > ~/my-packages », move the file "my-packages" to the other machine, and there type « sudo xargs aptitude --schedule-only install < my-packages ; sudo aptitude install » - See also !automate19:12
geniiSomething like what the bot describes....19:12
Fenix|work!automate19:13
ubottuWays to automate installation of Ubuntu on multiple machines are described at https://help.ubuntu.com/8.04/installation-guide/i386/automatic-install.html - See also !cloning19:13
Fenix|workgenii, what's the difference with how I'm doing it?19:13
geniiInteresting, I think they changed the !clone factoid recently19:13
Fenix|workbesides it's a two-step19:13
Fenix|workhaha... aptitude: unrecognized option `--disable-columns'19:14
geniiFenix|work: However you grab a list of your installed packages doesn't really matter. When you use the get-selections/set-selections method it will auto try to install them next time you use the packaging system19:15
Fenix|workgenii, well as it stands, my system is b0rked and won't boot... so this may help out19:15
Fenix|workgenii... since I got b0rked perms... should I be considering adding ubuntu-standard to the list?19:19
Fenix|workor starting with ubuntu-standard then the rest... ?19:20
geniiFenix|work: ubuntu-minimal   then do the tasksel/LAMP is my recommendation19:26
geniiFenix|work: Unless for some reason you are running a gui on it19:26
Fenix|workno gui19:26
Fenix|workmeta packages are useless and don't work... typing them out by hand19:26
geniiFenix|work: I don't know why you are bothering with installing overtop, as I said earlier probaby total reinstall is needed.19:28
PiciI'd personally backup any data and reinstall.19:28
geniiPici: Exactly19:29
Fenix|workwell... I will... but I'm also lucky I'm not at 8.1 yet19:29
Fenix|workI've been asked to try and fix this19:29
Fenix|workwhile I'm waiting for hardware19:30
=== rgreening_ is now known as ghost
=== ghost is now known as Guest98214
=== Guest98214 is now known as ghost_
=== ghost_ is now known as rgreening_
ScottK-laptopAnyone here who can test some spamassassin updates?19:46
* Faust-C mumbles to himself19:49
ScottK-laptopAbout testing spamassassin updates?19:49
Faust-Cno about everything19:49
Faust-Ci have too much to do19:49
Fenix|workgenii, hehe, another little problem19:49
Faust-Cand not enough exp to do it all19:49
ScottK-laptopAh.  Well so do I.  That's why I'm looking for testers ...19:49
Fenix|workupdate-initramfs PANIC Circular Dependency19:49
Faust-Ci want to use "request-tracker", "horde", "zabbix" and so forth19:49
luke_Faust-C, where the Hell have you been?19:50
Faust-CScottK-laptop, what/how do you want to test19:50
Faust-Cluke_, busy as sh**19:50
geniiFenix|work: Which would be ?19:50
Fenix|worknice thing is it doesn't say19:50
Faust-Cluke_, i have so much to do i needed to try to 'focus'19:50
Fenix|workruns when it trys to update initramfs19:50
ScottK-laptopFaust-C: It's just a question of installing a package from *-proposed and verifying that the RBL fixes described in https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/278075 are there and working.19:51
uvirtbotLaunchpad bug 278075 in spamassassin "DSBL is gone and needs to be removed from SpamAssassin" [Medium,Fix committed]19:51
ScottK-laptopFaust-C: What Ubuntu release(s) do you run?19:51
Faust-Catm 8.1019:51
Faust-Cin production19:51
ScottK-laptopFaust-C: Then you're probably getting the incorrect dsbl.org scores on your system.19:54
ScottK-laptopIt'd be good if you could install from intrepid-proposed and see if that fixes it.19:54
Faust-Cheh the real issue is myself19:55
Fenix|workgenii, ok... how do I reinstall without formatting? :)19:55
Fenix|workI've had enough19:55
ScottK-laptopFenix|work: Why do you want to re-install?19:56
geniiFenix|work: I'd pull off whatever is imortant data or such, and do clean19:56
geniiScottK: His junior admin chod -R 644  everything19:56
Fenix|workthanks genii19:56
genii*chmod19:56
ScottK-laptopYes.  That's best.19:57
ScottK-laptopThat and don't give said individual the password after the reinstall.19:57
Faust-Cboot live cd and chroot19:57
Faust-Cand then change perms19:58
geniiFaust-C: Already went thru that. Because his fs is not +x on the binaries it chinks out19:58
Fenix|workFaust-C, would work normally but EVERYTHING is fubared19:58
Faust-Coic...19:58
Fenix|workI can actually boot the OS19:58
Fenix|workbut the moment dpkg --configure -a runs ... update-initramfs says PANIC Circular Dependancy19:59
Faust-Cah hell web-brower asks to save or open php file, what do i have to change in apache to make it work19:59
Fenix|workand I have a funky raid too20:01
Fenix|work:)20:01
Fenix|workgenii, ScottK-laptop ... dumb question ... most everything else is on another drive... what should I backup on the OS?20:05
Fenix|workhome directories are empty20:05
Fenix|workI guess just conf files in etc?20:06
ScottK-laptopDepending on what you are using, there may be stuff in /var you want too.20:06
Fenix|workthis is a CVS/LAMP box20:07
Fenix|work/var/www is remapped to the other disk20:07
ScottK-laptopProbably just /etc then, but no guarantees.20:07
=== rgreening_ is now known as rgreening
Fenix|workany way to export passwd/shadow so I can import them again on the new box?20:11
Fenix|workthere's a lot of user accounts20:11
geniiYou should be able to reuse it20:12
Fenix|workoh and what about mysql databases?20:12
geniiThose are normally in the /var hierarchy20:12
Fenix|workI have backups... but they're several hours old20:12
Fenix|workScottK-laptop, genii ... /etc /home /opt /var should be good enough no?20:19
ScottK-laptopI'd think.20:20
geniiFenix|work: Well, that should at least grab your db, user dirs, conf files and whatever optional things then20:20
Fenix|workwell... I needed to upgrade 8.04.1 to 8.1 anyway :D ... might as well do it this way hehe20:21
rgreeningjdstrand: hey, just wondering if ufw does any locking to ensure only one instance is modding the conf files. I'm going to start implementing the code using your API (assuming I can get it to load as a module).20:21
Fenix|workwhile I'm installing things from scratch... is there any utility that tracks /etc conf file changes?20:22
ScottK-laptopetckeeper20:22
geniiFenix|work: I think you may have difficulties reinstating those dirs however. Because the perms on the stuff you copy will be the messy 64420:23
Fenix|workgenii, I'm not planning a copy... for conf files I'm gonna open them and paste them in the good ones... for the database files, I'll verify the permissions one by one.20:24
geniiFenix|work: Sounds like a plan. Tedious but neccesary. You should enlist the admin who messed them up to help on their own time....20:25
Fenix|workgenii, I'm still mad at him... and I don't trust him20:25
Fenix|workI've already had him put back on probation for 6 months20:26
ScottK-laptop"Here's your task for tonight.  No, you aren't getting paid.  Don't leave until it's done.  If you get tired the coffee pot is over there."20:26
geniiScottK-laptop: Thats how I had to make things right when I was learning and messed something up :)20:27
ScottK-laptopSeems fair to me.20:27
jdstrandrgreening: hi! there is no locking, no. I use mkstemp() and then copy the files into place20:27
rgreeningok20:28
* genii makes another pot of coffee20:28
Fenix|workprocmail standard ubuntu fair?20:30
ScottK-laptopYes.20:30
ScottK-laptopI think we're switching to using Dovecot for lda in Jaunty, but for Intrepid, yes.20:31
Fenix|workk20:32
chmacIs it possible to run a command and provide an environment variable only for that execution? Like this "BLAH=something /path/to/command"20:33
ScottK-laptopYes20:33
Fenix|workHow are the virtual host tools like in Intrepid?20:37
qhartmanI'm trying to use wondershaper to limit BW, and it's not working. The traffic dips for a second, then returns right back to it's previous level and stays there. Anyone else seen this?20:39
chmacScottK-laptop: thanks :)20:43
Fenix|workOk!  So I now have a fresh virgin Intrepid system... now I'm installing etckeeper20:54
Fenix|workScottK-laptop, any suggestions on configuring etckeeper?20:55
chmacAny reason why I shouldn't run duplicity with the --full flag every time? I don't need to keep versioned data on my remote system, but I want it encrypted.21:14
chmacs/it/the remote data/ :)21:14
Fenix|workScottK-laptop, looks like dovecot is default in Intrepid21:19
Fenix|workhow do I configure dovecot to NOT use local mbox?21:22
Fenix|workI want everything forwarded to a smarthost... when tasksel ran I said satellite21:22
ScottK-laptopFenix|work: Do that in Postfix, not in Dovecot.21:25
Fenix|work*sighs* ok21:25
hadsheh21:31
=== RoAk is now known as RoAkSoAx
Fenix|workScottK-laptop, how do I manage recovering my passwd and group files?21:47
Fenix|workit isn't as easy as replacing the old ones, is it?21:47
ScottKThe group file should be easy enough as it's just a flat text file.21:48
ScottKThe main trick is making sure the users get the same UID.21:48
ScottKI think if you have the same UID, then you can reuse the passwd file, but I've never tried it.21:50
luke_soren, You're younger than I thought22:05
sorenluke_: That's funny, because I'm older than I usually think I am. :)22:08
luke_heh22:08
luke_You know so much, I would have put you in the late 20s at youngest22:09
sorenluke_: I'm 27. :)22:10
luke_oh damn22:10
luke_haha22:10
=== luke_ is now known as lukehasnoname
lukehasnonameIs Fedora Directory Server better than OpenLDAP?22:31
jmedinalukehasnoname: you know HP changed their entire enterprise directory server, from a restrictred/closed source software to OpenLDAP?23:01
jmedinathey changed everything this year23:02
jmedinaevery mail, every customer login, etc, etc23:02
=== ScottK2 is now known as ScottK-desktop

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