=== JanC_ is now known as JanC [15:41] trafficserver start/killed, process 12099 [15:41] Soo... uhm.. why not restart it then, if it's killed? [15:43] one would assume that trying to stop a killed job would be as easy as transitioning the status to stopped... [16:02] Hi there! Is it possible (and if so, can you point me to the right direction), to make upstart grovels job files /etc/init/foo/*.conf as well? [16:26] anybody know where I can find the source code for this project? [16:27] since ubuntu has stubbornly stated it will not be using systemd, and I'm sick of doing crap like this: initctl start my-process-reload [16:27] if I want to send a custom signal to my-process [16:29] bazaar!? are you kidding me? [16:43] haha, thanks everyone, you've been helpful [19:40] is there a template I can use to convert this ugly redhat init script http://paste.ubuntu.com/1013541/ into a upstart? [19:41] i went through most of the /etc/init/*.conf files and got some idea.. but before I dive in, I like to hear some suggestion [19:43] i have written one upstart script for ssh tunnel with autossh.. so I have experience with upstart [19:43] this devmon script is a while(1) loop perl script [19:45] devmon: http://paste.ubuntu.com/1013590/ [19:52] essentially I just want this devmon perl script to start and run forever [19:53] in solaris I have the init script lot simpler [19:53] http://paste.ubuntu.com/1013601/ [19:54] i probably should forget the redhat init script and start a upstart job (service) from scratch [19:59] ok, I started with a very simple one.. but failing to start [19:59] http://paste.ubuntu.com/1013609/ [20:00] doh! [20:00] root@xymon { /etc/init }$ cp devmon devmon.conf [20:00] root@xymon { /etc/init }$ start devmon [20:00] devmon start/running, process 877 [20:02] $ status devmon [20:02] devmon stop/waiting [20:02] what gives? [20:04] http://paste.ubuntu.com/1013617/ <-- it does not survive [20:14] I get this log [20:14] http://paste.ubuntu.com/1013639/ [20:14] when start devmon [20:14] but it does not survive