=== lnykryn1 is now known as lnykryn [10:36] hi [10:37] is it possible to use upstart as a wrapper around a script which provides "$foobar start" "$foobar status" and "$foobar stop"? if so, do you got any hint on what to google for? [10:45] muh-die-kuh: not really no. just use normal init.d script instead - one can mix & match those under upstart. [11:03] xnox: okay, thanks [11:04] xnox: but there's no layer that provides access to init.d scripts using upstarts "start" & "stop" commands, right? [11:06] muh-die-kuh: $ sudo service NAME [start|stop|status|restart] [11:06] muh-die-kuh: works for all - upstart jobs and init.d scripts alike [11:07] xnox: awesome, thanks :) [11:07] muh-die-kuh: but you are correct, upstart native commands (start / stop / initctl ....) only work against upstart job files. [17:26] hm, is there a known bug in upstart where if you have console=tty0 console=ttyS0 it does not fall back to tty0 if ttyS0 is unavailable? [17:27] Getting problems in a 13.04 VM that has no serial device.. some programs have no valid console. [17:27] (like, cloud-init) [17:37] SpamapS: i think only one of those values is used, not both / no priority. [17:37] i think jodh was looking into that, but it looks like he is EOD. [18:14] I'll file a bug with my findings, which are shallow but maybe they can help [18:19] hrm, upstart just consumes /dev/console ... [18:20] ok, upstart is off the hook I think