> 1. what is the command to manually start squeezecenter?

It's so ugly and long I can't tell you, because it includes your file paths and 
everything... but as you've been asking, here's the code:

"HOME={$config['slimserver']['rootfolder']} PAR_GLOBAL_CLEAN=1 
TEMP={$config['slimserver']['rootfolder']}/var/squeezecenter/Cache" .
" /usr/local/bin/perl 
{$config['slimserver']['rootfolder']}/squeezecenter/slimserver.pl" .
" --user=www --charset=utf8 
--prefsdir={$config['slimserver']['rootfolder']}/etc/squeezecenter" .
" 
--logfile={$config['slimserver']['rootfolder']}/var/squeezecenter/Logs/server.log"
 .
" --logdir={$config['slimserver']['rootfolder']}/var/squeezecenter/Logs" .
" --cachedir={$config['slimserver']['rootfolder']}/var/squeezecenter/Cache" .
" --daemon 
--pidfile={$config['slimserver']['rootfolder']}/var/squeezecenter.pid"

...where {$config['slimserver']['rootfolder']} is the path to your SlimNAS 
installation. I hope to soon have a simplified version where SC would find most 
of those paths itself.

> 2. if there is a log describing what went wrong, where is it located?

server.log, should be in var/squeezecenter/Logs (as you can see from the above 
;-)), but is also linked from the FreeNAS web UI.

-- 

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

Reply via email to