What are you trying to do?  Are you trying to start as root?

The RPM has an init script that should work with SUSE by running
"/etc/init.d/squeezecenter start".  If you still have a reason for not
using the init script, try starting manually as the squeezecenter user.
Since, by default, the squeezecenter user does not have a shell, you
will probably need to do something like:

Code:
--------------------
    # usermod -s /bin/bash squeezecenter
  # su -l squeezecenter -c '/usr/sbin/squeezecenter-server
  --daemon --prefsdir=/var/lib/squeezecenter/prefs 
--logdir=/var/log/squeezecenter
  --cachedir=/var/lib/squeezecenter/cache'
--------------------


-- 
Fletch
------------------------------------------------------------------------
Fletch's Profile: http://forums.slimdevices.com/member.php?userid=529
View this thread: http://forums.slimdevices.com/showthread.php?t=42592

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

Reply via email to