I typically have slimserver running in a terminal, not in daemon mode,
since I'm developing it on any given day. In this case, it's simply a
ctrl-C in the terminal window that SS is running.

If you are running as a daemon, it's a two step process from the
command line:

ps ax | grep slimserver.pl

look at the process number of the slimserver.pl process and then kill
it with a kill -9.

for example,
[EMAIL PROTECTED]:~/slimserver/Slim$ ps ax | grep slimserver.pl
7038 pts/2    S+     0:12 /usr/bin/perl -w ./slimserver.pl
7636 pts/3    S+     0:00 grep slimserver.pl
[EMAIL PROTECTED]:~/slimserver/Slim$ 

the first process in that list, 7038, is the slimserver process. So...

kill -9 7038


OR, in Ubuntu you can go to the System->Administration->System Monitor
GUI tool, select the process tab, find slimserver.pl, then select the
'end process' button.

Personally, I prefer the command-line method, esp. because it works in
every *nix system imaginable, but YMMV.

cheers,
#!/ben


-- 
bklaas

"the Nokia770 skin guy"
http://www.last.fm/user/bklaas/
------------------------------------------------------------------------
bklaas's Profile: http://forums.slimdevices.com/member.php?userid=58
View this thread: http://forums.slimdevices.com/showthread.php?t=38201

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to