bpa wrote: > The error says cannot access the CDrom device. > > When LMS runs it runs under a different userid. Has that userid got > permission to access to the /dev/cdrom device (e.g. what are the > permission for /dev/cdrom ? is the LMS userid a member of relevant > group) ? > > Is lMS being run as a service ? Some systems do not allow services to > access hardware
Yes, sorry I was looking at the permissions for cdda2wav/icedax, but yes /dev/cdrom is root root and /dev/sr0 is root cdrom (I've now pointed the plugin to /dev/sr0) and lms is running under uid 106 which, looking at /etc/passwd shows it's user squeezeboxserver, so looking at the info here: http://forums.slimdevices.com/showthread.php?47288-Announce-CDplayer-plugin&p=727519&viewfull=1#post727519 I've now added squeezeboxserver to the group cdrom using Code: -------------------- adduser squeezeboxserver cdrom -------------------- but I'm still getting the same permission error in the log. ------------------------------------------------------------------------ rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397 View this thread: http://forums.slimdevices.com/showthread.php?t=47288 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
