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.