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

smosermathiaz, no00:07
mathiazsmoser: good for you - because I've already scratched cempedak ;)00:08
smosergood for me indeed.00:08
smosermathiaz, since you're here, do you happen to have thoughts/example of config on bug 55617600:09
uvirtbotLaunchpad bug 556176 in openldap "slapd creates /nonexistent homedir (and some enhancements...)" [Medium,Confirmed] https://launchpad.net/bugs/55617600:09
smoserie, an example config that i'd be looking to make sure worked properly?00:09
mathiazsmoser: ie you wanna a quick way to set up a base directory infrastructure?00:11
mathiazsmoser: https://code.launchpad.net/~mathiaz/openldap-dit/add-ldapscripts-files00:12
mathiazsmoser: ^^ this is what I use to setup an directory00:12
mathiazsmoser: and add user/group using the ldapscript package00:12
smosermathiaz, ok. that might be enough. mainly i need something that i can test was working -> is still working after upgrade00:13
smoseri'll poke around there some00:13
mathiazsmoser: yeah - ^^ that sets up a directory00:13
mathiazsmoser: to make sure things are still working you can also use the ldapsearch command00:13
mathiazsmoser: I usually use:00:13
mathiazsmoser: ldapsearch -Y EXTERNAL -H ldapi:/// -b "cn=config"00:14
mathiazsmoser: *sudo* ldapsearch -Y EXTERNAL -H ldapi:/// -b "cn=config"00:14
mathiazsmoser: ^^ that should be enough to dump the whole cn=config tree00:14
mathiazsmoser: and check whether slapd is still working afterwards00:14
smosermathiaz, thanks. i've got to run, but will maybe bother you tomorrow on it more.00:14
mathiazsmoser: np00:15
chewbrancahi, has anyone had luck getting ubuntu enterprise cloud working in virtual box?00:32
chewbrancaboth the main server and nodes as well?00:33
chewbrancaI tried it a while back but was having issues with it not being able to use the hardware virtualization00:33
JanCchewbranca: AFAIK virtualisation-in-virtualisation only works with kvm00:39
JanCin any case, I think you better use a dedicated machine00:40
JanCor multiple ones00:40
chewbrancaJanC, ok that's what I figured00:40
chewbrancaJanC, this is my dev box, just trying to build a setup for testing out eucalyptus/ec2 instances without needing to pay or buy another box00:41
jeevesok guys, I'm stuck, and I can't do any package installs/upgrades.  How can I fix this?   http://pastebin.com/FbsVPMAT00:41
chewbrancaI've got plenty of hardware on my dev box, but I don't want to put in virtualization at a low level on it because I still use this for everything and I don't want to mess with graphics or anything else00:42
JanCchewbranca: yeah, I know what you mean, I wish I had a bunch of such boxes around myself  ;-)00:42
chewbrancaJanC, yeah I think the gf might kill me if I setup another server in the apt lol00:42
chewbrancaJanC, just built up a nas recently00:42
chewbrancaand with my new dev station we don't need to turn the heat on anymore00:42
chewbrancalol00:42
chewbrancagoing to be a warm summer00:42
jeeveschewbranca, I heated my apartment with my home hosting00:43
chewbrancajeeves, hahahha nice00:43
jeeveschewbranca, lol, thanks.  We were living in North Bay Ontario.00:44
JanCjeeves: I guess you tried the usual apt/dpkg fix incantations?00:44
chewbrancajeeves, oh way haha, yeah I'm over in Seattle, doesn't get extremely cold here00:44
chewbrancas/way/wow/00:44
jeevesJanC, yep.  I've tried the dpkg reconfigure and apt-get install -f00:45
jeevesthis is what I'm getting.    http://pastebin.com/FbsVPMAT00:45
chewbrancahrmm... so I wonder what is cheaper, build a new server or just pay for EC2 test server instances00:45
jeeveschewbranca, lol, how long do you need them for?00:46
JanCjeeves: in that case you might want to try editing or removing some post-removal scripts00:46
chewbrancajeeves, well I want to put together a consistent dev environment for being able to kick out processes and setup apps on EC200:46
JanCjeeves: and maybe file bug reports about them  ;)00:47
jeeveschewbranca, go get VM infastructure 3.5 and load it on some old x86 hardware.  That's all I've got.00:47
jeevesJanC, how/where do I do that?00:47
chewbrancaproblem is my dev box is way beefier than my home server, home server is 32bit and limited to 4 gigs of ram, and only running 2 right now, and its already loaded pretty well00:47
chewbrancajeeves, all my old comps are gone... lol, dumped them all to make room in this apt00:47
jeeveschewbranca, lol.00:47
chewbrancajust have my dev box and dual core opteron with 2 gigs of ram00:48
jeevesso, ideas on how to nuke this problem?00:48
jeeveschewbranca, any ideas on how to fix this issue00:54
ruben23hi guys want to deploy around 50 linux desktop, what should i do to manage them with file sharing and other network stuff..?00:54
ruben23like directory service.00:54
jeevesruben23, LDAP00:54
ruben23jeeves: how about file sharing..?00:55
chewbrancajeeves, was taking a peak, not really sure, looks like you've got an old failed install that is messing with it, I would try clearing everything out and reinstalling the package00:55
ruben23file, storage and others..00:55
chewbrancanot sure though00:55
jeeveschewbranca, that's what I'm trying to do, but apt refuses to letme do ANYTHING.  I can't uninstall (because it leaves messed up packages), and I can't install due to this messed up issue00:56
jeevesruben23, LDAP interfaces with samba00:56
chewbrancajeeves, weird, any idea what got you to that point?00:57
ruben23 jeeves: ill setup sama=ba server then..openldap..00:57
jeeveschewbranca, lol, I tried installing Amarok.00:59
chewbrancajeeves, hahahah00:59
jeevesruben23, no, set up openLDAP first. you need to build your services off of that00:59
ruben23jeeves: after openldap ill do, samba server right..?01:03
jeevesyes, Samba is your file/printer server01:03
JanCjeeves: try looking into /var/lib/dpkg/info/*.postrm where "*" is the name of the package causing troubles01:06
jeevesJanC, then just delete it?01:06
JanCor edit it so that it doesn't throw an error when it shouldn't01:07
JanCcheck what it does01:07
JanCmost likely it will delete some files you don't need anymore, but if it does something more complicated you might want to leave that around01:08
jeevesJanC, I think I'm just going to do a fresh re-install.  this install has been as stable as courtney love since day one01:08
JanCmy guess is it tries to remove files that it already removed before or something like that01:09
jeevesJanC, lol.  yea.  hence the reinstall!01:10
pierce2does anyone know if any of the vnet modes modes are supported on single macheine UEC deployments, or if there are any official ubuntu EMI images that support SYSTEM or STATIC mode?01:10
JanCit's a bug if that causes an error though01:10
=== erichammond1 is now known as erichammond
MTecknologyWhat package tells you how many packages can be updated when you log in?04:33
MTecknologysorry, I'll ask in the right channel04:35
twbServer does it, too, I think.04:36
twbI dunno what it is, because 8.04 didn't have it :-)04:36
MTecknologytwb: 10.04 does have it and it takes longer to log into the system- I already know if packaged need to be updated before I log in so it's somewhat of a waste for me04:37
twbMTecknology: hmm, I thought it was a static file, updated daily04:37
twbTry looking in /etc/profile.d/04:37
MTecknologyntohing in there04:38
MTecknologynothing*04:38
twbMTecknology: OK, then grep -r over /etc/ for the static part of the message.04:38
MTecknologyNICE04:39
MTecknologyI always used -d recurse04:39
MTecknology/etc/motd04:39
MTecknologytwb: thanks04:41
twbMTecknology: motd is static.04:42
MTecknologyyup04:42
MTecknologylike you said - some file updates it04:42
twbWell, then, it can't be the thing that's making EVERY login slow04:42
MTecknologyso - touch .hushlogin (should work..04:42
ajmitchthere's an update-motd package that is most likely doing it04:43
twbajmitch: thanks04:43
MTecknologyajmitch: not installed04:43
ajmitchit uses the files in /etc/update-motd.d04:43
MTecknologythere is stuff in /etc/update-motd.d/ - just update-motd isn't installed04:44
ajmitchah, the description says it's superseded by a pam module04:44
twbIcky.04:44
MTecknologyoh04:44
MTecknologytouch .hushlogin worked04:44
MTecknologyit is noticably faster too :P04:44
twbMTecknology: that's interesting!04:45
ajmitchnot sure if pam_motd is running stuff in /etc/update-motd.d now or not04:45
MTecknologyIt's definitely useful info for most people- just causes irritation for me because I like instant04:45
twbIf it's updated more than daily, it's not really a mot*d* anymore, is it :-/04:46
MTecknologytrue04:46
MTecknologyajmitch: thanks to you too :)04:46
ajmitchhistorical naming & all that04:46
eagles0513875bug 55958204:47
uvirtbotLaunchpad bug 559582 in mountall "Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate configuration (2) on mountall" [Undecided,Confirmed] https://launchpad.net/bugs/55958204:47
twbajmitch: bah!04:47
twbNot sure why it wouldn't go in .profile if you want to execute it on EVERY login04:48
ajmitchit said it placed a script ito /etc/profile.d which these used what was in /etc/update-motd.d04:48
ajmitch& then I stopped trying to follow just what was going where04:48
twbHm.04:49
twbWell, I'll be grumpy regardless04:49
twbIt's my ground state04:49
MTecknologyI haven't been able to figure out why I can't make ssh login work via ssh key..04:49
ajmitchpermissions on ~/.ssh is often a cause of that04:49
twbMTecknology: read auth.log; it'll tell you04:50
MTecknologytwb: I know the feeling - I got into an hour long debate while trying to discuss standardising things - the end result was, screw this - I'm doing it my way04:50
MTecknologyApr 13 03:48:45 incipio sshd[25256]: Authentication refused: bad ownership or modes for directory /home/michael04:50
ajmitchso, permissions, check that it's not world-writable04:51
MTecknologyI tried setting it to 750 user:group04:51
MTecknologyand I musta screwed up04:51
MTecknologyThanks :D04:51
MTecknologyI feel like an id10t now04:52
twbAccepting your fate is the first step04:52
MTecknologyyes- had to use that spelling too :P04:52
MTecknologytwb: I know, but I don't want to - I want to think I'll be useful someday04:52
=== pierce2 is now known as px43
px43Anyone here knowledgeable much about Ubuntu Enterprise Cloud?  I'm trying to figure out what the recommended actions are when new kernel vulns come out.  The typical   apt-get upgrade&&reboot  doesn't work so well since the kernel and initrd are specified outside of the disk image, and I don't really see a way to auto update eki and eri images.06:26
twbHow are they specified?06:32
px43twb: from what I understand, when you create an emi (the main OS image), you specify which eki (kernel) and eri (ramdisk) you want to use.  Then, when you launch an instance, you specify which emi you want to start with, and then the system boots.06:38
px43twb: you can update the instance, and reboot it etc, but as far as I can tell, every time you reboot, you are back with the original kernel, and there is not a way to change it for the lifetime of the instance, and even if there is, it surly isn't automatic, which seems like a security issue06:40
px43kees: *ding*  :-D06:40
twbpx43: are these specified as paths?  What does an example eki value look like?06:42
px43pierce@majin:~$ euca-describe-images06:43
px43IMAGEemi-D1EC1024euca/ubuntu.9-04.x86-64.img.manifest.xmladminavailablepublicx86_64machineeki-12CA1182eri-48AB125906:43
px43IMAGEeri-48AB1259euca/initrd.img-2.6.28-11-generic.manifest.xmladminavailablepublicx86_64ramdisk06:43
px43IMAGEeki-12CA1182euca/vmlinuz-2.6.28-11-generic.manifest.xmladminavailablepublicx86_64kernel06:43
twbAlso, as a cheap hack you may want to investigate kexec-tools, which can replace the kernel without stepping down to the bootloader.06:43
twbWhere is eki-12A1182 on the filesystem?06:44
px43the cloud is magical, so it's hard to say :-)  somewhere stored in the bukkit manager from what I can tell06:44
px43I have each cloud component installed on a single piece of hardware06:45
px43I have *every* cloud component installed on a single piece of hardware    <-- maybe more clear06:46
px43from what I can tell, it's either being sent between daemons over some sort of SOAP session, or an ATA over Ethernet mount06:47
px43even though it's all on the same box, but in theory I could abstract it to more machines :-D06:48
sCOTTohey guys - whats the best set up to instal for firewall & VPN setup ?07:06
sCOTTo-- I need the advice to run with so I can get my stuff back up and running asap - I made some mistakes :(07:06
twbsCOTTo: ufw is Ubuntu's standard firewall abstraction layer07:07
sCOTTohmm ok07:08
sCOTTois it best to do a reinstall ?07:08
sCOTToi have all sorts of crap on my machine lol07:08
twbI have no idea.07:08
sCOTTolol07:08
sCOTTothanks ill go lool07:08
sCOTTobbs07:08
lifestream... does SQLite have default root password? I just googled stuff like "root sql password"  "change sql password" and I got no relevant search resutls09:52
lifestreamWhen I have a command that needs to connect to it, what password would it use?09:52
lifestreamOh... wait...09:53
lifestreamOnly databases have passwords... I see..09:55
darkk^lifestream, there is no sqlite password at all, that's just file (MAYBE, there is some sort of sqlite encryption, but I'm not aware of it)09:59
twbI imagine the way you'd encrypt an sqlite database would be out-of-band, e.g. with gpg10:01
lifestreamAh thanks darkk^   I have a program that comes with it's own sqlite database... I have sqlite installed... so I try to  run the program, it complains it can't connect.  I look on the config file, the password is asterisks... ummm... anyway.  :P  Maybe this isn't the problem... I'm not sure:P10:02
darkk^lifestream, check file permissions10:02
lifestreamI'm following install instructions, for this program that uses a sqlite db, but on the instructions, they don't say I have to do anything about the db or password at all10:02
lifestreamfile permissions? which ones? *tilts head*10:03
maxagazhow to print the line N of a file ?10:13
lifestreamprogramming homework?;p10:16
maxagazlifeless, not really...10:18
lifelessmaxagaz: ?10:26
uvirtbotNew bug: #562146 in nagios3 (main) "Integrate nagios users with system ones" [Undecided,New] https://launchpad.net/bugs/56214610:26
lifestreamhe meant me, not lifeless,  stupid tab auto-complete, happens to me all the time10:28
twbmaxagaz: sed -n 22p foo.txt10:32
maxagaztwb, thanks10:37
maxagaztwb, and how to execute the printed command ?10:37
twbAre you looking at .bash_history?10:37
maxagaztwb, no10:37
twbYou'd execute it by piping it into whatever interpreter (e.g. bash) the line was intended for.10:38
maxagaztwb, looking at a bash file10:38
maxagazlike this: sed -n 22p foo.txt | bash ?10:38
maxagazok10:39
cbeebieDoes anyone know how to build virtual machines with vmbuilder in 10.04 that will run on machines that don't have hardware support for virtualisation? In 8.04 you could build qemu-based VMs using ubuntu-vm-builder but the qemu option has gone away in vmbuilder.11:10
uvirtbotNew bug: #562139 in nautilus-share (main) "FUSE filesystems cannot be accessed when shared (dup-of: 175689)" [Undecided,New] https://launchpad.net/bugs/56213911:17
SmokeyDhey everyone. I am trying to get ubuntu 9.10 64bit server edition installed in a software raid1. But it seems this won't work without a /boot partition outside the RAID, is that true?11:18
laenInstalled a local ubuntu mirror, testing it out now and i'm getting "Failed to fetch http://somewhere/Packages.bz2  Hash Sum mismatch". All i can find so far on the internetz is "Chose another repository", which isn't helping at all. Any idea why that mismatch happens? The Package.bz2's exist, as i can download them with wget.11:24
twbcbeebie: kvm and qemu are architecturally identical, AFAIK11:26
twbcbeebie: kvm-the-program is basically qemu plus some glue to make it talk to kvm-the-kernel-module11:26
cbeebietwb: So, if I build a VM using something like "vmbuilder kvm ubuntu ....", I should be able to run it with a qemu command?11:29
twbcbeebie: try it and find out11:29
apwkirkland, hey ... did you get to test that kvm kernel?h11:34
alvinSmokeyD: It should work without /boot outside RAID11:43
alvinSmokeyD: I just checked. I have a server with software RAID1 here without separate /boot.11:45
twbI dunno why you'd use RAID without LVM11:49
alvinI can't find that he said it would be without LVM. (Lucid in its current state would be a good reason)11:55
twbI'm assuming /boot on LVM on md RAID is still Bad Juj11:55
twb*Juju11:55
jpdslaen: → #ubuntu-mirrors.11:55
twbI mean, it works with grub2, but I wouldn't trust it in production11:55
alvinUnfortunately, I think you are right there11:56
twbI did it way back when grub2 was new11:56
alvinAh, then there was a bug. Separate /boot didn't work, but that was even without LVM11:56
twbIt convinced me that it was a waste of time; just blow 256MB on a separate three-way md RAID1 /boot partition11:57
alvinIt worked years ago, when Ubuntu didn't exist yet. I would rather see fixes.11:57
twbWell, I wouldn't have been using Ubuntu11:58
=== dendrobates is now known as dendro-afk
SmokeyDalvin, but I don't want /boot outside RAID12:19
SmokeyDalvin, that makes the raid kind of useless if a disk fails, because no /boot will be available12:19
alvinNo, in elder times, you just made 2 boot partitions and copied them. But it is of no importance. You don't have to put /boot outside.12:20
SmokeyDok.12:21
alvinJust use the ubuntu-server installer and put your 2 drives in mirror. Then put an LVM on top.12:21
SmokeyDalvin, I have been trying to get that to work for hours already, but failed. At first the disks were marked by the SATA raid controller as a hardware raid.12:22
alvinAha!12:22
SmokeyDI got that fixed now in the bios12:22
alvinSo, you have a firmware RAID.12:22
alvinSo, now they are two separate disks, not marked by the firmware raid anymore?12:23
twbSmokeyD: just make two md RAID arrays12:23
alvinWhen the installer says you have a softraid, it's not good.12:23
SmokeyDalvin, not really. I just got a mobo which has an extra option to use the sata disks in raid, but I got that disabled, I just want to use software raid.12:23
twbsoftware raid is fine.  hardware raid is fine.  fakeraid is abominable.12:23
alvinSmokeyD: Just disabling is not enough. First, enable the RAID, go into the RAID Bios of your firmware RAID, and destroy the array. Make sure it is destroyed and you have 2 separate disks. Then disable the RAID and run the Ubuntu-installer. (Zeroing part of the drive might also work)12:24
SmokeyDalvin, yeah, that is what I did. Took me a while to figure that out though :)12:25
alvinI know. Struggled long with the same problem. It's not something that is documented somewhere.12:25
pmatulisdoes kvm impose a limit on the number of recognized lvm volumes?12:29
twbhttps://wiki.ubuntu.com/FakeRaidSpec12:31
SmokeyDalvin, but would you recommend just creating /dev/sda1 and /dev/sdb1 for the raid using all available disk space, and then setting up LVM on top of that to create the necessary partitions?12:32
alvinSmokeyD: Actually, yes. That's what I do.12:33
SmokeyDalso setup swap in LVM?12:33
twbSmokeyD: yes; though I'm crusty enough to make /boot a separate, second md RAID1 array12:33
alvinSmokeyD: Yes, you can then increase your swap at will :-)12:33
SmokeyDtwb, crusty? Sorry, I am not a native speaker ;)12:33
SmokeyDalvin, twb ok, cool. Thanks a lot12:34
alvintwb is more careful12:34
twbold and set in my ways12:34
SmokeyD:) Ok, I learned a new expression today :) crusty12:35
alvinI can tell you for sure that the lvm on top of mdadm works fine. My first experiences with Lucid, however, are pointing towards disaster. I'll do an update this week to check again.12:36
twbSmokeyD: http://en.wiktionary.org/wiki/crusty12:36
alvinpmatulis: (thanks for handling our support cases btw) Not according to this: http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Virtualization_Guide/sect-Virtualization-Virtualization_limitations-KVM_limitations.html Might I inquire as to the reason of the question?12:42
SmokeyDtwb, alvin thanks a lot for your help. The installer is now formatting the ext4 Logical Volume. I am keeping my fingers crossed12:43
alvinSmokeyD: You will now for sure on reboot :-) What version are you using?12:44
SmokeyD9.1012:44
alvinMe too. Should work. (9.10 as delivered on the CD had problems with separate /boot anyway)12:45
SmokeyDalvin, I was in doubt between 9.10 and hardy LTS, but I think hardy is getting a bit old by now so I decided to try karmic12:45
SmokeyDalvin, I just downloaded the iso for 9.10 and made a bootable memorystick from it12:46
alvinHardy is a lot more stable than Karmic, but it doesn't have ext412:46
twbBugger ext412:46
alvinand the kvm in Karmic is better12:46
twbFWIW, I've backported qemu to 8.04.  I can't speak for KVM.12:46
alvinyeah... I'm also starting to think ext4 might not be stable yet. I'm not sure yet.12:46
twbIt seemed like a lot of people were fumbling with it in ext412:47
SmokeyDhmm, I just formatted the partition to ext4 :)12:47
alvinYou can do that of course :-) But I don't want to lose official support, so I'm sticking with official versions.12:47
twbEr, in 9.1012:47
twbI think Ubuntu jumped the gun again by making it the default12:47
SmokeyDtwb, what kind of trouble are people experiencing with ext4?12:48
twbI can't remember12:48
twbStuff like "my machine don't boot so good no more"12:49
SmokeyD:D12:49
alvinThere was data corruption when moving large files, and data corruption of qcow images,.. Yes, stuff like that. The not booting is mostly grub2 beta and upstart.12:49
SmokeyDalvin, ok. Hmm, well I won't be doing to much large files. No qcow stuff definately (got some vm's on my desktop, but not on the server)12:50
twbIMO they should've at least turned extents off by default12:51
alvinThe qcow stuff should be solved. Don't worry about that. But I am still experiencing weird stuff with copying large files. Don't know anything for sure yet.12:51
twbPity squeeze and lucid will ship with an ENOSPC-broken btrfs12:53
alvinLucid will ship with btrfs?12:53
=== rgreening_ is now known as rgreening
SmokeyDalvin, grub-pc is asking where to install grub. Should I install it to /dev/sda and later manually install it also on /dev/sdb (using grub-install)?12:55
kirklandapw: sorry, server wasn't installable last night :-(12:56
kirklandapw: i'm checking now to see if it was fixed overnight12:56
alvinHmm, I have forgotten that. For now, I would choose /dev/sda12:56
apwkirkland, lack of a kernel probabally ...12:57
kirklandapw: yeah12:57
kirklandapw: no modules found12:57
apwalso my fault12:57
kirklandtsk tsk12:57
alvinSmokeyD: I have read some documentation about that. Let me see if I can find it.12:57
apwbroke all thinkpads ... not handy12:57
kirklandapw: syncing my mirror, then installing12:58
apwkirkland, thanks ... i need to push or revert them today12:58
kirklandapw: i'll test today12:59
apwkirkland, <- star12:59
kirklandapw: people.canonical.com/~apw/security-lucid/12:59
kirklandapw: is that right?12:59
apwack12:59
SmokeyDalvin, the system boots fine. INdeed I needed to install it to /dev/sda. I now did a manual "grub-install /dev/sdb"13:00
kirklandsmoser: around?13:00
kirklandsmoser: apw has a couple of kvm updates in the kernel he needs tested ASAP13:00
alvinSmokeyD: I think you can now adapt grub, so that you can boot from both drives.13:00
SmokeyDI am going to remove the sata cable for sda, see if the system stays alive (mdadm -D /dev/md0 looks fine)13:00
kirklandsmoser: i'm wondering if you can drop them into your UEC (images, as well as hosts) along with me13:00
alvinSmokeyD: Let us know how it goes13:01
ttxkirkland: hey13:01
kirklandttx: howdy13:01
ttxkirkland: so I read your demo went well last weekend ?13:01
binBASHWhat I need to do exactly when changing VNET settings on a node? Just restart eucalyptus-nc?13:02
kirklandttx: yeah, i was happy with it13:02
ttxcool13:02
SmokeyDalvin, it works. THe system stayed alive when I removed the cable of sda, and also reboots fine13:02
alvinSmokeyD: Cool!13:02
SmokeyDalvin, thanks a lot for your help.13:03
kirklandapw: linux-headers-2.6.32-21-server_2.6.32-21.31~security201004122115_amd64.deb13:03
kirklandlinux-image-2.6.32-21-server_2.6.32-21.31~security201004122115_amd64.deb13:03
kirklandapw: that's the two binaries I need to install?13:03
kirkland(btw, that directory is a confusing mess)13:03
alvinSmokeyD: You're welcome13:03
apwyou only need the linux-image if you don't have prop h/w13:03
apwkirkland, and yes it is ... i think i have old builds in there ... HRM tooling spammage13:04
kirklandapw: k13:05
apwkirkland, is that better13:06
SmokeyDOk, I am off to get a coffee and lunch on a terrace in the sun somewhere :)13:15
binBASHyou don't have to tell us that really :)13:16
kirklandapw: installing happily today13:22
apwyeah a new kernel was force fed into the system to fix it up13:22
=== local_oste is now known as e-DIO-t
smoserkirkland, here13:26
kirklandsmoser: i'm doing the same now13:26
kirklandsmoser: on my laptop, and in my cloud13:26
smoserkirkland, we can do that today, yeah. what do you need?13:27
kirklandsmoser: apw has kernsl at http://people.canonical.com/~apw/security-lucid/13:27
kirklandsmoser: these need to either be published to lucid today, or tabled for an SRU13:27
kirklandsmoser: some kvm security issues fixed in there13:27
kirklandsmoser: sounds fairly high priority to make sure these kernels work as our virt hosts and guest13:28
smoserkirkland, ok. i can install them onto the my 2 systems hosts and will use the kernel for guest13:29
kirklandsmoser: thanks13:29
smoserbut i've got to take a 30 minute break here in 5 minutes13:29
pmatulisalvin: you can theoretically use btrfs in karmic13:34
pmatulisalvin: but even in lucid it is considered highly experimental13:35
alvinpmatulis: Thanks, in that case, I'll wait a bit. I'm curious about btrfs though. Let's see how long I can wait :-)13:35
smoserkirkland, quickly, stupid grub2 question13:35
pmatulisalvin: package is btrfs-tools13:35
smoserhow do i tell it to boot the kernel i just installed13:36
smosernever mind. i'm guessing it will, as its the newest by version number.13:36
* alvin is thinking. Maybe with a nice backup... Only for personal use... (but no, experimental file systems are dangerous toys)13:36
pmatulisalvin: it is known to not work with a lot of userspace stuff (boot loader being one example)13:38
alvinI thought as much. Well, patience is a virtue. I'm sure btrfs will be a success.13:39
uvirtbotNew bug: #562261 in krb5 (main) "Sync krb5 1.8.1+dfsg-2 (main) from Debian unstable (main)" [Undecided,New] https://launchpad.net/bugs/56226114:06
=== arm is now known as Guest84351
franjprHi, I have swithed on my ubuntu server but the startup fails after the following: init: ureadahead-other... status 4. Any clue?14:31
franjprThanks14:31
ttxsmoser: is there any documentation about cloud-init config syntax, other than the examples in the cloud-init branch ? Do you plan to write some wikidoc ?14:35
smoserthere isn't doc other than in the source, no.  I can write some wiki doc. I think the examples are reasonably good, wiki doc would mostly just mimic them14:36
ttxsmoser: I care more about discoverability of the feature, tbh14:37
ttxsmoser: At this point you have to know about it to discover it exists14:37
smoserthis is a fair point.14:37
ttxsmoser: maybe updating/linkingfrom EC2StartersGuide would improve that14:38
ttxit's a significant part of what makes Ubuntu server cloud friendly, we need it to be more apparent14:38
smoserttx, i'll try to put something together for that today.14:39
smoserjust fyi, i did do a blog entry14:39
ttxsmoser: no hurry, but before release, definitely. Some blogging could also help.14:39
smoseri'm sure that at least 3 people have read it :)14:39
ttxah :)14:39
smoserhttp://ubuntu-smoser.blogspot.com/14:39
ttxsmoser: you need some killer title, like "Why Ubuntu doesn't suck in cloud"14:40
smoserthat 3 includes myself and my mom though14:40
ttxlet's make that 414:40
ttxare you syndicated to ubuntu planet ?14:40
smoserno. i need to do that. syndicated to cloud-planet now.14:40
ttxok14:41
smoseri actually wasn't sure if, as a non ubuntu member, i was allowed to be syndicated to planet ubuntu14:41
zulhow about "deep thoughts by jack handy"?14:42
hggdhsmoser: you need to be an Ubuntu member, AFAICR14:49
hggdhsmoser: why don't you apply?14:49
smoserhggdh, the application is being worked on14:51
smoser:)14:51
smoserof course everone here iwll flock to give testimony for me14:51
hggdhcertainly. And you *do* have the requisites14:52
hggdhsmoser: OTOH, I can be syndicated, but I do not blog14:53
pmatulisalvin: that's the spirit14:54
smoserhggdh, i dont understand, if you don't blog how do you communicate with people ?14:54
smoseroh... you must facebook14:54
smoser:)14:54
kirklandsmoser: sorry, was doing an interview15:03
kirklandsmoser: you get grub figured out?15:03
smoseryeah, it "just worked". i didn't dig for where that was. when i looked i thought i was installing a kernel that wasn't going to be newest15:03
kirklandsmoser, ttx: I'm testing apw's kernels ...  my guests are not network accessible, looks like the plymouth issue, though15:03
smoserand that i'd have to manually tell grub to boot that one15:03
smoserkirkland, oh?15:04
kirklandsmoser: http://pastebin.com/XAq4tMtM15:04
kirklandsmoser: $ ssh 10.1.1.10015:04
kirklandRead from socket failed: Connection reset by peer15:04
kirklandsmoser: but it's pingable15:04
ttxkirkland: the plymouth issue ? You mean, the one that prevents login prompt ?15:05
ttxkirkland: that one doesn't block SSh, fwiw15:05
smoserhm... i dont' know what would have cauesd your failure there.15:05
kirklandttx: hrm, okay15:05
kirklandttx: smoser: okay, so kvm is running, guest is pingable, i've authorized port 2215:05
smoseryou've definitely run some of the user space cloud-inti code (Generating locales... INFO: Successfully authorized...)15:05
kirklandttx: smoser: but i can't ssh to it15:05
kirklandsmoser: it was able to call out to ssh-import-lp-id of kirkland15:06
smoserright. which runs well after ssh should hav started15:06
smoseri'm testing here.15:07
kirklandsmoser: interesting, i can telnet to 2215:07
kirklandSSH-2.0-OpenSSH_5.3p1 Debian-3ubuntu315:07
kirklandsmoser: but ssh resets the connection15:07
kirklandsmoser: this is weird15:08
ttxkirkland: does ssh -v give you more messages ?15:08
smoserits keys didn't get generated15:08
smoserso it denies it15:08
ttxor -vv15:08
smoseryou have no keys in your console log15:08
smoserit would be nice if init/plymouth didn't give such foul looking errors15:09
smoserkirkland, i can't reproduce here :-(15:11
smoserkirkland, is it still in that state?15:12
kirklandsmoser: hmm, okay, now i have 2 instances running15:13
kirklandsmoser: one was started without a -k option15:14
kirklandsmoser: the other was started with a -k option15:14
kirklandsmoser: only the one with a -k option works15:14
kirklandsmoser: not the one without the -k option15:14
kirklandsmoser: this is a regression since Friday15:14
kirklandsmoser: something in that recent upload i sponsored?15:14
smoserabsolutely not in that.15:14
smoserand i dont really see how the -k would affect this.15:15
kirklandsmoser: the one that produced the problem was just run with "uec-run-instances -l kirkland $EMI"15:15
kirklandsmoser: http://pastebin.ubuntu.com/413662/15:15
smoseryeah, that isn't helpful.15:15
smoseri  know why ssh is saying no15:15
smoserits because the keys have not been generated (sshd's keys)15:16
kirklandsmoser: oh?  sshd's keys?15:16
smoserright.15:16
smoserit has no keys, so it wont allow anyone to talk to it15:16
kirklandsmoser: hmm, i maintain that something's still funny/odd with plymouth/upstart/mountall15:16
smoserie, /etc/ssh/ssh_host_rsa_key15:16
kirklandsmoser: before i disabled splash, i couldn't boot my CLC15:17
smosermaybe. but what is strange is that other things ran15:17
kirklandsmoser: well, I could boot it, but it wasn't running right15:17
kirklandsmoser: for instance, i couldn't start screen15:17
kirklandsmoser: but i was able to ssh into the system15:17
smoserand sshd started, which starts on 'filesystem' event, which is the same event that the thing that writes the keys starts on15:17
smosercan you launch a couple more instances and see if this is reproducible ?15:18
kirklandsmoser: sure15:18
dasunsrule32Hi, I have a quick (maybe quick), is there a good way to mount a cifs share automatically for multiple users from an Active Directory that log in?15:18
smoseri can't come up with any reason why we wouldn't see keys written to that console.15:18
kirklandsmoser: just started 415:19
hggdhsmoser: I did not have, so far, anything to blog about15:19
dasunsrule32For instance, I have used the smbcredentials option with samba, but that really will only work for one user in my environment. I need to be able to have either Gnome or fstab to pull in the user logging in and mount the share that way.15:20
ivoksjdstrand: so, those are bugs :)15:20
smoserwell thats clearly a filter problem.  have you ever looked at the internet?  the problem is you seem to have some sort of filter stopping you from just mindlessly babbling15:20
kirklandsmoser: hmm, i just fired up 4 more instances, identical to the first ... and did not reproduce the behavior there15:22
kirklandsmoser: shall i kill all 6 of these and retry?15:22
jdstrandivoks: I certainly think so. I don't see any technical reason why qemu and kvm whouldn't both work. they do in libvirt15:22
smosersure.... i have no idea as to what is causing this.15:23
jdstrands/whouldn't/shouldn't/15:23
ivoksjdstrand: ok, i'll try to isolate the problem15:23
smoserit seems to me that the cloud-config-ssh.conf isn't running, or at least not correctly15:23
ivoksjdstrand: but i might need some help :/15:23
kirklandsmoser: 6 more started15:24
jdstrandivoks: soren is your best bet. he may even know exactly what the problem is15:24
smoseroh... i wonder...15:24
ivokssoren: ^? :)15:24
kirklandapw: okay, i'm running vm's successfully with 2.6.32-21-server #31~security201004122115 as the host15:24
kirklandapw: let me try to get that kernel into the guest15:24
smoserssh-keygen probably relies on some entropy15:24
kirklandsmoser: how hard is it for me to get this kernel into a new image to register?15:25
smosermaybe it was blocked on ramdom data (/dev/random) ? for some reason that guest didn't think it had a sufficient supply15:25
smoserwhat kernel, kirkland15:25
kirklandapw: and i need to reboot my laptop to do some kvm testing here too15:25
smoseri'm testing with apw's kernel.15:25
kirklandsmoser: apw's kernel at http://people.canonical.com/~apw/security-lucid/linux-image-2.6.32-21-server_2.6.32-21.31~security201004122115_amd64.deb15:25
smoserwhat you need to do:15:25
smosersudo mount -o loop whatever.img /mnt && sudo cp linux-*.deb /mnt && sudo chroot /mnt dpkg -i linux*.deb && cp /mnt/boot/vmlin*2.6.32-21.31* . && sudo umount /mnt15:27
ivoksmixed minis is very dangerous bag; eating chocolate like chips surely isn't good :)15:27
smoserthen, uec-publish-image x86_64 whatever.img 20100413-testkernel --kernel-file vmlinuz-*15:27
smoserthats what i've done here, and it booted15:28
kirklandsmoser: thanks15:28
smoseri booted both i386 and amd6415:28
kirklandsmoser: okay, i just ran 6 more images in the exact same way ... no problem15:28
kirklandsmoser: glitch in the matrix?15:28
smoserjdstrand, my suspicion about entropy above, does that possibly make sense?15:29
* jdstrand reads backscroll15:29
smoserkirkland, i really have no idea why that would hang like that.  previously, there was a bug where the cache file wasn't being read, and instead metadata service was being crawled several times on boot, and it would fall over, but that was fixed.15:29
kirklandsmoser: okay, well, let's file it away to the back of our mind for now, and keep an eye out for any similarly aberrant behavior15:30
smoserkirkland, yeah. there are other ways to debug an instance, but all of them basically require enabling debug stuff15:32
mathiazsmoser: hey - do you have branch with your ldap changes?15:33
smosermathiaz, yeah15:34
jdstrandsmoser: I strace'd ssh-keygen, and it uses /dev/urandom, so it should not block15:34
smoserit just has 2 of the three fixed, not the nice one.15:34
smoserjdstrand, yeah. well nuts to that theory, thanks for testing.15:34
smosermathiaz, lp:~smoser/ubuntu/lucid/openldap/lucid.dev15:35
jdstrandof course, and I've said this before, there may not be enough entropy in these images for a strong key...15:35
jdstrandthat is only a theoretical attack btw15:35
smoserwell, i think it would be more than theoretical.15:35
kirklandapw: okay, rebooted my laptop to test your kernel now15:35
smoserthere is absolutely a limited amount of entropy15:35
smoseri suppose it has been suggested, that you could have a paravirt /dev/random driver15:36
apwkirkland, heh you are a trooper ...15:36
kirklandsmoser: no matter ... i killed that instance, and i have started 18 VMs identically, without seeing the same problem again15:36
smoserkirkland, that doesn't exactly give you warm fuzzies though :-(15:36
jdstrandsmoser: you mean like a passthru? yeah-- that would be nice15:36
* kirkland multitasks like an s390 :-)15:36
smoserjdstrand, right.15:36
kirklandsmoser: definitely not15:36
kirklandsmoser: i can almost guarantee that this is going to come up again ... i've seen this kind of behavior too much with uec in the past15:37
jdstrandsmoser: by theoretical, I mean that while people have observed that starting a hundred identical images with the same hardware *should* have poor entropy and weak(er) keys, I've not heard of a practical attack against this yet15:38
jdstrandbut I'm sure people are working on it15:38
=== swift_ is now known as swift
kirklandapw: okay, i'm running 4 kvm'd desktop livecd's now15:40
apwheh thats one hell of a laptop15:40
kirklandapw: can i see the changelog/patchset that you've applied?15:40
kirklandapw: nah, just an x200 thinkpad (dual core 2.4GHz, 4GB)15:40
apwpatches were in the place you downloaded for15:40
apwfrom15:40
kirklandapw: KSM helps a bit, running 4 identical VMs15:41
apwkirkland, good point15:41
kirklandapw: 1-14 ?15:42
apwthere are a few indeed15:42
kirklandapw: all of these are from the stable tree?15:42
apwi think there are 10 whicih are KVM, 1 other and 3 noise15:42
apwthey are all pre-stable, but coming to me via security15:43
apwpre-stable == sent to and accepted for 2.6.32.y but not yet released there15:43
kirklandapw: i'm sharing  124786 pages (saving 4KB per page), according to /sys/kernel/mm/ksm/pages_sharing15:47
apwimpressive15:48
kirklandapw: that's 487MB15:48
apwsubstantial15:48
kirklandapw: okay, i think i'm good15:48
kirklandapw: i spot checked the patches (actually, just the headers)15:48
apwkirkland, thanks, i'll call them committed15:48
kirklandapw: all look like reasonable things to fix15:48
apwyeah concur15:49
kirklandapw: i can't say i'm not just a little nervous15:49
kirklandapw: as things have been working pretty well for us here, kernel-wise15:49
apwi am less nurvous now you have tested them15:49
apwif it wasn't coming from -security i'd not be doing it either15:49
kirklandapw: so my testing covered UEC hosts, smoser covered UEC guests, and i tested KVM as an app on my local machine via TestDrive15:50
kirklandapw: did security test it at all?15:50
kirklandjdstrand: kees: mdeslaur: ?15:50
kirklandjdstrand: kees: mdeslaur: did you guys test apw's kernel with these 11 security patches?15:50
jdstrandkirkland: is this a pending -security kernel?15:51
kirklandjdstrand: yes15:51
kirklandjdstrand: well, it's a pending lucid kernel15:51
kirklandjdstrand: which apw is working on, some kvm security fixes15:51
jdstrandkirkland: oh, no we haven't15:51
jdstrandkirkland: stable kernels kees will usually do the testing15:52
jdstrandkirkland: but dev, not usually15:52
smoserkirkland, fwiw, i was running that test kernel on the host and hte guests15:52
* ttx sighs15:52
apwits probabally a lot better tested than the average15:53
jdstrandkirkland: do you need additional testing? we've been testing apparmor kernels lately15:53
ttxDid I mention how much I hated maven ?15:53
smosermathiaz, were you wanting to look at bug 55907015:53
uvirtbotLaunchpad bug 559070 in openldap "Lucid (or karmic) slapd upgrade does not really allow localroot cn=config manage rights" [Medium,Triaged] https://launchpad.net/bugs/55907015:53
mathiazsmoser: I'd like to review openldap in lucid15:53
smoserthats what i was asking you about last night.  I have bug 556176 and bug 538848 commits in my branch.15:53
uvirtbotLaunchpad bug 556176 in openldap "slapd creates /nonexistent homedir (and some enhancements...)" [Medium,Confirmed] https://launchpad.net/bugs/55617615:53
mathiazsmoser: and include the latest fix15:53
uvirtbotLaunchpad bug 538848 in openldap "slapd.postinst output doesn't mention configuration conversion step" [Wishlist,Confirmed] https://launchpad.net/bugs/53884815:53
mathiazsmoser: i saw your branch yesterday15:53
smosermathiaz, i dont follow... so you want me to try to fix that ?15:54
mathiazsmoser: I'd like to review your branch and sponsor it15:54
smoserok. i think we need a fix for 559070 though15:54
smoserbefore its really useful15:54
smoseror do you disagree, ttx? thoughts15:55
smoser?15:55
thebishopquick noob networking question15:55
jdstrandkirkland: tbh, getting it into lucid and having the wider community testing there helps us verify when the patches end up in stable releases15:56
ttxsmoser: to disagree I'd have to follow that discussion15:56
ttxyes, bug 559070 is the only significant one in that list :)15:56
uvirtbotLaunchpad bug 559070 in openldap "Lucid (or karmic) slapd upgrade does not really allow localroot cn=config manage rights" [Medium,Triaged] https://launchpad.net/bugs/55907015:56
smoserhm... ok. well, ttx, yesterday you asked me to look at 556176 538848 and 55907015:56
thebishopi have a network interface, which is getting a proper local IP address through dhclient.  But I can't access hosts on the internet.  DNS name resolution works, but i can't ping to wget from internet servers.  there's no problem with my internet connection, i can browse the web fine on my ubuntu desktop15:57
smoseri have the first two in a branch that i think is probably ready for review. but do not have the last.15:57
smoserdo you think we need to fix that last one15:57
ttxsmoser: I think we need to.15:58
smoseri know little to nothing aobut slapd, but reading the bug it seems that this will break a working config, causing loss of access15:58
ttxsmoser: yes, there was an upgrade issue that would prevent hardy->lucid upgrades. I fixed that, but my fix denied access more than it should15:58
ttxsmoser: I can work on it if you don't feel confident15:59
smoserright.15:59
ttxsmoser: ideally we need mathiaz to validate the fix in the end15:59
smoserif i can get a clean example of the failing config, i think i can probably do it15:59
ttxsmoser: I documented on the bug what I think needs to be done...16:00
ttxthe trick being to handle all the cases16:00
ttxand I still need an openldap cn=config expert to validate those assumptions16:00
axisyshow do I become root if sudo fails ?16:00
binBASH:D16:00
binBASHsu -16:00
smoserttx, maybe i'm missing something16:00
smoseryou documented where ?16:01
axisyssu - wont work because root password is locked by default16:01
mathiazhggdh: are you using the uec test rig?16:01
smoserbug 559070 has no comments16:01
axisysbinBASH: ^16:01
uvirtbotLaunchpad bug 559070 in openldap "Lucid (or karmic) slapd upgrade does not really allow localroot cn=config manage rights" [Medium,Triaged] https://launchpad.net/bugs/55907016:01
ttxsmoser: in the desc :16:01
ttx"Combining the two lines into:16:01
ttxolcAccess: {0}to * by dn.exact=cn=localroot,cn=config manage by * none16:01
ttxor even (since access is implicitely denied when no clause match):16:01
ttxolcAccess: {0}to * by dn.exact=cn=localroot,cn=config manage16:01
ttxshould solve it."16:01
binBASHaxisys: reboot with init=/bin/bash as kernel param so it will boot into root shell16:01
axisyssudo points to radius auth .. but radius server is going throug maintenance16:01
axisysbinBASH: ok .. sweet.. in grub ?16:01
ttxsmoser: the tricky part is to support hardy->lucid, karmic->lucid and lucid->lucid16:01
kirklandjdstrand: understood; just wondering if you've sniffed it at all16:02
binBASHaxisys: yeah, just pass it as parameter16:02
axisysbinBASH: in kernel line ?16:02
axisysbinBASH: i can power cycle but cannot run reboot .. since i am not root16:02
axisysbut during reboot i will have access to grub16:02
binBASHaxisys: Yeah in kernel line16:03
axisysbinBASH: thanks16:03
jdstrandkirkland: I have not, sorry. tbh, I wasn't aware of the kernel16:03
smoseraxisys, you can do as binBASH says, or alternatively boot rescue media, chroot  and set root's password.16:03
kirklandjdstrand: okay, well, apw is going to roll out to Lucid anyway16:03
jdstrandsounds good16:05
binBASHHi smoser btw. :)16:05
binBASHhow to pass additional kvm startup parameters when starting instances in uec?16:06
mathiazsmoser: ttx: I've commented on bug 55907016:07
uvirtbotLaunchpad bug 559070 in openldap "Lucid (or karmic) slapd upgrade does not really allow localroot cn=config manage rights" [Medium,Triaged] https://launchpad.net/bugs/55907016:07
ivokscould someone fasttrack something for me?16:09
ivoksjust pull in rhcs from debian testing?16:09
ttxivoks: as in "syncing" ?16:12
ivoksttx: yes16:12
sorenivoks: What's the problem?16:12
ivoksall our changes are in debian16:12
ivokssoren: vmbuilder fails to create xml for libvirt (i've posted the question to the ubuntu-server mailing list)16:12
ttxivoks: you will need an AA for that. kirkland or jdstrand could help you, maybe16:13
ttxsoren: o/16:13
kirklandivoks: i'm responding to your mail16:13
ivokskirkland: ok16:13
sorenivoks: Ah. I'm way behind on Ubuntu e-mail these days.16:13
ivokssoren: me too :/16:13
sorenivoks: I have a secret plan (don't tell anyone) about throwing a bunch of hours at vmbuilder next week when I get back from holiday.16:14
ivokssoren: :)16:15
ttxI /knew/ about that plan.16:15
mathiazsmoser: bug 55617616:17
uvirtbotLaunchpad bug 556176 in openldap "slapd creates /nonexistent homedir (and some enhancements...)" [Medium,Confirmed] https://launchpad.net/bugs/55617616:17
mathiazsmoser: I'd suggest to keep /nonexistent as the home directory and use the --no-create-home option for adduser16:17
smoserwhy?16:17
smoserit is commonplace to use /var/lib/<package> as home for a daemon16:18
mathiazsmoser: well the security team is trying to move away from that16:19
smoser(i just realized, it would be nice to clean that /nonexistent dir up on upgrade also... do you think that should be done ? case where '/nonexistent' was created and empty by something else is probably small)16:19
hggdhmathiaz: no16:19
smosermathiaz, ok. thats easy enough to change. i just looked at other packages.16:19
mathiazsmoser: there are couple of other packages that use nonexistent16:19
hggdhmathiaz: I am not using the rig16:19
mathiazhggdh: thangs16:19
hggdhmathiaz: welgome16:20
mathiazsmoser: for the time being use --no-create-home is enough IMO16:20
ttxjjohansen: I'd like to bring bug 546743 to your attention, breaking consoles on lots of servers16:20
uvirtbotLaunchpad bug 546743 in linux "Blank screen at first boot with ATI ES1000 and 10.04 server" [High,Confirmed] https://launchpad.net/bugs/54674316:20
smosermathiaz, sounds good.16:20
mathiazkees: jdstrand: mdeslaur: what's your opinion on setting up the home directories of system users running daemons to /nonexistent instead of /var/lib/... ?16:21
ivokskirkland: kvm and qemu aren't the problem16:22
ivokskirkland: they work16:22
ivokskirkland: problems are vmbuilder and libvirt16:22
jdstrandmathiaz: it depends on what the application and the user in question does/needs to do. if it has an actual directory, that user can then do things with dot files, filling the disk, etc, so unless you need an actual directory, there is no reason to have it16:23
mathiazjdstrand: how about openldap?16:23
jdstrandmathiaz: I would recommend not straying from Debian on this with openldap, since they have more experience with the code, daemon and user in question16:23
jdstrandmathiaz: either that, or ask Debian about it16:24
jdstrandpersonally, I like --no-create-home16:24
jdstranddon't give the extra access unless it is determined that it is needed16:25
kirklandivoks: gotcha, thanks16:25
Oh-God-WhyyyyThis is driving me nuts!  Does sqlite need a connection string like MySQL does? This is the MySQL one: ConnectionString = "Data Source=localhost;Database=MyAwesomeDatabase;User ID=TheAwesomeUser;Password=***;"16:26
jdstrandmathiaz: ^16:26
Oh-God-WhyyyyBeen trying to get this program to work for almost 24 hours16:27
jdstrandmathiaz: and by 'more experience', I mean 'more experience than me' :)16:27
jdstranderr... s/me/I/16:27
ivokskirkland: if you want to reproduce it, create (on vt-enabled hardware) kvm/xen/vmware system with vmbuilder, as you usually do16:28
kirklandivoks: not particularly ;-) ... i avoid vmbuilder16:29
ivokskirkland: start it and inside of that system try creating another virt system, that should be non-accelerated16:29
ivokseh...16:29
kirklandivoks: i tend to spend more time debugging vmbuilder than it takes for to just go and build the vm i need by hand16:30
jdstrandkirkland: yeah, but you'd rather avoid libvirt too :P16:31
kirklandjdstrand: heh, well, i often skip libvirt to remove complexity, rather than because it doesn't work16:32
kirklandjdstrand: libvirt works really well, in my experience :-)16:32
* jdstrand was only teasing :)16:32
jdstrandyes, I use it all the time16:32
kirklandjdstrand: it=vmbuilder or it=libvirt ?16:32
jdstrandlibvirt. vmbuilder I do use when I (re)create my VMs. that has been a while though16:33
jdstrandmy security VMs that is16:33
jdstrandiso testing I use virt-install16:33
jdstrandsecurity VMs, vmbuilder16:33
jdstrandone-offs I just use virt-manager16:34
jdstrandI'm a libvirt-junkie16:34
jdstrandnow that I use snaphosts for my security VMs, I haven't had to use vmbuilder in ages...16:35
smoserjdstrand, qcow snapshots ?16:36
jdstrandsmoser: qcow2, yes16:37
mathiazsmoser: I'm using qcow snapshots for my vms as well16:37
mathiazsmoser: I was wondering whether the uec images could be used directly from kvm/libvirt?16:37
* smoser wishes for qcow backing devices to be fixed with apparmor16:38
mathiazsmoser: I have a base lucid vm that I always need to boot and update16:38
jdstrandmathiaz: you may be interested in knowing that the apparmor security driver for libvirt now handles backing store just fine16:38
jdstrandsmoser: it is16:38
mathiazsmoser: I was wondering if using the daily uec images instead would work16:38
smosermathiaz, they need some de-cloudification done to them16:38
mathiazsmoser: ie: every day download the latest uec daily and use this as the base vm16:38
jdstrandsmoser: bug #470636 was fixed in 0.7.5-5ubuntu1816:38
uvirtbotLaunchpad bug 470636 in libvirt "AppArmor security driver does not support backingstore" [Medium,Fix released] https://launchpad.net/bugs/47063616:38
jdstrandsmoser: that was part of my upstreaming/0.7.7 work, and then I backported it to lucid16:39
smoseri did not know this... i thought you had basically said "will not fix"16:39
smoserin comment 9 of that bug.16:40
smoserthat rocks. thanks jdstrand.16:40
jdstrandsmoser: yes, I did. I still think it is not an optimal way to do it, but upstream added all the hooks to do it already, so I went ahead and used their work16:40
smoser"all the hooks" ie, you're now just parsing xml ? or you do have to read the image file yourself.16:41
uvirtbotNew bug: #562370 in apache2 (main) "Upgrade from 2.2.14-5ubuntu6 to 2.2.14-5ubuntu7 results in syntax error, missing module" [Undecided,New] https://launchpad.net/bugs/56237016:41
jdstrandsmoser: I think the backing store info should be available via the xml, but that is a discussion I need to have with upstream16:41
jdstrandsmoser: oh I don't look at the image myself-- libvirt has an API I used16:42
jdstrandsmoser: but it peeks at the image file16:42
smosermathiaz, https://code.launchpad.net/~smoser/+junk/boothooks : bin/ dir there has the decloudification stuff. its less than ideal as you also have to insert metadata. i hope to have that much more sane in maverick. so that those could "just work" like you'd like.16:42
smoserjdstrand, right.16:43
smoserthanks jdstrand16:43
mathiazsmoser: excellent - if that's a topic for maverick, that's enough for me! :)16:43
jdstrandoh sure-- it was a bp'd item for me, so I was motivated :)16:43
jdstrandof course, I created that bp...16:43
uvirtbotNew bug: #550343 in openvpn (main) "openvpn crashed with SIGSEGV" [Low,Incomplete] https://launchpad.net/bugs/55034316:47
uvirtbotNew bug: #274006 in tftp-hpa (main) "init script of tftpd-hpa is not LSB compliant" [Low,Won't fix] https://launchpad.net/bugs/27400616:48
mathiazsmoser: for the status function that could count as a new feature16:48
smosermathiaz, i have no strong feelings.16:49
mathiazsmoser: so I'd ask for a FFexception16:49
smosercan you tag that bug as such then please ?16:50
mathiazsmoser: done - I've opened a new bug and you should be subscribed to it16:57
=== swift_ is now known as swift
smosermathiaz, bug number ?17:06
uvirtbotNew bug: #562377 in openldap (main) "[FFe] Add status action to slapd init script" [Low,Triaged] https://launchpad.net/bugs/56237717:06
mathiazsmoser: ^^17:07
smoserdanke.17:07
smoserdoes anyone know, is 'do-release-upgrade --devel-release --sandbox' generally expected to work ?17:08
smoserhttps://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/56239417:08
uvirtbotLaunchpad bug 562394 in update-manager "do-release-upgrade fails with AttributeError" [Undecided,New]17:08
RoAkSoAxmathiaz, i was also planing on creating OCF RA's for UEC17:10
uvirtbotNew bug: #562388 in libpam-ldap (main) "Authentication failure on successful login when using LDAP authentication" [Undecided,New] https://launchpad.net/bugs/56238817:12
=== ttx_ is now known as ttx
mathiazRoAkSoAx: seems interesting - using EBS as the backend store?17:22
RoAkSoAxmathiaz, well my idea is provide with HA (failover) to the UEC (any of the *-controllers). I.e. If cloud-controller fails, failover to another running17:25
RoAkSoAxmathiaz, of course they'll need data stored someplace else or replicated between the nodes17:25
mathiazzul: bug 56237017:26
uvirtbotLaunchpad bug 562370 in apache2 "Upgrade from 2.2.14-5ubuntu6 to 2.2.14-5ubuntu7 results in syntax error, missing module" [Undecided,Confirmed] https://launchpad.net/bugs/56237017:26
uvirtbotNew bug: #562404 in clamav (main) "package clamav-daemon 0.95.3 dfsg-1ubuntu0.09.10.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/56240417:26
zulmathiaz: working on it17:26
pierceIn Ubuntu Enterprise Cloud, does anyone know if any of the MANAGED vlan modes modes are supported on single machine deployments, or if there are any official ubuntu EMI images that support SYSTEM or STATIC mode?17:35
pierceI am also trying to figure out how automatic security updates are supposed to work with kernel vulns, since the kernel is specified in eucalyptus, not on the emi image itself (so apt-get update doesn't really update the kernel).17:36
* lamont struggles to understand the sense of having all that work at login, just to update motd with stuff he already knows for the servers he deals with17:37
Genk1hello17:57
Genk1my squid server seems to work fine !  but when I try to access a website like http://mail.google.com/mail/.. it fails.. the browser show me the message : "Could not connect to proxy server."17:57
Genk1any suggestions ?17:57
pierceyou are sure your browser is pointed at the right server on the right port?  how do you know your squid proxy is working fine?17:58
Genk1pierce, because I have tested many other site like google yahoo ...17:58
Genk1and there is no error messages in squid logs17:59
pierceso it works for yahoo and google, but it won't connect when you try to go to gmail?17:59
Genk1exactly !18:00
piercestrange18:00
pierceare there any other sites that it won't connect to?18:00
Genk1pierce, yes for example facebook ! when I try to enter login and password18:01
pierceahh18:01
piercemaybe it's an ssl issue18:01
Genk1I have simply the login window18:01
Genk1pierce, yes I think so !18:01
Genk1is there a solution ?18:02
piercehow do you have you SSL certs set up?  I think you need to generate a man in the middle type cert, and load it into your browser18:02
Genk1pierce, hmm I will check this !18:02
Genk1ok thank you18:03
pierceI have never set up a squid server, but from what I understand you can make your own root CA, and squid will generate new certs for domains based on your new root18:03
Picifyi, Squid's official channel is also here on freenode in #squid18:04
pierceanyone here have any experience with ubuntu enterprise cloud?18:07
keespierce: heya! nice to see you.  :)18:33
keespierce: smoser's in the best position to answer your questions about ec2, but when we publish kernel updates, we publish -ec2 updates too.18:34
keespierce: when those are incorporated into a new AKI is up to smoser, though.18:34
piercekees: The most recent set of images that support SYSTEM mode in eucalyptus seems to be 9.04.  Inside the instance that I have started, I upgraded all the way to lucid, but I can't for the life of me figure out how to upgrade the kernel past 2.6.28-11.  Even if I can it seems a bit sketchy that things like that aren't updated automatically.18:55
piercesmoser: are you around?18:56
smoserpierce, yes here now18:57
piercesmoser: hey there, is there a good way to auto update the kernel in UEC?18:58
smoserauto update?18:58
pierceI'm messing with euca-modify-image-attribute at the moment..18:59
smoseryou can't do it there.18:59
smoseryou'll have to create a new image in euca18:59
pierceI'm using a set of images for 9.04, but when I patch the kernel for recent security vulns, I reboot, and it's still using the old kernel (which totally makes sense)18:59
smoserwith ec2 you can use an ebs root18:59
smoserand shut it down , modify kernel/ramdisk and start it18:59
smoserpierce, for security vulnerabilities... you may actually (my tounge is in cheek) be able to use ksplice19:00
piercewhen you terminate an instance, you delete it right?  is it normal to mount things like /etc with the volume manager?19:00
smoserwell, the key is to do nothing in instance-store (/) that you really care about.19:01
smoserif you want persistence, mount that stuff on an ebs volume (euca-attach-image)19:01
pierceI've just got a few static IPs that I use to host a few services for myself and friends, so I don't really have funding for things like ksplice and landscape etc :-/19:01
smoseryeah, :-(19:02
piercesmoser: do you know if any of the official ubuntu images for UEC support things like STATIC and SYSTEM vnet modes?19:02
keesnote that ksplice doesn't exist for free in 10.04.19:02
smoserkees, i didn't say it was free, and i had my tounge in my cheek.  jeesh19:03
smoserpierce, static and system are no metadata ?19:03
keesoh! heh, well, I assume ksplice _would_ work, it's just not free.  :)19:03
piercebooting the recommended emis seem to fail in a bad way when I try to use them in SYSTEM mode19:03
smoseri really hate to say it, but that really just wasn't on the radar19:03
pierceVNET modes19:04
smoserright, it fails to reach meta data service19:04
pierceah ya19:04
smoseras those don't provide it, is that right19:04
smoseryeah19:04
smoserso... i hope to address that in maverick if that makes you happy19:04
dassoukiis there a webtool that i can isntall on my server to monitor it's performance, any apps or site that are haugign memrry processor or bandwidth19:04
smoserone other thing i think you could do would be kexec19:04
piercesince I am using external network configs to dhcp with my images instead of the private networking19:04
smoseralthough i have very little experience iwth that.19:04
smoseri keep crossing fingers and poking jjohansen for kexec on our ec2 kernels19:05
smoserin theory, you could kexec into new kernel from old (eki registered) kernel19:05
piercesmoser: I mostly really want to get away from using vmware-server for my hosting :-D19:05
piercesmoser: that seems yucky19:05
smoseressentially allowing the guest to service its own kernels (what a concept!)19:05
smoseri dont think it would be too yucky19:06
piercewell, if I need scripts that will auto update to pull new kernel images, then automatically kexec into the new kernels on all my instances, it seems a bit complicated :-)19:07
smoseressentially you'd end up registering a 'kboot' kernel19:08
pierceespecially if that's the only way to patch a security vuln19:08
smoserwell, if its stable and it works, it works.19:09
smoseryou trust your bootloader to load a kernel aftr its installed.19:10
smoserbut i agree, its a bit mroe complicated19:10
jjohansensmoser: I promise I'll have another look at kexec for M19:10
smoserguest serviceable kernels would so rock19:11
piercesmoser: besides that kernel issue, I am also confused about some of the networking issues.  It seems that none of the MANAGED modes work when you are running all components on a single machine, but there are no ubuntu emis that support STATIC or SYSTEM mode.  Is there a good reason for that, or did I overlook something?19:11
smoserimagine a world where your kernels came from your OS provider (ubuntu) rather than from your hardware provider (ec2 in this case)19:12
smosercrazy19:12
pierceno canonical emis rather19:12
smoseri really don't have enough experience with different modes.  i knwo that my default 2 system install "just works".  but i know that if you dont have a metadata service, then our images wont "just work".19:13
piercethey hang for an hour on first boot, and if you try to restart the node controller they terminate and delete themselves :-/19:14
piercethey do "work" for a little while though19:14
smoserpierce, so the guest is oging to fall over when it doesn't have metadata service19:15
piercedoing it in MANAGED mode seemed to work great, but I was unable to route from the internet to my instances19:15
smoseryou can probabaly disable most of cloud-init and be OK.  in the modes without a Metadata service, the eucalyptus hacks into /root/.ssh/authorized_keys, so you'd be able to ssh in19:16
piercewill canonical ever support system or static mode, or should everyone just be using managed (which is tricky on a single machine)19:16
smoserto disable cloud-init, mount the image, for x in etc/init/cloud-*; do mv $x $x.disabled; done19:16
smoseri've not tested that, but i think it might work19:16
piercesmoser: sshd runs after ec2-init hangs :-)19:16
smoserah. for karmic.19:16
smoseryeah19:17
smoserthats right, it generates ssh keys19:17
smoseryou'd have to create them somehow. maybe add a job that creates the /etc/sshd/*key* stuff.19:17
dassoukiis there a webservice i can install on my server to monitor its performance ?19:17
smoserthat make sense? thats the one thing i think youd' have to do.19:17
pierceya, also strange that I ssh into the root account rather than ubuntu when the metadata service fails19:17
smoserwell, i dont know about canoncial plans and system or static support.19:17
smoserbut i do plan on finding some way to make the maverick images work there.19:18
pierceI also noticed that canonical is offering support contracts for UEC, do you know if there is a training program that I could go through, and then be sent out as an UEC consultant?  I do security consulting now, and it might be fun to throw that in as a service I could provide.  I'm not sure how franchised out the whole support contract thing is with canonical though.19:23
pierceit's starting to sound like the MANAGED networking issues are going to be resolved before the STATIC emi issues, so maybe I will just convert everything back over :-/19:24
piercebeen going back and fourth for 2 weeks now, and my friends are starting to get annoyed that their servers have been down so long :-D19:25
piercedassouki: ntop works well for watching traffic, also prelude with prewikka if you are looking for something more detailed19:28
piercesmoser: any insights on MANAGED networking issues vs STATIC image issues?19:31
smoserpierce, i don't know about support. and sorry, no insights . i really have much less experience with this.19:32
=== dendro-afk is now known as dendrobates
piercesmoser: thanks much, at least I know now that I'm not completely insane, and that these are real issues :-)19:34
piercewould it be appropriate to file a bug report or anything like that?19:35
smoserpierce, if you want to file a "ubuntu i amges do not work in system mode" then go ahead19:42
smoserit wont be addressed for lucid19:42
smoserbut i do want to fix for maverick19:42
slestakanyone use rsyslog heavily on their server box?  I am configuring a central server and want to make customizations to the default.  I considered leaving the 50-default.conf in place and either preceding or appending my changes with a 40- or 60-.  Not sure if my local changes should be on which side?19:43
slestaks/central/central syslog/19:44
dassoukipierce: thanks19:52
=== dendrobates is now known as dendro-afk
realmattin order to use the "offset" option with the mount command do I have to specify the "loop" option?  I ask because I am trying to mount a partition on a raid 5 array that isn't in the partition table but is on the disk19:52
piercedassouki: not sure exactly what you are looking for, but you might also look into nagios19:52
=== dendro-afk is now known as dendrobates
dassoukipierce: pretty much a task manager19:54
dassoukiplus more information19:54
ttxjjohansen: ping20:17
ttxjjohansen: did you get my message about bug 546743 ? Let me know what are our options (comment on the bug when you can)20:26
uvirtbotLaunchpad bug 546743 in linux "Blank screen at first boot with ATI ES1000 and 10.04 server" [High,Confirmed] https://launchpad.net/bugs/54674320:26
RoyKebug 546743?20:27
ttxRoyK: yes, bug 546743.20:27
zulmathiaz: apache fixed20:28
RoyKettx: just asking the bot20:28
uvirtbotNew bug: #562516 in backuppc (main) "package backuppc 3.1.0-6ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/56251620:51
* ttx disappears20:55
=== arm is now known as Guest73000
uvirtbotNew bug: #562531 in apache2 (main) "Latest Apache 2.2 is missing mod_reqtimeout.so" [Undecided,New] https://launchpad.net/bugs/56253121:11
sh4g0someone speak spanish?21:24
kirklandhggdh: did we ever get to the bottom of why config_multi wasn't working?21:42
kirklandmathiaz: around?21:42
mathiazkirkland: o/21:54
kirklandmathiaz: i think me, you, and hggdh need to take a look at his config_multi setup for beta2 testing21:55
kirklandmathiaz: all of those runs failed21:55
mathiazkirkland: ok - is the failing environement currently up and running?21:55
kirklandmathiaz: well, 99.8% of the runs failed, somehow 0.2% succeeded21:55
kirklandmathiaz: i'm trying to get in touch with hggdh21:55
mathiazkirkland: ok - let me know once the infrastructure is up and running21:56
mathiazkirkland: and try to re-run the test21:56
mathiazkirkland: do you have the logs somewhere?21:56
kirklandmathiaz: i asked hggdh to check them into bzr;  i have not seen them yet21:56
mathiazkirkland: ok - so in the logs should give use some clue about why things were failing21:57
kirklandmathiaz: how long are you around today?21:59
mathiazkirkland: probably another 2 hours21:59
kirklandmathiaz: okay, let's hope hggdh comes back around in that time21:59
RoyK^can someone advise for an enterprise virtualisation platform for ubuntu?21:59
hggdhkirkland: no, I was never able top find out why22:07
kirklandhggdh: okay, mathiaz is here now, and ttx has asked us to get to the bottom of this22:07
kirklandhggdh: what state is the rig in?22:07
kirklandhggdh: do you have any logs?22:07
hggdhkirkland: (1) mathiaz was using the rig the last I heard (2) I do have the logs saved (and, IIRC, attached to the bug)22:08
mathiazhggdh: the UEC test rig is available22:09
hggdhmathiaz: so I guess we can go and do a multi again22:09
mathiazhggdh: on which topology was the test failing?22:10
hggdhmathiaz: lucid-amd64-multi22:12
mathiazhggdh: how did you install the topologie?22:12
mathiazhggdh: lucid-amd64-multi is not fully automated22:12
mathiazhggdh: and the plan for now is to install everything from packages22:13
kirklandmathiaz: https://bugs.edge.launchpad.net/ubuntu/+source/eucalyptus/+bug/55923022:13
uvirtbotLaunchpad bug 559230 in eucalyptus "multi-machine topology, cannot reach an instance from the CLC" [Medium,Incomplete]22:13
hggdhmathiaz: I manually tweaked the preseeds to have the correct keys22:14
hggdhmathiaz: so -multi is not to be run now?22:14
mathiazhggdh: well - you can - you just need to install from packages22:14
hggdhmathiaz: what exactly does that mean (in other words: I do not think I did it)22:15
mathiazhggdh: bug 55923022:15
uvirtbotLaunchpad bug 559230 in eucalyptus "multi-machine topology, cannot reach an instance from the CLC" [Medium,Incomplete] https://launchpad.net/bugs/55923022:16
mathiazhggdh: ^^ this is not the multi-network topology22:16
mathiazhggdh: kirkland: which topology are we trying to debug here?22:16
hggdhmathiaz: no, it is the multi-machine22:16
mathiazhggdh: which topology was setup when all the tests were failing?22:17
kirklandmathiaz:  lucid-amd64-topo2:22:17
kirkland     hosts:22:17
kirkland       cempedak: CLC22:17
kirkland       mabolo: Walrus22:17
hggdhmathiaz: I am sorry, this was not the one. I had one component per machine, same network22:17
kirkland       marula: CC22:17
kirkland       santol: SC22:17
kirkland       sapodilla: NC22:17
kirkland       soncoya: NC22:17
mathiazhggdh: so IIUC, the failing logs are for topo2 (multi-machine) and we're looking at bug 559230?22:18
uvirtbotLaunchpad bug 559230 in eucalyptus "multi-machine topology, cannot reach an instance from the CLC" [Medium,Incomplete] https://launchpad.net/bugs/55923022:18
hggdhmathiaz: that's correct22:19
mathiazhggdh: where are the logs?22:19
hggdhI have the logs locally, but they are humongous22:20
kirklandmathiaz: https://bugs.edge.launchpad.net/ubuntu/+source/eucalyptus/+bug/55923022:20
uvirtbotLaunchpad bug 559230 in eucalyptus "multi-machine topology, cannot reach an instance from the CLC" [Medium,Incomplete]22:20
kirklandhttp://launchpadlibrarian.net/43545406/EucalyptusCloudDebugLog.gz and http://launchpadlibrarian.net/43545407/EucalyptusCloudOutputLog.gz22:20
mathiazhggdh: kirkland: and the logs from the testing scripts?22:20
hggdhmathiaz: 8M compressed, where can I load them? people.c.c is OK?22:21
kirklandhggdh: sure22:21
mathiazhggdh: yes22:21
uvirtbotNew bug: #562575 in vm-builder (universe) "vm-builder fails to resolve package dependency in vanilla system" [Undecided,New] https://launchpad.net/bugs/56257522:22
hggdhmathiaz, kirkland people.c.c/~cerdea/logs.tar.gz22:22
mathiazhggdh: not found22:23
mathiazhggdh: did you put the file in your public_html/ directory?22:23
hggdhmathiaz: scp or sftp, under my home dir22:24
hggdhbut I will put it under public_*22:24
hggdhboth places now22:25
mathiazhggdh: ssh: connect to host 10.55.55.104 port 22: Connection timed out22:29
mathiazhggdh: it seems that instance wasn't run properly22:29
mathiazhggdh: it doesn't seem to be a problem the testing scripts22:30
hggdhmathiaz: yes, a lot of them. If you look at multi_test.log.2010-04-07_190728, about half failed22:30
mathiazhggdh: and the instance (ex: i-4A18091A) was running according to UEC22:30
hggdhof 1,000 runs22:30
mathiazhggdh: right - I'd setup the same infrastructure and re-run the tests22:31
mathiazhggdh: this time using your branch to store the console logs before terminating an instance22:31
mathiazhggdh: if it's marked as failed22:31
hggdhmathiaz: k22:31
hggdhthat's what the branch should be doing22:32
smosermathiaz, i'll get the openldap later tonight,and send you a review request22:32
smoserthen tommorrow you can review commit . that sound reasonable ?22:32
mathiazsmoser: great thanks22:32
mathiazsmoser: I'll try - I'm traveling tomorrow22:32
smoserok. if not, thierry22:33
mathiazsmoser: but thanks to bzr support for offline mode, I should be able to get it reviewed22:33
smoseryeah, true.22:33
hggdhmathiaz: just to be sure: who will rerun the tests, you or me?22:33
mathiazhggdh: you22:34
hggdhmathiaz: roj22:34
hggdhmathiaz: which images you want?22:34
mathiazhggdh: beta222:35
hggdher. where are the beta2 images?22:39
hggdhcannot find them on cdimages.u.c22:39
hggdhmathiaz: ^22:41
ajmitchhggdh: try releases.ubuntu.com22:43
hggdhajmitch: thank you22:47
lionel:)22:56
hggdhmathiaz: releases.ubuntu.com does not seem to be accessible from tamarind23:02
mathiazhggdh: right - there isn't any firewall rules to enable access23:04
mathiazhggdh: try with the latest archive installation then23:04
hggdhmathiaz: roj23:05
Testamenthello, i'm using ubuntu server 9.10 and when i try to dpkg-reconfigure slapd, dpkg ask me only 3 question, and never ask aout the domain etc... all tutorials i found talks about more options when i do that, is this a known issue? and there is a solution please ?23:06
uvirtbotNew bug: #562599 in apache2 (main) "can't start apache2" [Undecided,New] https://launchpad.net/bugs/56259923:06
kirklandhggdh: so you're installing now?23:12
hggdhkirkland: yes, right now cempedak is being installed23:13
kirklandhggdh: cool, i'll standby23:13
kirklandhggdh: as i want to get to the bottom of this, if it's a euca problem23:14
hggdhkirkland: welcome :-) I am betting on a fat hand from my side, though. Also, bug 559745, if not yet resolved, may impact this test23:17
uvirtbotLaunchpad bug 559745 in eucalyptus "NC failed to start a session with a libvirt internal error" [Medium,Confirmed] https://launchpad.net/bugs/55974523:17
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
ruben23hi whi is it when i tried to reboot my system then sometimes it says on startup that, hcek forced on one of my LVM..23:53
ruben23what do i do, cause its causing delays..is it possible to do it automatically.23:53

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