Quit player over Telnet?

Posted by: AndrewT

Quit player over Telnet? - 16/11/2005 12:23

I need to rebuild the database and I'm trying to do this over Telnet rather than serial. How do I quit the player application via Telnet, obviously CTRL-C or 'q' won't do it?

I tried ps au, it returns a number of instances of "/empeg/bin/player" and killing the busiest one of those causes the player to restart. Am I close?
Posted by: wfaulk

Re: Quit player over Telnet? - 16/11/2005 12:55

Send it signal 2. That is, "kill -2 <pid>".
Posted by: AndrewT

Re: Quit player over Telnet? - 16/11/2005 13:25

Quote:
kill -2 <pid>

That did the trick, thank you.