I'd advise against running squeezeserver directly from the command line
(unless you pass it all the parameters and run it as the same user the
startup script does).
A simpler method to write all it's output to a file is to edit
squeezeboxserver_safe (usually found in /usr/sbin) and change 'line 41'
(https://github.com/Logitech/slimserver-platforms/blob/30e0c20ba94703eaadcc547a482bd3bc0bdefb87/debian/squeezeboxserver_safe#L41)
from

Code:
--------------------
    "$@" > /dev/null 2>&1 &
--------------------

to

Code:
--------------------
    "$@" >> /tmp/lmsout.log 2>&1 &  
--------------------



'Various SW' (https://www.nexus0.net/pub/sw/): Web Interface | TUI |
Playlist Editor / Generator | Music Classification | Similar Music |
Announce | EventTrigger | Chiptunes | LMSlib2go | ...
'Various HowTos' (https://www.nexus0.net/pub/documents/LMS/): build a
self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ...
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=113550

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

Reply via email to