Well, there are several ways on Linux but Idon't know whether they are
valid for MacOS.  ;-)

You could grep in the user file for 'squeeze' or 'logitech':

Code:
--------------------
    
  $ grep -i squeeze /etc/passwd
  squeezeboxserver:x:125:65534:Logitech Media 
Server,,,:/usr/share/squeezeboxserver:/usr/sbin/nologin
--------------------



Code:
--------------------
    $ grep -i logitech /etc/passwd
  squeezeboxserver:x:125:65534:Logitech Media 
Server,,,:/usr/share/squeezeboxserver:/usr/sbin/nologin
--------------------


In the LMS  =>  Server Settings  =>  Logitech Media Server Status:
At the bottom of the page you will see several pathes to special folders
(e.g. Cache Folder):

Cache Folder
/var/lib/squeezeboxserver/cache

Just check who is the owner of the folder or better, the parent folder:

Code:
--------------------
    $ ls -al /var/lib/squeezeboxserver/
  insgesamt 20
  drwxr-xr-x  5 squeezeboxserver nogroup 4096 Sep 28 23:30 .
  drwxr-xr-x 79 root             root    4096 Feb  1 14:01 ..
  drwxr-xr-x  8 squeezeboxserver nogroup 4096 Feb 12 07:24 cache
  drwxr-xr-x  2 squeezeboxserver nogroup 4096 Feb  4 17:49 Plugins
  drwxr-xr-x  3 squeezeboxserver nogroup 4096 Feb 12 14:37 prefs
--------------------


In my case, "squeezeboxserver" is the LMS user.

Now you have to ensure that "squeezeboxserver" has the rights to
read/write on your NAS.


------------------------------------------------------------------------
jd68's Profile: http://forums.slimdevices.com/member.php?userid=30795
View this thread: http://forums.slimdevices.com/showthread.php?t=113921

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

Reply via email to