[09:16] Hi! Does Ubuntu 12.04 allow using $HOME/.init ? If not, what modifications should be done to Upstart.conf to allow that? [11:24] Hi. I'm using Upstart to run my program, but I'd like to rely on Redis being already started. Redis is not under Upstart (and I'd like it to remain this way). How could I "start on" depending on another non-upstarted process? [11:27] lolmaus: user must run initctl to tell upstart about ~/.init conf files (someone here told me) [11:28] Thx blami, but i've got no idea what that means [11:47] I think I'm going to add "initctl emit redis-server" to the redis-server init.d script [11:47] one line fix. [12:37] I've created /etc/init/chili.conf. How do i start it? "start chili" says no such job. [12:37] tried 'initctl reload-configuration' ? [12:38] TauPan, tried just now when you suggested. No result :( [12:38] and you might need to check for error messages in syslog, upstart refuses malformed jobs [12:38] (I think) [12:39] TauPan, "/var/log/syslog" is fine [12:41] so after reload-configuration, the job is still unknown? [12:41] TauPan, it was an error in my job config. [12:41] I wish it reported the error and erroneous line. "Unknown job" is misleading... [12:42] TauPan, is there an upstart equivalent for "/etc/init.d/foo status"? [12:42] initctl status foo [12:43] Thank you TauPan, you're very kind [12:44] TauPan, can i set working directory in job config? [12:46] no idea [12:46] I'm out of off-hand knowledge now, I'd need to check the manual. [13:29] 'cd'? [14:08] anyone know if it's possible to build 1.5 from source to install on ubuntu lucid? [17:49] jY: in the past I tried and there were some build-deps that had to be backported [17:49] ok [18:41] I seem to remember somebody saying that backporting those build-deps would break other applications, etc.? [21:39] JanC: right [21:39] jY: I tried a while back and libnih failed.. https://launchpadlibrarian.net/75414144/buildlog_ubuntu-maverick-amd64.libnih_1.0.3-0~1052~maverick1_FAILEDTOBUILD.txt.gz [21:39] and that was just 10.10 [21:40] 10.04 got even uglier