/srv/irclogs.ubuntu.com/2009/10/26/#ubuntu-server.txt

uvirtbotNew bug: #460772 in php5 (main) "php5 package doesnt provide php5 binary" [Low,Won't fix] https://launchpad.net/bugs/46077201:16
StrangeCharmmanually trying to set up an encrypted lvm, grub is giving me an error at boot. what am i likely to be doing wrong?01:34
twbStrangeCharm: LTS or 9.04?01:49
StrangeCharmtwb, 9.1001:49
StrangeCharmRC01:49
twbOops, yeah01:49
twbWait, 9.10 is still in RC?  It's nearly 2009-11!01:50
StrangeCharmi think the release is in 4 days01:51
ScottKOn Thursday01:53
StrangeCharmeither way, twb did you have some tips?01:53
twbStrangeCharm: sorry, I was just triaging01:54
StrangeCharmlts>9.04>9.10RC ?01:54
ScottKNope.  Sorry.01:55
twbLTS is currently 8.04.01:55
ScottKStrangeCharm: The most recent LTS is 8.04.  It was followed by 8.10, 9.04, and on Thursday, 9.10.01:55
ScottKThe next LTS will be 10.04.01:55
twbnon-LTS releases are for people with more faith or more time :-)01:56
StrangeCharmi am aware. i was facetiously remarking on triage priorities01:56
StrangeCharmor more need for immediat efeatures01:56
StrangeCharmdoes / have to have the boot flag?01:58
ScottKtwb: I disagree.  I don't think non-LTS releases are any less stable and the improvements more than offset the amount of time it takes to upgrade, but YMMV.01:59
twbScottK: well, for example, I do not want to have to deal with LDAP's config moving into the database01:59
ScottKRight, I can understand that one.01:59
twbThat is, not until some other bugger has ironed out the big problems01:59
ScottKYeah.02:00
ScottKThat's a particular special case for staying with LTS.02:00
twbStrangeCharm: the boot flag isn't necessary for GRUB, as long as GRUB is installed into the MBR (which is very, very likely).02:00
twbScottK: also, I'm talking about mission-critical servers.  Obviously for a workstation or a SOHO fileserver, non-LTS releases would be "stable enough"02:01
StrangeCharmtwb, what would determine whether it was?02:02
twbStrangeCharm: if grub was installed by grub-install or by debian-installer, then it's in the MBR02:02
ScottKtwb: For my use cases they have been pretty equally stable.  I have two production servers on Hardy and a test server on Karmic and they all just work.02:03
StrangeCharmtwb, so that's the default behaviour of the install disks?02:03
twbStrangeCharm: yes.  It is extremely unusual to install Grub into a partition's boot record.02:04
twbI only mentioned it for the sake of accuracy (pedantry)02:04
twbScottK: granted.02:05
StrangeCharmso the boot flag have to be one /boot at all? will the boot flag be problematic?02:06
StrangeCharmunder what circumstances would grub say that it couldn't find the disk in question?02:08
twbStrangeCharm: boot a live CD, and pastebin the output of "parted -s /dev/sda print" and "lvs".02:14
twbIt'll need to be a live CD with LVM support, so try CentOS instead of Ubuntu Desktop if you have it.02:14
twbOr just write the equivalent data by hand and pastebin that.  What I really want to know is the partition layout and the LV layout02:15
twbGrub ignores boot flags entirely AFAIK, so as long as it's the first thing the BIOS bootstraps (i.e. it is in the MBR, not a partition boot sector), boot flags on partitions are totally irrelevant.02:16
StrangeCharmcan i just describe the partition layout in words?02:18
StrangeCharmtwb http://pastebin.com/d301080a302:25
skuldI have a second hard drive in my system.  When I had fedora I did something that "joined" my two hard drives together so linux saw them both as one drive.  How do I do that again?02:37
twbskuld: if you do this the naïve way, a failure on either drive will destroy your filesystem.02:40
skuldoh, well, I'm backing up my critical stuff02:41
twbskuld: it would be better to either make it a separate partition or logical volume, and make a new filesystem on that partition/LV and mount it somewhere.02:41
qman__skuld, it's called RAID, and the configuration to use depends on what you're looking for02:41
skuldthe problem is, I need the extra space on the second  hard drive for my /var/www02:42
twbYes, ideally if you are concerned about individual drive failures, you should get two or three (or more) equal-sized drives and RAID them.  However, this is unlikely to be useful if you're e.g. adding a 200GB drive to a system which currently has a single 80GB drive.02:42
twbskuld: are you using LVM currently?02:42
skuldI think so.  is there a way to check?02:42
qman__if you don't know, you probably aren't02:43
qman__but a 'sudo fdisk -l' should tell you02:43
twbskuld: does /proc/mounts refer to /dev/mapper/foo-bar or /dev/foo/bar, or does it refer only to /dev/sdXN ?02:43
skuldI saw the option when I installed Ubunto, but I don't remember if I chose it or not02:43
twbStrangeCharm: OK, your partition layout looks OK.02:43
twbStrangeCharm: what is the exact error that grub emits?02:44
skuldhttp://pastebin.com/f1385fd5e02:44
qman__skuld, you're definitely using lvm02:44
twbStrangeCharm: I'm guessing it can't find /boot because the bit in the MBR is broken.  But it might be that the code in /boot can't find root.02:44
skuldok02:45
qman__I don't remember the lvm commands to list volume groups and expand them and whatnot02:45
twbskuld: what you want to do is create a PV on the new disk (which appears to already have been done), then add that PV to your existing VG, then create an LV on that PV, then make a filesystem on the new LV, then mount that LV on /var/www.02:45
twbqman__: "lvs"02:45
twbqman__: oops, VGs is "vgs"02:46
qman__ah02:46
qman__for the sake of simplicity I generally don't use LVM, but it certainly is useful and allows for some really neat tricks02:47
twbLVM is great if you expect to change your mind later02:47
skuldwow...that sounds complicated LOL02:47
twbThis happens a lot in my case, because most of my customers continue to use the same server for years, upgrading it piecemeal over time.02:48
skuldI know how they feel.  If I had the money.... LOL02:49
skuldand I know I'm going to want to add a couple of TB drives when I can afford it02:50
twbWell, for example you might have deployed with 20GB disks seven years ago, and upgrade to 1TB disks right now.  LVM allows that to happen with less downtime.02:50
twbIf they had lots of money, they'd be more likely to replace the entire box every three years :-)02:52
StrangeCharmtwb,  i think the error is that it can't find the disk 'disk not found', or words to that effect02:53
skuldI know I'd love to do that.  I'm still running on a PIII02:54
twbEverything in this office is PIIIs03:16
twbExcept for engineer-owned laptops, and (sigh) our Q9550 PPPoE bridge.03:16
billybigriggerhey all, for some reason apache's access.log has stopped being written to since oct 16...i restarted apache, created some traffice and still nothing is being written to my access.log, i've checked my site settings in /etc/apache2/sites-enabled/xxxxxx and they are all set to log to my access.log03:24
billybigriggerrunning 9.04 server in a vm if that helps03:24
billybigriggeri haven't done any messing around with settings for this server for months...but i guess that doesn't rule out an update and i overwrote a config file somewhere right?03:25
twbHave you turned on unattended upgrades?03:30
twb(I really hope they're still off by default.)03:30
skuldokay, so I think I have the second hard drive ready to be added to the Volume Group...I think.03:54
skuldwell, maybe not.  I don't see sdb1 anymore03:55
twbskuld: this disk *is* connected internally, right?03:55
twbLVM's probably not appropriate for an external HDD that you're gonna be plugging and unplugging.03:55
skuldyes, it shows up fdisk -l, just no info...03:55
twbNo info where?03:55
skuldhttp://pastebin.com/f3372869103:55
skuldno, this is an internal HDD03:56
twbLooks like /dev/sdb has no partition table.03:56
skuldugh!  I need to figure out how to do that.  I thought I did it03:57
twbcfdisk /dev/sdb03:57
skuldFATAL ERROR can not open disk03:58
twbHa!03:58
twbAnd fdisk still works?  Stupid fdisk.03:58
twbYour kernel has forgotten about your disk.  Try rebooting, also confirm the cables are snugly connected.03:59
skuldok04:00
pipedream304:38
twbWhere in IRC can I find the LVM people?05:23
twbI have accidentally create a LVM snapshot and filled it to 100%.05:23
twbNow "lvs" and "lvremove /dev/foo/bar-20090909" both tell me it can't read a block of 4096 at points 0 and $bignum for /dev/foo/bar-20090909"05:24
twbThis means I can't remove the old snapshot, which makes me worry that something more than it just being 100% full has happened.05:24
uvirtbotNew bug: #460871 in samba (main) "package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 2" [Undecided,New] https://launchpad.net/bugs/46087106:11
twbOK, here's an interesting feature for you.06:14
twbMake an LVM snapshot.  Now you have an LV and an LV snapshot with the SAME ext3 UUID as listed in /etc/fstab.  Reboot.  Is it possible for the LVM snapshot to get the symlink in /dev/disk/by-uuid?06:15
=== crohakon is now known as crohakon|zZz
sorentwb: Unless something makes sure that it doesn't happen (which may or may not be the case), then yes, that could certainly happen.07:44
twbYay for huge failures!07:45
sorentwb: Something does seem to handle that.07:45
sorenLet me just check real quick.07:45
twbsoren: ah, but are you sure it's not just a coincidence that your test picks the right LV first?07:48
twbi.e. a negative result alone isn't conclusive that the problem is fixed07:48
sorentwb: I'm not testing.07:48
twbOK, good, carry on07:48
sorentwb: I'm looking at code.07:48
twbGood man07:49
sorenI know. Absence of evidence is not evidence of absence.07:49
twbForgive me, I deal with a lot of stupid people, so I tend to assume the worst07:49
sorenYeah. I know the feeling :)07:49
sorentwb: Can you give me the output of "blkid -o udev -p /dev/mapper/<the snapshot>" as well as "blkid -o udev -p /dev/mapper/<the "real" lv>"?07:50
twbUnfortunately that specific box I have metaphorically jumped up and down on.07:50
twbLet me grab another one07:50
twbsoren: Invalid output format udev.  Chose from value, device, or full07:51
twbThis is 8.0407:51
sorenOh.07:52
sorenLet me check one of those, then..07:52
twb-o value gives me the UUID07:53
sorentwb: Ok, use "vol_id --export /dev/mapper/blah" instead.07:53
twbID_FS_UUID=2b96f387-98dc-4a7b-95b1-747d00fe4f2d same for all of them07:53
sorenThat's all it outputs?07:54
twbNo, sorry, shall I pastebin the whole thing?07:54
sorenYes, please.07:54
sorentwb: Oh, and one more thing.07:56
sorentwb: Include "dmsetup export /dev/mapper/whatever" as well, please.07:57
sorenI actually think that's really what I want.07:57
twbNice one07:57
twbhttp://hpaste.org/fastcgi/hpaste.fcgi/view?id=11167#a1116707:57
sorenAnd which one does /dev/disk/by-uuid/2b96f387-98dc-4a7b-95b1-747d00fe4f2d link to?07:59
sorenIf I'm reading this correctly, it should be /dev/mapper/testtrim-debmirror.07:59
twbreadlink /dev/disk/by-uuid/2b96f387-98dc-4a7b-95b1-747d00fe4f2d ==> ../../mapper/testtrim-debmirror2009100208:01
twbThat I did not expect08:01
alvinWhy is /etc/fstab no longer by-uuid, but by-label by default? Can it give problems? (root device is sometimes no longer found on an ubuntu-server here)08:01
twbalvin: hey, man, hold up!  I'm only just working out why by-uuid is evil and dodgy!08:02
twb:-)08:02
alvintwb: lol, I joined at the right moment08:02
alvinSo, why is it evil?08:03
sorenIt's really not.08:03
alvinSomething must be different. On the same server, Jaunty always boots and karmic does not. (Sometimes the root drive is not found, sometimes it's the network)08:04
alvinI'm currently suspecting the 'by-label', but there's no proof yet.08:04
alvin(the network is bug 459134 . Probably another reason.08:04
uvirtbotLaunchpad bug 459134 in mountall "karmic: networking is started too late in the boot process" [Undecided,New] https://launchpad.net/bugs/45913408:04
twbalvin: 17:15 <twb> Make an LVM snapshot.  Now you have an LV and an LV snapshot with the SAME ext3 UUID as listed in /etc/fstab.  Reboot.  Is it possible for the LVM snapshot to get the symlink in /dev/disk/by-uuid?08:07
alvin(I'm totally wrong. The default is not by label, but just the path /dev/mapper/vg0-home for example)08:07
twbDoes karmic include the insserv migration?08:07
alvintwb: just a moment. Testing this...08:08
twbalvin: do you get as far as busybox?  If you do break=bottom and inspect stuff, is it any different?  RTFS by diffing /usr/share/initramfs on the two hosts?08:08
sorentwb: The problem is not uuid based mounting. The problem is that apparantly the thing that's supposed to make sure the snapshot-origin takes precedence over the snapshot when making that symlink is failing.08:08
sorentwb: uuid based mounting is a good thing. Really. The alternatives are much worse.08:08
twbsoren: yeah, I know08:08
twbsoren: I'm just being grumpy08:08
alvintwb: You're right. It's the same UUID!08:09
twbHaving said that, I spent some time recently waiting for bootdegraded=true type failures due to the huge long default timeout08:09
sorenalvin: Of course it's the same UUID. Otherwise it wouldn't be a snapshot.08:09
alvinsoren: But then I can't mount the snapshot by UUID?08:10
twbalvin: right08:10
sorenalvin: Right.08:10
alvinok08:10
twbIf there are two people in your office called "Zippy", you can't refer to them both just as "Zippy" without causing confusion.08:10
twbAt least one of them has to be referred to as e.g. "Zippy the Pinhead"08:11
sorentwb: Just for good measure, can you please pastebin your /etc/udev/rules.d/65-dmsetup.rules from that server?08:11
* alvin is rebooting until the server no longer finds its root disk to test busybox stuff.08:12
twbhttp://hpaste.org/fastcgi/hpaste.fcgi/view?id=11167#a1116808:12
twbalvin: hey, I'm clutching at straws08:13
twbalvin: don't assume I know what I'm talking about08:13
twbIncidentally, insert grumbling here about busybox-initramfs being crippled by removal of e.g. busybox httpd08:13
twbOh, and a user-accessible "busybox start-stop-daemon"08:14
alvintwb: No worries, I need to test this today or it's back to Jaunty, where the root disk is always found and NFS mounts do not halt the boot process.08:14
twbI actually wanted to use that one in my .bash_profile, but I can't assume it's there on Ubuntu.08:14
twbalvin: are you sure it's NFS and not LDAP/NIS?08:14
alvintwb: very sure08:15
twbalvin: hard binding in the latter is a common source of slowdowns if the init order is futzd08:15
sorentwb: thanks.08:15
twbOK.08:15
twbAnyways, I'm going home08:15
alvin(My personally most hated bug is 328881. Fixing that one would probably help a lot.)08:16
alvinHey ubottu, bug 32888108:16
uvirtbotLaunchpad bug 328881 in upstart "init: support logging of job output" [Medium,Triaged] https://launchpad.net/bugs/32888108:16
twbEw!08:16
twbDo the upstart people say something horrible like "just start the script with "exec >/var/log/yow"08:17
sorentwb: I'm filing a bug on this.. What's your launchpad ID so that I can subscribe you to it?08:18
alvinCurrently, there simply is no boot log. I see some people taking pictures of their screen. Try explaining that to a collegue who is used to Solaris.08:18
sorenThe stuff echoed to the screen was never logged.08:19
alvinI know. Makes it a bit difficult to file bug reports. Always has been.08:19
sorenPoint is: It's nothing new about upstart.08:20
alvinThat's true. Ubuntu never had boot logging. I don't know if debian has it actually.08:20
=== erichammond1 is now known as erichammond
sorenIt doesn't.08:23
twbsoren: sorry, I don't use launchpad because I hate its UI08:28
alvinWhat is the bug number? (I actually like Launchpad. Pity some things do not work in webkist browsers.)08:30
alvins/webkist/webkit08:30
alvintwb: After 5 successfull reboots (NFS mounts commented out) I see the busybox. What is break=bottom supposed to do? (does nothing). It says: /dev/mapper/vg0-root does not exists.08:35
twbbreak=bottom is supposed to stop busybox just before it pivot-roots08:36
twbAnd dump you into a local shell08:36
alvinWithout root, I can't get a local shell08:37
sorentwb: We don't pivot-root.08:37
sorentwb: We haven't for a loong time.08:37
alvinSo, approximately 1 in 5 boots, the root drive is not found. Someone who knows if there is already a bug report?08:37
twbOK, whatever it is now08:37
twbbreak=bottom worked on an 8.04 box I tried the other day08:37
twbI concede I don't use non-LTS releases at all, raelly.08:38
alvinNo use here: libvirt and kvm are more recent. We get crashes on hardy that no longer occur in Karmic. Of course, if the servers don't boot...08:39
alvinAgainst what should I report the /dev/mapper/vg0-root not found bug?08:40
sorenalvin: try lvm2.08:43
alvinsoren: thanks. Will do08:43
alvinReported as bug 46091408:52
uvirtbotLaunchpad bug 460914 in lvm2 "karmic rc: root device sometimes not found" [Undecided,New] https://launchpad.net/bugs/46091408:52
fahadsadahtwb: All my servers run Karmic beta.10:02
fahadsadah(or debian)10:03
uvirtbotNew bug: #460089 in eucalyptus (main) "network state is lost if the cluster controller (CC) is stopped" [Medium,Incomplete] https://launchpad.net/bugs/46008910:26
simplexioi have karmic in vbox for gis development, have tosay that it feel much faster than 9.04 in vbox10:28
TeTeTI just set up UEC on karmic . I get a  "The certificate specified is invalid!" in axis2c.log on the node. Any ideas how to fix that?10:37
yann2hello10:52
yann2I am currently using ubuntu hardy with Puppet on quite a few servers, although it is from universe. I am thinking of moving to chef in a close future. What are Ubuntu plans regarding automated deployments and configuration, is one tool going to make it into main for 10.4?10:54
uvirtbotNew bug: #456806 in mountall (main) "mountall vomits a shell onto virtual console when you run vi" [High,Fix released] https://launchpad.net/bugs/45680611:07
* soren goes to eat11:20
=== gamla_ko1san is now known as gamla_kossan
=== lamont`` is now known as lamont
BilgeWhere does aptitude get its package descriptions from?12:18
heath|workapt-cache more than likely12:22
pmatulisBilge: when you perform an update the files that are updated are placed under /var/lib/apt/lists.  the apt tools use these files to determine what packages need to be upgraded.  they also contain package descriptions12:27
pmatulisBilge: do an update and then enter that directory and do 'ls -ltr'12:27
BilgeI see12:29
BilgeMaybe I could write a script to somehow query a package description12:30
BilgeBut I doubt it given that these files could be called anything and are generally all over the place12:30
BilgeNow I see why it takes aptitude a while to start up12:30
pmatulisBilge: that's been done already: 'aptitude show foo'12:31
sorenBilge: What are you trying to achieve?12:31
sorenBilge: There are rather good tools to deal with the apt cache already.12:31
BilgeWell fancy that!12:31
pmatulisor 'apt-cache show foo'12:32
Bilgeapt-cache gives me two results while aptitude gives only one12:33
BilgeI can't see any difference between the two results12:34
sorenNor can we, because we don't know which package you're talking about.12:34
BilgeWell no, but you'd also have to have my distro as well12:34
sorenOk, don't tell me anything. I'll reciprocate :)12:35
BilgeIn case you can match it, I was running `apt-cache show imagemagick` on 8.0412:35
sorenI get three results.12:36
sorendifferent versions.12:36
=== mtrudel_ is now known as cyphermox
BilgeOh, heh12:50
BilgeOne is 7:6.3.7.9.dfsg1-2ubuntu112:50
BilgeThe other is 7:6.3.7.9.dfsg1-2ubuntu1.112:50
BilgeI'm not really sure how you'd target one specifically if you want to install it12:50
uvirtbotNew bug: #459664 in backuppc (main) "Backuppc errors restoring when it encounters filenames starting  ~$" [Low,Incomplete] https://launchpad.net/bugs/45966412:57
uvirtbotNew bug: #460692 in apache2 (main) "Missing dependency for apache2 init script" [Low,Incomplete] https://launchpad.net/bugs/46069212:57
_rubenBilge: apt-get install $packagename=$version13:01
uvirtbotNew bug: #459573 in bacula "variable expansion uses outdated data" [Medium,Triaged] https://launchpad.net/bugs/45957313:02
aubrehmm - what would cause me all of a sudden to not be able to ssh into my instances?13:06
aubreI did do a apt-get update, and apt-get dist-upgrade on all of my servers13:07
jsalisburyaubre:  did your public IP address change?  This happened to me.  Try euca-describe-instances13:07
aubrejsalisbury: well these are brand new instances13:08
aubrejsalisbury: let me check something13:08
jsalisburyaubre:  Ok.  I opened a bug for my issue: Bug# 45562513:08
aubrejsalisbury: those were instances using the images from the UEC store13:10
aubrejsalisbury: now I am trying one of my own13:10
aubrejsalisbury: nope locked out of it too13:11
uvirtbotNew bug: #460294 in libvirt (main) "package libvirt-bin 0.6.1-0ubuntu5.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1" [Low,Incomplete] https://launchpad.net/bugs/46029413:11
jsalisburyaubre:  ahh, Ok.13:13
uvirtbotNew bug: #460271 in apparmor (universe) "virt-aa-helper fails when serial or console type is 'tcp'" [Undecided,New] https://launchpad.net/bugs/46027113:16
aubretrying to do a new keypair13:18
sorenjdstrand: I took the liberty of assigning bug 460271 to you.13:21
uvirtbotLaunchpad bug 460271 in apparmor "virt-aa-helper fails when serial or console type is 'tcp'" [Undecided,New] https://launchpad.net/bugs/46027113:21
aubretried changing keypairs, that didn't work13:22
nijabaIs someone taking care of bug #450044 which seems to be fixed upstream, but not in the version of euca2ools we deliver?13:24
uvirtbotLaunchpad bug 450044 in eucalyptus "euca-bundle-vol does not create essential tmpfs mounts when bundling Ubuntu images" [High,Fix committed] https://launchpad.net/bugs/45004413:24
zoopsteraubre: what are you seeing log or console wise?13:29
aubrezoopster: console wise, when I do a ssh-i mykey.priv ubuntu@ipaddress I get Permission denied (publickey)13:31
uvirtbotNew bug: #458910 in libvirt (main) "try to disable ipv6 support than allready disabled on kernel option" [Low,Confirmed] https://launchpad.net/bugs/45891013:32
aubrezoopster: I'm rebooting my front-end and will try again, I didn't think the dist-upgrade would have caused any problems but I am checking13:33
zoopsteraubre: *should* not have, but anything is possible.13:33
uvirtbotNew bug: #461077 in mysql-dfsg-5.1 (main) "package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess new pre-installation script killed by signal (Broken pipe)" [Undecided,New] https://launchpad.net/bugs/46107713:36
uvirtbotNew bug: #459056 in vsftpd (main) "package vsftpd 2.2.0-1ubuntu1 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1" [Undecided,Invalid] https://launchpad.net/bugs/45905613:41
jsalisburyaubre:  Did you take a look at your .ssh/know_hosts file?  Maybe there is an old entry conflicting with your new entry?13:45
aubreno I cleared it out already13:46
jsalisburyaubre:  Ok13:46
aubrezoopster: jsalisbury : doesn't seem to be anything in the nc.log - what's the best log to look into for ssh-instance problems?13:52
jsalisburyaubre:  I'm taking a look too, but I don't see anything logged about ssh logins in any of the /var/log/* or /var/log/eucalyptus/* files13:55
jsalisburyaubre:  I'm running a apt-get dist-upgrade today too.  I'll let you know if it affects my existing instances.13:57
aubrejsalisbury: thanks13:58
uvirtbotNew bug: #461090 in jline (main) "updates for karmic needed to get maven plugins building" [Medium,In progress] https://launchpad.net/bugs/46109014:07
jdstrandsoren: sure14:10
sorenjdstrand: Lovely, thanks.14:11
smoserttx, kirkland, one of you told me about euca-describe-availability-zones and i think impllied to me that the settings there are configurable14:27
smoserdo you know where/how ?14:27
ttxin the web UI14:27
kirklandsmoser: you mean the density of systems per core?14:27
ttxVmTypes thing14:27
kirklandsmoser: yeah, web ui14:27
smoserok, so if i hadn't previously logged into my admin UI14:28
smoserhow do i do that14:28
smoseruser/pass ?14:28
smoserkirkland, ttx14:29
sorenmathiaz: Oh, thanks for the awesome write-up on https://bugs.edge.launchpad.net/ubuntu/+source/debian-installer/+bug/457767/comments/7   That is going to be really useful. Can you put it on a wiki somewhere (not urgent, just do it after release or something).14:29
uvirtbotLaunchpad bug 457767 in debian-installer "karmic: iSCSI root: boot hangs on starting iscsid" [High,Confirmed]14:29
mathiazsoren: right - for 10.04 we should bundle gpxe - to have native iscsi support in the boot loader for kvm14:29
mathiazsoren: I was wondering how/if I could just drop the new bootloader somewhere for kvm to use it (to avoid chainloading from pxe)14:30
sorenmathiaz: etherboot should have this as welll... Or so I thought.14:30
mathiazsoren: etherboot is dead - it's now gpxe14:30
mathiazsoren: AFAICT etherboot doesn't support native iSCSI14:30
sorenOh, I may have chainloaded gpxe from etherboot when I tried it.14:31
sorenmathiaz: Yeah, it's been dying for years.14:31
soren:)14:31
stasHi, any syadmins/network admins up?14:59
smoserkirkland, ttx, bug 46115615:00
uvirtbotLaunchpad bug 461156 in eucalyptus "User data is not base64 decoded before being presented to the instance" [Undecided,New] https://launchpad.net/bugs/46115615:00
smoserthis is possibly quite serious if not user error15:00
stascan anybody help me create a one nic nat connection for my home network15:02
smoserttx, kirkland can you verify sane-ness of this:15:05
smoser$ cat /proc/partitions15:05
smosermajor minor  #blocks  name15:05
smoser   8        0    2144256 sda15:05
smoser   8        1    2097152 sda115:05
smoser   8        3      47071 sda315:05
smoserthats from a 'm1.small' instance15:05
smoserthere is *no* ephemeral storage15:06
uvirtbotNew bug: #461156 in eucalyptus (main) "User data is not base64 decoded before being presented to the instance" [Undecided,New] https://launchpad.net/bugs/46115615:06
elginixhi all - have just been reading about the EC2 cloud images for 9.10 - am interested if anyone has been using ubuntu on the cloud in a production environment and what your experiences have been15:09
smoserelginix, there are lots of users of it.  the http://groups.google.com/group/ec2ubuntu?pli=1 is probably the largest group of people.15:11
elginixoooh tasty link :) thank you15:12
elyezeremail server what can I use? Postfix?15:13
alvinelyezer: dovecot-postfix is a package that will give you a useful basic mailserver15:16
smoserttx, kirkland please, help, above^15:17
elyezeralvin: thank you15:17
kirklandsmoser: okay15:17
smosermy euca is seeing no ephermal storage15:17
* ttx read backlog15:17
smoseri can't spell that word15:17
ttxsmoser: admin/admin15:17
smoseralready got that15:18
elyezeralvin: If I'm in the desktop edition I need to add any repository?15:18
smosersorry, the other 2 things are 1.) please look at that bug 2.) i see no ephermal storage on my instances... which doesn't seem right.15:18
alvinelyezer: no, just $ sudo apt-get install dovecot-postfix15:19
ttxsmoser: I think its normal to not have any ephemeral if your image is taking up all the space15:19
ttxi.e. running a 2G image over a 2G allowance -> no space15:19
ttxrunning a 2G image over a 4G allowance -> ~2G space15:19
smoseroh... ewll that is much different. wow. ok.15:19
alvinelyezer: it's in main15:20
smoseri'll change settings then and test.15:20
smoserttx, so do you get a single partition with "all the additional space" ?15:20
ttxsmoser: I may have understood that concept wrong, but yes, that's how someone described it to me15:20
elyezeralvin: E: Couldn't find package dovecot-postfix (I'm in Ubuntu 8.04)15:21
ttxsmoser: looking at the bug now15:21
alvinelyezer: that explains. That package was new in 9.0415:22
ttxaw. that sounds ugly15:22
alvinelyezer: but no worries. You can install postfix and dovecot and configure them yourself.15:23
geniiHm. Why can something like: script -c /bin/bash -q -a /var/log/$USER    work as a default shell on local console login but not ssh? ("openpty failed" etc)15:23
elyezerthank you15:23
elyezeralvin: great =D15:23
uvirtbotNew bug: #363620 in mysql-dfsg-5.0 (main) "Apparmor breaks Squeezecenter when upgrading from 8.10 to 9.04" [Undecided,New] https://launchpad.net/bugs/36362015:24
ttxsmoser: about bug 461156, I don't get how the SSH key thing works if that bug is real15:25
uvirtbotLaunchpad bug 461156 in eucalyptus "User data is not base64 decoded before being presented to the instance" [Undecided,New] https://launchpad.net/bugs/46115615:25
smoserssh key does not come over user-data15:26
ttxah15:26
* ttx fires up his UEC15:26
zoopsterstas: check out the ServerGuide and use UFW to do what you want15:26
mathiazhm - the ubuntu server domain thread on u-devel-discuss is *almost* reaching 100 messages15:26
smoserttx. i can verify it.15:27
* ttx should author some research on recurring threads15:27
uvirtbotNew bug: #236510 in bind9 (main) "default apparmor setting prevents bind from running under chroot" [Undecided,New] https://launchpad.net/bugs/23651015:28
alvinFor a bug report (bug 461133) I'm asked to run "$ sudo mountall --debug" and send it SIGUSR1. I've send that signal with htop, but the process does not end. What to do to give a useful output?15:32
uvirtbotLaunchpad bug 461133 in nfs-utils "karmic: nfs shares are not mounted at boot" [Undecided,New] https://launchpad.net/bugs/46113315:32
smoserttx, this is serious. soren please read that bug also. (bug 461156) and confirm with me that without a fix all user-data is hosed in UEC15:35
uvirtbotLaunchpad bug 461156 in eucalyptus "User data is not base64 decoded before being presented to the instance" [Critical,Confirmed] https://launchpad.net/bugs/46115615:35
sorensmoser: Yeah, that's pretty bad.15:36
alvinWhat is the SIGUSR1 supposed to do?15:37
sorenalvin: For what?15:38
sorenalvin: Eucalyptus?15:38
alvinNo, "sudo mountall --debug"15:38
alvinthe mountall script runs, (without success), and hangs somewhere. I'm supposed to send it SIGUSR1, but nothing changes.15:38
ttxsmoser: could we fix it from inside, like detecting both formats ?15:39
alvinI can create a log until SIGINT15:39
sorenalvin: It's supposed to let mountall know that all your network interfaces are up.15:40
smoserttx, arguably no15:40
ttxsmoser: I see what you mean15:40
alvinsoren: ow, they are. I'm running the script within ssh15:40
sorenalvin: I'm not saying they aren't.15:40
smoserin the bug there, there would be no way that that data was not intended.15:41
sorenalvin: I'm just answering your question.15:41
alvinsoren: thx, in that case, I will give the output of the command with Ctrl+C at the end.15:41
smoserttx, you could, say, though "if i'm in eucalyptus, then the data is not correctly decoded, so i decode it now".15:41
smoserthe problem with that is a.) in theory we can't tell if we're in euca versus we're in ec2 (but we can, so that coudl be worked around) b.) that logic fails to work anymore if you fix euca15:42
ttxmdz: ping15:42
sorensmoser: Is this massively different from the ephemeral storage thing?15:43
sorensmoser: In that case, you wanted to go around and detect stuff and just deal with it, so that either UEC or EC2 could change whatever they wanted and stuff would still work (I'm still curious of the details of that15:44
smoseri think i can fix the storage without knowing "am i in euca or ec2"15:44
=== Falc\ is now known as Falc
soren)... In this case, why not just try to base64 decode it, and if that succeeds, go ahead and do with what your normally would have.15:44
smoseri know you will say "good enough", but its not15:44
ttxsoren: that would screw up someone sending base64 encoded userdate, I guess15:45
ttxuserdata15:45
sorenttx: Not really.15:45
smoserbecause of the case, that in a fixed eucalyptus, the user provides you with base64 encoded data15:45
sorenttx: If they're using it for something, they can still query it, and get the right stuff.15:45
sorenIt's not like we're chaning anything in the meta-data service.15:45
smoserwhich is then re-encoded, and decoded (correctly), resulting in encoded data that would correctly decode, but shouldn't15:45
ttxsmoser: yes, that was my point.15:46
sorenRight. This is just like you wanting to mount stuff that the user may not want mounted.15:46
staszoopster: thx, but that didn't help15:46
smoserright. ttx. thats the case (possibly unlikely) that is impossible to detect15:46
zoopsterstas: where are you stuck?15:46
ttxsmoser: I think we need to parallelize efforts15:47
smosersoren, yes, its obviously similar. i think there is enough data to correctly do mount.15:47
staszoopster: I got a pc and the gw, both can ping each other, but pc gets no nated15:47
smoserttx, the user data needs to be fixed in eucalyptus15:47
smoserit affects *all* instances that run inside15:47
sorenWell..15:47
smoserempheral storage argubably only affects ours15:47
smoserok, well, thats not true...15:48
sorenall instances that expect user-data passed from a file.15:48
smoseror from the command line15:48
smosereither way15:48
SyLanybody getting this error when starting an instace?15:48
smoserif they expect user data you're hosed15:48
sorenVirtually /every/ image will expect the ephemeral storage.15:48
SyLerr... nevermind15:48
ttxsmoser: no doubt it should be fixed inside eucalyptus15:49
smosersoren, by default, you're hosed on that. in euca even "fixed"15:49
sorensmoser: That does not compute.15:49
smoserbecause default setting is 2G "storage" for an instance. and our images are 2G. thus you get 2G /,and will have no filesystem mounted at /mnt15:49
smoserif you do anything larger than 2G - ~600M populated root, operations to fill up /mnt you're done.15:50
smoserbut that fixable with config15:50
ttxsmoser: I think eucalyptus needs to work on a fix and we need to have an image-based workaround15:50
sorensmoser: I'm having trouble following you. I need more punctuation :)15:50
ttxsmoser: so that we can make the best choice15:50
zoopsterstas: if you do the steps outlined in the ufw Masquerading of the serverguide you will have a fully working nat - https://help.ubuntu.com/9.04/serverguide/C/firewall.html15:51
sorensmoser: The code to handle the automatic mounting thing... does that exist yet, or has it yet to be written?15:52
smosersoren, if you fire up a UEC instance of m1.small with no configuration changes to your server, you will have 2 partitions '/' (/dev/sda1) and swap (/dev/sda3).  /dev/sda1 is 2G, and is /. we have ~ 600M on /.15:52
sorenRight, ok.15:53
smoserif you change your configuration to make that 4G, then you'll end up with /dev/sda1 of / of 2G, the swap, and 2G /dev/sda215:53
smosersoren, yet to be written.15:53
sorenOk.15:53
smoserbut i think fairly easy15:53
staszoopster: yes, thats the first page i got googleing, I followed the steps but still nothing15:53
sorensmoser: I would very much like to see it.15:53
elyezerwhen using postfix and dovecot for each user@domain.com I need to create a new user??15:53
sorenAnd /dev/sda2 is the expected for i386 images, right?15:53
SyLanybody getting this error when starting instances in eucalyptus.  [RemoteBootstrapperClient:SystemClockTimer]  ERROR java.nio.channels.UnresolvedAddressException15:53
sorenelyezer: Depends.15:54
ttxsmoser: so by parallelizing I mean we need to forward the issue upstream and we need to have a workaround ready, then make the best choice if/when both are available15:54
smoserif /etc/fstab contains /dev/sdb && not exists /dev/sdb && exists /dev/sda2 && /dev/sda2 is ext2 filesystem, then modify /etc/fstab, replacing sdb with sda215:54
smoseronly do the above on first boot.15:54
elyezersoren: on what?15:54
smoserttx, i realized what you're saying.15:54
sorenelyezer: Well, first of all, is user@domain.com an alias?15:54
ttxkirkland: could you take care of the "forward the issue to eucalyptus and pressure them for a minimal fix" part ?15:54
elyezersoren: no15:54
sorenelyezer: Or should it have its own, separate mailbox?15:55
zoopsterstas: then you likely missed something...you'll need to do some troubleshooting to find where the issue is and then pose a more specific question15:55
ttxsmoser: it might be too late to change eucalyptus now, so we might switch in damage-control mode15:55
smosersoren, does that logic above seem safe? (it does have to be modified to be arch specific on ec2)15:55
elyezersoren: each will have its own mailbox15:55
uvirtbotNew bug: #352958 in ntp (main) "apparmor-messages in the syslog" [Low,Fix released] https://launchpad.net/bugs/35295815:55
sorensmoser: I don't know. Are we having "that type of discussion" or are we being reasonable?15:55
smoserttx, i understand. i just think that if we fix it in ec2-init we are 100% guaranteed to break *some use case* (even unlikely) if it is later fixed in eucalyptus15:56
elyezersoren: if not an alias then I need to createa new user, isn't it?15:56
sorenelyezer: Then of course it requires a separate (mail) user.15:56
smosersoren, which discussion15:56
staszoopster: I flushed my firewall and tried this http://www.linuxjournal.com/article/7175, still the same15:56
elyezersoren: thank you very much15:56
stassysctls forwarding are ok15:56
smoserfor fstab please tell me where that logic would fail15:56
ttxsmoser: it may be the only option we have on the table. Better than leaving it the way it is15:56
smoserin any type of discussion15:56
staszoopster: should that count if I'm running karmic desktop kernel?15:57
smoserttx, if it is the only option.  i think you can probably fix euca15:57
sorensmoser: I don't know. Maybe the user is monitoring the contents of /etc and doesn't like having it changed.15:58
smoserwe only change on "once per ami".15:59
sorensmoser: What do I know? I think it's perfectly reasonable, but not 100% bullet proof.. Just like I think it's perfectly reasonable to make expectations about names of devices attached to a Xen paravirt guest.15:59
smoseri'll even allow you to say "only once ever"15:59
smoserin that case, it will only ever happen in our official untouched images.15:59
sorensmoser: ...and images other people build with the same tools.15:59
uvirtbotNew bug: #461195 in mysql-dfsg-5.0 (main) "Allow mysql versions 5.0 and 5.1 to be installed at the same time" [Undecided,New] https://launchpad.net/bugs/46119516:00
smosersoren, yes, possibly.16:00
smoserso i'd be willing to even put a comment in the /etc/fstab that we use that says "this is going to possibly be modified"16:01
sorensmoser: I think it's perfectly reasonable. I just wanted to know if this was going to be "that sort of argument" again.16:01
smoserand if that comment is not present, then not do it.16:01
smosersoren, i am seriously interested in making it not break.16:01
smoserin any case.16:01
sorenThen fix eucalyptus instead.16:01
smoseri dont like software that works if you hold your mouth right.16:01
smoserso, you're correct with your euca suggestion.16:02
sorenMaybe someone doesn't want the extra space mounted, and has been using amd64 images on Eucalyptus and has been quite happy that this extra space did not get mounted.16:03
sorenI don't know. In "that sort of argument" I didn't think it was necessary to have examples.16:04
uvirtbotNew bug: #253849 in whois (main) "whois returns an error when looking up info for "johngalt"" [Low,Incomplete] https://launchpad.net/bugs/25384916:04
* soren chuckles at that bug16:05
mdzttx, hi16:06
ttxmdz: bug 46115616:07
uvirtbotLaunchpad bug 461156 in eucalyptus "User data is not base64 decoded before being presented to the instance" [Critical,Confirmed] https://launchpad.net/bugs/46115616:07
ttxmdz: basically prevents userdata from workin in Eucalyptus in general16:07
mdzttx, ...16:07
ttxmdz: do you think we can still fix it inside eucalyptus16:08
ttxmdz: or should we prefer a broken workaround in ec2-init16:08
ttxmdz: I was planning to parallelize both efforts16:08
ttxmdz: and see how disruptive each is16:08
mdzttx, has it regressed or has it never worked?16:09
ttxmdz: it has never worked.16:09
staszoopster: i'm getting this with tcpdump, ICMP time exceeded in-transit, any ideas?16:09
stasthis happens when i ping from pc16:10
ttxsoren: is the possibility to send a script through userdata something specific to our images ?16:10
TeLLuSstas: http://en.wikipedia.org/wiki/ICMP_Time_Exceeded16:11
smoserttx, it is not.16:11
smoserthe alestic images do it.16:11
stasTeLLuS: yeah, i got it, but why im getting ttl exceed?16:12
smoserand it is not just "a script". it is all possible user data. customizing an instance via user data is *major* functionality in ec216:12
TeLLuSstas: Maybe a loop or routing error that cause the packet ttl to count down to 016:13
ttxmdz: so should we pursue both tracks in parallel or is one of them not a possibility anyway ?16:13
TeLLuSstas: try traceroute16:13
mathiazkirkland: what's the importance for bug where the guest crashes (in qemu-kvm)? medium?16:13
mathiazkirkland: bug 45852116:13
uvirtbotLaunchpad bug 458521 in kvm "kvm crash when using virtio for network" [Medium,New] https://launchpad.net/bugs/45852116:13
kirklandmathiaz: yes, medium16:14
kirklandmathiaz: i just saw that one this weekend16:14
mathiazkirkland: and in this case the package should qemu-kvm instead of kvm?16:14
kirklandmathiaz: yes16:14
kirklandmathiaz: i changed it16:15
zulmathiaz: i modified the report to do incomplete unconfirmed as well fyi16:15
mathiazzul: which report?16:16
zulmathiaz: the incompleteconfirmed.py report16:16
zulmeh...doesnt work16:16
mathiazttx: I'll have a look at reproducing bug 45890416:17
uvirtbotLaunchpad bug 458904 in eucalyptus "Adding nodes in several waves after launching VMs is not possible" [High,New] https://launchpad.net/bugs/45890416:17
ttxmathiaz: cool, thx16:17
mathiazttx: I may have access to enough hardware for it16:17
stasTeLLuS: traceroute stops in gw, so the gw firewall is the problem16:18
ttxkirkland: could you take care of the "forward the issue to eucalyptus and pressure them for a minimal fix" part ?16:19
kirklandttx: okay16:19
kirklandttx: assign the bug to me for now16:19
ttxkirkland: I couldn't find where the metadata service is handled in the code16:19
kirklandttx: just make sure the bug is fully updated, and i'll take this up with nurmi16:20
kirklandttx: i'm looking at https://bugs.edge.launchpad.net/qemu/+bug/45852116:20
uvirtbotLaunchpad bug 458521 in qemu-kvm "kvm crash when using virtio for network" [Medium,Confirmed]16:20
kirklandttx: which i'm experiencing too, and has me concerned16:20
ttxkirkland: keep in sync with mdz in case he discards one of the options16:20
kirklandttx: this will need to be fixed via SRU16:20
* soren calls it a day16:20
ttxmdz, kirkland: we could fix it in eucalyptus in a post-release SRU, and document the missing userdata support16:22
fbc-mxI need to install an UBUNTU server inbetween  by router and may lan to limit connects to certain IPs and to give internet to only certain machines, etc. What software could I load for this purpose? I already have an ebox setup running on a server and could stick another nic into it to serve this purpose as well.16:23
TeLLuSstas: or after, but someone running runing the firewall could probably provide more information, I just added a similar thing to a firewall to stop 80.82.120.X from trying all passwords, I just added a routing loop for it16:24
heath|workif I edit visudo do I need to restart for changes to take?16:24
fbc-mxI've heard of some floppy based distros doing this kind of stuff, but I would like something highly recommended by the ubuntu community.16:24
KurtKrautfbc-mx, you should try Squid and ufw (uncomplicated firewall)16:25
fbc-mxKurtKraut, great, let em see if I could find some howto's.. thanks16:26
KurtKrautfbc-mx, if you're doing this as a job, I suggest you to buy books about Squid and books about iptables (firewall)16:26
fbc-mxKurtKraut, It's my dad's shop and we are just a small company of 15 or so. I just need something that I can keep certain machines off of internet and others with limited Instant messaging access.16:28
heath|workoh cool sudo !!16:28
fbc-mxKurtKraut, you block msn-messenger ip ranges, and crap like that for certain macs.16:29
simplexiofbc-mx: iptables (firewall ,NAT ) is in linux kernel, Squid can do all kind stuff to net traffic (like proxy, deny some traffic based it content etc, i dont really know it). all other programs what you are speaking are pretty much user interfaces for iptables16:29
KurtKrautfbc-mx, Squid and iptables (or an easier variant, ufw) will do the job. But as I said before, there are books that teach this stuff better than the howtos online.16:30
simplexiofbc-mx: then all you need is smallest ubuntu installation and few iptables rules16:30
magnetic__fbc-mx: if you already have eBox you can also use the firewall and proxy modules16:31
simplexioand maybe add NAT configuration there with dhcp server to give clients ip addre based on nic MAC and build rules from there, possibilities are not endless but allmoust16:31
fbc-mxsimplexio, KurtKraut,  great... thanks.. I just found some great HOwto's specific to ubuntu on UFW.  KurtKraut, yes, I would like to download the ebooks on squid and ufw from that book publisher with the animals on the cover ( I can't remember their name)16:32
fbc-mxmagnetic__, yeah except that their documentation stinks, and can't find any information about what to do after I load the modules.16:32
simplexioumm.. how about loading those modules and then checking is there some way to confgiure them16:35
simplexiooffcourse, dont do that on office hours. and first make somekind fallback plan if you dont get it to work, like backup systems and restore plan first16:36
=== LjL-Temp is now known as LjL
simplexiousually if something arent mentioned in docs, then writer has thoght that its trivial. which it usually isn't but its not that comlicated16:37
mdzttx, if it has never worked, it is not critical for 9.1016:41
mdzkirkland, ^^16:41
nekro_ttx: can you confirm if the patch from revno 942 fixes the userdata problem?16:41
nekro_ttx: I just committed something.16:41
kirklandmdz: okay, i have never tested it before16:41
simplexiobtw. why there is postgis 1.4 for postgresql 8.3 in 9.10 but not for postgresql 8.4. 8.3 is obsolete in 9.1016:42
ttxkirkland: I'll move it to updates16:42
magnetic__fbc-mx: there are new docs in http://doc.ebox-platform.com/16:43
heath|workI need www-data to be able to sudo without a password to chown on some files16:43
heath|workI have: www-data ALL=NOPASSWD: /bin/chown 1[0-9][0-9][0-9]\:1[0-9][0-9][0-9] /var/www/.*16:43
heath|workin visudo, but it's still not working16:44
fbc-mxmagnetic__, cool, I'll check it out.16:44
heath|workI'm attempting to test it with sudo -u www-data sudo chown 1001:1001 file.txt16:44
mdzkirkland, ttx, so does that mean we can close the ec2-init task?16:44
ttxmdz: yes, fixing it is not desirable if we fix it postrelease16:44
ttxmdz: since the ec2-init fix introduces a bug for specific cases16:45
mdzttx, we only need to fix it in ec2-init OR eucalyptus, right?16:45
ttxyes16:45
mdzin which case I say we should fix it in eucalyptus16:45
kirklandmdz: i agree -> eucalyptus is where the fix belongs16:45
ttxmdz: i'l update the bug to reflect that, thanks for your inpit16:45
ttxinput even16:45
mdzttx, kirkland, please pass this upstream right away16:46
kirklandmdz: i've already emailed and pinged nurmi16:46
ttxand nekro_ just proposed a fix16:47
nekro_ttx: yes, just committed it. please let me know if it works16:47
heath|workmy sudo issue: http://pastebin.com/d1b1a865d16:49
ttxnekro_: I won't be able to test it before the end of my day, maybe kirkland will16:49
kirklandnekro_: i'll gladly test it; however, i'm not able to run instances at the moment16:50
kirklandubuntu@cloud:~$ euca-run-instances -k mykey emi-E60E17EC -t c1.medium16:50
kirklandFinishedVerify: Trying to allocate an address which is already pending: Address [cluster=canyonedge, instanceAddress=pending, instanceId=pending, name=192.168.1.30, pending=true, state=unallocated, userId=eucalyptus]16:50
ttxkirkland: I added a release notes task16:54
TeTeThow can I tell the frontend, specifically cc to bind to a specific network interface?16:55
Reepicheepdoes anyone know what I have to do to increase the max open files?16:59
ReepicheepI've added it to /etc/security/limits.conf and also make sure pam_limits.so is required in /etc/pam.d/common-session16:59
Reepicheepbut it doesn't seem to work16:59
heath|workWhat group do you need to be in to be allowed to sudo?17:00
ReepicheepI need dovecot to be able to open more files17:00
Reepicheepin limits.conf I added a soft and hard limit with the * filter17:01
JanCheath|work: 'admin' (you can see that in /etc/sudoers)17:01
heath|workJanC: do you think it is safe to add www-data to the admin group?17:03
heath|workI need to exec chown as www-data17:03
SyLis the new ubuntu karmic beta give you a working eualyptus cloud?17:03
JanCheath|work: why would you need to do that?17:04
anothernoobhi ppl17:08
heath|workJanC: so I can keep quotas accurate with uploaded files17:10
JanCheath|work: why not sudo as your normal user?17:11
heath|workI was trying to use php's own chown() function, but I may have to end up using exec() in which I could do that17:12
JanCif your webserver needs to run a script that can run that as root, then configure sudo specifically to allow running that exact command and nothing else17:13
JanCI mean, allow www-data to only run that command as root17:17
heath|workthat's what I have www-data ALL=NOPASSWD: /bin/chown17:18
JanCI'd suggest you also limit the parameters  ;)17:19
JanCand even the directories on which it's allowed to run  ;)17:19
JanCthere are some examples in man sudoers showing how to do that17:21
heath|workYeah I have it limited big time at this point17:25
smoserkirkland, see my comment in bug 461156.17:25
uvirtbotLaunchpad bug 461156 in eucalyptus "User data is not base64 decoded before being presented to the instance" [Undecided,Fix committed] https://launchpad.net/bugs/46115617:25
kirklandsmoser: about base64 -d ?17:25
kirklandsmoser: that you confirmed that it's encoded twice?17:25
smoseryeah, that euca-run-instances is the issue17:26
smoseri'm looking at euca2ools, and i *htink* that you can just17:26
smoser-if user_data:17:27
smoser-    user_data = base64.urlsafe_b64encode(user_data)17:27
smoser-        euca_conn = euca.make_connection()17:27
heath|workJanC: here is the issue I am having17:27
kirklandsmoser: okay, i'm having serious issues with my production system17:27
heath|workhttp://pastebin.com/d1b1a865d17:27
kirklandsmoser: i can't do anything until i fix that17:27
kirklandsmoser: this is why i'm dropping on/off irc17:27
kirklandsmoser: my production server is a hardy vm, which is crashing17:27
JanCheath|work: according to your sudoers, you need to use something like /var/www/file.txt or /var/www/subdir/file.txt instead of file.txt  ;)17:30
heath|workahhh full path. I will try that tx17:38
uvirtbotNew bug: #461271 in nmap (main) "zenmap not installed to menus properly" [Undecided,New] https://launchpad.net/bugs/46127117:41
smoserkirkland, i'm 99.3% sure that the fix is listed there in that bug. but it really does need to be fixed in euca2ools17:45
nekro_smoser: so if the data were base64 encoded once, would it work?17:47
nekro_smoser: I'm trying to figure out if it is an issue with eucalyptus or euca2ools17:47
=== PleXs is now known as PleXuS
ajtanusciao a tutti17:47
nekro_smoser: or both17:47
ajtanushello17:47
ruben23hi is it possible to used alias on ethernet card on my linux server, eth0, eth0:017:47
ajtanusmy gps garmin edge705 doesn't run in ubuntu17:48
smosernekro_, read my final comment there.17:48
smoserits a bug in euca2ools17:49
nekro_smoser: and not in eucalyptus? in that case I need to revert the latest "fix" to eucalyptus.17:49
smoseri can imagine that htis is a matter of boto now encoding user data for you when it didn't before17:49
nekro_smoser: that is likely17:49
smosernekro_, correct. there is nothing wrong with eucalyptus . at least thats what i think.17:49
smosernekro_, your fix to euca likely breaks usage of euca and ec2tools17:50
smoserec2-api-tools17:50
garymc[TK]D-Fender : sorry to bother you, i dont have my notes with me at home and I cant remeber the dial pattern you helped me with. It was something like x.T|xx.T etc can you remeber?17:50
smoserunless you're checking for "is this double encoded".. but anyway you look at it, i'm fairly certain the fix is to remove 2 lines in euca-run-instances17:50
nekro_smoser: it was added there because a user complained that user data was not being encoded but it could be an issue with an older boto17:51
smosernekro_, http://code.google.com/p/boto/source/browse/trunk/boto/ec2/connection.py?r=18017:55
smoser"Forgot to Base64 encode the UserData17:55
smoserparameter to RunInstances.  Fixes17:55
smoserIssue-47."17:55
elyezercan I use webmin in a production server?or It's a security issue17:55
elyezer?17:55
keesI don't recommend webmin.17:57
nekro_bug #46130118:01
uvirtbotLaunchpad bug 461301 in eucalyptus "euca-run-instances unnecessarily encodes user data" [Undecided,Fix committed] https://launchpad.net/bugs/46130118:01
ninjahkees: What about ebox?18:04
keesninjah: I've heard it's better.  soren might know more, IIRC18:04
ninjahkees: People told me to switch from webmin to ebox. I haven't tried it yet.18:05
uvirtbotNew bug: #461296 in samba (main) "package samba 2:3.3.2-1ubuntu3.2 failed to install/upgrade: post-installation script azpiprozesuak 1 errorea eman du irteeran" [Undecided,New] https://launchpad.net/bugs/46129618:06
qman__webmin isn't supported by ubuntu because of what it does to the configuration files18:14
qman__ebox is supported18:14
geniiIt bugs me that the latest Linux Pro magazine has instructions for webmin install to Ubuntu18:16
=== nxvl_ is now known as nxvl
geniiOct issue, sorry, not Nov or Dec18:19
axisysI just changed the eth0 to 100 full .. zince switch has no auto.. and it took the change per ethtool eth0.. i did that using the command18:41
axisysethtool -s eth0 speed 100 duplex full autoneg off18:41
axisyshow do I make the change so it survive the reboot ?18:41
garymcIf i have 2 web servers on the same outside IP I can only assign one of them to port 80, how do i get to the other from the outside too?18:48
Reepicheepaxisys: you may want to ad it to the rc.local file18:48
Reepicheepgarymc: connect to the port the other is listening on.. "http://server.domain.name:81" where 81 is the port number18:50
axisysReepicheep: i was wondering if i can add it to /etc/network/interface file18:51
ReepicheepI'm not aware of a way to set it in the interface file.  But that doesn't mean that there isn't one18:52
ReepicheepI know you can set stuff like MTU in the interface file. I just have never see speed & duplexing set there18:53
ReepicheepI don't see anything in the interfaces man file either18:54
geniiYou can use some post-up directive in the interfaces file to run whatever command you want, ethtool, whatever18:54
axisysgenii: sweet!18:55
axisysgenii: thanks18:55
geniinp18:55
axisysgenii: i was looking for the post-up dir .. should I just create it under /etc/network ?18:57
garymcReepicheep: so i assign port 81 to the other server?18:57
geniiaxisys: directive, not directory. So in /etc/network/interfaces some stanza under eth0 for instance like:  post-up /somewhere/somecommand -options -to -that -command18:58
axisysgenii: sorry18:58
axisys/usr/share/doc/ifupdown/examples/network-interfaces.gz is pretty helpful18:59
Reepicheepgarymc: you can assign it what ever port you choose.  you probably just don't want to put it on a standard port used by other services19:00
Reepicheepand possibly above 1024 depending on what user starts the web server19:00
ReepicheepI just pulled port 81 out of the air19:01
axisysgenii: do I need to mention the device w/ ethtool when doing post-up for the stanza of that interface?19:03
axisysgenii: post-up /usr/sbin/ethtool -s eth0 speed 100 duplex full autoneg off .. like this ?19:03
geniiaxisys: Whatever command you normally run like earlier you put: ethtool -s eth0 speed 100 duplex full autoneg off                  is what you put again19:03
genii(with full path however, like you had just above)19:04
axisysup /usr/sbin/ethtool -s eth0 speed 100 duplex full autoneg off  .. seems to be right syntax.. i just found out there is no post-up.. up is what run the command .. there is only pre-up and post-down.. just an fyi19:05
garymcok i assigned port 81 to my other web server on the router firewall.19:06
garymcI put ip addres in browser e.g. 81.234.567.888:8119:07
garymcand I get nothing19:07
Reepicheepgarymc: make sure you also configure the web server on the host to listen on port 81 instead of the default port 8019:07
garymcahhh ok19:08
garymchow do i do that?19:08
Reepicheepand make sure that you have it allowed through the host based firewall if you have a firewall running19:08
Reepicheepgarymc: what web server are you using?19:09
garymcapache19:09
Reepicheepand what is the other web server on the same host?19:09
garymc??19:10
Reepicheepthe one that is already listening on port 80?19:10
garymcno differnt machine19:10
garymcits a seperate machine19:10
garymccan i make it listen for both ports?19:10
garymc80 and 81?19:10
Reepicheepyou probably don't need to .. it just needs to be setup correctly in the router19:11
garymcWell iforwaded port 81 in the routers firewall to the server I want to access19:12
garymcbut when i put ip addy:81 in browser it doesnt work19:12
Reepicheepjust set the port nat to forward some high port to port 80 on the second server..  how to do that is probably quite a bit off topic for this channel19:12
Reepicheepit really depends on what nat router you have?19:13
garymcWell ive done that already19:13
Reepicheepand internally you will still connect to it via port 80 .. only externally with the PNAT work19:14
uvirtbotNew bug: #437004 in ntp (main) "ntpd crashed with SIGSEGV" [Low,Incomplete] https://launchpad.net/bugs/43700419:17
smosermdz, ttx, ping19:30
smoserregarding bug 46115619:30
uvirtbotLaunchpad bug 461156 in eucalyptus "User data is not base64 decoded before being presented to the instance" [High,Invalid] https://launchpad.net/bugs/46115619:30
ttxsmoser: pong19:30
smoseryou follow that, ttx ?19:30
smoseris it 100% unacceptable to fix this in 9.10 release by changing euca2ools ?19:31
smoseri'll never say something is regression-potential free, but we've fairly clearly identified what is wrong here19:31
ttxsmoser: mdz said that if its not a regression it should be fixed in an early post-release update19:32
kirklandsmoser: you want me to teach you how to do an SRU?19:32
smoseri dont know if its a regression or not.19:32
kirklandsmoser: we'll fix this in an update19:33
smoseractually, i know that it is not19:33
kirklandsmoser: i'll show you how :-)19:33
kirklandsmoser: this fix does not *have* to be on the released CD19:33
smosereuca2ools was not in jaunty, so it is not a regression.19:34
ttxsmoser: and it never worked in a previous kermic release either19:34
smoserand ec2-api-tools in universe can be pointed at euca to work around.19:34
smoserso the, the right answer is "fix in SRU in euca2ools package"19:35
smoserttx, are you around and able to test something for me ? on UEC ?19:35
ttxaround, but not able to test on UEC19:36
ttxunless I shift to high prio mode :)19:36
smoserttx, ok. i will test on ec2 and on uec and likely have what i believe fairly safe fix for ec2-init for bug 45885019:39
uvirtbotLaunchpad bug 458850 in ec2-init "UEC images do not mount ephemeral disk on /mnt at boot" [High,In progress] https://launchpad.net/bugs/45885019:39
garymcanyone know how I restart httpd?19:40
garymcin the CLI?19:41
ttxsmoser: good. If there is anything I can test tomorrow morning let me know19:41
smoserif all goes well, you would expect that i can get this sponsored, uploaded, built ?19:41
ttxsmoser: if reasonably sure keep the release team updated so that we get a daily image to validate ?19:41
smoserttx, ?19:41
ttxsmoser: yes19:41
smoserk19:42
kirklandsmoser: i will help you get it sponsored and tested19:46
kirklandsmoser: in the reverse order, tested, then sponsored19:47
kirklandsmoser: i am reinstalling my UEC now19:47
smoserkirkland, k19:47
kirklandsmoser: okay, first, let's get your fixed euca2ools pushed to your ppa19:49
kirklandsmoser: on the end of the version, add a ".1" iterator19:50
kirkland1.0+bzr20091007-0ubuntu1.119:50
kirklandsmoser: and since you're going to send it to your ppa, add a ~ppa1 iterator to the end of that19:50
kirkland1.0+bzr20091007-0ubuntu1.1~ppa119:50
smoserkirkland, if its post release, not terribly worried about that right now.19:51
smoseri need to get the other stuff tested and in19:51
kirklandsmoser: hmm, okay; we should prep that upload soon, though19:51
smosery19:51
smoseryes19:51
kirklandsmoser: it shouldn't take but 5 minutes to upload it to your ppa19:53
kirklandsmoser: i'll pull from there, test it, and sponsor for you19:53
smoserok.19:53
mathiazsmoser: is it normal that all UEC instances that I boot have the same hostname (172) ?19:56
mathiazsmoser: same instances of the same EMI19:56
smoseri see that here, mathiaz19:57
smoseri believe that the dhcp server is telling the instance that that is its hostname19:57
mathiazsmoser: I don't think so19:58
smoserwhere do you think its coming from?19:58
mathiazsmoser: on the CC /var/run/eucalyptus/net/euca-dhcp.conf19:58
mathiazsmoser: there isn't anything related to hostname19:58
mathiazsmoser: I'd guess ec2-init19:59
mathiazsmoser: in /usr/share/pyshared/ec2init/__init__.py20:00
mathiazsmoser: it comes from the metadata service20:00
mathiazsmoser: I guess that UEC metadata service gives out D.D.D.D as the local-hostname20:01
mathiazsmoser: whereas EC2 give a hostname like D-D-D-D.domain.name20:02
smoseryeah, i see that.20:02
smoserec2:20:03
smoser$ wget http://169.254.169.254/1.0/meta-data/hostname -q -O -; echo20:03
smoserip-10-242-63-240.ec2.internal20:03
smoseruec:20:03
smoser$ wget http://169.254.169.254/1.0/meta-data/hostname -q -O -; echo20:03
smoser(no output)20:03
smoseractually, the above should have been 'local-hostname'20:04
smoserbut still no output on uec20:04
smoser    def get_hostname(self):20:05
smoser        hostname = self.get_instance_metadata()['local-hostname']20:05
smoser        hostname = hostname.split('.')[0]20:05
smoser        return hostname20:05
mathiazsmoser: well - may be boto is doing something20:05
mathiazsmoser: because ec2-init should fail if the output was empty20:06
smoseryou're right.20:06
smoserboto is returning the ip addr20:06
smoserand get_hostname taking the first piece20:06
mathiazsmoser: so I guess that's a bug in UEC metadata service20:08
smoserkirkland, you wanted my ec2-init to ppa ?20:12
kirklandwhere's the fix?  I thought it was in euca2ools?20:12
smoserkirkland, bug 461156 is to be fixed post-release (SRU) in euca2ools.20:20
uvirtbotLaunchpad bug 461156 in eucalyptus "User data is not base64 decoded before being presented to the instance" [High,Invalid] https://launchpad.net/bugs/46115620:20
smoserbug 458850 and bug 458576 are to be fixed pre-release (NOW) in ec2-init20:21
uvirtbotLaunchpad bug 458850 in ec2-init "UEC images do not mount ephemeral disk on /mnt at boot" [High,In progress] https://launchpad.net/bugs/45885020:21
uvirtbotLaunchpad bug 458576 in ec2-init "ec2: ssh public key fingerprint in console output does not match EC2 standards" [Low,In progress] https://launchpad.net/bugs/45857620:21
kirklandsmoser: ah, okay20:21
kirklandsmoser: i'll help you with both of those20:21
kirklandsmoser: okay, for 458576... can you attach the patch you want sponsored into that bug?20:24
mathiazkirkland: didn't we fix euca_find_cluster in the installer to use the ip published by avahi-publish?20:24
=== SyL is now known as Guest6311
kirklandmathiaz: yes20:25
mathiazkirkland: hm - bug 45890420:25
uvirtbotLaunchpad bug 458904 in eucalyptus "Adding nodes in several waves after launching VMs is not possible" [High,New] https://launchpad.net/bugs/45890420:25
smoserkirkland, lets test that, along with bug 458850 fix20:25
uvirtbotLaunchpad bug 458850 in ec2-init "UEC images do not mount ephemeral disk on /mnt at boot" [High,In progress] https://launchpad.net/bugs/45885020:25
smoserpatch is http://paste.ubuntu.com/302282/20:25
mathiazkirkland: I've reproduced it and will update the description as it's clear what happens20:25
mathiazkirkland: but basically euca_find_cluster returns on of the public IP addresses20:26
kirklandsmoser: is that the suggested patch attached to the bug?20:26
kirklandmathiaz: huh?20:26
smoserkirkland, it fixes both20:26
mathiazkirkland: http://paste.ubuntu.com/302286/20:27
mathiazkirkland: this is the network configuration of the CC20:27
mathiazkirkland: euca_find_cluster in the installer return 192.168.222.12 as the ip of the CC20:27
kirklandsmoser: the patch in the pastebin ... could you please make sure that's the patch attached to the bug?20:28
kirklandsmoser: launchpad is authenticated; pastebin's are not20:28
kirklandsmoser: i will pull your patch from launchpad, not a pastebin20:28
smoserok. thats fine.20:28
mathiazkirkland: http://paste.ubuntu.com/302287/ - while avahi-publish publishes the correct IP address of the CC20:28
smoserbut i'm not saying you should uploda it at this point20:28
smoseryou should test it first.20:28
kirklandsmoser: right, i will test it first20:29
kirklandmathiaz: do you have a fix in mind?20:30
kirklandmathiaz: i'm juggling several other things at the moment, don't really have time to troubleshoot that right now20:30
mathiazkirkland: ok - I'll look into it20:31
kirklandsmoser: let's prepare both of those fixes in parallel20:31
kirklandsmoser: we'll upload the ec2init one first, for karmic20:31
kirklandsmoser: and prep the euca2ools one for -updates20:32
smoserthere isn't really a reason to wory about euca2ools right now20:32
smoseris there?20:32
kirklandsmoser: but we can knock them both out now20:32
smoserlets get ec2init fixed20:32
kirklandsmoser: i'm re-installing my UEC now20:34
jafo1Hi all. I got a strange problem with ubuntu 8 lts and softraid. I got 3 raid1 partitions. If I set one disc as fail, at next reboot the rebuild process does'nt start automagically.. I need to start it by hand doing mdadm --manage --add...20:36
jafo1any hint?20:36
jafo1(I tweaked the initramfs-tools to let the system boot with degraded array as well)20:37
jafo1I remember that it was a default to automagically rebuild degraded arrays on boot..I'm I wrong?20:38
jafo1oopss.. I'm back..20:41
yann2sorry for the bump: I am currently using ubuntu hardy with Puppet on quite a few servers, although it is from universe. I am thinking of moving to chef in a close future. What are Ubuntu plans regarding automated deployments and configuration, is one tool going to make it into main for 10.4?20:44
jafo1I got a problem with mdadm softraid, I cant' get the md arrays automagically start rebuilding at boot time. I got a problem with 3 raid1 array on a hp sata server.. the rebuild starts only by hand with mdadm --manage --add.....20:45
jafo1can I fix this?20:45
kirklandyann2: -> mathiaz20:46
jafo1I need that md arrays starts rebuild at boot time (and that the system boots with degraded arrays)20:46
uvirtbotNew bug: #461416 in postfix (main) "package postfix 2.6.5-3 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 75 zur?ck" [Undecided,New] https://launchpad.net/bugs/46141620:46
mathiazyann2: puppet is in main starting from karmic20:46
fbc-mxHow can I make a USB startup from ubuntu-9.04-server-i386 image? I tried the USB Creator on ubuntu desktop, but I only get the BOOT: prompt20:47
yann2thx kirkland , just thinking abuot moving from puppet to chef, but my choice might depend on ubuntus20:47
yann2mathiaz, does puppetd still leak?20:47
mathiazyann2: I don't know - bug number?20:47
yann2is in hardy so universe, didnt report it yet as not officially supported20:47
yann2but have seen quite a few reports about this on channels and blogs20:48
yann2(for more recent versions)20:48
yann2using puppet right now, but that leak kind of cooled my ambitions :)20:49
=== SyL is now known as Guest16233
yann2mathiaz, just out of pure interest, why did you chose puppet over the other solutions? I am still undecided :)20:50
mathiazyann2: puppet has been around for much longer than chef20:50
mathiazyann2: the maintainance in debian is good (google is behind)20:50
yann2ok that makes sense20:50
mathiazyann2: ubuntu users are more using puppet than chef20:51
yann2is it safe to assume it will still be in main for 10.4 then? :)20:51
mathiazyann2: yes20:52
jafo1no one experienced my problem?20:52
yann2ok thanks a lot then ;) this is good news, such a software was definitely needed20:52
kirklandsmoser: reviewed your patch; code looks good20:54
smoserbut its bad20:54
kirklandsmoser: i'm downloading karmic-uec-amd64 now20:54
kirklandsmoser: sure, it's a hack20:54
smoserjust checked, i typoed slomething in copy20:54
smoserso ssh patch doesn't work20:54
kirklandsmoser: i haven't tested it yet20:55
kirklandsmoser: you have an update coming?20:55
smoseryes. attaching now.20:55
ahesomeone knows where the debian/ dir of vmbuilder moved?20:56
fbc-mxany ideas on how to get ubuntu serer to install from a usb stick??20:59
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
jafo1I need an mdadm expert..21:00
ScottKfbc-mx: You should be able to use usb-creator to put the ISO stuff on a stick21:00
fbc-mxScottK, yeah, I did however all I get is a BOOT: prompt it doesn't go any further...21:01
ScottKDunno.  I've only done it on netbooks, so I can't say21:02
=== dendrobates is now known as dendro-afk
smoserkirkland, update is attached.21:16
smoseri've tested on 4 cases on uec21:16
kirklandsmoser: i'm still downloading the image21:16
smoserk.21:16
Guest16233is there a nice way to turn off ipv6 in ubuntu-server?21:17
kirklandsmoser: that diff is dirty21:17
kirklandsmoser: includes the previous diff too21:17
kirklandhttp://launchpadlibrarian.net/34426991/fix.debdiff21:17
smoserits a replacement21:17
smoseridentical except for 4 chars21:18
smosermaybe 521:18
smoser2>&121:18
kirklandsmoser: scroll down21:18
kirkland+++ ec2-init-0.4.999/fix.debdiff2009-10-26 16:30:45.000000000 -040021:18
smoseroh. i see.21:18
jafo1could be enough to update initramfstools to load raid1 module?21:19
jafo1hey.. any md-raid expert here?21:27
smoserkirkland, new version is attached there now.21:27
smoserand i've tested this on ec2 anad uec.21:28
smoserit functtions as i expect it to21:28
smoserkirkland, i've got to step out for a while. if you can test that, please do.21:28
smoserinstructions for doing so are in the bug there.21:29
smosersoren, zul your thoughts on patch attached to bug 458576 would be appreciated. i think its generally sane, and i've tested on ec2 and uec21:31
uvirtbotLaunchpad bug 458576 in ec2-init "ec2: ssh public key fingerprint in console output does not match EC2 standards" [Low,In progress] https://launchpad.net/bugs/45857621:31
smoserthat patch should fix bug 458850 and the bug its attached to.21:31
uvirtbotLaunchpad bug 458850 in ec2-init "UEC images do not mount ephemeral disk on /mnt at boot" [High,In progress] https://launchpad.net/bugs/45885021:31
smoseri have  to step away for a while.21:31
smoserkirkland, call cell if you need.21:31
kirklandsmoser: okay, i'm running the instance now21:39
kirklandsmoser: whoa, i just missed you21:39
Guest16233is there a way to re generate the keys on the front end? all my pem files are empty21:42
=== Guest16233 is now known as SyL
nekro_SyL: you can deregister clusters/SCs, walrus. stop the front end. then delete the pem files everywhere and delete euca.p12. restart the front end21:45
=== WALoeIII_ is now known as WALoeIII
nekro_SyL: and re-register everything21:45
smoserkirkland, you still around ?21:47
kirklandsmoser: yessir21:47
SyLnekro_: ok, trying it now21:47
kirklandsmoser: quick phone sync?21:47
smosersure21:47
kirklandsmoser: i want to knock this out, and knock off for the day21:47
SyLnekro_: euca_conf --no-rsync --discover-nodes, just rsyncs keys to 127.0.0.1 for some reason21:56
nekro_SyL: I don't know how that works. I'd try manually registering a node with euca_conf --register-nodes <ip>22:03
SyLnekro_: ok, I'll try it again22:04
SyLINFO: We expect all nodes to have eucalyptus installed in //var/lib/eucalyptus/keys for key synchronization.22:06
SyLwarning: //var/lib/eucalyptus/keys//node-cert.pem doesn't exists!22:06
SyLyeah, again, the keys aren't being generated22:07
SyLforget it, I'm just going to format it and reinstall again.22:09
SyLthis is geting old22:09
nekro_SyL: perhaps you should stick with Jaunty or wait until the Karmic setup is stable.22:10
SyLnekro_: Jaunty eucalyptus wasn't working for me either. I've gotten farther in karmic using euca 1.6 then 1.522:12
SyL1.5 I got things launching, but couldn't get the network to work, and in 1.6, everything works most of the time.22:12
zzz2009test:)22:46
uvirtbotNew bug: #461528 in libvirt (main) "apparmor blocks migration" [Medium,Triaged] https://launchpad.net/bugs/46152823:02
uvirtbotNew bug: #459093 in samba (main) "Broken encoding when listing services and their descriptions" [Low,Incomplete] https://launchpad.net/bugs/45909323:36
=== freeflyi1g is now known as freeflying

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