/srv/irclogs.ubuntu.com/2010/04/16/#ubuntu-server.txt

kirklandhggdh: it's pretty much EoD ... want to just wait for tomorrow's?00:36
kirklandsmoser: i don't really think it's worth waiting around for another two hours, then rerunning the tests (personally)00:37
uvirtbotNew bug: #564301 in puppet (main) "Spec tests failing" [Medium,Triaged] https://launchpad.net/bugs/56430100:56
hggdhkirkland: I will wait for tomorrow, and re-run the tests01:08
kirklandhggdh: ack01:11
uvirtbotNew bug: #564355 in eucalyptus (main) "Second euca-run-instance request in same security group causes eucalyptus to remove network assoicated with security group" [Undecided,New] https://launchpad.net/bugs/56435503:17
MTecknologyThis may be a long stretch asking in here but... When I plug in an external drive, dmesg shows me that the drive and partitions are detected. I have pcmanfm installed and I want the new device to show up there so I can click and auto-mount the partition. The way I'm doing it now I have to drop to cli and manually mkdir && mount. What do I need to do for that to work?03:31
thebwtMTecknology: when you say "show up there" where is there?03:42
MTecknologythebwt: the file manager03:43
thebwtMTecknology: hmm to be more specific, do you want the filesystem to be mounted in the same place everytime or in a different place based on your firle manager's current working directory03:44
MTecknologythebwt: I have a very very slim version of Ubunut, I would love to have it working the same as it works in any other full version of ubuntu03:46
thebwtbasically I'm seeing two paths, automount in fstab/mtab (not sure how it works exactly); or a script/plugin for pcmanfm (which I've never even heard of before)03:46
thebwtMTecknology: right now they auto mount in /media and then are sym linked to a "desktop" and added to the gnome "book marks"03:47
MTecknologyya - that03:47
thebwtdoes pcmanfm have a desktop manager?03:47
MTecknologyno03:48
thebwtkk so don't have to worry about that03:48
thebwtyou need to automount to /media. I don't know how, but I know where to find out how... let me look it up03:48
MTecknologyI wonder what package gnome-volume-manager comes in...03:48
MTecknologymaybe that could help :S03:48
thebwtnot if you're trying to keep it tight03:49
thebwtthe solution is probably super simple03:49
MTecknologyOH!03:49
MTecknologypmount03:49
MTecknology!info pmount03:49
ubottupmount (source: pmount): mount removable devices as normal user. In component universe, is optional. Version 0.9.19-1 (karmic), package size 108 kB, installed size 856 kB03:49
thebwtnice03:49
MTecknologythebwt: I just noticed this page saying pmount is hard coded in gnome-volume-manger - http://www.togaware.com/linux/survivor/Using_Gnome_Volume_Manager.html03:50
MTecknologythebwt: nwo how to use it :P03:50
thebwtindeed03:50
thebwtneed to know how to have a script be called when a removable device is inserted.03:51
MTecknologypmount /dev/sdb103:52
MTecknologymounted the drive to /media03:52
thebwtbut first, go ahead and write a script that does what you need it to do. That is, mount it (and add to pcmanfm bookmarks?).03:52
MTecknologyno permission or anything though03:52
thebwtneat03:52
MTecknologyI'm thinking I need to go bck to something with a volume manager03:53
thebwtperhaps, but if you have the time to learn it, I'd do so.03:54
MTecknologythebwt: I mounted as root - probably wasn't supposed to :P03:54
thebwthah03:54
MTecknologythat's it...03:55
MTecknologythebwt: so... pmount is definitely the answer in some shape or another :D03:56
MTecknologythebwt: any idea how to figure out what package provides gnome-volume-manager?03:58
MTecknology!info gnome-volume-manager03:59
ubottugnome-volume-manager (source: gnome-volume-manager): GNOME daemon to auto-mount and manage media devices. In component universe, is optional. Version 2.24.1-3ubuntu1 (karmic), package size 377 kB, installed size 2752 kB03:59
MTecknology!info gnome-volume-manager lucid03:59
ubottuPackage gnome-volume-manager does not exist in lucid03:59
MTecknologyhrm...03:59
thebwthttp://manpages.ubuntu.com/manpages/hardy/man1/gnome-volume-manager.1.html03:59
thebwtpackage seems to be gnome-colume-manager04:00
thebwtvolume*04:00
MTecknologythebwt: seems to have gone away in lucid04:00
thebwtlook at teh package halevt ...04:01
thebwtlooks right up your alley04:01
MTecknology:D04:02
MTecknologyyay - broke installing04:02
MTecknologythebwt: http://dpaste.com/184401/04:04
thebwteww root :p04:05
MTecknologythebwt: hm?04:05
MTecknologythebwt: sudo -s04:05
thebwt*nods*04:06
MTecknologyI do have a root pass on here - but good reasons for it :P04:06
thebwthttp://www.mail-archive.com/debian-bugs-closed@lists.debian.org/msg214174.html04:06
MTecknologyextremely long, rarely ever used04:06
thebwtah04:08
thebwtit won't start without a configuration script04:08
thebwtfixed upstream it seems04:09
MTecknologythis version is upstream04:09
MTecknology!info halevt04:09
ubottuhalevt (source: halevt): Generic handler for HAL events. In component universe, is optional. Version 0.1.3-3 (karmic), package size 47 kB, installed size 264 kB04:09
MTecknology!info halevt lucid04:09
ubottuhalevt (source: halevt): Generic handler for HAL events. In component universe, is optional. Version 0.1.5-3 (lucid), package size 57 kB, installed size 304 kB04:10
thebwtdebian has 0.1.5-404:10
thebwthttp://packages.debian.org/unstable/main/halevt04:11
thebwt.debs are there04:11
MTecknologythe bug was fixed before that last sync to lucid it seems04:12
MTecknologyI guess I don't need that04:13
thebwthttp://packages.debian.org/changelogs/pool/main/h/halevt/halevt_0.1.5-4/changelog04:15
thebwtbug was fixed in -404:15
thebwtlucid has http://packages.ubuntu.com/it/lucid/admin/halevt04:15
MTecknologyoh..04:16
MTecknologythebwt: there's a usbmount package....04:24
thebwthal events really seems like what you need though04:25
thebwt*looks up usbmount*04:25
MTecknologythebwt: usbmount seems to jsut toss scripts in for udev04:25
thebwt*nods*04:25
thebwtI rescend my commit04:26
MTecknologymaybe not exactly what I want - but it's hacky enough to work04:26
thebwtwhat other functionality do you need?04:28
MTecknologyit would be nice if it were a little cleaner04:28
MTecknologythebwt: beggers can't be choosers - I know there's a better way but right now - it works :D04:31
MTecknologythebwt: if it could let me unmount them that would be great too but- oh well04:33
arthurjohnsonclamav ruined me05:31
uvirtbotNew bug: #564435 in clamav (main) "package clamav-milter 0.96 dfsg-1ubuntu2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 20" [Undecided,New] https://launchpad.net/bugs/56443507:31
laenIs there a script, similar to Redhat's /etc/rc.sysinit, which is run once at boot?08:15
Airellshi , dpkg-reconfigure slapd  dont ask me about new password , what is the easiest way to change password ?08:16
Airellsubu 9.1008:16
ttxlaen: /etc/init.d/rc.local ?08:20
ttxhm /etc/rc.local, sorry08:21
laenHm, okay.08:22
e-DIO-tYo!09:39
binBASHttx: those images from ubuntu uec have no password?10:15
ttxbinBASH: they use public key auth through SSH10:17
binBASHoh, ok10:17
binBASHso I have to create own because I don't get ips automatically assigned10:18
ttxbinBASH: you're supposed to spin them up with some -k or userdata that will install a key in ~ubuntu/.ssh/authorized_keys10:18
ttxyou can even use Launchpad SSh keys if you have one10:19
ttxuec-run-instances -l ttx $EMI10:19
uvirtbotNew bug: #564532 in clamav (main) "clamav-daemon stopped working in hardy" [Undecided,New] https://launchpad.net/bugs/56453210:31
maxagazhi10:39
maxagazI've got this error message on a desktop machine : Use of uninitialized value $item in hash element at /usr/share/perl5/Debconf/DbDriver/File.pm10:39
maxagazwhen I do "aptitude install"10:40
maxagazsomeone knows how to fix it ?10:40
binBASHttx: Ok, will try because I have an ip assigning problem ;)11:16
\shzul, when will  mysql-5.0 be removed from universe (lucid) ? looks like it's still in there ;)11:52
mbieblhi, is this the right channel to for EC2 related questions?12:32
mbieblI was wondering, why I have 5 different kernels within my karmic AMI12:32
binBASHThis is the channel for Ubuntu Server Edition including Ubuntu Enterprise Cloud12:32
mbieblbinBASH: I have 2.6.31-14-server, 2.6.31-17-server, 2.6.31-20-server, 2.6.31-302-ec2 and 2.6.31-305-ec2 installed12:33
mbieblbut only 2.6.31-302-ec2 seems to be used?12:33
binBASHthis is not really amazon support channel ;)12:35
binBASHI don't have amazon ec2, too12:35
mbieblbinBASH: Well, the images are from Ubuntu/Canonical12:39
J_Pwhy ubuntu server 9.10 don't have nessus?12:40
binBASHmbiebl: Think those are from Amazon12:40
binBASH;)12:40
mbieblbinBASH: they are from http://uec-images.ubuntu.com/releases/karmic/release/12:40
mbieblI used ami-05c2e97112:41
binBASHahh, these are for usage in Ubuntu Enterprise Cloud.12:41
binBASHif your run private cloud12:41
ragi2010I'm using the latest ubuntu server ami ebs boot from alestic.com, when I terminate the instance, the ebs also  gets deleted. How do I change this behaviour12:44
J_Panyone?12:45
binBASHJ_P: Maybe because of licensing issues.12:46
mbieblbinBASH: are those the official,supported images from Canonical for EC2 or not?12:46
J_PbinBASH: humm ok12:47
binBASHmbiebl: Like I said they're for usage in Ubuntu Server cloud. If you run a ubuntu enterprise cloud installation. It's a private version compatible to Amazon.12:47
binBASHJ_P: I think nessus has .deb packages for download12:47
J_PbinBASH: yes, I'm doing that.. :-)12:48
binBASHJ_P: Ubuntu should have openvas12:48
binBASHan opensource alternative to nessus12:49
J_PbinBASH: yes, I install openvas, but that is strange.. say like as nessus download app12:50
binBASHhttp://packages.ubuntu.com/de/source/karmic/openvas-client12:50
drbobbhey, how do i install and activate the git-daemon service on ubuntu?12:51
drbobbit doesn't appear to work seamlessly like just about all service daemons on debian-derived systems12:52
drbobbin other words, I think it's somehow foobared ;-/12:52
zul\sh: the request has been filed with the archive admin12:57
drbobbagain, does anybody know how to achieve a working git-daemon on ubuntu?13:05
drbobbok there is a package called `git-daemon-run' but it depends on some weirdness called `runit' which I never heard of before, and which is not used by anything else on my system13:13
drbobboh and btw it's broken anyway, the git-daemon service fails to run with some cryptic error13:13
drbobbwow, it was known already in 2008 that git-daemon-run is broken13:19
drbobband apparently it still hasn't been fixed13:20
arthurjohnsondrbobb:  you should fix it.13:31
hazmati'm having an issue adding a custom apt repository to karmic installations, using add-apt-repository or manually by hand into /etc/sources.d.list along with the key... after i'll do an apt-update and see a fetch for the package manifests. but doing apt-cache search will still show the package version from the dist repository instead of the new repository.. is there something obvious i'm missing?13:37
TeTeThazmat: try apt-cache policy <package> to get more information13:48
=== MTecknology is now known as MTeck-ricer
stephankI'm reading about NSS and PAM. I've read that pam_unix uses standard C-library calls. Does that mean it uses NSS? And would I thus be able to set up an LDAP server with anonymous access somewhere, configure nss-ldap to use it (for passwd and shadow), and continue using pam_unix for authentication?13:51
ahasenackstephank: it's possible, but that would mean every user would have access to the hashes of the other users (shadow)13:52
ahasenackstephank: unless playing some tricks with root_bind_dn in nss_ldap13:53
ahasenackstephank: i don't remember all the implementation details, but you should watch out for that13:53
stephankahasenack: ah, okay. that makes sense13:53
AlexC_morning14:04
AlexC_I've got a weird issue whereby 'aliases' added in /etc/network/interfaces via 'up ip addr add ....' do not always get added when I do a '/etc/init.d/networking restart' - some do, but not all - what is going on?14:05
oru_workurgent: mail stopped working because i'm running clamav and the new version was released14:12
oru_worki really need to know what is a proper way of upgrading to the new version14:13
pmatulisoru_work: mail stopped working?  what do you mean?14:13
oru_workpmatulis, none of my employees received mail this morning14:14
oru_worki'm checking mail.log and its really complaining about the outdated anti-virus14:14
pmatulisoru_work: outdated doesn't mean it's not working14:15
pmatulisoru_work: are you receiving mail or not?14:15
oru_workpmatulis, no i'm not14:16
pmatulisoru_work: so there must be an MTA error.  what MTA are you using anyway?14:17
oru_workpostfix14:17
pmatulisoru_work: so pastebin the error(s)14:19
oru_workpmatulis, i just upgraded clamav antivirus and mail started working again, but its really messed up that all of mail had been lost since last night14:20
oru_workor not14:20
oru_workhang on14:20
pmatulisoru_work: standard MTAs will send mail for 5 days14:20
bogeyd7it should start processingthe que14:20
bogeyd7pmatulis, that doesnt mean anything when it is actually delivered and is just awaiting lmtp14:21
reya276morning14:21
pmatulisoru_work: or your deffered queue will be processed14:21
PazDoghey, how do i make sshd block multiple logins for a user. Like if the account user1 logged in twice, both sessions would be closed14:21
pmatulisbogeyd7: he didn't say if the mail was rejected or not, but i could have guessed not14:21
reya276does anyone know how to fix the Bad request in apache if you have SSL on with multiple sites?14:21
bogeyd7reya276,  https://help.ubuntu.com/community/forum/server/apache2/SSL14:22
oru_workpmatulis, as soon as i updated clamav i'm seeing lots of activitiy in tail -f mail.log , so I guess all the mail that was in que is getting processed atm14:22
oru_worki'm happy :)14:22
reya276right now if you try to hit this website http://www.accureports.com it will give you a bad request in firefox?14:22
pmatulisoru_work: ok, good14:22
bogeyd7oru_work, now you need to setup your freshclam for hourly updates14:22
bogeyd7cron.hourly is where you set it up14:23
oru_workbogeyd7, any specifics or details on that please ?14:23
bogeyd7oru_work, sudo su root , then crontab -e, then make a crontab entry for the freshclam to run hourly14:24
bogeyd7that is easier than trying to make a cron.hourly script14:24
=== bogeyd7 is now known as bogeyd6
AlexC_I've got a weird issue whereby 'aliases' added in /etc/network/interfaces via 'up ip addr add ....' do not always get added when I do a '/etc/init.d/networking restart' - some do, but not all - what is going on?14:31
electro_I am trying to install Ubuntu on a sunfire x4100 and I'm getting an error about no disks.  I see that this issue existed in dapper, but I am still running into the issue.  Has anyone found a workaround?14:33
electro_https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.15/+bug/3745214:34
uvirtbotLaunchpad bug 37452 in linux-source-2.6.15 "fusion mpt sas driver does not find a RAID1 disk during installation(Sun Galaxy X4200 and X4100, Dell SASR5/i)" [High,Invalid]14:34
reya276bogeyd7: would this tutorial apply to 9.10?14:35
reya276bogeyd7: is says for 7.1014:35
oru_workbogeyd6, around ? check your pm please :)15:16
oru_worki'm getting the following error ./freshclam15:18
oru_workERROR: /var/log/clamav/freshclam.log is locked by another process15:18
oru_workERROR: Problem with internal logger (UpdateLogFile = /var/log/clamav/freshclam.log).15:18
smosermathiaz_, ping me when you have a minute15:21
ttxzul, smoser, kirkland, mathiaz: could one of you cover the following beta2 testcase today ? http://iso.qa.ubuntu.com/qatracker/result/3919/48015:30
ttxara wants all optional cases covered before we start RC testing... and will cover iSCSI ones15:31
zulttx: i can do it15:31
ttxzul: thanks !15:31
uvirtbotNew bug: #564727 in qemu-kvm (main) "qemu-kvm: ubuntu-7.10-server-i386.iso fails to boot" [Undecided,New] https://launchpad.net/bugs/56472715:32
kirklandttx: do you mind if it's done in a KVM ?15:34
kirklandttx: ah, i see zul is the man ;-)15:35
ttxzul, smoser, kirkland, mathiaz: if you run out of ideas on bugs to fix, there are some unassigned bugs in the list @ https://wiki.ubuntu.com/ServerTeam/ReleaseStatus :)15:35
ttxthat's mostly for smoser a,d mathiaz, since the others already have some :)15:36
zulttx: ill never run out of ideas ;)15:36
=== mathiaz_ is now known as mathiaz
smoserok. thanks ttx15:38
ttxmathiaz: let me know if you received my "Server Team 20100414 meeting minutes" recent email15:43
electro_I am trying to install Ubuntu on a sunfire x4100 and I'm getting an error about no disks.  I see that this issue existed in dapper, but I am still running into the issue.  Has anyone found a workaround?15:49
ivokswhich version do you use?15:50
=== dendro-afk is now known as dendrobates
ivoksmathiaz: hey16:22
ivoksmathiaz: i have a working solution for dovecot-postfix16:23
mathiazivoks: glad to hear that!16:23
mathiazivoks: have you tested upgrade as well?16:23
ivoksno, i just created a setup that works with default (upstream supported) config location16:24
ivoksi'll work on upgrade paths now16:24
ivoks# Config files can also be included. deliver doesn't support them currently.16:25
ivoks#!include /etc/dovecot/conf.d/*.conf16:25
ivoks# Optional configurations, don't give an error if it's not found:16:25
ivoks#!include_try /etc/dovecot/extra.conf16:25
zulttx: iso test passed16:25
ivoksbreak and than wrap up this dovecot-postfix once for all16:26
binBASH<italic>You searched for ivoks did you mean "Ewoks"?</italic>16:27
ivoksnew config syntax allows us to do wonders in maverick16:27
mathiazivoks: maverick?16:27
mathiazivoks: what's the state for lucid then?16:27
ivoksfor lucid i have solution16:27
ivoksfor maverick we can split dovecot-postfix16:28
ivoksand use a tool to setup mail server16:28
ivoksthat would copy config files to conf.d16:28
ivoksinstead of using separate package16:28
mathiazivoks: what's the solution for lucid then?16:28
ivoksmathiaz: dovecot-postfix stays and i'll send a patch before 8AM CET16:29
mathiazivoks: could you give me a quick (2 sentence) overview of the solution?16:29
ttxkirkland/mathiaz: Foundations just asked that we help them on bug 557429, since they are getting their hands full with installer/mountall/plymouth16:30
uvirtbotLaunchpad bug 557429 in mdadm "array with conflicting changes is assembled with data corruption/silent loss" [High,Triaged] https://launchpad.net/bugs/55742916:30
ivoksmathiaz: put dovecot-postfix.conf in /etc/dovecot/conf.d/, enable include_try for that directory in /etc/dovecot/dovecot.conf16:30
ttxkirkland/mathiaz: I know it's not necessarily your area of expertise, but your combined looks is probably our best chance to help them16:30
ivoksmathiaz: add /etc/dovecot/auth.d and put auth part of dovecot-postfix.conf into /etc/dovecot/auth.d and add include_try under auth section of /etc/dovecot/dovecot.conf16:30
ttxkirkland/mathiaz: could you add it to your agenda ? jdstrand submitted it, so he can give you any missing detail16:31
ivoksso it works in the same way as apache, amavis...16:31
mathiazivoks: ok - sounds like a good plan to me16:31
mathiazivoks: how about upgrades?16:31
ivoksmathiaz: that could be tricky16:32
ivoksmathiaz: i'll look at the possible issues16:32
kirklandttx: ugh, okay16:32
ivoksmathiaz: i'll work it out16:32
kirklandttx: assign to me, i'll fight it16:33
philsturgeoni have a user csahost who can log into FTP, but is not allowed permssion to write files. the user csahost does not show when i do $ cat /etc/passwd16:33
ttxkirkland: we at least need to see if that's not a known issue, since apparently the package lags with upstream and this is *not* a lucid regression16:34
ttxkirkland: thanks !16:34
skrite99having trouble with dnsmasq, i can use it on a local machine, but other computers on the lan seem not to be working with it16:41
persiaDo you have libvirt installed?16:42
skrite99i may not. checking16:43
persiaIf you do, there's some interaction issues that mean you have to configure dnsmasq in a special manner.16:44
skrite99install by apt  package libvirt0 ?16:44
persiaIf not, then I have no idea about your issue.16:44
skrite99persia, hey, found the problem. hosts file was nuked16:47
persiaskrite99: Aha!  That would do it.16:48
bogeyd6I am thinking of getting a Ruckus 7731 wireless bridge for two buildings. Does anyone have any thoughts they would like to share if they have used them before?16:49
skrite99persia, yup, built a hosts file and what do you know? it works.    thanks16:50
philsturgeonstupid question, but how can i find out what FTP daemon is running?16:51
ivoksnetstatp natp | grep 2116:51
ivokss/p//16:52
ivoksnetstat -natp | grep 2116:52
hggdhsmoser: I am using today's UEC image, but the booted instance still shows 2.6.32-2017:04
* hggdh is sorta confused17:04
smoserdoen'st sound right17:04
smoser$ ls /boot/vmlinuz-2.6.32-21-generic-pae17:05
smosert/vmlinuz-2.6.32-21-generic-pae17:05
smoserthat is from today's image on ec217:05
hggdhsmoser: this is what I see, both from the instance and from cempedak: http://pastebin.ubuntu.com/415637/17:08
smoserin the instance, cat /etc/cloud/build.info17:09
hggdhI think I got it -- a stale ISO in the way17:10
uvirtbotNew bug: #564796 in logwatch (main) "The --print options in the logwatch man page examples don't work" [Undecided,New] https://launchpad.net/bugs/56479617:11
hggdhooooh this is not god: kernel oops in a instance17:20
jpdsHmm, god.17:22
hggdher. s/god/good/17:25
RoyKthe panic god?17:25
RoyKwhich one is that? :)17:25
* RoyK votes for Loki17:26
hggdhin kernel we trust17:29
smoserhggdh, did you figure this out above ?17:43
smoseri think you must have registered an old image17:43
smoserah, never mind. i see that you did.17:43
shennyghey guys, I am trying to change the port ssh listens on... I edited /etc/ssh/sshd_config and then restarted ssh w/ /etc/init.d/ssh restart and it didn't work18:15
shennygI noticed that the ssh I was running is /usr/sbin/sshd am I editing the wrong config file?18:15
shennygjust mentions my nick and I will be back in here :) thanks18:15
aucan we see your /etc/ssh/sshd_config?18:16
uvirtbotNew bug: #564842 in samba (main) "Installing winbind causes sudo to behave weird on SIGINT" [Undecided,New] https://launchpad.net/bugs/56484218:16
shennygau: sure https://gist.github.com/04181e137eb1c447cce918:17
au# What ports, IPs and protocols we listen for18:18
auPort 2218:18
auchange that18:18
shennygyeah, I had that on 2222 and it didn't work18:19
shennygI just changed it b/c I gave up18:19
auhehe, then I'm not sure what's wrong18:19
shennygI just get connection refused18:19
shennygit is an amazon ec2...18:19
auno idea18:19
ausorry that I can't help you18:19
shennygok thanks, do you know why when I do a "which ssh" I get /usr/bin/ssh but when I do a ps ax |grep sshd I see the process as /usr/sbin/sshd18:20
auno idea (I am a bit of a ubuntu newbie)18:21
shennyggotcha, thx18:21
auprobably because there are two versions18:21
auand your init.d script uses the sbin one18:21
shennygyeah...18:22
authat's all I can think of18:22
shennyglol, if anyone else has any clues just mention shennyg18:22
au 2349 ?        Ss     0:00 /usr/sbin/sshd18:22
auwhich sshd returns sbin, which ssh returns bin18:22
shennygau: I figured it out... I was juggling 4 servers and had two of them mixed up :)18:39
shennygthanks for your input18:39
jpdsshennyg: ssh is the client and sshd is the server?18:39
shennyggotcha18:40
hggdhsmoser: yes, it was indeed a stale ISO in the path18:40
hggdhsmoser: but I got about 50% success anyways :-(18:41
smoserhm.. how do you fail ?18:41
uvirtbotNew bug: #564861 in puppet (main) "puppetmaster error /etc/puppet/files" [Undecided,New] https://launchpad.net/bugs/56486118:41
hggdhsmoser: many different ways... kernel OOPS (1), euca tracebacks (most) ssh no route to host(same)18:41
hggdhsmoser: I will email you with the results. Repeating, now, wth m1.small18:42
smoserhggdh, so this is just massive horrible regression ?18:42
hggdhsmoser: sounds like18:43
hggdhkirkland: ^18:43
smoserhggdh, verified outside of you and data center ?18:43
kirklandhggdh: log?18:44
hggdhkirkland: emailed to you18:45
hggdhsmoser: of course not... I can only test in the data centre18:45
smoser:)18:46
hggdhsmoser: but I have been running stress tests, I do not know if this is done outside the rig18:46
jcastrokirkland, https://wiki.ubuntu.com/UbuntuOpenWeek18:47
jcastrokirkland, I've put you down for two sessions, let me know if this isn't doable18:47
kirklandjcastro: d00d18:47
jcastrokirkland, feel free to sell out any other person for the Q+A18:47
kirklandjcastro: wed may 5 i'm at somehands18:47
jcastrook18:48
kirklandjcastro: move byobu to the monday session and i'm happy to do that one18:48
jcastrook18:48
kirklandjcastro: grab another server dude for the q&a on wednesday18:48
jcastrook18:48
kirklandjcastro: maybe mathiaz ;-)18:48
kirklandjcastro: thanks for the recruitment18:48
jcastroamber told me to just volunteer you so I JFDIed you. :D18:49
kirklandhggdh: still around?19:10
hggdhkirkland: aye19:10
kirklandhggdh: have you run these stress tests before (with complete success)?19:10
hggdhkirkland: yes, up to beta219:10
kirklandhggdh: so this is a regression since beta2?19:10
hggdhkirkland: I am not able to state so with certainty, but looks like19:11
kirklandhggdh: there has been a major kernel kvm change since beta219:11
kirklandhggdh: i was a little nervous about that19:11
hggdhkirkland: certainly: (1) the kernel oops is new and ugly; (2) I used to have some few instances not tested; (3) we did not have the console output before19:12
hggdhkirkland: this is why I am reserving a final position here19:12
kirklandhggdh: and libvirt has changed a few times too19:13
kirklandhggdh: understood19:13
hggdhkirkland: not counting that, yes19:13
kirklandhggdh: what state is the test rig in?19:13
kirklandhggdh: ideally the same state as the tests you just ran and emailed to me ...19:13
hggdhkirkland: finishing a 100-instance run on m1.small19:13
kirklandhggdh: how long (ish) does that take to run?19:13
hggdhkirkland: indeed it is. We can always restart the cloud, anyways19:14
kirklandhggdh: here's what i'm thinking ....19:14
kirklandhggdh: right, i just want quick turnaround on this, without reinstalling19:14
hggdhkirkland: finished it19:14
kirklandhggdh: these are all guest oopses, right?19:14
hggdhkirkland: correct19:14
kirklandhggdh: dmesg in the host is clean of oopses?19:15
kirklandhggdh: in the NCs ?19:15
hggdhkirkland: hum. Checking19:15
kirklandhggdh: and can you confirm for me the kernel version in both host and guest?19:16
kirklandjjohansen: around?19:18
jjohansenyep19:18
hggdhkirkland: no OOPSes on the NCs, and both NCs and guests are running 2.6.32-21.3119:18
kirklandjjohansen: we have another OOPs in guest VMs in UEC19:19
kirklandjjohansen: not sure if it's new or not, actually19:19
hggdhkirkland: but many audit messages with denied for libvirt19:19
kirklandjjohansen: but its an oops that we apparently didn't have in beta219:19
jjohansenkirkland: paste bin or bug#?19:19
jjohansenoh!19:19
kirklandjjohansen: pasting19:20
jjohansenhggdh: so 32-21.31 cleanedup your issues then19:20
hggdhkirkland: oooh this is good. apparmor is in enforce mode for libvirt19:20
hggdhjjohansen: not on my laptop, no19:20
jjohansenokay, one can always hope /me reading backscroll19:21
kirklandjjohansen: scp chinstrap.canonical.com:~kirkland/Results_from_a_stress_test_using_the_ISO_from_20100416.bz2 .19:22
kirklandhggdh: i put your results there for jjohansen, internal server19:22
smoserhggdh, did you see this sort of failure when you were (mistakingly) running guests from yesterday ?19:24
kirklandhggdh: i have another suggestion ....19:26
hggdhsmoser: yes19:26
hggdhkirkland: shoot19:26
kirklandhggdh: can you register a karmic 9.10 image in your uec, and run your stress test against that?19:26
kirklandhggdh: let's take this all the way back to that released image19:26
hggdhkirkland: no prob19:26
kirklandhggdh: take the image/instance out of the equation19:27
kirklandhggdh: and see if we see issues there19:27
hggdhkirkland: roj. It takes about 20 minutes for a 100-instance tun19:27
hggdhrun19:27
kirklandsmoser: what's your confidence in the 9.10 uec-image as a guest?  pretty rock solid?19:27
kirklandhggdh: great, then we can iterate over that a few times per hour19:27
smoserit should be, yes.19:28
kirklandsmoser: ie, if we need to track a problem down to being host or guest, could we lean on the 9.10 uec image as a guest, and with a high degree of confidence, expect that image to work?19:28
kirklandsmoser: it's been my experience so far, anyway ^^^19:28
smoserwell, i dont think you are that lucky really19:28
kirklandsmoser: ?19:28
smoserits certainlyi something worth trying19:28
kirklandsmoser: care to explain that?19:28
kirklandhggdh: okay, i think we have an approach; let's run the stress test with the karmic image and see what happens19:29
smoserwell, i guess i retract the comment.19:29
kirklandjjohansen: were you able to grab that log?19:29
smoserbut it would be more informative to back off to beta2 guest image19:29
smoseras that is "known working" and would give you a bisect path on lucid19:30
kirklandsmoser: right, that's my next suggestion, pending the results of using 9.10 as the baseline guest19:30
kirklandhggdh: got that?  after running stress test against 9.10, then bump to beta219:30
jjohansenkirkland: I copied the file, I haven't unecoded the log yet19:30
kirklandhggdh: let's compare both of those against today's image19:30
hggdhkirkland: just registered current karmic, will start run now19:31
kirklandhggdh: rock on19:31
smoserfor what its worth, i've run a couple guests in the 0413 range that were fine. i didn't stress, but 50% failure rate doesn't require stress to run into19:31
hggdhkirkland: then, back to beta2.19:31
kirklandhggdh: you got it19:31
kirklandhggdh: poke me as you get results19:31
hggdhkirkland: will do19:32
hggdhkirkland: backtracking to beta2 will take significantly longer, though -- I will have to reinstall all19:33
jdstrandhggdh: hey, what is it that apparmor is denying?19:34
jdstrandhggdh: (in libvirt)19:34
jdstrandhggdh: and do you have ubuntu24 of libvirt?19:34
hggdhjdstrand: just a sec19:35
hggdhjdstrand: libvirt\* is 0.7.5-5ubuntu2419:35
hggdhjdstrand:  type=1503 audit(1271441213.099:434):  operation="open" pid=31521 parent=1333 profile="/usr/lib/libvirt/virt-aa-helper" reques19:36
hggdhted_mask="::r" denied_mask="::r" fsuid=0 ouid=107 name="/var/lib/eucalyptus/instances/admin/i-465B0851/disk"19:36
jdstrandhmmm19:36
smoserhggdh, no wait.19:36
jdstrandhggdh: those are non-fatal btw, but I'd rather get rid of them19:36
smoserdo not (please) back the system back to beta219:36
smoserlets do one component at a time19:36
hggdhsmoser: roger19:36
jdstrandhggdh, smoser: what is the pattern for disks in euca?19:36
hggdhsmoser: right now it is running on karmic UEC current19:37
smoserpattern ?19:37
jdstrandyes-- the name of the disks? eg disk.img, disk.gcow2, just plain 'disk'19:37
smoserhggdh, you mean lucid-current euca running karmic guest, right?19:37
smoserjdstrand, let me look19:37
hggdhsmoser correct19:37
smoseri actually think it is 'disk', but i will have to verify19:37
jdstrandI'd like to get rid of those apparmor denials-- they will confuse people19:38
jdstrandoh, I could acutally just add /var/lib/eucalyptus/instances/...19:38
smoserjdstrand,19:39
smoser        <disk type='file'>19:39
smoser            <source file='BASEPATH/disk'/>19:39
smoser            <target dev='sda'/>19:39
smoser        </disk>19:39
jdstrandsmoser: cool, thanks19:39
jdstrandI'll get that fixed up19:39
jdstrand(it is just the backingstore checking-- totally non-fatal, but confusing for people to see in the kern.log)19:39
smoserjdstrand, let me make absolute sure, launching an instance and then will look at virsh dumpxml19:41
jjohansenkirkland: I don't think I got the entire log19:41
smoserjdstrand, xml: http://pastebin.com/3QYBaPGW19:42
jdstrandwell, between what you just said and hggdh's denied message, I should have enough. if you want to chek feel free, but I think I've got it19:42
jdstrandcool, yeah19:42
jdstrandsmoser: you were fast! :)19:42
jdstrandfixing now19:42
jjohansenkirkland: I get an "invalid input" when decoding, though I do get a fairly decent size decoded log file19:42
hggdhjjohansen: the whole log is available at http://people.canonical.com/~cerdea19:45
jjohansenhggdh: thanks19:45
hggdhjjohansen: it is the single* file19:45
jjohansenhrmm, so I pretty much got the whole log, I'm not sure why the decode is complaining19:46
smoserjdstrand, for completeness : http://pastebin.com/VkfrCL8k19:46
hggdhugh. the karmic UEc does not even start19:46
smoserthat one has a second disk (ebs volume) attached19:46
smoserhggdh, console messages?19:47
jjohansenhggdh: do we have a bug open for this yet?19:47
hggdhjjohansen: no, not yet19:48
hggdhsmoser: heh. The karmic image needs 3G of disk for small, and lucid has 2...19:48
hggdhrestarting the whole thing, using c1.medium19:48
smoserhggdh, yes, known issue19:49
hggdhsmoser: known, and forgotten my me :-(19:50
hggdhjjohansen: I am opening a new bug now19:51
uvirtbotNew bug: #564914 in libvirt (main) "virt-aa-helper denied messages in eucalyptus" [High,In progress] https://launchpad.net/bugs/56491419:51
hggdhjdstrand: thank you for the bug19:52
jdstrandhggdh: sure. it'll be fixed momentarily19:53
hggdhjjohansen: bug 56492419:57
uvirtbotLaunchpad bug 564924 in linux "UEC guest sometimes gets kernel OOPS" [Undecided,New] https://launchpad.net/bugs/56492419:57
jjohansenhggdh: thanks19:58
hggdhjjohansen: just attached the dmesg19:59
uvirtbotNew bug: #564920 in php5 (main) "PHP5 under Apache2 on 64 bit system is not completely 64 bit " [Undecided,New] https://launchpad.net/bugs/56492020:01
hggdhsmoser: I am considering cycling all servers, and redoing the karmic UEC run. Success rate is at .08 right now20:05
hggdhkirkland: ^20:05
kirklandhggdh: ?20:05
smoserhere i have success rate of 100% reaching guests of lucid 20100416 (granted i've launched 5 of them)20:06
hggdhkirkland: just in case. It seems most instances are not reachable by ssh20:06
kirklandhggdh: any oopses?20:06
hggdhsmoser: kirkland yes, at least one20:07
smoseri'm at 1.6.2-0ubuntu29 in eucalyptus. i tihnk i'm booted into andy's (apw) test kernel from a wekek ago or so.20:07
kirklandhggdh: hmm, okay so the karmic kernel is oopsing too?20:07
smoserbut as a reference everything seems generall working here.20:07
hggdhkirkland: correct20:08
hggdhsmoser: darn! So what is different?20:08
tesseracterrunning 9.10, installed memcached, tried to start it with start memcached, and it didnt have a clue what I was talking about.20:08
kirklandhggdh: okay, next, let's replace the host kernel on the NCs20:09
kirklandhggdh: with the beta2 kernel20:09
kirklandhggdh: can you do that, and rerun your tests against the karmic image?20:09
smoseri can dis-upgrade and see if the world fails for me20:10
hggdhkirkland: only on the NCs?20:10
kirklandhggdh: yeah20:10
kirklandhggdh: shouldn't matter elsewhere20:10
hggdhkirkland: this will take a while. I will have to find out how to get it done remotely20:11
kirkland?20:11
kirklandhggdh: can you scp to the nc's?20:11
kirklandhggdh: it will just take a couple of hops20:11
hggdhkirkland: what you propose?20:11
kirklandhggdh: 1) mount -o loop the beta2 server iso, grab the server kernel20:12
kirklandhggdh: 2) scp that to the nc's20:12
kirklandhggdh: 3) dpkg -i it20:12
kirklandhggdh: you might have to edit /etc/default/grub to make sure that kernel boots20:12
hggdhkirkland: oh, you just want the kernel20:12
kirklandhggdh: yeah20:12
kirklandhggdh: let's start there20:13
* hggdh was thinking of a whole install...20:13
kirklandhggdh: no no no20:13
kirklandhggdh: let's downgrade piece by piece20:13
kirklandhggdh: a) kernel, b) qemu-kvm, c) libvirt20:13
hggdhkirkland: k. Give me 15m to grab a lunch20:13
kirklandhggdh: ack20:13
leonelScottK: Thank you for your work on clamav for keep the updated version and keep my servers running with the clamav change yesterday  Thank you very much20:14
ScottKleonel: You're welcome.20:14
ScottKI don't see any sign that other distros were similarly prepared.20:14
ScottK#clamav has been totally insane.20:15
leonelScottK: even twitter and all arround is crazy but  ubuntu servers just working   THANK YOU !20:16
tesseracteranyone? i want memcached to start and stay running - was gunna use upstart, but i dont see much on google.20:18
hggdhkirkland: er. Where can I find a beta2 ISO for the server?20:19
kirklandreleases.ubuntu.com20:19
kirklandhggdh: or there should be one in the lab20:19
hggdhdammit20:19
kirklandhggdh: let me grab the kernel for you20:19
* RoAkSoAx feels that this release cycle has been more problematic than others20:21
kirklandhggdh: okay, here's the quickets way to get this20:22
kirklandhggdh: start here: http://releases.ubuntu.com/10.04/20:22
kirklandhggdh: where you can find this: http://releases.ubuntu.com/10.04/ubuntu-10.04-beta2-server-amd64.list20:23
JanCtesseracter: it uses a sysvinit-style init script by default, and you might have to configure it in /etc/memcached.conf and then enable it in /etc/default/memcached20:23
kirklandhggdh: in that file, you should see: /pool/main/l/linux-meta/linux-image-server_2.6.32.19.20_amd64.deb20:23
kirklandhggdh: then go to Launchpad to find that deb20:23
kirklandhggdh: https://edge.launchpad.net/ubuntu/+source/linux/+publishinghistory20:24
kirklandhggdh: a few clicks later, i find http://launchpadlibrarian.net/42795268/linux-image-2.6.32-19-server_2.6.32-19.28_amd64.deb20:26
hggdhkirkland: removed :-(20:27
=== foxbuntu` is now known as foxbuntu
kirklandhggdh: i can download http://launchpadlibrarian.net/42795268/linux-image-2.6.32-19-server_2.6.32-19.28_amd64.deb20:27
smoserkirkland, so your plan here is to back out to the older kernel and see if that fixes the guests ?20:28
smoserolder kernel on host, that is.20:29
hggdhkirkland: my mistake, fat-fingered the keyboard20:29
kirklandsmoser: that's the current plan20:29
kirklandsmoser: then back down kvm, libvirt, and eucalyptus (in that order)20:29
kirklandsmoser: until we get back to the state at which everything worked20:29
kirklandsmoser: the kvm changes in the kernel were pretty massive20:30
smoserwell, for some point of reference:20:30
smoserhttp://pastebin.com/KsQXF7kx20:30
kirklandsmoser: i acked them after a sniff test on my local hardware20:30
smoseris currently working as well as anything for me.20:30
kirklandsmoser: running the security kernel?20:31
kirklandsmoser: can you apt-get dist-upgrade and see if everythign is still working?20:31
smoseruname -r shows: 2.6.32-21-server20:31
smoserso, yeah, 2.6.32-21.31~security20100412211520:32
leonelwhat ?20:35
smoserkirkland, i'm in the process. i'm waiting on20:35
smoserSetting up eucalyptus-walrus (1.6.2-0ubuntu30)20:35
smoserfrom the dist-upgrade of the CC20:35
smoseri really should have just gotten the new kernel20:35
smoserhggdh, for the record, you can get karmic images to fit into m1.small fairly easily, just register them as:20:40
smoseruec-publish-tarball --resize 1408M karmic-*.tar.gz my-karmic20:41
smoserwell, kirkland i'm 3 for 3 in ssh reaches at the moment.20:44
smoserremember, my hardware isn't necissarily blazing20:44
kirklandsmoser: bzr branch lp:~mathiaz/+junk/uec-testing-scripts20:44
kirklandsmoser: edit config_single.yaml20:45
kirklandsmoser: i changed id to my emi20:45
kirklandsmoser: type: to m1.small20:45
kirklandsmoser: max_instances_to_start: to my max instances20:45
kirklandsmoser: and cred_dir: to my .euca dir20:46
kirklandsmoser: or use a symlink20:47
hggdhkirkland: rebooting NCs20:48
osmosis_kirkland, hi dustin. I am the one who emailed you about volunteering.20:49
kirklandsmoser: did you get all of that?20:52
oru_workhow can I install 7zip, i tred apt-get install 7zip which didn't work :)20:52
kirklandsmoser: my wifi seems to be a little lossy20:52
kirklandhggdh: i'm running latest/greatest lucid cloud here20:53
kirklandhggdh: and i'm stress testing via mathiaz' test suite20:53
hggdhkirkland: good20:53
osmosis_oru_work, apt-cache search 7zip20:53
hggdhkirkland: running another 100 instances on 2.6.32-1920:54
smoserkirkland, running now20:56
smoserkirkland, is this output written somewhere?20:57
kirklandsmoser: stdout20:58
smoseroh. i see, it finished.20:58
kirklandsmoser: if you're in screen, you can write your scrollback buffer to a file20:58
smoserwell, i was 2 for 2 on it20:58
barbarellaoru_work:7za20:58
smosercan i run multiple runs with a single (admin) user ?20:59
kirklandsmoser: yes20:59
kirklandsmoser: bump up max_instances_to_start:20:59
kirklandsmoser: i just ran that with 6020:59
kirklandsmoser: my cloud can accommodate 6 at a time20:59
smoserso it starts them serially ?20:59
kirklandsmoser: yeah20:59
smoseror does it check the available20:59
kirklandsmoser: checks available20:59
kirklandsmoser: ask mathiaz for the algorithm20:59
kirklandsmoser: or read the code21:00
kirklandsmoser: but he says it monitors availability21:00
hggdhsmoser, kirkland just edit the config_single.yaml, and uncomment the log file at the beginning21:00
smoseri dont seen in code that it launches more than one21:01
kirklandhggdh: heh, well there you go, smoser ^21:01
hggdhit is assyncrhonous21:01
hggdhand it does check availability21:01
smoserit does not pass '-n' to euca-run-instances21:01
hggdhmathiaz did a good job there ;-)21:01
smoseroh. i see.21:01
smoserbut it will never invoke --instance-count=221:02
smoseror N21:02
smoserthat would be something to add, which would possibly stress in a different way21:02
kirklandsmoser: hggdh: i gotta drop, but i'm going to run this over the weekend on my local hardware with some really, really, really large number21:02
smoserkirkland, are you seeing any errors ?21:03
smoseri see 100% success here.21:03
kirklandsmoser: hggdh: i'll setup a cronjob to rsync that output file to my people.canonical.com pub html21:03
kirklandsmoser: 100% success here too21:03
kirklandubuntu@beagle:~$ grep -i oops out21:03
kirklandubuntu@beagle:~$ grep -i error out21:03
kirklandubuntu@beagle:~$21:03
kirklandsmoser: success rate is 100%21:04
kirklandsmoser: this is up-to-date lucid21:04
smosersame here now21:04
kirklandimage form this week21:04
smoserwell, yo ushould be using image from today21:04
smoserbut i am21:04
hggdhkirkland, smoser not 100% here, but no console output21:04
smoserno console output where ?21:05
kirklandgotta run21:05
hggdhwe changed the uec_test.py to output console on error21:05
hggdhkirkland: k21:05
oru_workwhich command is used to upgrade from 8.10 to 9.10 ?21:07
guntbert!upgrade | oru_work21:08
ubottuoru_work: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/getubuntu/upgrading21:08
hggdhsmoser: how did it go? How many total sessions?21:16
smoserwell, my first run '2'21:17
hggdhoh21:17
smoseras i understood that to be concurrent21:17
hggdhtry 10021:17
jdstrandfyi, I uploaded ubuntu25 for libvirt... needs to be approved of course21:17
smoseryeah, its doing 100 now21:17
hggdhjdstrand: thanks, I hope it is. These messages really suggest failures21:17
hggdhsmoser: I got 32 succeeded, 68 not tested21:18
jdstrandhggdh: I'm confident it will be. I understand the confusion it could cause21:18
hggdhjdstrand: IOU21:18
jdstrandhggdh: thanks for noticing it! :)21:18
hggdhheh21:18
ruben23hi guys when i try to type in this cd /etc/network/interfaces ----> i get error  no such file or directory..21:19
ruben23im on root- i type in sudo bash21:19
ruben23any ideas21:19
hggdhruben23: /etc/network/interfaces is a file, not a directory21:19
smoserhggdh, wait.21:20
smoserso now everything is happy for you?21:20
hggdhruben23: and, BTW, it is better to run 'sudo vi' than 'sudo bash' -- safer to only be root when needed21:20
smoseryou reverted to old kernel on nodes ?21:20
ruben23hggdh: even i do- i do this cd /etc/network/---same error21:20
hggdhsmoser: yes, I am running kernel 2.6.32-19. No OOPSes so far21:20
smoserthis is strange to me.21:20
ruben23hggdh: also cd /etc/-----no such file or directory21:21
ruben23what should be the problem iwth this21:21
hggdhruben23: are you sure you are running Linux? ;-) if you do not have /etc, your system should be hosed (or on its way to)21:21
ruben23 hggdh: yeah im running ubuntu-all boots up and said OK. then i login my usernmae21:22
hggdhsmoser: and you are all in current, including UEC?21:23
hggdhruben23: and?21:23
smosercurrent as of my mirror21:24
smoserbut let me check its currency21:24
ruben23then type in sudo bash21:24
ruben23input hte password then i type in cd /etc/---no such file or directory21:24
=== RoAk is now known as RoAkSoAx
hggdhruben23: weird. What version of Ubuntu, and is this a server edition?21:26
guntbertruben23: no need for sudo bash  -- if you *really really* need a root shell you better use sudo -i21:27
incorrecthow does Eucalyptus compare to kvm?21:27
hggdhincorrect: eucalyptus *uses* kvm21:27
incorrecthggdh, i had a feeling you were going to say that21:27
incorrectso Eucalyptus can run my windows vms?21:27
gzmaskhello guys, question forcha: at https://help.ubuntu.com/community/UEC/CDInstall step 7 where I got lost: should I run the ssh key generation at node or at cluster?21:29
ruben23guntbert: im root21:29
guntbert!root | ruben2321:30
ubotturuben23: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo21:30
leoneljcastro: pong21:30
hggdhincorrect: if you want a cloud, yes21:30
guntbertruben23: then why do you need sudo? (if you are root already)21:30
ruben23still i can do cd /etc/ or cd /home/ ---> no files or directory21:30
hggdhruben23: what version of Ubuntu?21:31
hggdhsecond time I ask21:31
ruben238.04 server21:31
incorrecthggdh, what i want it to be able to run up vm's to compile my code, get a build and then shutdown, hudson seems to have plugins to do the control for me, i just don't see what the difference between Eucalyptus and just kvm is21:32
ruben23hggdh: ubuntu-server 8.04 LTS21:34
hggdhincorrect: eucalyptus will allow you to build a cloud of virtual machines (like Amazon EC2). KVM will allow you to run a virtual image21:35
hggdhruben23: and this server was working perfectly before?21:36
binBASHsmoser: My vms get ips assigned now!21:36
incorrectnever used EC221:36
ruben23hggdh: this is a new install21:36
ruben23fresh install21:36
binBASHjust installed a local dhcp server on each node, where I specify the ip range.21:36
ruben23what could be wrong where i can download the officcial copy of ubuntu-server 8.04 torrent..?21:38
hggdhruben23: try to run 'echo /etc'. I am curious about what you see21:40
uvirtbotNew bug: #564996 in euca2ools (main) "euca-describe-instances should order output newest first" [Undecided,New] https://launchpad.net/bugs/56499621:41
ruben23hggdh: i guess i need to re install21:41
ruben23where can i download officeial copy of ubuntu server 8.04- torrent file21:41
hggdhsmoser: the plot thickens. Now I see eucalyptus-cloud using 790M of memory21:42
smoserwell, thats not too big a surprise21:42
smoserit is a massive java stack21:42
hggdhsmoser: sorry. 749M21:42
hggdhand I am getting out-of-memory there...21:42
ScottKMassive Java stack is a bit redundant21:43
hggdh java.lang.ClassCastException: java.lang.OutOfMemoryError cannot be cast to java.lang.RuntimeExce21:43
hggdhheh21:44
osmosis_doest ubuntu have an equivalent to  /etc/init.d/iptables save   ?21:45
osmosis_ruben23, google  ubuntu torrents21:45
smoserhggdh, ok, thats bad news.21:48
smoserhggdh, ok, so let me see if i understand where you are21:48
smoserright now, we had massive complete failure21:48
smoserthen we backedleveled the host kernel on the node controllers21:49
smoserthen we have much better results21:49
smoseris that correct ?21:49
resnois it possible to use the credentials a user uses to logon to log into their samba account?21:52
tesseracterso am I right to assume that email sending is not set up by default on 9.10 server(in this case, on amazon ec2)?21:52
smoserhggdh, ^^21:53
hggdhsmoser: sounds correct, but I have not had any oops on 2.6.32-1921:55
hggdhsmoser: also, after I bounced all of cloud/cluster/sc, I am now able to run imagtes again21:56
smoserjjohansen, it appears we're seeing regression on our data center hardware with the newer kernel21:56
smoserhggdh, i'd like to see verification that switching the NC to the current lucid kernel will cause catostrophic failure21:57
smosernote, that kirkland and I are running tests on our more modest hardware and do not see these issues.21:57
hggdhsmoser: after I can complete a stress run without other issues, I will revert to current kernel, and try again21:58
hggdhsmoser: I follow you. It bothers me that you and Dustin cannot get the same failures21:58
resnois there a way when i login to my machine when i access samba on the server, it will know my username and password?21:58
resnoand allow me access to my directory only, etc21:59
smoserhggdh, i see 2 failures in 69 at the moment.22:02
smoserfor which i just opened bug 56501822:03
uvirtbotLaunchpad bug 565018 in cloud-init "instance is not reachable via ssh (access denied)" [Undecided,New] https://launchpad.net/bugs/56501822:03
smoserhggdh, yeah, i dont like that we don't see the failure either, but i have a puny little single cpu system22:04
hggdhyou got access denied? That's new, I think22:04
smoserIntel(R) Core(TM)2 CPU          6300  @ 1.86GHz22:04
smoserand dustin is on laptop class hardware22:04
smoseri think it turns access denied22:04
hggdhyeah. This may be related to concurrency level22:04
gzmaskon UEC cluster controller, when I am starting my VM, I got FinishedVerify not enough resources available: addresses error. How do I assign ip address to VMs? How do I register my VMs Mac address so that my DHCP server knows what to do?22:04
smoserhggdh, i updated it. it wasn't access denied.22:07
smoserhggdh, well, yeah, thats my thoughts is that its racy kernel multi cpu. i dont know. but thats all i can explain.22:07
smoserhggdh, i have to run. i'll check back in later.22:07
hggdhsmoser: k22:09
hggdhsmoser: I will revert the NC back to current kernel & run it again22:09
guntbertresno: sorry - my experience with samba/windows network is minimal - I couldn't tell22:12
resnoah ok22:12
resnoguntbert: lol22:14
guntbertresno: but have a look at man smbpasswd22:14
uvirtbotNew bug: #565022 in squid (main) "package squid 2.7.STABLE7-1ubuntu12 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/56502222:16
guntbertresno: and if you want something to read : https://help.ubuntu.com/9.04/serverguide/C/windows-networking.html22:16
=== MTecknology is now known as MTeck-ricer
binBASHsmoser: How to connect to the uec image from ubuntu?22:32
gzmaskcan I run Cloud controller, cluster controller and node controller on the same machine?22:34
hggdhgzmask: yes22:41
CodPairDoes anyone know of any issues with the partition formatter in ubuntu server 9.10? Mine formated a few partitions but froze at 33% when formatting the / partition. Is this common?22:48
CodPairSpecifically during installation.22:50
gzmaskI use Gparted from desktop version to partition and format. then select "manul" in server version to use the formatted drive22:52
JanCCodPair: it's not common, but can happen...22:53
Nghow come we have an /etc/default/libvirt-bin when it's not used?22:56
osmosisNg, what version?23:01
Ngosmosis: lucid23:02
=== arodriguez is now known as RoAk
CodPairHow would you suggest I proceed with installation?23:07
CodPairCould my RAID card be incompatible with the partitioner?23:09
=== arodriguez is now known as RoAkSoAx
=== RoAk is now known as prueba
JanCCodPair: maybe23:18
CodPairJanC: I just tried manual partitioning as ext3 and it jumped right to 33% and froze23:20
JanCI guess it's some fake raid thing  ;)23:21
* CodPair face-palms23:25
CodPairi figured it out23:26
CodPairi accidentally put the dead drive in the server.23:26
=== RoAk is now known as testing
=== testing is now known as testintnt
orudieshould i upgrade 9.04 to 9.10 ?23:56

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