Your message dated Sat, 29 Apr 2006 22:09:47 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365377: UDEVD add_to_rules: invalid ACTION & KERNEL 
operations
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
On Apr 29, Gregg Reed <[EMAIL PROTECTED]> wrote:

> I receive the same message after I purged udev and reinstalled, and 
> after running "dpkg-reconfigure udev".
Because incredibly the message is not logged to confuse you, but to
report actual syntax errors in these rules files.

-- 
ciao,
Marco

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to