Lateboomer wrote: 
> Something to do with Fork?

Yes - the requested command exec task failed as it did not have
permission to access the cdrom.

The error you see are the tidy up - Fork uses Perl Library
Proc::Background (use by very many Perl programs) and the message you
see are the warnings/errors returned from this library routine when
trying to execute a command.
The command being executed by the library routine was 

Code:
--------------------
    
  exec "/usr/bin/cdda2wav" device=/dev/cdrom -verbose-level=toc -N -g -J  2> 
"/var/lib/squeezeboxserver/cache/Forkoutput2.txt"'
  
--------------------


I don't see anything wrong with this and it has worked for other users.
Any "setuid" is being done by "exec" which is again standard linux.
Assuming DietPi permission are failry standard - this seems to point to
an issue running LMS as a service.

Since you didn't provide any details about service restrictions and
possible system use of cdrom - to exclude "service" as a cause - please
try running LMS from a shell prompt when logged in as squeezeboxserver
(not "su") and see if you can play CD.


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=47288

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

Reply via email to