[Bug 1133783] New: systemd-udevd: 59-fc-wwpn-id.rules: Invalid key/value pair
http://bugzilla.opensuse.org/show_bug.cgi?id=1133783 Bug ID: 1133783 Summary: systemd-udevd: 59-fc-wwpn-id.rules: Invalid key/value pair Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: bnc-team-screening@forge.provo.novell.com Reporter: mkravec@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- It looks like udev rule contains ";" instead of ",". # journalctl -u systemd-udevd -p err systemd-udevd[473]: /usr/lib/udev/rules.d/59-fc-wwpn-id.rules:10: Invalid key/value pair, starting at character 26 (';') systemd-udevd[473]: /usr/lib/udev/rules.d/59-fc-wwpn-id.rules:11: Invalid key/value pair, starting at character 29 (';') systemd-udevd[473]: /usr/lib/udev/rules.d/59-fc-wwpn-id.rules:12: Invalid key/value pair, starting at character 25 (';') # /usr/lib/udev/rules.d/59-fc-wwpn-id.rules 08 ENV{DEVTYPE}=="disk", IMPORT{program}="fc_wwpn_id %p" 09 ENV{DEVTYPE}=="partition", IMPORT{parent}="FC_*" 10 ENV{FC_TARGET_WWPN}!="$*"; GOTO="fc_wwpn_end" 11 ENV{FC_INITIATOR_WWPN}!="$*"; GOTO="fc_wwpn_end" 12 ENV{FC_TARGET_LUN}!="$*"; GOTO="fc_wwpn_end" Tested on openSUSE-Tumbleweed-DVD-x86_64-Build1150.1 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1133783 http://bugzilla.opensuse.org/show_bug.cgi?id=1133783#c1 Emanuel Castelo <emanuel.castelo@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emanuel.castelo@gmail.com --- Comment #1 from Emanuel Castelo <emanuel.castelo@gmail.com> --- On System: Host: skynet-HP-tw Kernel: 5.0.9-1-default x86_64 bits: 64 compiler: gcc v: 8.3.1 Desktop: N/A wm: kwin_x11 dm: SDDM Distro: openSUSE Tumbleweed 20190428 Seeing errors at boot time, Apr 30 22:43:53 skynet-HP-tw systemd-udevd[19124]: /usr/lib/udev/rules.d/59-fc-wwpn-id.rules:10: Invalid key/value pair, starting at character 26 (';') Apr 30 22:43:53 skynet-HP-tw systemd-udevd[19124]: /usr/lib/udev/rules.d/59-fc-wwpn-id.rules:12: Invalid key/value pair, starting at character 29 (';') Apr 30 22:43:53 skynet-HP-tw systemd-udevd[19124]: /usr/lib/udev/rules.d/59-fc-wwpn-id.rules:14: Invalid key/value pair, starting at character 25 (';’) The errors shown I believe are as of dup Tumbleweed 20190428 -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com