/srv/irclogs.ubuntu.com/2015/01/09/#ubuntu-devel.txt

=== Guest69248 is now known as rcj
=== rcj is now known as Guest46616
=== phunyguy is now known as phunyguy-zombie
=== phunyguy-zombie is now known as phunyguy
pittiGood morning06:24
=== didrocks1 is now known as didrocks
pitti@pilot in10:14
=== udevbot changed the topic of #ubuntu-devel to: Archive: open | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> utopic | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: pitti, seb128
=== _salem is now known as salem_
LocutusOfBorg1wow pitti thanks!11:34
LocutusOfBorg1I'm still setting up my lucid VM :p11:34
pittiLocutusOfBorg1: lucid?11:34
LocutusOfBorg1s/lucid/precise11:36
LocutusOfBorg1:)11:36
pittiLocutusOfBorg1: ah, I just tested in a schroot11:37
LocutusOfBorg1I can't test in my pbuilder-dist chroot because it grabs the host kernel11:39
pittiinfinity: are you going to handle the eglibc precise SRU in bug 1020210 or want me to sponsor? (merging to current precise-security, of course)11:47
ubottubug 1020210 in eglibc (Ubuntu Precise) "Race condition using ATOMIC_FASTBINS in _int_free causes crash or heap corruption" [Undecided,In progress] https://launchpad.net/bugs/102021011:47
LocutusOfBorg1pitti, it fails with another error11:47
LocutusOfBorg1please let me fix this one too11:48
pittiLocutusOfBorg1: i. e. do you want me to remove the previous upload?11:55
LocutusOfBorg1yes if possible11:58
LocutusOfBorg1I need to test with the exact kernel version, to avoid further uploads...11:59
LocutusOfBorg1chroot seems to be not enough11:59
pittiLocutusOfBorg1: rejected, and bug updated (you can re-use the same version number)12:00
pittiLocutusOfBorg1: yeah, I was wondering why it still failed against 3.13, even though .7 claimed to fix that12:00
pittibut that bug is for 3.512:01
=== MacSlow is now known as MacSlow|lunch
=== kitterma is now known as ScottK
LocutusOfBorg1pitti, virtualbox always make me sad12:28
LocutusOfBorg1:)12:28
LocutusOfBorg1kernel folks do their best to screw up virtualbox everytime :p12:32
LocutusOfBorg1and virtualbox folks to their best to make low low low low kernel modules everytime ;)12:32
rbasakpitti: so my dep8 test failed with: juju-quickstart: error: bad API response: cannot upload charm to provider storage: 504 504 Gateway Time-out12:33
rbasakpitti: I suspect an interaction with a proxy. Does this seem likely to you?12:33
rbasakpitti: I don't remember the details of what happens with the proxy in the test environment. Is this documented anywhere?12:34
pittirbasak: right, we don't have a direct network connection in the DC; http_proxy and https_proxy are set, but maybe the upload doesn't work through the proxy12:42
* pitti bbl12:43
=== MacSlow|lunch is now known as MacSlow
didrocksjodh: pitti: added some validity unit checking for systemd reference to the wiki page (https://wiki.ubuntu.com/SystemdForUpstartUsers?action=diff&rev2=66&rev1=65)13:33
jodhdidrocks: nice! thanks!13:34
didrocksjodh: yw, it's a handy tool I'm using before my uploads, especially for the server stuff when I don't always have the whole setup to test :)13:35
jodhdidrocks: ack. would be great if we could find a way to auto-check all packages containg units before they hit the archive. I always wanted that for upstart as it would have saved a few problems :)13:36
seb128wgrant, hey, launchpad is supposed to share strings from a same component between different series, right?13:37
seb128do you know why13:37
seb128https://translations.launchpad.net/ubuntu-rtm/14.09/+source/ubuntu-system-settings/+pots/ubuntu-system-settings/fr/535/+translate13:37
seb128is untranslated13:37
didrocksjodh: agreed, it seems this can work offline, I need to test it though and maybe we can put it in dh-systemd13:37
seb128while https://translations.launchpad.net/ubuntu/vivid/+source/ubuntu-system-settings/+pots/ubuntu-system-settings/fr/485/+translate13:37
seb128is13:37
didrocksjodh: will handle that13:37
seb128cjwatson, ^ your work on launchpad now, right? ;-)13:38
pittididrocks: oh nice, I didn't know about that yet either13:38
seb128is that because ubuntu-rtm != ubuntu13:38
pittijodh, didrocks: wiki FTW :)13:38
didrocksindeed! ;)13:38
cjwatsonseb128: I don't know Translations at all well, but I don't believe that there is any sharing between templates in different distributions, only templates in the same distribution source package and across upstream packaging relationships.13:44
cjwatsonseb128: That said, I've just linked the ubuntu-system-settings sources in both ubuntu and ubuntu-rtm to the corresponding upstream project, which may help (possibly).13:44
seb128cjwatson, ok, thanks, did that enable upstream/downstream sharing? because I think we desactivated that to get the packaging template used instead of the trunk one (the packaging one is updated on upload, the trunk one needs to be manually updated and we keep forgetting)13:45
wgrantIt's complicated.13:50
wgrantI didn't fix it all completely, let me see what the edge cases are.13:50
wgrantRight, so there is currently no sharing between packages of the same name in related distributions, except via links to products.13:52
wgrantSo if the package isn't connected to upstream, it won't be shared between the distros.13:52
wgrantcjwatson: POTemplateSharingSubset, fwiw13:52
cjwatsonRight, found that with the big block comment listing the rules.13:53
cjwatsonseb128: OK, if you need to deactivate it again then go for it, but it seemed like the obvious thing to do ...13:53
wgrantIt is reasonably possible to share through DistroSeriesParent directly, if we really need that. http://pastebin.ubuntu.com/8166797/ is the terrifying query.13:56
wgrantBut we've generally gotten away without it so far13:56
* cjwatson hides13:57
didrocksjodh: I can either add a note or remove EnvironmentFile in "Do not run service if no daemon configuration file created" case, as the upstart job doesn't source the environment file13:58
didrocksjodh: so the equivalent is the already present ConditionPathExists13:59
didrocksjodh: I can maybe add a note to precise that EnvironmentFile is doing a sourcing13:59
didrocksjodh: oh sorry, didn't see the env config=13:59
didrocksjodh: so ConditionPathExists= isn't necessary actually, EnvironmentFile will fail if the file isn't present and the job will fail14:00
andreas__hi, is there a way other than inspecting /usr/share/doc/*/copyright to get all the licenses that make up the installed system?14:01
andreas__I didn't find some sort of metadata key for licenses in the control file of a source package, or in "apt-cache show"'s output14:02
svenxwoo, nice. i just managed to pull off a full reinstall without rebooting the system, by way of a tmpfs ramdisk and pivot_root14:04
svenxreboot to get a newer kernel in the end, though. but worked smoothly without involving any installation media. only debootstrap14:04
didrocksandreas__: you have to rely on /usr/share/doc/*/copyright, a lot of them now are following DEP5 (http://dep.debian.net/deps/dep5/) and so, is machine-parsable14:05
andreas__didrocks: but I have to have the packages installed then, I can't get the licenses of the dependencies without installing the dependencies14:08
andreas__right>?14:08
didrocksandreas__: you can apt-get source <package> and look at <package_dir>/debian/control if you enable the source, or download the deb manually and dpkg-deb -x to extract it in a directory14:09
=== Guest46616 is now known as rcj
=== rcj is now known as Guest97390
pitti@pilot out14:19
=== udevbot changed the topic of #ubuntu-devel to: Archive: open | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> utopic | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: seb128
seb128wgrant, cjwatson, with the change to link to the project it means the template from trunk is going to be used instead of the ubuntu build one, right?14:21
cjwatsonseb128: I don't know for sure, so if you think there's a risk of problems then undo it.14:21
pittioh, that'd be wrong14:22
pittias upstream regularly forgets to push POT updates14:22
pittie. g. recently vrruiz asked me about a recently changed string ("Orientation" -> "Rotation") which didn't appear in the upstream translations, but in rtm only14:22
seb128pitti, right, cjwatson did that to try to get translations shared between ubuntu and ubuntu-rtm packages14:22
pittiah, sharing the translations should be fine14:22
seb128pitti, that's the same issue that brought that discussion14:22
pittias long as ubuntu, rtm, and trunk all keep their own POTs14:23
cjwatsonI've undone it then.14:23
seb128pitti, well you can't share between different distros, out by linking to the same project14:23
seb128cjwatson, thanks14:23
seb128pitti, which leads to the trunk template to be used14:23
seb128so I guess we need to redo translations in rtm14:23
cjwatsonMaybe you can push them in bulk?14:23
seb128or at least revalidate the suggestions that are made from the ubuntu translations14:23
pittiseb128: ok, that would *definitively* be wrong; but that's not how I understood message sharing14:23
pittiI thought each upstraem and release would always have their own template14:24
pittiand then message sharing merely copies matching translations back and forth14:24
pittibut not force a different pot?14:24
pittiyes, they can be pushed in bulk, it just needs to happen14:24
pittialso, so far message sharing actually does seem to work fine14:24
pittiat least between trunk and rtm14:24
pittiback then, I only translated trunk, and the translations appeared in RTM14:25
pitti(those which match the older RTM versions, at least)14:25
pittiso "PO sharing" → yes please; "forced POT sharing" → OMGno; that is never ever a correct thing to do14:26
seb128pitti, what you describe works accross different series of Ubuntu14:26
seb128but rtm is a different distro14:26
pittiseb128: message sharing (i. e. po sync) also generally works between upstream and distro14:27
pittiI don't know about direct distro to distro, I suppose that doesn't work14:27
pittibut rtm <-> trunk and trunk <-> ubuntu should certainly both work, and thus sync that way?14:28
=== Snow-Man_ is now known as Snow-Man
seb128pitti, can we enable message sharing without template sharing? if you know how to do so please do it for ubuntu-system-settings ;-)14:28
pittiseb128: as I said, until now I thought that message sharing always just synced the po files, and never the pots14:29
pittiseb128: i. e. it's the only way of message sharing which I'm aware of14:29
seb128hum, k14:29
seb128I think it shares template14:29
pittibut now I'm very confused14:29
seb128because before we had that one before and the list of strings was the one from trunk14:30
seb128and not the one from the package build pot14:30
wgrantIt doesn't share the templates.14:30
wgrantHowever, I think I remember that it won't import Ubuntu *translations*.14:30
wgrantOr something like that.14:30
seb128wgrant, it was not important the ubuntu build .pot when that setting was on14:30
seb128importing*14:30
wgrantSo if they wildly diverge, you can be missing a lot of translations from Ubuntu.14:30
seb128oh, maybe it was only the .pot14:31
seb128I guess we can enable the setting again and see what happens on next upload14:31
pittihm, could it be that whatever cjwatson did destroyed the correct translations in RTM?14:31
pittihttps://code.launchpad.net/~ken-vandine/ubuntu-system-settings/rtm-14.09_rotation_lock_string/+merge/240511 was the MP14:31
pittiOrientation -> Rotation14:31
pittihttps://translations.launchpad.net/ubuntu-system-settings/trunk/+pots/ubuntu-system-settings/es/+translate?batch=10&show=all&search=tion+Lock14:31
pittitrunk is missing a POT update, so that one still has "Orientation"14:31
pittiyesterday, RTM's translations were correct: https://translations.launchpad.net/ubuntu-system-settings/rtm-14.09/+pots/ubuntu-system-settings/es/+translate?batch=10&show=all&search=tion+Lock14:32
pittii. e. that one had "Rotation Lock" yesterday14:32
pittinow it has "Orientation Lock" again14:32
wgrantIt couldn't have changed the template.14:32
wgrantIt could have altered some of the translations, but not the msgids.14:32
wgrant(translation splitting is dreadfully buggy and should be avoided whereever possible, but it cannot corrupt the actual template)14:33
pittiwgrant: ah ok, so POTs are never ever copied between project and distros, with or without message sharing?14:33
wgrantUnless I gravely misunderstand it.14:33
pittiwgrant: that's how I understand it as well; copying POTs around would be just wrong14:34
pittiwgrant: ok, at least we believe the same thing :)14:34
pittiI just wonder how the RTM translations regressed since yesterday14:35
seb128pitti, how regressed?14:35
pittiseb128: RTM translations had "Rotation Lock" yesterday14:36
seb128pitti, it still has, https://translations.launchpad.net/ubuntu-rtm/14.09/+source/ubuntu-system-settings/+pots/ubuntu-system-settings/fr/535/+translate14:36
seb128pitti, https://translations.launchpad.net/ubuntu-rtm/14.09/+source/ubuntu-system-settings/+pots/ubuntu-system-settings/es/535/+translate14:36
wgranthttps://launchpad.net/ubuntu-rtm/14.09/+queue?queue_state=3&queue_text=ubuntu-system-settings14:36
pittiseb128: hm, curious -- https://translations.launchpad.net/ubuntu-system-settings/rtm-14.09/+pots/ubuntu-system-settings/es/+translate?batch=10&show=all&search=tion+Lock doesn't14:37
pittioh, wrong URL then I suppose (that one is in my firefox history)14:37
pittiseb128: ok, then I just looked at the wrong URL today, it seems14:37
seb128good14:37
seb128so things should be sorted out14:38
seb128wgrant, cjwatson, pitti: thanks14:38
jamespagedidrocks, hey - can you steer clear on systemd enablement for the openstack core packages - or follow the pattern that we have for nova, cinder and keystone already14:55
didrocksjamespage: hum, unsure about what's not clear, I tried to follow the pattern that were used in the upstart jobs14:57
jamespagedidrocks, so we are adopting the openstack-pkg-tools tooling to generate upstart, init and service files from a single configuration template14:58
jamespagedidrocks, eg - https://launchpadlibrarian.net/194321367/keystone_1%3A2015.1~b1-0ubuntu1_1%3A2015.1~b1-0ubuntu2.diff.gz14:58
didrocksjamespage: ah, wasn't aware about that, sounds weird that openstack would have their own pkg integration, but in that case, I'll let handle your package transitions I guess14:59
jamespagedidrocks, zigo has done a good job on this in Debian so its mostly cherry picking the init.in files and enabling the bits for rules and control14:59
jamespagedidrocks, the reality is that pretty much every service/upstart/init file is much the same apart from the daemon, config-file and log-file names14:59
didrocksjamespage: I'm always checking what debian did and eventually merge, but AFAIK, I did only touch here some ubuntu-only packages14:59
didrocksok, hence the generation, makes sense then15:00
jamespagedidrocks, happy for you to leave it to my team - coreycb will be working on this15:00
didrocksjamespage: great, clock is ticking though if we want to do the switch ;)15:00
jamespagedidrocks, I know15:01
jamespagedidrocks, it should all be done in the next few working days15:01
coreycbjamespage, agreed should be done soon15:01
didrocksjamespage: nice :)15:01
=== roadmr is now known as roadmr_afk
=== Guest97390 is now known as rcj
=== roadmr_afk is now known as roadmr
=== cmagina_ is now known as cmagina
infinitypitti: I can pull it in.16:54
pittiinfinity: ack, then I unsub'ed ubuntu-sponsors, to avoid someone else uploading the whole thing16:55
pittistgraber: you might have missed my question from yesterday, or I missed your response -- what is the problem with virtual network interface bringup?17:04
pittistgraber: "bond interfaces do not work because they're fully virtual and do not have udev events"17:04
pitti"same for vlans and bridges"17:04
pittistgraber: if they are defined in /etc/network/interfaces, they should just work? or don't they?17:04
pittistgraber: or do we have some upstart job which creates those from some different config files, which we need an equivalent unit for?17:06
stgraberpitti: if everything's defined in /etc/network/interfaces and all devices exist at the time ifup -a is called, it all works fine17:06
stgraberpitti: the problem is that you don't have to specify them all and some may show up later17:07
pittistgraber: well, virtual devices don't "exist" before you ifup them?17:07
stgraberpitti: for example you can specify a bridge interface with bridge-ports set to eth5.100017:07
pittistgraber: if you don't specify them in /e/n/i, then where else?17:07
stgraberneither eth5 nor eth5.1000 have to be defined in /e/n/i17:07
pittistgraber: ok, so problem 1 is that if /e/n/i has a bridge to eth5.1000, and eth5.1000 comes up later, at that point we need to bring up the bridge17:08
stgraberthe current code is simply that when eth5 does show up a udev rule will trigger, will check existing interfaces in /e/n/i, find the bridge, fine the interface in the bridge-ports and create the vlan on it17:08
stgraberright17:08
pittistgraber: but it sounds like there is another case for "they are not defined in /e/n/i"?17:09
stgrabera good chunk of this is done through udev hooks today and they may actually be working fine regardless of the init system so long as systemd will always call ifup --allow=auto $INTERFACE whenever a udev net-device-up event is received AND call ifup -a at some point in the boot sequence17:09
pittistgraber: net-device-up is an upstart event, not udev :)17:10
pitti(obviously we won't get them under systemd)17:10
pittistgraber: at the moment we call ifup -a (through /etc/init.d/networking) during boot, and ifup <iface> through ifup@.service (udev triggered) for a hotplugged card17:10
pittistgraber: so I guess the problem is that ifup <iface> only ups that iface, but not its "reverse depenencies"?17:11
stgraberpitti: net-device-added, sorry17:12
stgraberpitti: so if we want to mimick the upstart world, we need:17:13
pittistgraber: never heard that, but I suppose this is just ACTION==add|remove, SUBSYSTEM="net"17:13
stgraber - call ifup --allow=auto <interface> whenever we get a net-device-added from udev (or the systemd name of it)17:13
stgraber - call ifup -a in the boot sequence17:13
pittistgraber: that's what currently calls ifup@.service17:13
pittistgraber: ok, understood17:14
stgraber - possibly update the ifupdown hook to get something like our existing static-network-up event in systemd (so services can know that we're done briging everything up)17:14
pittistgraber: net-dedvice-added is still upstart, not udev, but I think I know what you mean17:14
pittistgraber: anyway, I think I understand the problem now, thanks for explaining!17:15
stgraberpitti: right, it's the name of the upstart event as pushed by the udev <-> upstart bridge17:15
pittistgraber: and I have a reasonably good idea how to automate a test for this17:15
LocutusOfBorg1pitti can you please loook again at #1408939 ?17:16
LocutusOfBorg1I tested both patches successfully17:16
stgraberstatic-network-up may be treaky-ish to implement with systemd. The idea behind it is that it's something jobs can depend on which is only triggered when all defined (auto) interfaces are up OR after a 2 minutes timeout.17:16
stgraberthe way this is done is that we have an ifupdown up.d hook which has the logic to figure out whether everything was brought up and if that's the case, the event is emitted through upstart17:17
pittistgraber: I updated the whiteboard to: virtual interfaces (bond, vlan, bridges) in /etc/network/interfaces do not work. E. g. /e/n/i might define a bridge for "eth1.5000" which only appears later on during runtime, thus isn't covered by "ifup -a". Thus ifup@.service needs to bring up not just the hotplugged interface but all of its reverse dependencies.17:18
pittistgraber: does that sound like a correct summary?17:18
stgraberon the upstart side we have a job which is triggered at boot and has a 2 minute wait loop. That job is stopped when static-network-up is emitted (cancelling the wait loop). If it's not emitted within 2 minutes, then that job emits it and unblocks the boot sequence.17:18
stgraberpitti: no. I think the rdepends logic should basically just work with systemd since (and I just re-checked), it's currently mostly done through udev hooks directly and not custom upstart jobs17:19
pittistgraber: so that's like "Depends=networking" with an additional timeout?17:19
pittistgraber: ah, even better17:19
pittistgraber: well, then at least the "write an autopkgtest for this" part should hold, and we have a written down explanation what that problem is :)17:19
stgraberpitti: I'm not very familiar with systemd, but that sounds about right, networking there being the equivalent of our current static-network-up, that is, something becoming true when all interfaces have been brought up OR a 2min timeout has been reached17:20
pittiLocutusOfBorg1: queued, but probably not today any more; Monday morning?17:20
pittistgraber: "networking" is just /etc/init.d/networking, nothing magic17:20
pittistgraber: we don't currently have a timeout for that; if ifup -a fails, the unit fails, and everything depending on it won't be started17:21
pittiFWIW, I'm not saying that Depends=networking is a good idea -- it's a bad one17:21
stgraberpitti: ok, so I guess an equivalent would be to define a unit called static-network-up (if we want to make the names match, I don't know) which does the check we've got in /etc/network/if-up.d/upstart every second or so with a 2min timeout17:22
slangasekstgraber, pitti, hallyn: so regarding cgmanager, it seems that we have a rough agreement that we do want cgmanager to be running and UAL to use it when pid1=systemd, correct?17:23
stgraberthat'd give us the same functionality but in a systemd world and /etc/network/if-up.d/upstart simply wouldn't do anything with systemd17:23
pittistgraber: if we need that as a dependency for upstart jobs to convert, we can do that, yes17:23
pittistgraber: just to be sure -- that's totally unrelated to the virtual iface problem, right?17:23
slangasekif so, can we just make that change now for Ubuntu, and deal with any fallout later, unblocking the unity8 desktop?17:23
pittislangasek: from my POV, yes17:23
stgraberpitti: we need that to keep providing some reliability to server, yes. Currently services depending on network to be ready will simply be racy under systemd and that's not acceptable.17:23
pittislangasek: the main point I'd like to clarify is what cgmanager does at startup, i. e. whether it mounts /sys/fs/cgroups differently or alters the layout in a relevant way17:24
stgraberpitti: (when thinking of servers that can take minutes before all network cards are done showing up at boot)17:24
LocutusOfBorg1pitti, I don't get the "queued", means "uploaded/waiting for accept?" or queued in your personal todolist? ;)17:24
pittislangasek: but I tested it on a spare laptop, and that seemed to work reasonably well17:24
LocutusOfBorg1I subscribed again -sponsors17:24
LocutusOfBorg1:)17:24
pittistgraber: well, a two minute timeout is racy :)17:24
pittistgraber: services which make that assumption are broken by design; it's just a workaround17:25
pittistgraber: but if we need it, we can provide something similar for sure17:25
pittiLocutusOfBorg1: into my personal todo list, I meant; sorry17:25
stgraberpitti: services which allow you to set the IP address that you want to bind and are fine starting up before the IP is configured are very very rare :)17:25
LocutusOfBorg1ok wonderful17:25
LocutusOfBorg1so I'll wait for you ;)17:26
LocutusOfBorg1have a nice weekend, and feel free to ping me by mail17:26
LocutusOfBorg1if needed17:26
pittiLocutusOfBorg1: please do re-subscribe sponsors, though; no need to block on me particularly17:26
LocutusOfBorg1already done ;)17:26
pittistgraber: so, I'll add another work item for that then17:27
pittistgraber: I still don't understand how static-networking-up prevents races rather than introducing them, but *shrug*, I'll just look into mimicking the current behaviour then :)17:29
LocutusOfBorg1bye folks!17:30
pittiLocutusOfBorg1: bye!17:30
stgraberpitti: it solves the case where the main networking job is run before all the hardware showed up by allowing an extra 2min window for everything to be up17:32
pittistgraber: ah, so that way around; thanks!17:32
pittistgraber: OOI, where is the 2 minutes timeout in the upstart jobs or the ifupdown hook?17:33
seb128@pilot out17:33
=== udevbot changed the topic of #ubuntu-devel to: Archive: open | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> utopic | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots:
pitti/etc/init/networking.conf doesn't have that, and neither /etc/network/if-up.d/upstart17:33
stgraberpitti: upstart (/etc/init/failsafe.conf)17:33
stgraberpitti: we wait 20s, show a message, wait 40 more seconds, show another message, then wait a whole more minute and give up17:34
pittistgraber: ok, but how does that emit static-networking-up after 2 mins?17:35
stgraberpitti: hmm, very good question :)17:36
pittistgraber: I thought s-n-u would be emitted after "all interfaces present" or "two minutes gone"; failsafe.conf looks more like an interactive boot question17:37
pittierr, not question, just message17:37
stgraberpitti: so apparently we don't (I was sure we did!) instead things are apparently supposed to depend on "static-netowrk-up or failsafe-boot"17:37
pittiah, rc-sysinit.conf17:37
stgraberpitti: I guess the design was that for things simply starting on a runlevel, it'd all be fine17:37
pittithat has "start on (filesystem and static-network-up) or failsafe-boot"17:37
stgraberbecause we only process the regular runlevel jobs on static-network-up or failsafe-boot17:37
stgraberright, that17:38
pitti(which is the only consumer of failsafe-boot)17:38
pittibut that only runs rcS, not rc2 or others17:38
stgrabersorry, implemented all that stuff in oneiric, been a while :)17:39
pittiok, enough for this week; have a good weekend everyone!17:39
pittistgraber: heh, no worries; thanks for the heads-up!17:40
stgraberpitti: I don't think it's only rcS, the last line calls telinit which will trigger the other rcX, no ?17:40
pittistgraber: possibly, yes17:40
pittistgraber: it still leaves the question that other upstart jobs that expect static-network-up will never get it17:41
pittithat might or might not be intended17:41
pittianyway, timeout, my wife is complaining rather loudly now :)17:41
* pitti waves17:41
stgraberyeah, not sure how many cases we have of people using static-network-up only17:41
stgraberI sure have been doing it for local jobs in the past and now understand why some of those were still racy (and shall fix them) :)17:42
hallynpitti: slangasek: stgraber: on, cgmanager makes no changes to the cgroups it mounts.  well, it makes no changes if they were pre-mounted.18:02
hallynIf they were not pre-mounted, then it sets a release-agent18:02
hallynbut that means systemd was not running on the host18:02
hallynI suppose actually we could similarly only act on name=systemd if we find that controller was pre-mounted18:03
hallynhm, no, that'll produce more differnet cases to debug, forget that18:03
=== rickspencer3_ is now known as rickspencer3
=== roadmr is now known as roadmr_afk
=== salem_ is now known as _salem
=== roadmr_afk is now known as roadmr
bu5hm4nhello, can someone point me to a correct appIndicator Spec. ? :)22:32
bu5hm4nor Documentation22:32
bu5hm4nhttps://unity.ubuntu.com/projects/appindicators/ those links are bringing me to a 40422:32

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