FC14 boot message - udev configuration warning

William Stock wstock at fuse.net
Sun Dec 26 21:03:10 UTC 2010


Somewhere along the line I started getting these warnings at the
beginning of the boot:
        Starting udev: udevd[455]: BUS= will be removed in a future udev
        version, please use SUBSYSTEM= to match the event device, or
        SUBSYSTEMS= to match a parent device,
        in /etc/udev/rules.d/85-pcscd_egate.rules:3
        
        udevd[455]: 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/85-pcscd_egate.rules:3
        
        udevd[455]: BUS= will be removed in a future udev version,
        please use SUBSYSTEM= to match the event device, or SUBSYSTEMS=
        to match a parent device,
        in /etc/udev/rules.d/85-pcscd_egate.rules:5

Is this something that I have to worry about or will it be taken care of
by the developers?  The relevant lines in the rules file are:
        BUS=="usb", SYSFS{idVendor}=="0973", SYSFS{idProduct}=="0001",
        ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
        
        BUS=="usb", ENV{PRODUCT}=="973/1/100", ACTION=="remove", RUN
        +="/usr/sbin/pcscd --hotplug"

I've never done anything with the udev daemon, and don't have a clue.

Thanks
Bill



More information about the users mailing list