mrw wrote: 
> I have inserted the following into my /etc/rc.local to guard against
> this occurrence:
> > 
Code:
--------------------
  >   > 
  > # Make sure that Squeezebox server's log directory exists and is writeable
  > [  -d /var/log/squeezeboxserver ] || /bin/mkdir /var/log/squeezeboxserver 
-m a=rx,u+w
  > /bin/chown squeezeboxserver:nogroup /var/log/squeezebox-server
  > 
--------------------
> > 
last line should be 

Code:
--------------------
    /bin/chown squeezeboxserver:nogroup /var/log/squeezeboxserver
--------------------


------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=109760

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to