/srv/irclogs.ubuntu.com/2014/09/12/#ubuntu-devel.txt

=== _salem is now known as salem_
=== salem_ is now known as _salem
pittiGood morning05:07
=== doko_ is now known as doko
Saviqcjwatson, hey, do you have pointers on how to mk-sbuild for rtm?07:20
dholbachgood morning07:51
=== Sweetsha1k is now known as Sweetshark
sil2100pitti: hello! Could we ask you to re-run the i386 autopkgtest for network-manager?08:04
sil2100pitti: the amd64 one seems to have passed08:04
sil2100pitti: ah, ok, just learned it's a real regression, nvm!08:06
pittisil2100: right, already discussed that with cyphermox_ yesterday08:46
cjwatsonSaviq: no09:32
cjwatsonSaviq: 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.09:33
dokoLaney, replied to #136809410:14
Laneyty10:16
=== tvoss is now known as tvoss|test
=== tvoss|test is now known as tvoss
=== MacSlow is now known as MacSlow|lunch
xnoxLogan_: what's up?12:03
=== _salem is now known as salem_
xnoxbut 136809412:03
xnoxbug 136809412:03
ubottubug 1368094 in trusty-backports "Please backport openjdk-8 8u40~b04-2 (universe) from utopic" [Undecided,New] https://launchpad.net/bugs/136809412:03
Laneypad.lv/ :P12:07
=== dbarth is now known as dbarth-afk
=== MacSlow|lunch is now known as MacSlow
jibeljodh, 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:45
jodhjibel: 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 the12:50
jodhdistro alas)12:50
jibeljodh, 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:53
zuldoko: thanks for promoting python-oslo.utils, however launchpad says its in main but the archive thinks otherwise12:56
dokozul: launchpad says "1 hour ago"12:57
dokojust wait12:58
zulok12:58
dokoglance (1:2014.2~b3-0ubuntu3) utopic; urgency=medium13:03
doko  * debian/control: Fix typos.13:03
doko  * debian/pydist-overrides; Add orderdict to overides.13:03
dokozul: looking at the changelog I can't believe that you actually fixed typos ;)13:03
zuldoko: gee thanks13:04
=== cmagina_ is now known as cmagina
=== mvo__ is now known as mvo
dholbachhey mlankhorst, how are you doing?14:06
dholbachmlankhorst, do you think you'd need some more information for bug 1368784?14:06
ubottubug 1368784 in xorg (Ubuntu) "Utopic Virtualbox guest gets only up to resolution of 640x480" [Undecided,New] https://launchpad.net/bugs/136878414:06
dokopitti, just in case you are bored ... libcitygml seems to have some issues with the pkgbinarymangler14:19
pittiI'm still trying to get out of IRC/meetings/backlog swamp; at this point I need to ask to send bug reports14:20
mdeslaurslangasek: could someone from foundations please take over bug 1271591, it's really annoying on trusty14:36
ubottubug 1271591 in gnome-keyring (Ubuntu) "upstart job race prevents gnome-keyring from being ssh agent" [High,In progress] https://launchpad.net/bugs/127159114:36
=== salem_ is now known as _salem
slangasekjodh: ^^ can you have a look at this?14:45
jodhslangasek: ack14:45
=== _salem is now known as salem_
mdeslaurslangasek, jodh: thanks14:45
=== salem_ is now known as _salem
smoserslangasek, 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).15:39
=== dbarth-afk is now known as dbarth
Laneywhoops, had utopic-proposed on16:10
Laneywonder how much crack I've got16:10
ogra_the good stuff16:10
Laneyyou install ogra's upload, very nice16:11
=== semiosis is now known as semiosis_
=== semiosis_ is now known as semiosis
slangasekpitti: 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?17:19
=== 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
smoserhallyn, can i ask lxc: what is the real/outside pid of pid X inside container named foo20:07
hallynsmoser: no.  the kernel doesn't tell you that yet20:15
hallynthere is a guy on lkml trying to push a patchset that would let us figure that out20:15
hallynbut right now that info is simply not available20:15
hallynsmoser: unless you can have a process inside the container send a ucred as SCM_CREDNETIAL to the outside task20:16
hallynthe kernel will translate the pid for the receipient20:16
hallynthat's how cgmanager=-proxy works20:16
smoserbut if i'm outside the container ?20:16
smoserie, i'm on outside. i want to figure out "whats the real pid of the container's pid 1"20:16
hallynwell you could still write a program that setns's into the container's pidna and sends you a ucred20:17
hallynmaybe i should write that20:17
smoserhow does 'lxc-stop' do it ?20:18
hallynit gets the pid from the lxc monitor20:18
hallynwhen a container starts, it starts a 'monitor' that respones to some commands over a unix sock20:18
hallynincludidng "wha tis your pid" and "what is your cgroup"20:18
hallynand "stop"20:18
hallynso if you jus twant it fo ra container, you can do 'lxc-info -p -H -n $containername"20:19
hallynsorry, if that's all you wanted, i was overcomplicating :)20:19
hallynunheard of from me :)20:20
hallynsmoser: is that all you needed?20:20
hallyni still may write that utility though20:20
smoseractually, yeah. i think that is.20:21
smoserso is there any difference then between:20:21
smoser pid=$(lxc-info -p -H -n "$name")20:21
smoser kill --signal=SIGQUIT $pid20:22
smoserand20:22
smoser lxc-stop --name=$name20:22
hallynyeah, lxc-stop has some default behavior;20:27
hallynit'll send stopsignal first, or SIGKILL if that's not defined20:27
hallynoh no, first i'tll send SIGPOWER20:28
hallynwhich upstart will respond to kindly20:28
hallynthen it'll send the quit signal20:29
stgraberyeah, 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 SIGKILL20:34
stgraberany 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:35
smoserthanks20:38
hallynthink i'll write that pidtranslate tool tonight, maybe that'll obviate the need for a kernel patch20:41
=== mapreri_ is now known as mapreri
=== yofel_ is now known as yofel
=== tarpman_ is now known as tarpman
=== yp is now known as ypwong
hallyndone, that wasn't too bad.  though making it not hang on bad info would take a bit more work22:19
=== 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

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