zizione wrote: 
> I managed to activate the debug level log. It seems that cdda2wav is the
> issue :
> 
> > 
Code:
--------------------
  >   > [15-08-21 19:22:59.6160] Plugins::CDplayer::Fork::go (104) Child task 
(5697) forked: exec "/usr/bin/cdda2wav" device=/dev/cdrom -verbose-level=toc -N 
-g -J  2> "/var/lib/squeezeboxserver/cache/Forkoutput1.txt"
  > [15-08-21 19:22:59.6185] Plugins::CDplayer::Fork::go (105) Child task is 
alive 
  > [15-08-21 19:23:00.6210] Plugins::CDplayer::Fork::checkFork (140) Forked 
task 5697 is not alive
  > [15-08-21 19:23:00.6222] Plugins::CDplayer::Fork::checkFork (143) FORK 5697 
: cdda2wav: Argument invalide. Cannot open output fd 0.
--------------------
> > 
> 
> I tried to execute the command and it worked well with sudo -u
> squeezeboxserver. Is there an issue with the way fork is launching the
> cdda2wav command ?
Output is redirected using /dev/fd which is normally available on linux
but some distros don't include it or protect them.  The fd device is
*f*ile *d*escriptor and not floppy disk.

Do you have an fd device in /dev ?


------------------------------------------------------------------------
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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to