[09:56] Hi. I'm trying to fix LP #478392. My problem seems to be, that /tmp is on a seperate partition and also /usr. [09:57] So /tmp is mounted before /usr, but the mounted-tmp script wants to use find to clean /tmp and fails [09:58] I tried to "start on (mounted MOUNTPOINT=/tmp and mounted MOUNTPOINT=/usr), but this deadlocks the boot process. [10:00] Any idea what's going on here? [14:05] when I try to run a custom python-based server (the conf is here: http://pastebin.com/5sS5Sbup ) but if I kill it manually it does not respawn and "initctl start clevertag-server" outputs "initctl: Job is already running: clevertag-server"... Any clue about what I am doing wrong would be very appreciated! [22:42] what is the proper way to have a custom upstart job start at boot? update-rc.d doesn't seem to be correct. [22:46] ectospasm: add the necessary "start on ..." line [22:48] if you want the equivalent of "started in multi-user", use start on runlevel [2345] [22:48] if your service depends on foo, use "start on started " [22:48] I've got start on startup and start on runlevel [2345], yet it didn't start when I rebooted [22:49] you can only have one [22:49] yeah, the documentation for upstart is out of date, and inadequate [22:50] that was never clear [22:50] So I removed "start on startup", do I need to do anything else? [22:51] do you have a script generating the runlevel events? [22:51] which distro do you use? [22:56] ubuntu, and I wrote the script from scratch [23:06] ectospasm: should be fine then