Package: udev
Version: 0.091-1

When I boot Debian sid, I get the following error message.

Apr 28 20:12:42 localhost udevd[2755]: add_to_rules: invalid ACTION operation Apr 28 20:12:42 localhost udevd[2755]: add_to_rules: invalid rule '/etc/udev/rules.d/050_hal-plugdev.rules:5' Apr 28 20:12:42 localhost udevd[2755]: add_to_rules: invalid KERNEL operation Apr 28 20:12:42 localhost udevd[2755]: add_to_rules: invalid rule '/etc/udev/rules.d/z60_usbmount.rules:3' Apr 28 20:12:42 localhost udevd[2755]: add_to_rules: invalid KERNEL operation Apr 28 20:12:42 localhost udevd[2755]: add_to_rules: invalid rule '/etc/udev/rules.d/z60_usbmount.rules:4' Apr 28 20:12:42 localhost udevd[2755]: add_to_rules: invalid KERNEL operation Apr 28 20:12:42 localhost udevd[2755]: add_to_rules: invalid rule '/etc/udev/rules.d/z60_usbmount.rules:5' Apr 28 20:12:42 localhost udevd[2755]: add_to_rules: invalid KERNEL operation Apr 28 20:12:42 localhost udevd[2755]: add_to_rules: invalid rule '/etc/udev/rules.d/z60_usbmount.rules:6'

I receive the same message after I purged udev and reinstalled, and after running "dpkg-reconfigure udev".

Contents of /etc/udev/rules.d/050_hal-plugdev.rules
# Have udev pass data over a socket to hal
RUN+="socket:/org/freedesktop/hal/udev_event"

# unmount block devices when they are removed
SUBSYSTEM=="block",ACTION="remove", RUN+="/usr/lib/hal/hal-unmount.sh"

Contents of /etc/udev/rules.d/z60_usbmount.rules
# Rules for USBmount

KERNEL="sd*", BUS=="usb", ACTION=="add", RUN+="/usr/share/usbmount/usbmount add" KERNEL="ub*", BUS=="usb", ACTION=="add", RUN+="/usr/share/usbmount/usbmount add" KERNEL="sd*", ACTION=="remove", RUN+="/usr/share/usbmount/usbmount remove" KERNEL="ub*", ACTION=="remove", RUN+="/usr/share/usbmount/usbmount remove"

I am not sure what to do to eliminate these errors.
Thanks.
Gregg Reed


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to