I give up...
I'm trying to start a java application to run in background, with the help of 
startproc, then I need to be able to detect and kill it later..
I can't kill all java processes (that would be simple), but only one single 
application.

So, I start with;
startproc -Lvu sven /usr/bin/java -jar /usr/local/diny/stats.jar --ui=console

That works, and the process writes its info to /proc/xxx/

When I later use checkproc -vLk /usr/bin/java I only get code "7 Program is not 
running", but it is.. Verified by both the /proc/xxx files and a ps.
Killproc does the same.

Any ideas on this please?

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to