A brute-force approach to killing all spawing slimserver processes is:

kill -9 `pgrep slim`

after this try

pgrep slim

or (for more info)

ps auxw | grep slim

to check they are all dead.

A good way to check for strange errors is to start manually rather than
using the init script and set some debug flags, eg:

slimserver --prefsfile /etc/slimserver/slimserver.pref --d_plugins

and watch the logging output come up on your terminal.
(I'm not in front of my home machine at the moment, so double-check the
location of the prefs file).


-- 
smc2911
------------------------------------------------------------------------
smc2911's Profile: http://forums.slimdevices.com/member.php?userid=4388
View this thread: http://forums.slimdevices.com/showthread.php?t=30508

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

Reply via email to