[16:52] hey there, how difficult would it be for upstart to have a debug mode where the user would get a "yes/no" prompt for every possible configured service, instead of using the event system? [19:27] hey all; how can i get access to a job's output? [20:20] BLZbubba, there was some discussion at the last UDS about implementing an optional serialized boot. Not sure where that proposal is at though. [21:22] hi guys, is it safe to use "start on started rc" to starts a service after postgresql? [21:23] dlibanori: don't you want start on stopped rc? [21:23] rc is a task? [21:23] dlibanori: in any case, I'd highly recommend testing it in a VM [21:23] dlibanori: I'm not 100% [21:24] pmjdebruijn: yes, it is a task [21:24] again [21:24] be careful with this [21:24] pmjdebruijn: at Ubuntu 11.04 it is a task [21:24] pmjdebruijn: why? [21:24] we usually test stuff out of band [21:25] dlibanori: why not? [21:25] we've had some changes only bite me @ shutdown [21:25] for examples [21:25] pmjdebruijn: ok, this is lab machine, no problems if it stop to boot [21:25] ah ok [21:27] why Ubuntu doesn't use upstart to control postgresql? It still uses SysV [21:28] lot of packages are inherented from debian [21:28] who don't use upstart by default [21:28] at least that's my guess [22:05] it takes time to convert init scripts to upstart jobs, especially for more complicated/important daemons [22:06] convert + test, obviously [22:30] Thanks pmjdebruijn and JanC