I don't remember if "killall" is on pCP installations ... so

ps -ef | grep perl
will output something like
17431 tc       22:48 {slimserver.pl} /usr/bin/perl
/usr/local/slimserver/slimserver.pl --daemon --user tc --group staff
17687 tc        0:00 grep perl

rake the first number with the slimserver.pl on it ... in this case
17431 but your will be different and type

sudo kill -5 17431
but replace that number with yours.
I suspect "-5" will be enough ... if not then try -9
Do
ps -ef | grep perl
again and you should see the slimserver.pl has gone.



Paul Webster
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin lots more - see
https://forums.slimdevices.com/showthread.php?115201-announce-radio-now-playing-plugin
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=117144

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to