After months of unsuccessful testing of different solution strategies, I
have now received quite unexpectedly a 'solution'
(https://volumio.org/forum/#p36626) in the volumio forum.

Thanks Karl!


"The basic problem ... that LMS will fail to start if it cannot
open its log files at startup. It uses the location
/var/log/squeezeboxserver which is a directory created at installation
time. Unfortunately on Raspbian this directory is in a temporary
in-memory space (to save wear and tear on your sd card) so is wiped out
after each reboot. To fix this we need to tell raspbian to re-create the
directory after each reboot."

"...we need to re-create the temp directory each time:"#

Code:
--------------------
    sudo nano /etc/rc.local
--------------------


"Now insert the next three lines just before the 'exit 0' line"

Code:
--------------------
    mkdir /var/log/squeezeboxserver/
  chown squeezeboxserver /var/log/squeezeboxserver/
  chmod 775 /var/log/squeezeboxserver/
  
  exit 0
--------------------


"Once the system is back up Logitech Media Server should start
normally."

And yes - that it!

Black Senator


------------------------------------------------------------------------
Black Senator's Profile: http://forums.slimdevices.com/member.php?userid=66799
View this thread: http://forums.slimdevices.com/showthread.php?t=107359

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

Reply via email to