=== robbiew is now known as robbiew_ === robbiew_ is now known as robbiew [16:55] hi [16:56] is there a way to log the debug output of upstart to a file [16:57] i tried to use a wrapper script to start the upstart init, but had problems cause upstart wasn't pid 1 anymore [16:57] starting bootlogd didn't work either and the "normal" rsyslogd just get's the last messages [16:57] schmelzs: the wrapper script should redirect its own stdout to a file, then exec init [16:59] sadmac2: the wrapper script didn't work at all - it failed with some messages about wrong parameters .. [17:00] i started it with -v --debug $@ [17:00] hmm [17:00] it looked like the init binary acts different if it hasn't pid 1 [17:01] schmelzs: yes. let it have pid one [17:01] schmelzs: that's why I said /exec/ it [17:02] ahh ok :) [17:02] i'll try that - thanks [17:03] exec 1>&- [17:03] exec 2>&- [17:03] exec 1>/tmp/file [17:03] exec 2>/tmp/file [17:03] use /dev/klog instead of /tmp/file ;-) [17:03] then you can use netconsole [17:03] exec /sbin/init -v --verbose [17:04] err, /dev/kmsg [17:07] netconsole looks nice :) === rberger_ is now known as rberger === rberger_ is now known as rberger === robbiew is now known as robbiew_