[systemd-devel] need help with undestanding a udev warning
Michael Biebl
mbiebl at gmail.com
Wed Nov 13 15:20:43 UTC 2019
Hi,
with v243 I get the following warning in my journal:
Nov 13 15:38:12 pluto systemd-udevd[319]:
/lib/udev/rules.d/90-libgpod.rules:19 IMPORT key takes '==' or '!='
operator, assuming '==', but please fix it.
Nov 13 15:38:12 pluto systemd-udevd[319]:
/lib/udev/rules.d/90-libgpod.rules:23 IMPORT key takes '==' or '!='
operator, assuming '==', but please fix it.
Looking at the rules file, it shows
ACTION=="add|change", ENV{USBMUX_SUPPORTED}=="1",
IMPORT{program}+="/lib/udev/iphone-set-info", GOTO="libgpod_end"
..
ACTION=="add|change", SUBSYSTEM=="usb", ATTR{idVendor}=="05ac",
ATTR{idProduct}=="129[0-9a]",
IMPORT{program}+="/lib/udev/iphone-set-info"
I don't see the error in those udev rules, so I was wondering why udev
is complaining about them
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
More information about the systemd-devel
mailing list