https://bugzilla.novell.com/show_bug.cgi?id=408252 User stolowski@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=408252#c14 Pawel Stolowski <stolowski@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stolowski@gmail.com --- Comment #14 from Pawel Stolowski <stolowski@gmail.com> 2008-12-22 06:30:23 MST --- Same problem here. The following workaround helped in my case: * make your user a member of "cdrom" group * create /etc/udev/rules.d/99-my.rules file with the following entry: KERNEL=="sr*[0-9]", GROUP="cdrom", MODE="0660" * reboot The udev rule above ensures /dev/sr0 is always owned by root:cdrom and writable/readable for cdrom group. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.