/srv/irclogs.ubuntu.com/2011/02/17/#ubuntu-server.txt

BuenGeniohello00:03
BuenGeniois anybody aware on the state of apt-get working through proxy?00:04
PatrickdkBuenGenio, it uses http, why wouldn't it work perfectly?00:06
BuenGenioexport http_proxy="http://proxy:3128"00:06
BuenGenioErr http://us.archive.ubuntu.com/ubuntu/ maverick/universe csstidy i386 1.4-300:07
BuenGenio  Unable to connect to localhost:3128: [IP: 127.0.0.1 3128]00:07
Patrickdkwell, that says it's using the proxy just fine00:07
BuenGenioI'm running a proxy on localhost:312800:07
Patrickdkthat says your proxy is not accepting the connect00:07
BuenGeniowell, Firefox and telnet think otherwise00:08
BuenGeniotelnet localhost 312800:08
BuenGenioTrying ::1...00:08
BuenGenioConnected to localhost.localdomain.00:08
Patrickdk::1 != 127.0.0.100:08
BuenGenioUnable to connect to localhost:3128: [IP: 127.0.0.1 3128]00:08
BuenGenio!= Unable to connect to localhost:3128: [IP: ::1 3128]00:09
ubottuError: I am only a bot, please don't think I'm intelligent :)00:09
RoAkSoAxSpamapS: ping?00:43
=== NightDragon is now known as GeorgeNada
DoctorPepperhi guys00:56
RoyKDoctorPepper: you're that old rtfm guy, right?00:57
DoctorPepperuh !!!!00:58
RoyK:D00:58
smoserhggdh, fyi http://uec-images.ubuntu.com/server/karmic/20110216/ is there. that has --proposed enabled01:08
mathiazjiboumans: Hi!01:11
jiboumanshey mathiaz01:11
smoserhggdh, just verified it has 2.6.31-307.27 installed01:11
smoserand that it boots.01:12
mathiazjiboumans: do you have any idea for starting two memcached daemon on the same box?01:12
jiboumansmathiaz: different ports01:12
mathiazjiboumans: yeah01:12
mathiazjiboumans: different ports01:12
mathiazjiboumans: i was wondering about the init script01:12
jiboumanssince it's all cli arguments, that's pretty straight forward01:12
mathiazjiboumans: it seems that only one port is supported01:12
mathiazjiboumans: are you using the default init script?01:12
jiboumansmathiaz: yeah, the init script's lame that way01:13
jiboumansmathiaz: but trivial to do using start-stop-daemon01:13
jiboumansor puppet's service { }01:13
* mathiaz nods01:13
jiboumansmathiaz: no i'm not running memcached atm actually01:13
jiboumansusing redis01:13
jiboumanswhich comes with a config file and i'm running it from puppet, not init.d01:13
mathiazjiboumans: so when an instance is booted, the first puppet run will actually start your daemons?01:14
jiboumansyes01:14
mathiazjiboumans: interesting...01:14
jiboumansensure => running basically01:14
jiboumansalso, krunit can be useful here01:14
jiboumans'sv once $service'01:14
jiboumansno need to check for status, runit will do it01:14
mathiazjiboumans: with ensure => disable?01:14
jiboumanshow do you mean disable?01:15
mathiazjiboumans: in the puppet service definition01:15
mathiazjiboumans: there is an option to make sure a service is enable/disabled at init time01:15
jiboumansi'm not sure why you'd want it disabled01:15
frandieguezhi all, I'm trying to run an app with PHP5 on apache 2 using the Gettext extension but I have a little issue: I have all running but only works for locales installed in the system (that one included in locale-gen -a) and if I want to add more languages I have to install language-pack-xx-base. How I can fix this?01:16
frandieguezSorry, my development ubuntu server is running Maverick (the version doesn't matter, always fails)01:17
twbfrandieguez: you don't HAVE to use language-packs01:18
twblocale-gen zh_ZH.UTF-801:19
frandiegueztwb: great! let me try it01:19
frandiegueztwb: sorry but it is not working for me... I have issued locale-gen zh_ZH.UTF-8 and made a copy of es_ES translations (that works well) to zh_ZH but not work.01:23
frandiegueztwb: locale-gen with zh_ZH is superfast, for the rest of languages take a little time01:24
mathiazjiboumans: so IIUC memcached doesn't support a configurationf ile01:25
mathiazjiboumans: it only supports command line switches?01:25
mathiazSpamapS: ^^?01:25
jiboumansmathiaz: that's right01:25
mathiazjiboumans: great - thanks!01:25
jiboumanslook at the init.d script, i'm quite sure it's start-stop-daemon based01:25
jiboumanswhich makes it trivial01:26
mathiazjiboumans: well - the start-stop-daemon is actualy calling another script01:26
mathiazjiboumans: that parses the memcached.conf file for all the options01:26
jiboumansmathiaz: how silly01:26
mathiazjiboumans: yeah - I  may turn that into an upstart job01:27
mathiazSpamapS: kirkland: are upstart jobs still the way to go in Ubuntu?01:27
jiboumansmathiaz: conversion schmonversion01:29
jiboumansyou can do 'screen memcached -p 1234' and it works01:29
jiboumansgive it a name (memcached_1234) and run it 'unless => "screen -ls | grep memcached_1234"01:29
jiboumansit's *that* simple01:29
mathiazjiboumans: nice01:31
jiboumansmathiaz: why run multiple memcacheds btw?01:35
jiboumansmathiaz: and you might want to look at redis for some neat features and also memory saving optimizations01:36
dasilva333hey guys ive tried much research still no luck, any one willing to help? im getting this error when i try to do df -h 'Stale NFS file handle'01:43
dasilva333also helpful:01:44
dasilva333root@TonidoPlug:/etc/init.d# umount /dev/sdc101:44
dasilva333umount: /dev/sdc1: not mounted01:44
dasilva333root@TonidoPlug:/etc/init.d# mount /dev/sdc1 /media/SeagateNTFS/01:44
dasilva333mount: according to mtab, /dev/sdc1 is already mounted on /media/SeagateNTFS01:44
dasilva333root@TonidoPlug:/etc/init.d# ls /etc/mtab01:44
dasilva333ls: cannot access /etc/mtab: Stale NFS file handle01:44
twb!partners01:54
ubottuCanonical's partner repositories provide packages a location for software vendors to publish applications. The repo itself can be added by running this in a !terminal: « sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" »01:54
marshallhey ubuntu server02:07
dasilva333hey02:08
marshallanybody use ec2?02:09
dasilva333not me, hey marshall do you think you could help me with my problem?02:10
marshallsup?02:10
dasilva333well whenever i try df -h i get 'Stale NFS file handle02:11
smokesmokowhat kind of problem r u having dasilva333?02:11
dasilva333df -h 'Stale NFS file handle'02:11
dasilva333root@TonidoPlug:/etc/init.d# umount /dev/sdc102:11
dasilva333umount: /dev/sdc1: not mounted02:11
dasilva333root@TonidoPlug:/etc/init.d# mount /dev/sdc1 /media/SeagateNTFS/02:11
dasilva333mount: according to mtab, /dev/sdc1 is already mounted on /media/SeagateNTFS02:11
dasilva333root@TonidoPlug:/etc/init.d# ls /etc/mtab02:11
dasilva333ls: cannot access /etc/mtab: Stale NFS file handle02:11
dasilva333thats what i get02:13
smokesmokowhat kind of drive is it, cd or harddrive?02:13
dasilva333its an ntfs drive, it just suddenly happened02:15
dasilva333ive tried various solutions on google but no luck02:15
smokesmokogot important data on it?02:16
nandemonaiI've gotten that before when a NFS server has died. Do you have any NFS shares mounted as well?02:16
dasilva333if i reboot into my other linux OS the drive works fine02:16
dasilva333if i plug it into the my windows box it also works fine02:16
dasilva333so its the OS thats for sure02:17
dasilva333how do i check what NFS shares are mounted on it?02:17
dasilva333heres a helpful article if you guys could help me with it02:17
dasilva333http://sysunconfig.net/unixtips/stale_nfs.txt02:17
nandemonaiHave you rebooted?02:18
dasilva333yes many many times02:18
nandemonaiOk forget I said anything then. Sounds like a bug.02:18
dasilva333ive tried a, but im not sure hwo to use it with -O option so that doesnt work02:18
nandemonaiRebooting will drop any stale shares so it's not that.02:18
dasilva333how can i reinstall or reset the part of the system that is not working?02:18
nandemonaiSo this is happening with a USB drive eh? Very odd.02:18
dasilva333yeah its a usb drive02:19
dasilva333i basically think my fstab or mtab is corrupted somehow02:19
nandemonaiI'd boot it with a live CD and check out the files.02:19
nandemonaiYou could be onto something with a messed up fstab or something. Other than that I have no idea I'm afraid.02:20
dasilva333i ran a chkdsk on windows and it passed through fine, im pretty sure its not the files02:20
nandemonaiUsually that error relates to a nfs share that has stopped responding.02:20
dasilva333http://sysunconfig.net/unixtips/stale_nfs.txt how do i do option a. or b. in that list?02:20
nandemonaiOh I meant your fstab etc sorry.02:21
nandemonaiB will already have been done unless something is trying to use it on boot.02:21
dasilva333i tried booting into my other OS, deleteing /etc/mtab and then booting back into it w/o any luck02:22
nandemonaia. something like: sudo mount -O /dev/sda1 /mnt/point02:22
dasilva333is there any other file i could possible delete to 'reset' my problem?02:22
nandemonaiAgain though reboot should sort all that.02:22
smokesmokoHi, to recreate mtab try command:02:22
smokesmokosudo cat /proc/mounts > /etc/mtab02:22
smokesmokohave u tried that?02:22
dasilva333yeah i tried that02:22
dasilva333i get Stale NFS file handle whenever i do anything relating to mtab02:23
nandemonaiI'd boot a live CD and suss out the mtab and fstab files from there.02:23
nandemonaiI guess it's possible they're completely corrupted but I'm guessing ;)02:23
dasilva333ok but how do i 'suss' them out?02:24
smokesmokou could fsck your drive, but becareful02:24
dasilva333like just rm -rf /etc/mtab or what?02:24
dasilva333i cant fsck an ntfs drive02:24
nandemonaiLook at them in a text editor from a live CD.02:24
dasilva333ah ok02:24
dasilva333good idea02:24
nandemonaiDo you even use NFS shares on said system?02:25
SpamapSmathiaz: yes upstart job would be the way to go, and memcached should be trivial to do.02:26
mathiazSpamapS: well - trying to do it with upstart from lucid02:26
mathiazSpamapS: running into issues with log files02:27
mathiazSpamapS: and forks as well02:27
mathiazSpamapS: http://paste.ubuntu.com/567960/02:28
mathiazSpamapS: isn't happy02:28
dasilva333nope02:28
SpamapSmathiaz: err.. I would just use it w/o forking and pipe to logger02:28
dasilva333i dont even know what NFS is rly, so im not sure why my NTFS drive is complaining about that02:28
mathiazSpamapS: http://paste.ubuntu.com/567961/?02:29
SpamapSmathiaz: drop the expect fork and the -d02:29
mathiazSpamapS: using an exec statement?02:29
SpamapSmathiaz: and if you want to be careful... add a post-start that makes sure memcached is listening02:30
mathiazSpamapS: or a script block?02:30
SpamapSmathiaz: you can exec blah | something else02:30
mathiazSpamapS: oh - nice02:30
SpamapSmathiaz: script is only for multiple commands02:30
dasilva333ok mount -O revealed something interesting02:30
dasilva333http://pastebin.com/1a0YTimE02:30
dasilva333line #12 is bad somehow....02:30
SpamapSmathiaz: basically exec just gets evaluated by the running shell as is02:30
Roastedjust curious, if you're running ubuntu server with no gui, how do you share out printers?02:31
SpamapSmathiaz: also make sure you stop on runlevel 1.. you don't need memcached in single user :)02:31
dasilva333can i do sudo cat /proc/mounts > /etc/fstab?02:31
SpamapSRoasted: cups02:31
SpamapSRoasted: or samba+cups02:31
RoastedSpamapS, ahh, through a web based gui right02:31
twbdasilva333: only if you want to break the system02:31
ZacLnxNewbhi02:32
ZacLnxNewbWhat's the best torrenting daemon?02:32
SpamapSRoasted: thats helpful for configuring them, yes.. but you can do it w/o the gui even. :)02:32
RoastedZacLnxNewb, I like deluge.02:32
dasilva333twb: how would i do it then pls?02:32
twbdasilva333: do what?02:32
dasilva333how do i rebuild fstab02:33
ZacLnxNewbRoasted: I was using deluge until I screwed up the configuration02:33
RoastedZacLnxNewb, so redo the config to default??02:33
ZacLnxNewbRoasted:  then it just ran in the background and I was too lazy to figure out how to fix it. :p02:33
ZacLnxNewbRoasted: and I decided to freshly install my entire server and try a different configuration.02:33
SpamapSmathiaz: feel free to submit that upstart job as a bug on memcached. :)02:35
mathiazSpamapS: hehe02:35
mathiazSpamapS: seems like it's working !02:35
mathiazSpamapS: now is there a way to have stdout log to a logger and stderr log to another one?02:36
mathiazSpamapS: for now I do 2>&102:36
SpamapSmathiaz: note that it will fire the started as soon as it has exec'd .. which Keybuk would be careful to point out could create a race condition with dependent jobs02:36
SpamapSmathiaz: :( no02:36
SpamapSmathiaz: but realistically.. the messages should distinguish themselves appropriately, and you probably want to see all of them anyway02:37
dasilva333ok i just booted onto the same system using a live cd and i checked out the mtab file on the bad OS and its empty, can i do a cat /proc/mounts > /media/OriginalDrive/etc/fstab ?02:49
dasilva333interesting i tried it and i get an input/output error on the drive02:55
qman__the drive is probably bad then02:57
ZacLnxNewbRoasted: Hey, where is the deluge config file stored?02:57
qman__could be a loose cable or bad controller too, but same general thing02:57
dasilva333well its a usb drive, my boot drive is a usb drive, can i just run fsck on it?02:57
dasilva333how do i force unmount ? im getting the device is busy02:57
qman__input/output error is not an error with the filesystem, it's an error with the hardware02:58
qman__umount -l02:58
qman__l for lazy02:58
ZacLnxNewbqman__:  do you know anything about deluge?02:58
qman__nope, I use torrentflux02:58
dasilva333qman__ hwo can it be an error with the hardware if its just a simple cruzer usb drive?02:58
dasilva333unless you mean the actual server...02:59
qman__dasilva333, loose connector, bad USB port/header/controller, bad drive02:59
qman__anything along the chain02:59
dasilva333ah ok02:59
qman__but that type of error is a hardware error02:59
elbow``I am trying to get FastCGI installed on my server, all ive found on ubuntu is mod_fcgid03:00
thesheff17elbow: for php?03:03
elbow``perl03:04
thesheff17I believe you just have to enable the mod_perl for apache203:05
elbow``I dont want to use mod_perl03:05
thesheff17ah sorry you should be able to do apt-get install libfcgi-perl03:06
dasilva333THANK YOU SO MUCH GUYS!!! *HUGS ALL AROUND*03:07
dasilva333ok so thanks all your ideas and help i was able to resolve my problem03:07
dasilva333how i ended up fixing it was simply booting into the live cd and running fsck on the original drive, it found a whole bunch of inode errors, rebooted and it was fine03:08
ZacLnxNewbdoes anyone use deluge?03:12
ZacLnxNewbwhere is the configuration file used to say, change the port I access deluge from?03:13
ZacLnxNewbmyserver.com:8112 to myserver.com:60203:13
ZacLnxNewbRoasted:  you there still?03:15
RoyKwin 1103:27
ZacLnxNewbdamn it, now deluge doesn't work03:35
ZacLnxNewbRoyK: Willing to help me again? :p03:36
RoyKfor wj03:37
RoyKfor what?03:37
ZacLnxNewbRoyK:  I just installed deluge, I restarted my server and was able to connect using the web ui in the browser through 192.168.1.250:811203:38
ZacLnxNewbRoyK:  in the deluge settings through the web ui, I changed the port from 8112 to 60203:38
ZacLnxNewbRoyK:  then rebooted the server again, and now everything is inaccessible through http03:39
RoyKaorrt - mp03:39
RoyKno odea03:39
ZacLnxNewbRoyK: actually, seems the website portion jsut started working03:40
ZacLnxNewbRoyK:  can't connect to deluge at all though03:40
RoyKI thought I wss to lose a 35TB pool today03:42
RoyKlots of messups03:42
ZacLnxNewbRoyK: ouch03:43
RoyKso I'm not too ast answering03:43
ZacLnxNewbWhat the hell is this? "~/.config/deluge/"03:49
pmatulis_looks like a hidden configuration file03:51
ZacLnxNewbcan someone help me fix whatever deluge has done to my server?04:08
uvirtbotNew bug: #720513 in mysql-dfsg-5.1 (main) "package mysql-server-5.1 5.1.41-3ubuntu12.9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/72051304:36
=== NightDragon is now known as GeorgeNada
=== NightDragon is now known as GeorgeNada
uvirtbotNew bug: #697934 in exim4 (main) "Merge exim4 4.73~rc1-1 (main) from Debian experimental (main)" [Undecided,Fix released] https://launchpad.net/bugs/69793406:47
twbAnybody have experience with journalled quotas (-ousrjquota=aquota.user,jqfmt=vfsv0)?08:22
twbI just noticed that repquota isn't seeing any changes when I create new files, and it was some time ago (back when journal-less usrquota was in use instead.)08:23
MTecknologyroot@liber:/var/spool/exim4# mailq      0m  1.6K 1PpzH3-00065K-QO <> *** frozen ***      www-data@liber.profarius.com      <-- any ideas what might be setup wrong?08:33
MTecknologyor more details- http://dpaste.com/425569/08:35
twb19:36 <twb> Never mind, I found the problem.  For some reason quotaon(8) isn't being run at boot.  Fucking ubuntu garbage...08:36
MTecknologyso... if I send an email to me@profarius.com from a web server that hosts the profarius.com website... it sends it to /var/mail/michael instead of to my email address08:44
MTecknologythe header even holds the right "To: field"08:45
huatsmorning08:47
MTecknologyhuats: howdy08:49
=== FkCek is now known as FkCek|a
twbThis patch is necessary to make Lucid handle journalled quotas correctly!  http://paste.debian.net/107916/09:04
eagles0513875hey guys quick question is a cloud limited to running virtual machines or can for instance a dedicated server be put in the cloud09:18
gnuyogawhole idea of cloud is self provisioning … doing that with a bare metal is possible but for that09:20
gnuyogayou can use something like cobbler09:20
twb"Cobbler is a Linux provisioning server that centralizes and simplifies control of services including DHCP, TFTP, and DNS for the purpose of performing network-based operating systems installs."09:21
twb...so, it's dnsmasq.09:22
twb"Cobbler is a small and lightweight application (about 15k lines of Python code)."09:25
lephistomorgen09:25
twb...whereas dnsmasq is 17kloc *including the TFTP, DNS and DHCP servers*.  Silly RH users!09:25
eagles0513875gnuyoga: whats cobbler?09:32
eagles0513875humm09:33
gnuyogaeagles0513875: http://www.ubuntugeek.com/ubuntu-linux-provisioning-automation-with-cobbler.html09:37
eagles0513875thanks :)09:39
ttxAny chance you could set up a tarball job for nova-bexar on Jenkins ? I'd like that set up before we start approving the post-release BMPs09:45
ttxsoren: ^09:45
ttxaw09:46
ttxwrong channel09:46
jibelDaviey, hallyn , Hi. you marked 2 server tests as started yesterday, can you change the status on the tracker if it's done. thanks.09:47
eagles0513875thanks for the link gnuyoga :) will have to give cobbler a shot :)09:48
bencercould anyone from server team have a look at #720564, that blocks me in trying to upload new ebox/zentyal packages to natty09:52
bencerit's just a simple sync from debian09:53
eagles0513875bencer: that would have to be asked in ubuntu+1 as that is natty support09:55
bencereagles0513875: is ubuntu+1 an irc channel? don't have many experience on ubuntu dev workflows09:56
eagles0513875ya it is09:56
bencerjust saw it, thanks09:56
bencerwell seems that it got already accepted09:58
bencerBuild well, sync request ACKd09:58
bencer** Changed in: libredis-perl (Ubuntu)09:58
bencer       Status: New => Confirmed09:58
eagles0513875bencer: :) patience is the key09:59
=== th0mz_ is now known as th0mz
plmHi all10:52
plmanyone know what package in Ubuntu hjas the "pdo sqlite driver"?10:53
plmI try with apt-cache search but not sucesss10:53
TeTeTplm: maybe php5-sqlite: /usr/lib/php5/20090626+lfs/pdo_sqlite.so10:54
TeTeTplm: I used apt-file search pdo | grep sqlite for that output10:54
soren$ apt-cache search pdo sqlite10:54
sorenphp5-sqlite - SQLite module for php510:54
sorenphp-db - PHP PEAR Database Abstraction Layer10:54
plmTeTeT: so I have that installed..  But I have this error: [Thu Feb 17 08:45:59 2011] [error] [client 192.168.0.30] PHP Fatal error:  Uncaught exception 'PDOException' with message 'could not find driver' in /var/www/web/classes/csql.php:88\10:57
plmA complete error is here http://dpaste.com/425885/10:57
sorenplm: "/var/www/web/db..." looks odd.10:58
TeTeTplm: I'm afraid I know nothing about this error10:58
Davieyjibel, ack10:59
plmsoren: TeTeT solved. I restart apache after install php5 module, but now after install sqlite driver...11:13
TeTeTplm: ah, great that it works now11:17
Davieyjibel, The reason i haven't passed it yet, was because i wanted to question postifx being installed on a plain server install.  I don't remember that being in 10.04.11:18
Davieyand a running network service by default is a new feature.11:19
uvirtbotNew bug: #720638 in net-snmp (main) "snmpd crashes with segfault (libnetsnmpmibs.so.15.1.2)" [Undecided,New] https://launchpad.net/bugs/72063811:27
Davieyjibel, duh... it's because i did the RAID-1 install.11:40
Davieymarked as passed11:40
jibelDaviey, thanks for your help in testing.12:40
Davieyhallyn / jdstrand: Are either of you planning a libvirt merge soon?12:40
Davieyjibel, np.. I intended to do more, but seemed to already have pretty good coverage!12:40
jibelDaviey, indeed, the results are pretty good.12:41
=== Kiall|AFK is now known as Kiall
hallynDaviey: i handed jdstrand 0.8.7, but it's looking like 0.8.8 has mostly papercut bugfixes so we may just want to immediately jump to that (it just came out today)12:52
hallynbia12:53
hallynbiab12:53
jdstrandhallyn: I haven't reviewed it yet, if you are keen on doing 0.8.8, feel free to give it to me and I'll review it instead12:53
hallynjdstrand: only bc it looks like it might fix bug 72042612:58
uvirtbotLaunchpad bug 720426 in libvirt "libvirt fails to run vm's with virtio disks and a kernel" [Medium,Won't fix] https://launchpad.net/bugs/72042612:58
hallynuh, hm, then again i guess it might not :)  but lemme see how trivial that bump is12:59
hallynRoAkSoAx: so yeah, as of yesterday I suddenly have the same disk io woes you have.  to the point thta it made me stop working when the family went to bed bc laptop fan kept going off like a fighter jet13:00
ivokskirkland: congrats ;)13:02
kirklandivoks: :-)  thanks13:02
jdstrandhallyn: fyi, I think my temperature issues in the guests unstable bug are bug #71652813:03
uvirtbotLaunchpad bug 716528 in qemu-kvm "kvm 100% when performing apparently IO operations" [Medium,Confirmed] https://launchpad.net/bugs/71652813:03
jdstrandhallyn: so I guess put me in the me too camp there13:04
jdstrand(and I just did in the bug)13:04
jussiwould it be even remotely safe to install a maverick package on a hardy server? (ie. http://packages.ubuntu.com/maverick/libemail-sender-transport-smtp-tls-perl)13:05
Davieyhallyn / jdstrand: That is good news, i noticed it bumped from experimental to unstable.13:17
ivoksDaviey: hi, how are you?13:18
Davieyivoks, Hello sir!  Not too bad.. how are you keeping?13:18
ivoksDaviey: hanging :) by a thread :)13:19
Davieyivoks, heh... so...... mail stack... how is it doing for natty? :)13:20
* ivoks walks away :)13:20
Davieylol13:21
ivoksDaviey: i'll look at it in next couple of days13:21
ivoksi still don't have natty dev environment13:21
* ivoks runs away :)13:22
=== Kiall is now known as Kiall|AFK
Davieyivoks, that is good... Feb 24th... Feature Freeze :)13:22
ivokspih13:23
=== Kiall|AFK is now known as Kiall
* hallyn hates guis13:25
JamesPageDaviey: hows the euca dhcp issue in natty coming along?13:55
DavieyJamesPage, funny you ask...13:58
DavieyJamesPage, no good progress at the moment..13:58
DavieyI don't think upstream will land a configuration option.. I'm currently writing a wrapper to just check it /will/ work.. If it does, i'll change it in code.13:59
DavieyJamesPage, why do you ask?13:59
JamesPageDaviey: bug 71716613:59
uvirtbotLaunchpad bug 717166 in eucalyptus "Broken with v4 isc-dhcp-server in Natty" [Undecided,New] https://launchpad.net/bugs/71716613:59
MadHaTTer_777hey ppl i need some support with ubuntu 64-bit server 10.1014:01
MadHaTTer_777can anyone help?14:01
DavieyJamesPage, thanks.. i've just confirmed it14:01
JamesPageDaviey: same issue yes?14:01
DavieyJamesPage, yeah, sadly14:02
MadHaTTer_777my issue has been going on for about a week and its a pain14:03
MadHaTTer_777problem after problem14:03
MadHaTTer_777but now im near the end of fixing it at least14:04
JamesPageMadHaTTer_777: well you are in the right place - whats your problem?14:04
MadHaTTer_777ok im trying to install a usb modem their software didnt work so i got some code online tweaked it and edited the wvdial and widial files now14:05
MadHaTTer_777its a usb flip flop device btw the code i was talking about is to get it to change mode14:06
MadHaTTer_777now in terminal it gives me 2 dif errors at random14:06
MadHaTTer_777when i wvdial14:06
MadHaTTer_777i get "--> Cannot open /dev/ttyUSB0: device or resource busy14:07
MadHaTTer_7773 times14:07
MadHaTTer_777the other error is where it tells me to add the option of pppd in wvdial.conf14:08
MadHaTTer_777how do i fix these?14:08
RoAkSoAxmorning all14:11
JamesPagehey RoAkSoAx14:12
MadHaTTer_777wth?14:14
MadHaTTer_777anyone know how to fix these errors?14:16
apwsomeone was talking to me about nbd, and we had two issues, first that the second open deadlocked (now resolved) and a second which was bad opens r/w of a r/o device which was failing14:16
apwcan anyone remember14:17
ograapw, i bet that was stgraber14:18
apwahh thanks ... wanted to know what happened to the userspace changes ... seems the kernel change may have been temp reverted cause of the userspace carnage, but i do wnat to make sure its getting fixed14:18
MadHaTTer_777ANY IDEA HOW TO FIX MY PROBLEM?14:20
MadHaTTer_777also i have another problem once these 2 r fixed14:20
MadHaTTer_777something wrong with apt14:21
MadHaTTer_777hash sum mismatch14:21
JamesPageMadHaTTer_777: so I guess that you are referring to drivers for the USB modem with regards to the code you got online14:24
JamesPageMadHaTTer_777:  whats the make/model of USB modem you are using?14:24
MadHaTTer_777so what can be done about it?14:25
MadHaTTer_777it wont help14:25
JamesPageMadHaTTer_777: well maybe not but I like to have the full facts before commenting on something...14:26
MadHaTTer_777acs franklin wireless cdu680 p/n du6800-014-ac ive been through all the usuall14:26
MadHaTTer_777the manu site was last updated around the time of ubuntu 7.414:27
MadHaTTer_777the isp told me they dont even use the software that comes with the modem cause it doesnt work 4 sht14:27
MadHaTTer_777brb i need a smoke14:28
MadHaTTer_777bk14:32
MadHaTTer_777u there james?14:32
JamesPageMadHaTTer_777: yep14:33
Sheepherdhey guys im bout to set up a ubuntu server and got a teacher that tells me that installing servers virtually with VMware vSphere is the best way. is he right?14:33
Sheepherdi mean he says security is better and hes prolly right but isnt a virtual server more error-prone due to incompatibilities?14:34
Sheepherdbecause its another layer that has to work perfectly14:35
MadHaTTer_777so can u help me?14:37
JamesPageMadHaTTer_777: I'm drawing a blank at the moment; I can't find anything more than you have already found;14:38
JamesPageit looks like a driver issue of some description14:39
zulill upload a new cobbler snapshot tomorrow14:39
JamesPageMadHaTTer_777: have you seen this - https://custsupport.alaskacommunications.com/app/answers/detail/a_id/304/~/installing-the-mobile-broadband-cdu-680-on-linux14:41
MadHaTTer_222back14:42
JamesPageMadHaTTer_222: have you read this - https://custsupport.alaskacommunications.com/app/answers/detail/a_id/304/~/installing-the-mobile-broadband-cdu-680-on-linux14:43
MadHaTTer_222yes thats garbage14:43
MadHaTTer_222and im past that anyways'14:45
MadHaTTer_222i can get all that feed as described there its after that i get the problems14:46
JamesPagefair enough; I'm just refreshing on wvdial - not used it in a LONG time14:52
MadHaTTer_222ir seems like its a problem with pppd14:53
MadHaTTer_222in the one error it says to use the option in wvdial.conf to specify the pppd14:54
ikoniaMadHaTTer_222: this is the channel for ubuntu server, you stated earlier this was a problem on your deskop14:55
MadHaTTer_222no ikonia it is a problem in ubuntu server 64 bit as i stated earlier14:56
ikoniamy mistake, I thought you said it was a problem with your desktop in the other channel14:56
MadHaTTer_222i did temperoraly install the desktop on it but plan to remove it once finished14:57
MadHaTTer_222kubuntu i belive its called14:57
ikoniano, that's a desktop14:57
ikonianot a server14:57
MadHaTTer_222im new to linux as i said14:57
ikoniaso please don't ask for desktop support in here14:57
MadHaTTer_222no its a server14:57
ikoniano, kubuntu is a desktop14:58
MadHaTTer_222like i just said i temp installed a desktop on the server14:58
MadHaTTer_222ik14:58
ikoniaok, so it's the server os with a deskop14:58
MadHaTTer_222yes14:58
ikoniagreat, no problem14:58
JamesPageMadHaTTer_222: so there are some differences between a normal desktop install and a server install - for example the kernel is different14:59
JamesPagethis is not a normal device to be installing in a server so that could be the issue; you could try running a desktop live cd to see if that makes any difference.14:59
MadHaTTer_222yes i am using ubuntu server 64 bit14:59
ikoniaJamesPage's great advice, there are additional modules available for the desktop kernel15:00
ikoniaMadHaTTer_222: try the desktop install15:00
ikoniamay help when reporting the bug that you have tried on both desktop and server kernel15:00
JamesPageif it still does not work suggest that you report a bug against ubuntu for this device - see https://wiki.ubuntu.com/ReportingBugs15:01
JamesPageYou can run the a live cd without installing Ubuntu which means that you current server install will remain intact.15:01
MadHaTTer_222that would be nice15:02
MadHaTTer_222also u know anything about a prob i get with apt15:02
MadHaTTer_222hash sum mismatch15:02
JamesPageI think the pppd issue is a red-herring - you should only need to specify this if the install of pppd is non standard which it is not in Ubuntu15:02
MadHaTTer_222what u mean?15:03
ikoniaMadHaTTer_222: could you show me the output of uname -a on your machine please ?15:03
MadHaTTer_222non standard not in ubuntu?15:03
JamesPageIt is installed in /usr/sbin/pppd which is standard15:04
MadHaTTer_222yeah just a sec i gotta ics it through this machine15:04
ikoniano problem15:04
JamesPageFor you other issue try running sudo apt-get clean - sounds like you having a corrupt .deb or suchlike15:04
JamesPages/having/have/15:05
MadHaTTer_222i cleaned it and auto cleaned it already didnt work15:05
=== Nafallo_ is now known as Nafallo
MadHaTTer_777http://pastebin.com/stQulvqx15:09
ikoniaMadHaTTer_222: that is an empty paste15:09
ikoniaoops15:09
ikoniaMadHaTTer_777: that is an empty paste15:10
MadHaTTer_777theres what u wanted ikonia15:10
MadHaTTer_777or not15:10
MadHaTTer_777lol srry15:10
MadHaTTer_777i quit?15:11
MadHaTTer_777again?15:11
ikoniaplease post the info I asked for15:12
MadHaTTer_777still dont belive me on the ver huh i am im just bringing the other come in the irc now15:15
ikoniawhat ?15:16
MadHaTTer_777http://pastebin.com/stQu1vqx15:19
b0gatyr_question, when mounting a windows share do you guys still use the credentials file and change permissions to root?15:19
MadHaTTer_777brb i dont think it will let me on the irc using 2 comps and the same ip for both15:20
* EtienneG page kirkland15:20
kirklandEtienneG: yo15:20
EtienneGkirkland, ehw and myself (well, mostly ehw) went through the bug related to the proposed likewise-open SRU15:20
EtienneGkirkland, https://bugs.launchpad.net/bugs/534629 and friends15:21
uvirtbotLaunchpad bug 534629 in likewise-open "AssumeDefaultDomain does not work" [Medium,Fix committed]15:21
ikonia!info linux-image15:21
ubottulinux-image (source: linux-meta): Generic Linux kernel image.. In component main, is optional. Version 2.6.35.25.32 (maverick), package size 5 kB, installed size 32 kB (Only available for i386 amd64 lpia all armel)15:21
EtienneGkirkland, that's the branch you reviewed last December during your patch pilot15:21
kirklandEtienneG: right15:21
MadHaTTer_333k now im on the ubuntu machine15:22
MadHaTTer_333http://pastebin.com/stQu1vqx15:22
EtienneGkirkland, when you have a minute, would you mind having a look and see if it can be sponsored?15:22
ikoniaMadHaTTer_333: ok, so you need to update your kernel to the current version, that's a good start15:22
EtienneGkirkland, if there's anything missing, just let us know, we'll fix it15:22
ikoniaMadHaTTer_333: always better to log a bug on the current kernel15:23
hallynis anyone here using ipmi who could test+verify the proposed fix for 473332 so I can request the patch to be merged?15:25
RoAkSoAxSpamapS: around?15:25
hallynthat is, for bug 47333215:26
uvirtbotLaunchpad bug 473332 in openipmi "Startup failed to load ipmi_devintf module" [Low,In progress] https://launchpad.net/bugs/47333215:26
hggdhanyone able to test 10.04.2 iSCSI for http://iso.qa.ubuntu.com/?15:32
MadHaTTer_777can u hear me now?15:32
ikoniaMadHaTTer_777: yes15:33
MadHaTTer_999sorry again15:42
MadHaTTer_999these modems suck15:42
MadHaTTer_999so how do u update the kernel15:42
MadHaTTer_999apt-get update what?15:42
patdk-wknormally dist-upgrade15:43
MadHaTTer_999thanx15:43
jmarsdenMadHaTTer_999: sudo apt-get update && sudo apt-get dist-upgrade15:43
MadHaTTer_777wtf is with my modems i efin hate my shty isp15:46
MadHaTTer_777its updating now15:47
MadHaTTer_777gonna be bout 10 mins15:47
robbiewDaviey: JamesPage: kirkland: RoAkSoAx: smoser: SpamapS: zul:  hallyn:  can anyone help with 10.04.2 iso testing?15:47
robbiewskaet_: is waiting on us15:47
kirklandrobbiew: sure thing;  i synced them last night15:47
robbiew:/15:48
kirklandrobbiew: i'm on it now15:48
JamesPagerobbiew: yep - I'll pickup some more now15:48
_1094kmsI'm at a loss to find out where my firewall records (iptables -L) come from. apparmor uninstalled, ufw disabled, nothing in /etc/network ... where else can they be??15:48
MadHaTTer_777ohh the hash sum mismatch from what i can tell i think its cause my isp stamps the packets and screws it up any way around this?15:48
smoserrobbiew, i'm patch-piloting right now, but i can later. i'll check in with kirkland after lunch on it.15:48
robbiewthnx all15:49
Davieyrobbiew, hmm15:49
Davieyrobbiew, I thought the coverage was good?15:49
MadHaTTer_777brb im gonna have another smoke while this updates15:49
=== FkCek|a is now known as fceccon
Davieyrobbiew, The JeOS test cases are not required aiui15:50
SpamapSRoAkSoAx: here now.15:50
Davieyhallyn, any update on http://iso.qa.ubuntu.com/qatracker/result/4995/265 ?15:52
sjmwhere can I report a bug in ubuntu (tzdata)?15:52
Davieyrobbiew, other than that - i think we are pretty complete?15:52
zulrobbiew: hudson says its good with the iso testing of i386 if that helps15:52
robbiewDaviey: I'm just relaying what skaet_ told me15:53
Davieyrobbiew, oh ok15:53
jibelAll, we are missing iSCSI test cases and marjo is experiencing a problem with i386 preseed.15:53
SpamapShttp://svn.php.net/viewvc/php/php-src/tags/php_5_3_6RC1/NEWS?revision=308400&view=markup15:54
zulSpamapS: yes i track it regularily ;)15:54
kirklandRoAkSoAx: who runs iso.qa.ubuntu.com?  I reset my password a few minutes ago and haven't gotten the email back yet15:54
kirklandrobbiew: ^15:54
SpamapSzul: they had discussed getting 5.3.6 out very soon.. maybe we should shoot to ship it before FF15:54
hallynDaviey: no.  alas usb-creator-gtk did not serve me well15:55
hallynretrying as we speak15:55
zulSpamapS: i was mulling over it...but it all depends when they release it15:55
SpamapSzul: typically their RC cycles are really short15:55
kirklandFYI, all, I'll take the RAID1 tests15:56
kirklandcan someone mark those as "started" for me?15:56
* kirkland can't login right now15:56
zulSpamapS: ack.. well see how busy we get ;)15:56
_1094kmsif I have an entry in /etc/init/ufw.conf =15:56
SpamapSzul: I know 5.3.6 fixes at least one really weird issue that I've been tracking where some SSL sites are inaccessible because the remote server doesn't support some feature that openssl added recently15:56
SpamapSzul: if its going to happen, its going to be all you ;)15:56
_1094kmssry - does it mean it starts automatically on ubuntu 10.04?15:56
Davieykirkland, i've done  RAID-115:56
kirklandDaviey: not i38615:57
kirklandDaviey: according to the tracker15:57
Davieyah, good point15:57
Daviey:)15:57
kirklandDaviey: can you mark that one "started" for me?15:57
Davieykirkland, ack15:57
zulSpamapS: cool about the openssl bug....not so cool about all being on me15:57
SpamapSare you guys doing tests for 10.04.2 or latest natty?15:57
DavieySpamapS, lucid15:58
jibelkirkland, Daviey JamesPage, hallyn   Can someone take care of i386 preseed and confirm if it's really broken15:58
RoAkSoAxkirkland: dunno! I just reset the password myself less than half an hour ago15:59
RoAkSoAxand it worked correctly15:59
kirklandRoAkSoAx: how long did it take for you to get the email?15:59
RoAkSoAxkirkland: it was instant15:59
hallynDaviey: so, this is sucking:  i had installed it under kvm just fine, but of course couldn't test kvm module loading there.  on my test laptop booted from usb, install hangs at /lib/partman/automatically_partition/50biggest_free/choices15:59
hallynDaviey: and i don't know if that failure is just bc of usb-creator-gtk16:00
RoAkSoAxkirkland: note that you need to login with the user you selected rather than with your email16:00
kirklandRoAkSoAx: lucky16:00
RoAkSoAxkirkland: (i was trying to log in with my email too and didn't work xD )16:00
JamesPagejibel: whats the current issue with the i386 preseed?16:00
Davieyjibel, hggdh has marked preseed ok.... what issue did marjo have?16:00
JamesPagejibel: as all of the automated ISO tests use preseed I'd not be to worried.16:01
Davieyhallyn, yeah... seems there is a bug regarding usb-creator16:01
hggdhDaviey: marjo got a d-i error on install: E: Package linux-headers-generic has no installation candidate16:01
jibelJamesPage, Daviey we have +1 and -1 on this testcase, I'd like to confirm that its really good.16:01
kirklandRoAkSoAx: aha, that was it!16:01
hggdhwhich is weird16:01
Davieyhallyn, https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/64581816:01
uvirtbotLaunchpad bug 645818 in usb-creator "Unknown keyword in configuration file: gfxboot" [Critical,Triaged]16:01
RoAkSoAxkirkland: they should really integrate it with openid16:01
Davieyhggdh, do you have your preseed?16:02
RoAkSoAxSpamapS: Is there any docs to create and test upstart jobs?16:02
hggdhJamesPage: the minimal install is hosed on hudson16:02
Davieyjibel, do you have the preseed that marjo used?16:02
kirklandRoAkSoAx: no kidding!16:02
hggdhJamesPage: after install it was 700+ MB in size, and with iptables set16:02
SpamapSRoAkSoAx: Right now upstart.ubuntu.com and man 5 init are the best sources of information16:03
Davieykirkland, Federate single sign on is overated... i love maintaining seperate usernames and passwords everywhere... it's a hobby:)16:03
hallynDaviey: i don't think that's my problem, as i can boot fine, it's during the disk partitioning steps that it freezes16:03
hggdhDaviey: yes, it is at http://people.canonical.com/~cerdea/preseed.cfg16:03
kirklandDaviey: :-D16:03
jibelDaviey, http://people.canonical.com/~cerdea/preseed.cfg16:03
JamesPagehggdh: which builds? I can't see this issue.16:03
SpamapSRoAkSoAx: as far as testing it.. well.. you really need to whole boot to happen to test if it starts at the right point and blocks what it needs to block.. so VMs are the best way to test.16:03
Davieyhallyn, ah.... NFI then, sorry16:03
hallynDaviey: unless i'ts pissed off that i'm installing without network.  but that shouldn' tstall partman16:04
Davieyhallyn, hmm.. installing without networking has been tested as successfull16:04
Daviey... but that was without libvirt16:04
DavieyI'd imagine it would fail after disk setup... that is too early in the process to be relevant IMO16:05
hggdhJamesPage: lucid server builds. I monitored it here -- installation is successful, but a *LOT* of packages are isntalled16:05
Davieyhallyn, I'm guessing bad media tbh.16:05
hallynDaviey: i've done usb-creator-gtk twice on different (natty) hosts16:06
RoAkSoAxSpamapS: so manually copying a job to /etc/init/ would not actually help?16:06
hallynDaviey: then i'm not sure i can do that test until i can get to the store and buy some blanks at lunch16:06
hggdhJamesPage: http://204.236.234.12/view/lucid-server-amd64/job/lucid-server-amd64_virtual-host/lastFailedBuild/artifact/1/test-results/d-i-syslog.log.gz16:07
Davieyhallyn, i mean, usb media problem?16:07
DavieyHave another stick to test?16:07
hallynDaviey: no.  this one's brand new though16:07
* hallyn running to the store for some (*&$*% cds16:12
JamesPagehggdh: thats not a minimal virtual install - that's a virtual host test - I would expect it to be more that 500M!16:13
hggdhJamesPage: oh joy, I cannot even _read_16:14
JamesPagehggdh: still does not look that good16:14
JamesPageas it timed out....16:14
=== JanC_ is now known as JanC
hggdhyep. Do you set, anywhere, iptables?16:15
MadHaTTer_777alright its done updating16:17
MadHaTTer_777now the wvdail is giving me the error --> cannot open /dev/ttyusb0: device or resource busy16:18
JamesPagehggdh: don't think so.16:19
MadHaTTer_777i need to sleep ill be back soon its 720 am16:19
froggymanaHello. I recently compiled nagios and followed the guide for setting it up, but now I want remove that so I can use the packaged version which I just found out about16:19
MadHaTTer_777bye for now thanx16:20
froggymanaAnybody familar with nagios?16:20
ikoniafroggymana: sure16:22
hggdhzul: do not reboot cempedak now, I am setting a UEC install16:22
zulhggdh: k16:23
ikonia!ops | MadHaTTer_777 using offensive language in channel and in pm and a bad attitude, banned from multiple channels16:23
ubottuMadHaTTer_777 using offensive language in channel and in pm and a bad attitude, banned from multiple channels: Help! Channel emergency! soren, lamont, mathiaz or tom16:23
MadHaTTer_777??? ikonia r we good now?16:30
MadHaTTer_777or r u trying to have me banned from yet another channel?16:30
KB1JWQMadHaTTer_777: Please remember the code of conduct.16:30
MadHaTTer_777yeah i think ikonia forgot to mention i was apolagising and thanking him16:31
KB1JWQTake it to PM please.16:31
MadHaTTer_777lol goodnight all16:31
RoAkSoAxSpamapS: would you say this would be a good approximation of upstart job? http://pastebin.ubuntu.com/568297/16:38
SpamapSRoAkSoAx: whoa.. thats a big one :)16:43
* SpamapS suspects that is not the first time RoAkSoAx has heard that16:43
SpamapSRoAkSoAx: hrm, almost.. let me tweak it a little..16:44
* SpamapS wishes paste.ubuntu.com had a 'new paste from this one' button16:45
SpamapSRoAkSoAx: http://pastebin.ubuntu.com/568303/16:46
SpamapSRoAkSoAx: so two things.. 1) start on started networking is too early if you have dhcp interfaces, since 'ifup -a' will return immediately16:47
SpamapSwhich actually means I did it wrong again..16:47
SpamapSand it should probably be start on net-device-up IFACE!=lo16:47
RoAkSoAxSpamapS: ok cool. will try it out16:48
SpamapSRoAkSoAx: anyway, 2) the logic on whether or not to start the daemon is only needed in pre-start .. you don't want to re-run that stuff when the daemon respawns or is restarted, for instance.16:48
RoAkSoAxSpamapS: right, I did the pre-start thing and it still started the dameon regardless16:49
SpamapSRoAkSoAx: questions: Does the current package ship a /etc/default/corosync ? Also, does the daemon work without a real network? (meaning lo)16:49
RoAkSoAxof wether the validation was successful or unsuccessful16:49
SpamapSRoAkSoAx: right, note that I also did 'stop'16:49
RoAkSoAxSpamapS: yes the package ships /etc/default/corosync and the daemon needs to work with networking up16:50
RoAkSoAxSpamapS: first time it boots, 127.0.0.1 should be up and that's it16:50
RoAkSoAxSpamapS: but after being configured, it needs to start after the iface(s) have their IP addresses16:51
SpamapSRoAkSoAx: so if you do 'start on net-device-up IFACE!=lo' then it won't be started until a real iface is up16:51
RoAkSoAxSpamapS: ok cool!! thanks. Will test it16:52
SpamapSRoAkSoAx: hopefully this will be simpler when we abstract it a bit and you can just say 'start on starting network-services'16:54
RoAkSoAxSpamapS: yeah, it indeed needs some improvements16:55
kirklandJamesPage: looks like you're on "Install (JeOS on KVM)", right?16:59
JamesPagekirkland: yep - for amd64?  Just waiting for my iso download to complete16:59
kirklandJamesPage: k17:03
kirklandhallyn: did you complete http://iso.qa.ubuntu.com/qatracker/result/4995/265?17:03
kirklandhallyn: looks like you started that yesterday17:04
hallynkirkland: as i just old Daviey, no17:07
hallynkirkland: usb-creator-gtk messes up the image17:08
hallynkirkland: and i have no cds17:08
kirklandhallyn: okay17:08
kirklandhallyn: i'll take that one17:08
hallynkirkland: awesome, thanks.  I thought I was running out 20 mins ago to buy cds, but felt compelled to reproduce another bug first17:08
kirklandhallyn: heh, don't buy cds :-)17:09
hallynkirkland: well i've got to, this is ridiculous :)17:09
hallyni've got two on a shelf at the old place, but that doesn't help this morning17:09
hallynkirkland: went ahead and deleted my 'result', thaks17:10
hallynthanks, that is17:10
Davieyhallyn, don't stress over it... at least you know of an issue testing for alpha3 testing :)17:10
hallynyup i am to be prepared for the next round :)17:11
RoAkSoAxSpamapS: the upstart job seems to be working amazingly. thanks for that one ;)17:17
SpamapSRoAkSoAx: cool!17:27
SpamapSRoAkSoAx: make sure to test the reload command17:27
ivoksSpamapS: any news about cloning in upstart?17:28
ivoksclonning even :)17:28
SpamapSivoks: as in, the expect fork bug that fails to see clones as forks?17:28
ivoksSpamapS: yes17:28
SpamapSivoks: none.. but I'm talking w/ jhunt_ right now about upstart bugs17:29
ivoksRoAkSoAx: ^17:29
ivoksso that upstart job isn't working amazingly... it doesn't work at all :)17:29
RoyKbacking up 25TB over a gigE link takes some time.... :P17:30
jkgfeel my pain, trying to back up 100GB over ~300kbps ADSL upstream... :P17:30
hallynnever understimate the bandwidth of a station wagon full of mag tapes17:34
JamesPagekirkland, hggdh, zul: I'm guessing that my minimal virtual install should end up with a -virtual kernel? (as described in ISO test case)17:34
zulthats my belief as well unless something has changed17:35
patdk-wkhallyn, why? just a 4gig usb stick would be faster, in rush hour traffic :)17:35
hallynyoung whippersnappers17:35
JamesPageOK well this is odd - the linux-image-virtual package is installed but uname -r returns 2.6.32-28-server17:36
patdk-wkheh, a single lto1 tape? :)17:36
patdk-wkjamespage, that is normal17:36
patdk-wk-virtual is a meta package (alias)17:36
JamesPageOK then the ISO test case needs to be updated as it says otherwise  - hggdh?17:37
patdk-wkor check it with dpkg --get-selections | grep -virtual17:37
patdk-wkand see if it's installed17:37
patdk-wkhmm, linux-virtual maybe, - will probably freak grep out17:38
hggdhJamesPage: I just found the same -- -v irtual is installed, but uname -r returns -server17:38
ivoksSpamapS: RoAkSoAx doesn't trust me, please tell him that until clonning works in upstart, upstart shouldn't be used for corosync :)17:38
JamesPagehggdh: it passes the test in every other way except uname -r :-)17:39
ivoksfwiw, that bug is reported cause of the issues with corosync17:39
SpamapSRoAkSoAx: ivoks is right.. or corosync needs a foreground option17:40
ivoks:)17:40
uvirtbotNew bug: #720856 in euca2ools (main) "euca-describe-groups should be euca-describe-group" [Undecided,New] https://launchpad.net/bugs/72085617:42
Malekoanyone knows the formula that 'nice' uses to determine amount of cpu time to allocate to a process?17:42
RoAkSoAxivoks: lol I do trust you, I just said I;m working on pacemaker 1.1.4 and corosync 1.3.0 which is NOT shipped in Natty17:42
=== JamesPage is now known as jamespage
hggdhjamespage: the question now is should it be -virtual, or -server? Who can answer that, foundations?17:45
jamespagehggdh: or kernel?17:45
hggdhjamespage: aye, kernel, of course. I guess ;-)17:46
* jamespage goes to ask on #ubuntu-kernel17:46
hggdhDaviey: uec is tested, correct?17:47
Davieyhggdh, yes - simple topology only17:48
Davieyhggdh, if you wanted to do multi-host... that would be good. :)17:48
kirklandjamespage: yeah17:50
zulhggdh: hey can i reboot?17:51
jamespageok so that answer was that for lucid its -server; but for maverick + its -virtual17:51
hggdhzul: yes, sorry17:51
hggdhjamespage: test updated with the caveat17:54
jamespagehggdh: \o/17:54
hggdh:-)17:54
* jamespage thinks he might need to cut back on the coffee17:54
jamespagehggdh: I think thats OK for amd64 but i386 is different again; -generic-pae17:57
jamespagehggdh: looking at the seeds on the ISO's this would make sense.17:57
hggdhoh bloody hell17:57
hggdhjamespage: are we defaulting to always install -pae?17:57
binaryhatqman__, u around?17:58
jamespagehggdh: thats what the preseeds on the i386 iso say17:58
hggdhjamespage: so... back to ask somebody? Now it should be foundations, right?17:58
hggdhor kernel again?17:59
jamespagekernel again17:59
jamespage(I think)17:59
hggdhjust asked there18:00
jamespagesaw18:01
jamespagehggdh: guess it was a question for foundations then!18:03
hggdhjamespage: heh. well, we bait, and see who bites18:04
* patdk-wk likes to bite18:04
* hggdh takes the bait off the water18:05
hggdhcjwatson: what capabilities are looked for in i386 (on install) to decide if it is a standard kernel, or a -pae one?18:06
patdk-wk-virtual always instealls pae18:06
patdk-wkatleast on lucid :)18:06
cjwatsonhggdh: don't have time to turn it into prose right now, but look in base-installer/kernel/i386.sh18:07
hggdhcjwatson: good enough, thanks -- a pointer is very nice18:07
cjwatsonunfortunately the server installer does always install -pae right now; this is a known bug, namely bug 22786918:08
uvirtbotLaunchpad bug 227869 in base-installer "Server installer should not use -server kernel for non-PAE CPU's" [Medium,Triaged] https://launchpad.net/bugs/22786918:08
cjwatsonone of these days ...18:08
binaryhatqman__, i just got a new psu and ran mem test and it still shuts off. im at loss18:10
RoAkSoAx /win 318:11
hggdhjamespage: this was on the JeOS on KVM, right?18:12
jamespageyep18:12
jamespageI documented this in the test result in the test tracker18:12
kirklandrobbiew: how are we looking?  looks like JeOS on ESX is the only thing untested now....18:14
robbiewkirkland: yeah...and I wonder if that needs to be "mandatory"18:16
patdk-wkJeOS?18:17
patdk-wkshow me the page and I'll test on esx 4.118:18
patdk-wkor 4.0 if you wish18:18
kirklandRoAkSoAx: i'd think that it's an optional case18:19
hggdhkirkland: we are trying to find someone with Windows to test it18:20
kirklandhggdh: k18:20
RoAkSoAxkirkland: hugh?18:20
patdk-wkwith windows to test what?18:22
hggdhpatdk-wk: installing 10.04.2 on ESX (VMWare's)18:23
patdk-wkboth iso's ubuntu server 386 and 64?18:24
patdk-wkah, I'm firuing out that website18:25
patdk-wkheh, just didn't make sense to me at first18:25
hggdhyes, both18:25
hggdhpatdk-wk: you are my hero :-)18:25
=== marass is now known as mcas
patdk-wkboot the cd == ubuntu server cd?18:28
zulhggdh: doesnt the lab have esx?18:29
hggdhzul: IDK18:29
hggdhpatdk-wk: yes18:30
jo-erlendcan Ubuntu boot from a software raid5 now? I'm particularly interested in 10.04.2, but all information is good :)18:41
patdk-wkI think grub2 can, but I doubt your bios can18:42
jo-erlendI hardly believe that bios cares about that.18:42
patdk-wkwhy? the bios has to pick a drive to boot18:42
jo-erlendyes, and?18:43
patdk-wkand if the drive it picks doesn't have the mbr on it18:43
patdk-wkit won't boot18:43
jo-erlend... What does that have to do with raid?18:43
patdk-wkyou really have no clue how raid works do you?18:43
jo-erlendI think that Linux cannot be booted without an MBR in any case. Is that wrong?18:44
patdk-wklinux can boot without mbr, linux doesn't care18:44
patdk-wkbut your bios does18:44
hggdhDaviey: running uec separate install now18:45
jo-erlendpatdk-wk, sure.. So I'll duplicate the MBR, which obviously is far outside of any raid setup.18:45
jo-erlendcan grub boot a raid5 now?18:45
patdk-wkyou need to duplicate grub on all disks18:46
patdk-wknot just the mbr18:46
patdk-wkhmm, actually, it looks like grub supports that already, looks like it installs itself to all mbr's18:48
jo-erlend... Listen. I know how to setup boot from RAID5. I do not know if grub supports it in 10.04.2, which is what I'm asking.18:48
tabularasaAnyone build an NDT server on 10.10 ?18:50
Davieyhggdh, super18:55
patdk-wkhggdh, all pass, except the -virtual (-server/-generic-pae), and amd64 uses 520mb diskspace, and i386 using 506mb19:00
hggdhpatdk-wk: can you please update the test entries? It passes, but please mark your findings. I will update the test steps to point out the -pae thingie19:02
hggdhpatdk-wk: and THANK YOU!19:02
patdk-wktesting one more thing (cause I want to see it fail) :)19:02
patdk-wktested both lsi logic parallel and sas, and flexible and e100019:03
patdk-wkoh nice :)19:04
patdk-wkvmxnet3 + pvscsi worked also :)19:04
patdk-wkatleast for the installer, so far19:04
* RoAkSoAx goes for lunch19:06
patdk-wknice, that works also :)19:07
hggdhpatdk-wk: cool! please ping me when you have the test results posted, if you do not mind19:10
patdk-wkposted19:12
robbiewEtienneG: thnx for the help!!!!19:27
binaryhatmy pc still shuts off after running stress test19:29
kirklandlynxman: ping19:36
EtienneGrobbiew, for what it is worth, you're welcome!  :)19:49
ahasenackhey guys, any hint about this vlan error?19:57
ahasenack[Thu Feb 17 19:57:11 2011][004568][EUCADEBUG ] StartNetwork(): params: userId=admin, netName=1b1155a5-d139-4d1a-9527-563364bdbd89, vlan=2950, nameserver=127.0.0.1, ccsLen=119:57
ahasenack[Thu Feb 17 19:57:11 2011][004568][EUCAERROR ] vnetStartNetworkManaged(): supplied vlan '2950' is out of range (0 - 2047), cannot start network19:57
ahasenackthe vlan range set in the UI is NOT 0-2047, but 2950-299919:57
ahasenackso why isn't it sticking, or why is 2950 out of range?19:57
ahasenackhmm20:01
ahasenackI think I found it20:02
sparcHey, there seems to be a lot of tools surrounding packaging, and building, which is awesome.20:06
sparcAre there any libraries that automate common tasks on might do in postinst?20:06
sparclike adding users, or modifying config files20:07
sparcmy boss asked, to see if there were things i could re-use there20:08
sparc(in my opinion, it seems like chef and puppet, are for those things)20:08
Giant81ok setting up a syslog server with ubuntu-server, if I install syslog-ng and it removes rsyslog, and I set syslog-ng to only listen to a TCP stream, that will pretty much fark up my normal interal syslogs right?20:12
hallynsparc: given the barbaric nature of the postinst's I've seen, I'd assume not20:13
sparchaha20:14
sparcok :)20:14
=== a1 is now known as al
sparci'll try to write my own routines then, and see if it ends up being useful enough later, to post/share/etc20:15
sparcthanks20:15
pmatulis_Giant81: question #1, why do you want to get rid of rsyslog?20:16
Giant81I don't, I think it did it by mistake20:16
pmatulis_Giant81: question #2, why did you install syslog-ng?20:17
Giant81I think apt thought I wanted to replace rsyslog, when I just wanted to install someting to get remote messgaes20:17
patdk-wkrsyslog does remote messages20:17
Giant81my understanding of the syslog servers is this... syslogd is basic and replaced with syslog-ng, rsyslog has more features of syslog-ng and is default on ubuntu-server20:18
patdk-wkand syslog-ng and rsyslog don't get along20:18
Giant81I guess I fell more comfortable with seperate syslog daemons one for internal one for external, but if rsyslog is easy to seutp I have no problems using it20:18
Giant81I'll have to go back and do more reading20:19
pmatulis_Giant81: you got it20:19
=== NightDragon is now known as GeorgeNada
Giant81I asked in a couple channels and nobody seem to have an opion but rsyslog vs syslog-ng I take it you're more of an rsyslog fan?20:19
patdk-wkI'm using syslog-ng20:20
patdk-wkcause I know how it works, and I know it can perform on the load I give it20:20
patdk-wkI should convert to rsyslog, but just haven't had time to test it yet20:20
Giant81I'm looking at about 800mb of syslogs /day20:20
patdk-wkno, the amount of logs isn't the problem20:20
patdk-wkthe ammount of concurrent connections is (atleast for syslog-ng)20:21
zulhallyn: so im playing around with lxc/libvirt/openstack a bit more and i got 4 instances running with lxc and it hasnt blown up yet20:21
Giant81oh ok, I thought that was what you ment by load20:21
Giant81I'm only looking at maybe a dozen devices concurrent so I should be fine with about anything20:21
patdk-wkI'm doing about 3gigs per day20:21
patdk-wkI think20:21
Giant81is there some sort of compressed filesystem type I can use in linux?20:22
patdk-wksure, many, but I wouldn't20:22
Giant81I know under windows I can set the compress flag on a folder, doesn't compress alot in comparison to an archive, but better than fat files on a volume20:23
Giant81preformance issues?20:23
patdk-wkhave to use fuse20:23
Giant81I plan to just cron a tar job to compress the previous days logs anyway20:23
* patdk-wk doesn't like fuse at all20:24
jsebeanwhy is my server hdd used space climbing?20:26
jsebeanpretty fast i thought20:26
jkgbecause you're storing more data on it. obvious guesses would be log files, received mail, or downloaded packages.20:27
Giant81myabe run a find for all files recently added?  not sure20:27
jsebeanim not storing more data on it20:27
Giant81logs could be filling up etc...20:28
Giant81something is getting generated somewhere20:28
jsebeanwill go check, might have messed up somewhere20:28
hallynzul: cool, and this is calling out to liblxc's tools?20:38
hallynme, i'm playing with upstart for libcgroup :)  will be asking SpamapS to take a look soonish20:39
zullibvirt and lxc20:40
zulill be doing a bzr branch for libvirt20:40
skaet_help please,   could someone look at: https://launchpad.net/bugs/720865?20:40
uvirtbotLaunchpad bug 720865 in linux "kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)" [Undecided,New]20:41
skaet_zul, kirkland, Daviey,  can one of you help?   ^^ Need to figure out the impact of this on the release.20:42
zuljjohansen: ^^^20:42
zulkirkland: ^^^20:43
* Daviey reads20:44
zulskaet_: you might want to get the kernel team to look at it20:44
skaet_zul,  thanks.   will do.20:45
Davieyskaet_, agreed20:46
Davieyat a push, it could be foundations related.20:46
skaet_Daviey, ok, have started posting in the ubuntu-kernel channel...  ;)   will move on to foundations if necessary :P20:46
skaet_thanks zul, Daviey :)20:47
Daviey:)20:47
kirklandskaet_: zul: i can try to reproduce it here20:55
jsebeanhi21:09
jsebeandoes anybody know where to start to find out why my hdd used space is climbing about 10KB every 10 seconds, with no active users online?21:09
EvilPhoenixsystem logging?21:11
jsebeani narrowed it down to apache21:11
EvilPhoenixoh well then its apache21:11
EvilPhoenixbecause apache is a memory hog21:11
lynxmankirkland: pong21:11
jsebeanwhen i disable apache the HDD space climb stops21:11
EvilPhoenixjsebean:  yeah, i have a similar issue with apache21:12
kirklandlynxman: was just going to point you to http://blog.dustinkirkland.com/2011/02/mcollective-now-in-ubuntu.html21:12
jsebeanits not climbing on ram, just my hdd space21:12
kirklandlynxman: and mention that 1.0.1 landed21:12
lynxmankirkland: oooh nice21:12
EvilPhoenix'cept i have about 3TB of data in a RAID0 config, so :P21:12
kirklandlynxman: also, we need about ~5-6 manpages for the binaries in there, if you ever feel so inclined ;-)21:12
EvilPhoenixjsebean:  you could try a different httpd21:12
jsebeanis taking 10KB of HDD space every 10 seconds21:12
EvilPhoenix<EvilPhoenix> jsebean:  you could try a different httpd21:12
jsebeanhow do i disable apache logging?21:12
lynxmankirkland: I wouldn't mind doing that... btw I need sponsorship for the mcollective-plugin packages :)21:12
EvilPhoenixjsebean:  you need logging for httpds, you know.21:13
kirklandlynxman: sure ... where is the request?21:13
EvilPhoenixjsebean:  i dont advise disabling logging21:13
kirklandlynxman: oh, the cloud-init thing?21:13
jsebeanyes, but just tempoarly21:13
kirklandlynxman: smoser is going to do that one21:13
EvilPhoenixjsebean:  let me rephrase: I dont advise disabling logging even if it IS temporarily21:13
lynxmankirkland: no request yet, I have the package ready but as said, need some sponsoring, was thinking that maybe zul or you would want it21:13
lynxmankirkland: the cloud-init stuff is an addendum as well21:13
kirklandlynxman: sure21:14
kirklandlynxman: email it our way, or just put it on the ubuntu-server@ mailing list21:14
smoserfor cloud-init i'm waiting on lynxman to give me a config snippet for cloud-config21:14
smoser(that would be good to have ... )21:14
lynxmansmoser: which I'll do tonight :)21:14
jsebeanwill another httpd work with my htaccess files?21:14
lynxmankirkland: will do! thank you :)21:14
jsebeani turned off apache, but need some web server21:15
jsebeanthe hdd climb has now stopped21:15
lynxmankirkland: mcollective without the plugin collection is useful, albeit limited21:15
lynxmankirkland: the plugins give it a lot of juice21:15
kirklandlynxman: sure21:15
jsebeanso why would it be climbing in the first place?21:15
kirklandskaet_: i just ran that test in a VM with no trouble21:16
kirklandskaet_:         kvm -m 1024 -smp 4 -cdrom /local/virt/iso/lucid-server-i386.iso -drive file=/home/kirkland/.cache/testdrive/img/testdrive-disk-ciHH42.img,if=virtio,cache=writeback,index=0,boot=on -usb -usbdevice tablet -net nic,model=virtio -net user -soundhw es1370 -vga cirrus21:16
skaet_kirkland, thanks!    Can you let them know in the #ubuntu-testing channel as well?21:16
guntbertjsebean: hav you already found out what file is being written to?21:20
jsebeanthats what im trying to find21:21
jsebeanive narrowed it down to be in the /var folder21:21
jsebeanbut not in the www21:21
kirklandskaet_: done21:21
jsebeanso it probably is a log file?21:21
jsebeanthe ever growing file is a file in /var/log .... now to find out why and what file21:22
guntbertjsebean: it will be definitely in /var/log/apache221:23
jsebeanyes21:23
hallynkirkland: I used -m 512 and reproduced it21:23
hallynskaet_: ^21:23
kirklandhallyn: oh, really ...21:23
kirklandhallyn: skaet_: well, i think we advertise 384M as the memory requirement21:24
kirklandhallyn: skaet_: so if we're failing with 512, that's certainly suboptimal21:24
guntbertjsebean: so ls -l /var/log/apache2    should give a clue21:24
hallynkirkland: let me re-test with 1024 to make sure that's it21:24
kirklandhallyn: k21:24
kirklandhallyn: it's a nice, quick test21:24
jsebeanthanks21:24
kirklandhallyn: btw, that preseed + instruction is the basis for the kvm-autotest stepfile, btw21:25
kirklandhallyn: it should be enhanced to skip past the language selection, too21:25
jsebeanits my other_vhosts_access log21:25
kirklandhallyn: that's a trivial 3 lines21:25
jsebeanthe log gets written to every 2 seconds! why?21:25
jsebeanwell im glad i know what it was :D21:26
hallynkirkland: so seriously, the preseeds have to script the answers for questions in order?21:26
kirklandhallyn: no, order doesn't really matter21:26
kirklandhallyn: it just has to answer questions21:27
kirklandhallyn: which debconf picks up and overloads its internal database with key/value pairs21:27
guntbertjsebean: look at the config - somewhere you will have told apache to log a lot21:27
hallynkirkland: i was wrong21:27
hallynkirkland: well, sort of21:27
hallynwhen i killed kvm and restarted, it booted21:27
hallynweird21:28
* hallyn switches to a preseed using his mirror...21:34
hallyni know, i know, i should intercept dns...21:34
jsebeangot the issue fixed21:51
guntbertjsebean: what was the reason?21:51
patdk-wkissue? we have issues?21:51
jsebeani had about 3 chat users online. Chat refreshes every 2 seconds. It was logging every refresh (connection 200)21:52
jsebeanbasically every hit on the site was being logged21:52
patdk-wkthat is what is suppost to happen :)21:52
jsebeanand with a fair amount of users on my forum and chat the log was growing fast21:52
* patdk-wk notes log rotation and compress :)21:52
patdk-wkthat stuff compresses *great*21:53
* RoyK notes that zfs yet hasn't come to linux22:05
FrenkHello. I have Spamassasin & Postfix installed. How do I see how spamassasin is hoocked into postfix?22:06
raubvogelFrenk, it depends22:15
raubvogelOne way is to use amavis as the middleman22:15
raubvogelanother is to use  mailscanner22:15
raubvogelI've done both22:15
raubvogeland the third is to connect to postfix directly22:15
Frenkraubvogel: no I dont have amavis/mailscanner. I just installed spamassasin22:16
raubvogelThis might give you ideas: http://www.debuntu.org/postfix-and-pamassassin-how-to-filter-spam22:17
raubvogelSee part 2, "3. Make Postfix call Spamassassin" to see how they talk to each other22:18
Frenkraubvogel: thx22:19
Frenkraubvogel: Using Postfix before-queue Milter support or After-Queue Content Filter for amavis?22:39
raubvogelI want to say before. Check https://help.ubuntu.com/community/PostfixAmavisNew22:40
raubvogelOk, I am wrong22:41
raubvogelIt is after22:41
raubvogelhttp://www.postfix.org/FILTER_README.html22:41
uvirtbotNew bug: #720996 in samba (main) "package samba 2:3.5.6~dfsg-5ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/72099622:42
raubvogel(I think ;) )22:42
=== Amgine is now known as MGodwin
=== MGodwin is now known as Amgine
ivoksSpamapS: i need your help :)22:43
ivoksSpamapS: nah, ignore me22:50
ZacLnxNewbhello23:13
ZacLnxNewbdoes anyone know where this would be located on my server?23:13
ZacLnxNewb"~/.config/deluge/ " ???23:13
ZacLnxNewband does anyone know how I can force deluge onto a port below 1024?23:15
_1094kmsZacLnxNewb: ~ stands for your home directory, e.G. /home/username/.config/deluge/23:16
ZacLnxNewb_1094kms:  I have a non standard home directory, and deluge seems to go awal when I try to change it's port23:17
_1094kmsZacLnxNewb: you run it in client/server mode?23:19
_1094kmsmaybe try a symlink to the standard home location. Otherwise I'd say it's more a deluge specific question23:21
ZacLnxNewb_1094kms:  I have it installed as deluge-server with a deluge-webui23:23
ZacLnxNewbhm23:23
ZacLnxNewb_1094kms:  do you know how I can port forward so when I do domain.com:902 it accesses 8112?23:24
_1094kmsthat sounds like NAT23:25
ZacLnxNewb_1094kms:  I can't even find the settings, config file of deluge23:27
ZacLnxNewb_1094kms:  it's not in it's ~/.config default directory23:27
ZacLnxNewbnot in  /root/home/zachary/.config/deluge/23:28
ZacLnxNewband not in root/storage/home/zachary/23:28
_1094kmshave you tried starting it with logging enabled? maybe it will tell you where to look23:30
ZacLnxNewb_1094kms:  I've looked in the logs, no indication23:30
_1094kmshttp://dev.deluge-torrent.org/wiki/Faq#HowdoIstartthedaemonwithloggingenabled23:31
_1094kmsthere is a debug option, should be more verbose.23:32
RoyKwhat dedup?23:32
ZacLnxNewb[ -r /etc/default/$PKGNAME ] && . /etc/default/$PKGNAME23:35
ZacLnxNewbRoyK:  I'm having trouble with deluge, first I can't find it's configuration file at all, it's default location is supposed to be "~/.config/deluge/"23:37
ZacLnxNewb_1094kms:  RoyK  I did some tinkering around23:38
ZacLnxNewbRoyK: _1094kms    " deluge-webui --help "  "sudo deluge-webui --port=902"  that seems to have worked23:39
_1094kmsZacLnxNewb: you could also try to generate a config file with the GTK Interface and copy the config file to the server.  Maybe the webgui is limited in it's abilities.23:40
ZacLnxNewbRoyK:  _1094kms  nevermind, still having issues.  doing that got the webui port to what I wanted, and I can access the webui now, but it seems that the  daemon isn't running now23:41
ZacLnxNewbRoyK:  you have any ideas?23:43
ZacLnxNewb_1094kms:  gtk interface?23:43
_1094kmsthe interface you run on your desktop. If I remember correctly you can start it two ways, as server and standalone.23:44
ZacLnxNewb_1094kms:  I don't use that interface23:46
ZacLnxNewb_1094kms:  In this case the webui is basically the ui23:46
_1094kmsmaybe you can install it on your ubuntu desktop and just use the file.23:46
binaryhatwhats the best way to execute stress command? im doing stress --cpu 1 --vm 123:46
ZacLnxNewb_1094kms:  I use Windows 7 to manage my server via putty23:47
_1094kmsThen it's not an option unless you maybe install a quick ubuntu vm install in vbox or virtualmachine.23:52
_1094kmswhich is fun but sounds like a bit of overkill :-)23:52
_1094kmsZacLnxNewb: have you tried #deluge ? It seems well visited and I think they probabloy have more detailed knowledge for specific questions.23:54
ZacLnxNewbthanks, I will try them23:56
Adman65can you use ** with logrotate, example /apps/**/*.log ?23:57
ZacLnxNewb_1094kms:  on the other hand, no one's answering23:59

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