/srv/irclogs.ubuntu.com/2012/12/05/#upstart.txt

Robot101I understood that my "task" job which was "start on runlevel [016]" would finish before other runlevel stuff would continue02:26
Robot101but it seems this isn't the case, so it gets terminated by the sysv task killer02:26
Robot101(I have a file sync from workstation back to server which would ideally be completed at system shutdown)02:27
Robot101(and also similarly, the reverse which needs to be done before gdm appears)02:29
SpamapSRobot101: runlevel is not waited on, so no, your task won't finish before other runlevel stuff will continue.03:48
SpamapSRobot101: what you probably want then is 'start on deconfiguring-networking'03:49
SpamapSRobot101: that is the latest possible moment before the network goes down03:49
SpamapSRobot101: IIRC sendsigs should actually wait because your task is in start/ goal state... it does not send kill to those processes.03:55
Robot101SpamapS: is runlevel special-cased by "task" somehow, and other events will be OK?10:51
jodhRobot101: not sure I understand your question. However, take a look at upstart-events(7) and you'll see why SpamapS suggestion will work (because deconfiguring-networking is a hook event that blocks).11:12
jodhRobot101: an alternative would be to have your job 'start on starting rc RUNLEVEL=[016]' which would block the starting of the rc job which causes the SysV shutdown sequence in this case.11:13
toabctljodh, is there some spec about the dconf bridge you want to implement?16:54
jodhtoabctl: it's partially done: https://code.launchpad.net/~stgraber/upstart/upstart-dconf-bridge16:55
toabctljodh, yes. checked this already.16:55
stgraberstill need to port it to gdbus, been busy with other things lately :)16:55
toabctlstgraber, maybe I'll help a bit16:55
toabctlstgraber, what about listening to the systembus and waiting for upstart to appear instead of an exit if upstart is not available on the bus?16:56
toabctlsessionbus, not systembus16:56
jodhtoabctl: this bridge shouldn't be listening on the system bus - it's per user.16:56
toabctljodh, yes. sorry16:57
stgrabertoabctl: so, ultimately that bridge will be started by upstart itself once dbus is started, so there's no real need for the bridge to wait for the bus as upstart will guarantee it's spawned after dbus is ready (and respawn it if dbus dies for some reason)16:58
toabctlstgraber, ok16:58
jodhstgraber: could you add some details on this to the spec?16:58
toabctljodh, stgraber how can I test the bridge? I guess I have to run upstart in my session..17:44
stgrabertoabctl: right, do "mkdir ~/.init", then "init --session --confdir=~/.init/". That'll spawn an upstart instance on your session bus17:45
toabctlstgraber, does that work with upstart from raring? or should I install upstart from bzr?17:45
stgrabertoabctl: works fine with upstart from raring17:46
toabctlgreat. thanks!17:46
toabctlfunny. I get a lot of events when I resize a window because some programs (eg dconf-editor) store their window settings (height, width, maximized, ...) with gsettings.17:48
toabctlis there some html doc for libnih?18:35
toabctlstgraber, https://code.launchpad.net/~toabctl/upstart/dconf-bridge-gdbus18:59
toabctlstgraber, maybe a split of keyname and keypath would be good for the environment19:00
toabctlbtw: where are the tests for the files in extra?19:12

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