Guessing..... File permissions? More than likely the squeezeboxserver
user (which the server runs under) does not have permissions to read
user directories created under /home, which are usually created 700.
ie. only the owner can read. chmod 'em. 


Code:
--------------------
    
  chmod -R 755 /home/UID/Music
  
--------------------


-- 
JackOfAll
------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=87761

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

Reply via email to