Bug#944917: systemd-udevd: Invalid rules
Michael Biebl
biebl at debian.org
Sun Nov 17 17:39:25 GMT 2019
On Sun, 17 Nov 2019 18:23:08 +0100 Nicolas Patrois
<nicolas.patrois at gmail.com> wrote:
> Package: udev
> Version: 243-7
> Severity: minor
> File: systemd-udevd
>
> Dear Maintainer,
>
> I just had an upgrade and I see this in the logs:
>
> nov. 17 18:11:23 nicolas.home systemd-udevd[24479]:
> /lib/udev/rules.d/56-lvm.rules:40 Invalid value for OPTIONS key, ignoring:
> 'event_timeout=180'
> nov. 17 18:11:23 nicolas.home systemd-udevd[24479]:
> /lib/udev/rules.d/56-lvm.rules:40 The line takes no effect, ignoring.
> nov. 17 18:11:24 nicolas.home systemd-udevd[24479]:
> /lib/udev/rules.d/90-libgpod.rules:19 IMPORT key takes '==' or '!=' operator,
> assuming '==', but please fix it.
> nov. 17 18:11:24 nicolas.home systemd-udevd[24479]:
> /lib/udev/rules.d/90-libgpod.rules:23 IMPORT key takes '==' or '!=' operator,
> assuming '==', but please fix it.
> nov. 17 18:11:25 nicolas.home systemd-udevd[24479]:
> /etc/udev/rules.d/xenomai.rules:2 Invalid operator for GROUP.
>
> Here are the lines.
> Line 40 in /lib/udev/rules.d/56-lvm.rules is:
> OPTIONS+="event_timeout=180"
> Line 19 in /lib/udev/rules.d/90-libgpod.rules:
> ACTION=="add|change", ENV{USBMUX_SUPPORTED}=="1",
> IMPORT{program}+="/lib/udev/iphone-set-info", GOTO="libgpod_end"
> Line 23 in /lib/udev/rules.d/90-libgpod.rules:
> ACTION=="add|change", SUBSYSTEM=="usb", ATTR{idVendor}=="05ac",
> ATTR{idProduct}=="129[0-9a]", IMPORT{program}+="/lib/udev/iphone-set-info"
> Line 2 in /etc/udev/rules.d/xenomai.rules:
> KERNEL=="rtheap", MODE="0660", GROUP=="xenomai"
Some of those rules are indeed incorrect, like xenomai.rules.
If you want to assign a group, you need to use "=", not "==".
For others, it's possibly a bug in udev, see
https://lists.freedesktop.org/archives/systemd-devel/2019-November/043711.html
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20191117/2707541d/attachment.sig>
More information about the Pkg-systemd-maintainers
mailing list