=== _salem is now known as salem_ === salem_ is now known as _salem [05:07] Good morning === doko_ is now known as doko [07:20] cjwatson, hey, do you have pointers on how to mk-sbuild for rtm? [07:51] good morning === Sweetsha1k is now known as Sweetshark [08:04] pitti: hello! Could we ask you to re-run the i386 autopkgtest for network-manager? [08:04] pitti: the amd64 one seems to have passed [08:06] pitti: ah, ok, just learned it's a real regression, nvm! [08:46] sil2100: right, already discussed that with cyphermox_ yesterday [09:32] Saviq: no [09:33] Saviq: it's awkward because debootstrap requires non-trivial fiddling to work for ubuntu-rtm. You're possibly best off downloading the Launchpad buildd chroots from https://api.launchpad.net/devel/ubuntu-rtm/14.09/amd64 etc. [10:14] Laney, replied to #1368094 [10:16] ty === tvoss is now known as tvoss|test === tvoss|test is now known as tvoss === MacSlow is now known as MacSlow|lunch [12:03] Logan_: what's up? === _salem is now known as salem_ [12:03] but 1368094 [12:03] bug 1368094 [12:03] bug 1368094 in trusty-backports "Please backport openjdk-8 8u40~b04-2 (universe) from utopic" [Undecided,New] https://launchpad.net/bugs/1368094 [12:07] pad.lv/ :P === dbarth is now known as dbarth-afk === MacSlow|lunch is now known as MacSlow [12:45] jodh, I've two desktop machines running utopic that hangs on shutdown. It seems to stop on unmountfs. Any idea how I can debug that? [12:50] jibel: have you recently added some remote filesystems to fstab? I'd remove splash and quiet from the boot options, add '--debug' (which will put both upstart+mountall in debug mode). You may want to create mountall.override containing 'console output'. Also https://code.launchpad.net/~jamesodhunt/ubuntu/trusty/sysvinit/log-open-files-on-shutdown/+merge/196141 could be useful (never made it into the [12:50] distro alas) [12:53] jodh, my fstab is rather basic http://paste.ubuntu.com/8326868/ , I already removed quiet and splash, that's how I found it stopped on unmounting filesystems. I'll add --debug and have a look at your patch. [12:56] doko: thanks for promoting python-oslo.utils, however launchpad says its in main but the archive thinks otherwise [12:57] zul: launchpad says "1 hour ago" [12:58] just wait [12:58] ok [13:03] glance (1:2014.2~b3-0ubuntu3) utopic; urgency=medium [13:03] * debian/control: Fix typos. [13:03] * debian/pydist-overrides; Add orderdict to overides. [13:03] zul: looking at the changelog I can't believe that you actually fixed typos ;) [13:04] doko: gee thanks === cmagina_ is now known as cmagina === mvo__ is now known as mvo [14:06] hey mlankhorst, how are you doing? [14:06] mlankhorst, do you think you'd need some more information for bug 1368784? [14:06] bug 1368784 in xorg (Ubuntu) "Utopic Virtualbox guest gets only up to resolution of 640x480" [Undecided,New] https://launchpad.net/bugs/1368784 [14:19] pitti, just in case you are bored ... libcitygml seems to have some issues with the pkgbinarymangler [14:20] I'm still trying to get out of IRC/meetings/backlog swamp; at this point I need to ask to send bug reports [14:36] slangasek: could someone from foundations please take over bug 1271591, it's really annoying on trusty [14:36] bug 1271591 in gnome-keyring (Ubuntu) "upstart job race prevents gnome-keyring from being ssh agent" [High,In progress] https://launchpad.net/bugs/1271591 === salem_ is now known as _salem [14:45] jodh: ^^ can you have a look at this? [14:45] slangasek: ack === _salem is now known as salem_ [14:45] slangasek, jodh: thanks === salem_ is now known as _salem [15:39] slangasek, when you have a minute, i'd appreciate some thoughts on http://paste.ubuntu.com/8327941/ . which is attempt block networking coming up until cloud-init-local has run (as it might write networking). === dbarth-afk is now known as dbarth [16:10] whoops, had utopic-proposed on [16:10] wonder how much crack I've got [16:10] the good stuff [16:11] you install ogra's upload, very nice === semiosis is now known as semiosis_ === semiosis_ is now known as semiosis [17:19] pitti: hi, so bfiller has pointed out that libthumbnailer0 1.2+14.10.20140814-0ubuntu1 in ubuntu-rtm/14.09 is missing the corresponding ddeb. Any idea? === Adri2000 is now known as Guest24333 === _salem is now known as salem_ === roadmr is now known as roadmr_afk === roadmr_afk is now known as roadmr === Guest24333 is now known as Adri2000 [20:07] hallyn, can i ask lxc: what is the real/outside pid of pid X inside container named foo [20:15] smoser: no. the kernel doesn't tell you that yet [20:15] there is a guy on lkml trying to push a patchset that would let us figure that out [20:15] but right now that info is simply not available [20:16] smoser: unless you can have a process inside the container send a ucred as SCM_CREDNETIAL to the outside task [20:16] the kernel will translate the pid for the receipient [20:16] that's how cgmanager=-proxy works [20:16] but if i'm outside the container ? [20:16] ie, i'm on outside. i want to figure out "whats the real pid of the container's pid 1" [20:17] well you could still write a program that setns's into the container's pidna and sends you a ucred [20:17] maybe i should write that [20:18] how does 'lxc-stop' do it ? [20:18] it gets the pid from the lxc monitor [20:18] when a container starts, it starts a 'monitor' that respones to some commands over a unix sock [20:18] includidng "wha tis your pid" and "what is your cgroup" [20:18] and "stop" [20:19] so if you jus twant it fo ra container, you can do 'lxc-info -p -H -n $containername" [20:19] sorry, if that's all you wanted, i was overcomplicating :) [20:20] unheard of from me :) [20:20] smoser: is that all you needed? [20:20] i still may write that utility though [20:21] actually, yeah. i think that is. [20:21] so is there any difference then between: [20:21] pid=$(lxc-info -p -H -n "$name") [20:22] kill --signal=SIGQUIT $pid [20:22] and [20:22] lxc-stop --name=$name [20:27] yeah, lxc-stop has some default behavior; [20:27] it'll send stopsignal first, or SIGKILL if that's not defined [20:28] oh no, first i'tll send SIGPOWER [20:28] which upstart will respond to kindly [20:29] then it'll send the quit signal [20:34] yeah, lxc-stop by default is SIGPWR + 30s wait + SIGKILL, that's all configurable though. So the equivalent to smoser's command would be to have the container starting with stopsignal=SIGQUIT and then running lxc-stop -n container --nokill which would send SIGQUIT but never SIGKILL [20:35] any container created by lxc should have a proper stopsignal set, either responding to the default SIGPWR or have the default config for the distro specify the right signal. Which means that lxc-stop -n blah is always the right way to cleanly stop a container and lxc-stop -n blah -k is always the right way to kill it immediately. [20:38] thanks [20:41] think i'll write that pidtranslate tool tonight, maybe that'll obviate the need for a kernel patch === mapreri_ is now known as mapreri === yofel_ is now known as yofel === tarpman_ is now known as tarpman === yp is now known as ypwong [22:19] done, that wasn't too bad. though making it not hang on bad info would take a bit more work === zoktar_ is now known as zoktar === Adri2000 is now known as Guest54358 === beisner- is now known as beisner === bdrung_ is now known as bdrung === inaddy is now known as tinoco === Bluefoxicy_ is now known as Bluefoxicy === Laney is now known as Guest14360 === ming is now known as Guest38185 === zoktar is now known as 77CAAFYCY === salem_` is now known as _salem === Bluefoxicy is now known as Bluefoxic === adam_g` is now known as adam_g === dobey_ is now known as dobey === jpds is now known as 6JTAAFS52 === jamesh is now known as 6JTAAFV9I === [reed] is now known as 6JTAAFV7U === zbenjamin is now known as 6JTAAFWR0 === hggdh is now known as 6JTAAFWBI === Zic is now known as Guest36503