Summary: | sys-fs/udev-229-r2 - invalid ACTION operation / invalid rule '/lib64/udev/rules.d/40-gentoo.rules:[2,3] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thomas Deutschmann (RETIRED) <whissi> |
Component: | [OLD] Core system | Assignee: | udev maintainers <udev-bugs> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Thomas Deutschmann (RETIRED)
![]() The ebuild has this: cat <<-EOF > "${T}"/40-gentoo.rules # Gentoo specific floppy and usb groups ACTION=="add", SUBSYSTEM=="block", KERNEL=="fd[0-9]", GROUP="floppy" ACTION=="add", SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="usb" EOF The rules on your machine seem to be missing an equal sign after ACTION. I suppose that's an error I added to the udev ebuild in my personal overlay (poly-c overlay). I have fixed that meanwhile. Closing this as invalid, sys-fs/udev::gentoo was never affected: Yes, I was using an outdated sys-fs/udev ebuild from Lars' overlay. I knew that I was using the version from the overlay, however I didn't spot '=' vs '==' and only remembered this change... Sorry for wasting your time. |