Bugzilla – Bug 693227
udevd complains bitterly about bad ATTR entries in /etc/udev/rules.d/51-hso-udev.rules
Last modified: 2011-11-15 10:37:55 UTC
Created attachment 429182 [details] warn file entries May 11 19:36:21 minas-tirith udevd[383]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/51-hso-udev.rules:73 May 11 19:36:21 minas-tirith udevd[383]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/51-hso-udev.rules:76 May 11 19:36:21 minas-tirith udevd[383]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/51-hso-udev.rules:77 See the attached file for the complete list.
It is caused by Bug 693230 - Upgrade of system left rpms installed of old version.
As stated in the message: any reference to 'SYSFS' will need to be replaced by either 'ATTR' (if the sysfs attribute is located a the same sysfs dir) or 'ATTRS' if it's somewhere up the chain. In general, replacing 'SYSFS' by 'ATTRS' works. Please reassign to the maintainer of the package providing 51-hso-udev.rules or remove them if obsolete.
As said in comment #1, the problem was caused by an incomplete upgrade of the system, ie, Bug 693230. Upgrading those rpms solved the issue. Do not assign the bug to me, I can do nothing.
Fixed in 12.1, marking as duplicate of bnc#693230. *** This bug has been marked as a duplicate of bug 693230 ***