Timothy M Butterworth <[email protected]> writes: > I also ran into this problem. It was caused by permissions. > Running: > sudo chmod 4711 /usr/bin/wodim > sudo chmod 4711 /usr/bin/cdrdao > > Fixed the problem for me.
Please exercise caution when suggesting the configuration of binaries as SUID. It is very rarely what you want and makes your system vulnerable. What is the output of "getfacl /dev/cdrom" (or /dev/sr0) for you? On a typical desktop Debian system, the device should be group writable for the "cdrom" group and also accessible by the logged-in local user (via ACL). Perhaps consider adding yourself to the cdrom group?

