FS#13946 - [udev] Bad file used for checking the persistent cd/dvd symlink rules
Attached to Project:
Arch Linux
Opened by Tom (reztho) - Tuesday, 24 March 2009, 22:05 GMT
Last edited by Tobias Powalowski (tpowa) - Saturday, 28 March 2009, 12:12 GMT
Opened by Tom (reztho) - Tuesday, 24 March 2009, 22:05 GMT
Last edited by Tobias Powalowski (tpowa) - Saturday, 28 March 2009, 12:12 GMT
|
Details
Following this bug report:
http://bugs.archlinux.org/task/13834
The fix for the package is wrong since you used the wrong file. The generator rules of udev are meant to be run just once. When the generator generates the persistent rules files, you must rename the generator again (for disabling it) because it will rewrite the persistent files again at next reboot. If you have some customization in those persistent rules files, it will be lost. Fix: Just change in /lib/udev/cdsymlinks.sh: - From: if [ -d /dev/cd -a ! -e /etc/udev/rules.d/75-cd-aliases-generator.rules ]; then - To: if [ -d /dev/cd -a ! -e /etc/udev/rules.d/75-persistent-cd.rules ]; then |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Saturday, 28 March 2009, 12:12 GMT
Reason for closing: Fixed
Additional comments about closing: udev-140-2
Saturday, 28 March 2009, 12:12 GMT
Reason for closing: Fixed
Additional comments about closing: udev-140-2