Based on your error message it looks like the user squeezecenter want to use does not exist. The correct user is called squeezecenter.
do cat /etc/passwd | grep -i squeezecenter It should return the squeezecenter user, if it doesn't that is your problem which you have to fix. You need to add the squeezecenter user - this should have been done automatically during install of squeezecenter through the apt-get repositories, but obviously not in your case. Also do ps aux | grep -i squeezecenter and look at the first column. It should list either a user ID (the same ID as the squeezecenter user in /etc/passwd) or if there is something wrong another user like for example root. -- marsboer ------------------------------------------------------------------------ marsboer's Profile: http://forums.slimdevices.com/member.php?userid=18417 View this thread: http://forums.slimdevices.com/showthread.php?t=51744 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
