/srv/irclogs.ubuntu.com/2014/03/20/#upstart.txt

=== vf5761 is now known as hidgw
ZtyxGood morning - anyone with any idea as to why https://gist.github.com/JensRantil/9644545 is not stopping my process after 10 seconds?08:44
ZtyxSeems like noone here has any idea why https://gist.github.com/JensRantil/9644545 isn't stopping. Is there any mailing list where I could ask about this?14:26
ZtyxI posted a question about my issue here: https://serverfault.com/questions/583426/why-is-this-upstart-script-not-stopping-my-process14:29
xnoxZtyx: there is mailing list pointed at in the topic - http://bit.ly/ooeNVv14:47
xnoxZtyx: can you start that job, and then compare the pid retrieved with $ sudo status myapp, and grepping / finding the pid using e.g. $ ps14:47
xnoxZtyx: if they don't match, upstart is tracking the wrong pid. 14:48
xnoxZtyx: also your job appears to be invalid.14:48
xnoxZtyx: it should be: 14:48
xnoxchdir /my/directory14:48
xnoxexec java -jar /srv/my.jar14:48
xnoxas both are just stanzas.14:48
xnoxZtyx: it's wrong to include them in a script. SO remove lines 8 and 11.14:49
Ztyxxnox: thanks for getting back to me on this. I thought the that mailing list was simply for development of upstart. Now I now. I'll have a lok at your recommendations and will get back on this.14:51
xnoxZtyx: that mailing list is for any related topics. about upstart, jobs / configs, init discussions, etc.14:51
Ztyxxnox: I've applied to incorrect stanzas but my process is still not getting killed. I've verified "status myapp" gives me that same pid as the running process. I've added the conf and the shell input/output to the gist: https://gist.github.com/JensRantil/964454515:59
ZtyxAny more ideas? Please refer me to the mailing list if you are getting tired of my questions ;)15:59
xnoxZtyx: i don't think i can think of anything else, off the top of my head. Do send an email to the mailing list, other developers may help you more.16:06
ZtyxAight. Will do. Thanks!16:07
=== marrusl is now known as marrusl_afk
=== marrusl_afk is now known as marrusl

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