[00:03] bwlang: there is upstart-monitor package/script which lets you monitor all events emitted. [00:03] bwlang: i think that will help. [00:04] xnox... hmm i iwas just poking around in the wrong place... so thanks for redirecting me - great timing ;) [00:08] xnox: hmm this script seems broken. upstart-monitor -n still seem to be trying to find gtk (which i do not have0 [00:09] bwlang: there is an option to force non-gui mode. [00:09] yeah... the man page says -n [00:09] but it does not seem to work. [00:09] bwlang: and in some releases it used to have a bug where it would still try to import python-gi / gtk-gir. [00:10] ah... i'll try to find an updated version [00:10] bwlang: try later one, or just comment out the Gtk imports. [00:11] oh... it's just python - i'll try to munge it a bit; [00:19] it was a missing dependency on gir1.2-gtk-3.0 [00:25] xnox: hmm - i see the events but i don't see my echo... do i need to do something to get my script to be re-read? [00:27] xnox: did i do something dumb? https://gist.github.com/bwlang/e815f103ae0cbea1a7ba [00:28] rebooting now... [00:32] hmm - i get the echo on reboot, but i don't get it when i do eject -T... even though i do see the events using upstart-monitor [00:37] ah... s/added/changed/ doh... thanks xnox for pointing me in the right direction, and staying silent while i embarass myself [00:56] bwlang: i get a whoops when browsing that. Can you copy&paste to e.g. paste.ubuntu.com ? [00:56] bwlang: I'm just really busy, and periodically check irc =) i'm glad you sorted your job ;-) [00:56] xnox: thanks... sorry to bug you. [00:57] now i'm just sorting out the script conditions, upstart-monitor really helped me track this down. [00:57] bwlang: no worries =) at least you stayed connect to irc for someone to come back to you... most people drop off rather quick =) === JanC_ is now known as JanC === JanC_ is now known as Guest69838 === JanC__ is now known as JanC === Md_ is now known as Md === Md is now known as Guest60784 === Guest60784 is now known as Md === JanC__ is now known as JanC [23:15] With upstart, how can I make a job B restart when job A is restarted? [23:16] stop on stopping A, start on started A [23:21] yeah okey thanks :)