=== the-internet is now known as fw0rd === koolhead11| is now known as koolhead11 [09:09] plop === USER__ is now known as weweje [09:10] hello [09:10] what's the timezone of kim0 // cairo? [09:45] weweje: hey [10:40] kim0 plop [10:41] sry [10:41] :) [10:41] what's up [10:41] nice [10:41] sent you a mail about the clouds banners [10:42] weweje: Bruno ? [10:42] and came here to know more about what's needed [10:42] yes ;) [10:42] great :) [10:42] Thanks for your interest man [10:43] Well we'll mostly need a few front page banner images .. I haven't exactly defined exactly what it should be though [10:44] so .. I'll ping you back once we've settled on something to be done .. sounds good ? [10:45] okaaaay [10:46] weweje: thank you :) [10:46] KIT === daker_ is now known as daker === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk [16:36] SpamapS, just random bit of infomration i just thought about. there were 2 reasons for the .tar.gz rather than .img.gz . 1, we have extra files that are useful, and small, so makes sense for archive. 2.) the images are 2G, largely of zeros. there was very real savings in using tar's sparse file handling rather than compressing hundreds of megs of zeros. === dendro-afk is now known as dendrobates [17:00] smoser: do you have a good reference for accessing the ec2 API from behind a firewall? Need to open up the right outbound access and it ain't working right at the moment [17:02] smoser: *OH* the sparse file handling does make sense. [17:05] jamespage, you just have to be able to access the end point over http (or https, depending on url) [17:05] but if you need IP addresses, its annoying. [17:06] i think they add load balancers every once in a while, and redirect from the main end point, and then your firewall rules don't work. [17:06] from time to time our image builds start failing to reach a region and i have to ask for IS to open something else up. [17:07] that said, there is this: http://aws.amazon.com/articles/3912?_encoding=UTF8&jiveRedirect=1 [17:08] incomplete bugs suck [17:08] * user opens bug [17:09] * triagers asks some (silly or legitimate) question [17:09] * new user opens clear duplicate, but doesn't see the incomplete bug because its incomplete [17:09] * no one realizes there is a duplicate [17:21] smoser: thankyou! [17:28] smoser: so, the template I wrote up for lxc downloads the SHA256SUMS, and the .gpg, and verifies that, and then verifies the tarball against it.. [17:29] smoser: I'm not sure why we don't just have a .gpg for every file in that dir tho [17:50] SpamapS, probably no good reason. the checksums are generated by some tools that also run on cdimage and they have some whitelists of what to checksum [17:52] well it works [18:07] hallyn, bug 795427 [18:07] Launchpad bug 795427 in libvirt "Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager" [Undecided,New] https://launchpad.net/bugs/795427 [18:07] did you try to reproduce using /dev/sdX rather than /dev/vdX ? [18:11] smoser: yes i tried both [18:12] smoser: did you reproduce? [18:25] Er. Is there a virtual graphics device on the vms started? === daker is now known as daker_ [18:52] hallyn, no. it just sems like it should b reproducible [19:15] hallyn: got a link to that wiki page you used to get dnsmasq working in your resolv.conf ? [19:32] smoser: you'd think so [19:33] SpamapS: i think it was the one for vm-tools, testingenvironment, one sec [19:33] SpamapS: https://wiki.ubuntu.com/SecurityTeam/TestingEnvironment [19:38] hmmm... avahi === dendrobates is now known as dendro-afk [21:06] hallyn: so, if I don't use cgroup-bin , whats the magic way to mount cgroups? [21:06] fstab :) [21:06] hallyn: meaning what? [21:06] cgroup /sys/fs/cgroup cgroup defaults 0 0 [21:06] just that? [21:06] put that in fstab and do mount -a [21:07] yeah [21:07] i wish i'd have succeeded in getting my blog on planet.ubuntu.com so more than 3 people would read it :) [21:07] haha [21:07] not that i deny having named it precisely so that i coudl remain anonymous. originally. [21:07] yous hould be an ubuntu member by now [21:08] i can't write to that bzr tree. tried very recently [21:08] You asked? [21:08] no. figured that would happen automatically bsaed on membership [21:08] automation. it's good for the soul [21:09] just like, i need to have lxc suggest debootstrap. [21:13] cgroups on /sys/fs/cgroup type tmpfs (rw) [21:13] That was already there, w/o the fstab entry [21:13] did cgroup-bin do that? [21:14] umount: /sys/fs/cgroup: device is busy. [21:15] hallyn: I can't seem to get things working w/o cgroup-bin .. and with cgroup-bin, lxc-stop always "fails" (but works anyway) [21:15] why aren't things working w/o cgroup-bin? [21:16] the cgroup-bin is second on my list to address [21:16] lxc-start: open /sys/fs/cgroup/cpu/lucid-test2/devices.deny : No such file or directory [21:16] have you rebooted? [21:16] since when? [21:16] since removing cgroup-bin [21:16] ew, no [21:16] I have to? [21:16] yeah, i'ma fraid. cgroup composition is not flexible [21:16] *booo* [21:16] kernel magic [21:17] well, you can try just umounting all cgroup fs's, [21:17] then doing mount a- to mount /cgroup [21:17] it won't let me [21:17] what does it say? [21:17] device busy [21:17] btw the fstab line i gave you was for /cgroup existing. you probably want to make it /sys/fs/cgroup ? [21:17] ok, yeah you'd have to reclassify all tasks i guess [21:17] cgroup /sys/fs/cgroup cgroup defaults 0 0 [21:18] thumb up [21:18] So there are things that already have used my cgrou-bin thing? Its a package that can't be safely removed w/o reboot? [21:18] cgred reclassified tasks [21:19] i thin it's be possible to do it, but it woudl take work [21:19] i.e., manually rmdir child cgroups, [21:19] reclasiffy tasks as needed, [21:19] then youc an umount [21:19] and *then*, im unsure as to whether you can remount with all cgroups composed [21:20] used to be, no. i know patches were floated, but not sure if they went in [21:20] rm: cannot remove `/sys/fs/cgroup/cpu/cpu.rt_period_us': Operation not permitted [21:20] ok so cgroups is still crazy [21:20] will just reboot [21:21] SpamapS: i didnt' say rm -rf [21:21] you can nev er delete the files [21:21] but you can rmdir empty cgroup dirs [21:21] poorly documented issue :( [21:28] well either way, reboot solved it [21:29] hallyn: is there a command like lxc-ls but for running containers? [21:31] lxc-ls shows running containers [21:31] in the second line [21:31] improving lxc-ls and lxc-ps is one of those things everyone wants done (but noone wants to do) :) [21:31] no it shows all containers [21:31] running or not [21:31] in the second line? [21:31] there is no second line [21:31] not in mine [21:32] then none are running [21:32] I have 2 running [21:32] oh they were starting up still [21:32] so .. -1 then.. is kind of ... useless [21:33] the output is actually kind of hard ot use.. have to run through until I see one I've seen before and thats where running containers start :-P