[02:35] Does "init --verbose --debug" stack the two options, or are the mutually exclusive? [07:21] How should I start a process as un unprivileged user? [07:26] I use start-stop-daemon, but that's probably wrong for upstart [07:28] In /etc/init/uec-component-listener.conf I find [07:28] exec start-stop-daemon --start --chuid eucalyptus:eucalyptus --exec /usr/sbin/uec_component_listener [07:29] Stuff like apache seems to still be using /etc/init.d/ as at Lucid. [19:24] How do I debug "Unknown job" messages? [19:25] I added the file to /etc/init.d [19:25] Do I need to load the file or something? [19:35] upstart jobs go into /etc/init/ [21:12] JanC: Ah ok thanks [21:16] The output from start was: luciebot-server start/running, process 20284 [21:16] but I don't see the process and the log file is empty [21:16] Is there a log for upstart? [21:17] Ah daemon.log? [21:20] Is the exec command only for the process that you want to start or can you use it for other commands within a script block? [21:20] exec cd /some/path [21:20] ... [21:31] JanC: Can you create symlinks in /etc/init to files elsewhere? [21:35] if you use a script block, no need for exec? === ion_ is now known as ion