Bugzilla – Bug 114652
udevd: add_to_rules: unknown key 'PLACE', in 'BUS'
Last modified: 2005-09-13 10:35:50 UTC
The message from the summary appears very often in /var/log/messages.
I don't have a rule with PLACE here. Which rules file has it (/etc/udev/rules.d/*)? And which rpm provides the file with this rule?
It is from 20-cdrom.rules and the content is: # cdrom links generated by YaST2 # BUS="ide", PLACE="1.0", SYSFS{removable}="1", SYMLINK="dvd cdrom" Seems YaST2 did generate it. Since it has a timestamp from Mar 17, I think we have an update problem here.
YaST2 Team, who of YaST2 wrote this? How was the update planned?
My workstation also hit this problem after updating RC1 -> RC2 Thomas ? Arvin ?
Would be nice if someone can take over the bug. It is not a udev issue I could solve. I have no idea about yast's update mechanism.
The lines with BUS="ide", PLACE="1.0", SYSFS{removable}="1", SYMLINK="dvd cdrom" were created for every cdrom device in SL 9.3 in /etc/udev/rules.d/20-cdrom.rules On an update from a version with major number < 10 /etc/udev/rules.d/20-cdrom.rules is removed and a file /etc/udev/rules.d/55-cdrom.rules is created instead. Since you updated from 10.x this mechanism was not working and you are stuck with old /etc/udev/rules.d/20-cdrom.rules. The code handling the update was added in RC2. Try an update from a real 9.3 to 10.0 and it should work fine otherwise reopen this bug, reassign it to me and attach y2log files.