/srv/irclogs.ubuntu.com/2010/11/29/#upstart.txt

jmuxHi. I'm trying to fix LP #478392. My problem seems to be, that /tmp is on a seperate partition and also /usr.09:56
jmuxSo /tmp is mounted before /usr, but the mounted-tmp script wants to use find to clean /tmp and fails09:57
jmuxI tried to "start on (mounted MOUNTPOINT=/tmp and mounted MOUNTPOINT=/usr), but this deadlocks the boot process.09:58
jmuxAny idea what's going on here?10:00
aqvawhen 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!14:05
ectospasmwhat is the proper way to have a custom upstart job start at boot?  update-rc.d doesn't seem to be correct.22:42
mbieblectospasm: add the necessary "start on ..." line 22:46
mbieblif you want the equivalent of "started in multi-user", use start on runlevel [2345]22:48
mbieblif your service depends on foo, use "start on started <foo>"22:48
ectospasmI've got start on startup and start on runlevel [2345], yet it didn't start when I rebooted22:48
mbieblyou can only have one22:49
ectospasmyeah, the documentation for upstart is out of date, and inadequate22:49
ectospasmthat was never clear22:50
ectospasmSo I removed "start on startup", do I need to do anything else?22:50
mbiebldo you have a script generating the runlevel events?22:51
mbieblwhich distro do you use?22:51
ectospasmubuntu, and I wrote the script from scratch22:56
mbieblectospasm: should be fine then23:06

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!