dufferdan wrote: 
> 
> ls -l ~/Library/Logs/ | grep Squeezebox
> drwxr--r--  2 root      staff      64 12 Nov 15:50 Squeezebox
> 

Ok, that's the old permissions problem my script was supposed to fix:
your log folder is owned by the superuser, but not you. And you don't
have permissions to access it. Please run:


Code:
--------------------
    sudo chown XXXXX ~/Library/Logs/Squeezebox
--------------------


(where XXXXX is your user name)



Michael

http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=109743

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

Reply via email to