[opensuse-factory] issue with invalid key/value in /usr/lib/udev/rules.d/58-scsi-sg3_symlink.rules
Hi Not sure where to report this. These logs appear in my "journalctl -b" a few times. Oct 06 10:33:25 LianLi kernel: audit: type=1130 audit(1444124005.854:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/syste Oct 06 10:33:25 LianLi systemd-udevd[229]: invalid key/value pair in file /usr/lib/udev/rules.d/58-scsi-sg3_symlink.rules on line 17, starting at character 64 (',') the problem is here at either the end of the 4th line in /usr/lib/udev/rules.d/58-scsi-sg3_symlink.rules, there is a comma with no extra parameter or the beginning of the 5th line and "#" creating a comment for text what looks like should be the missing parameter. (my line numbers are as the lines appear in this email and not in the file) # 1: IEEE Registered Extended first ENV{SCSI_IDENT_LUN_NAA_REGEXT}=="?*", ENV{DEVTYPE}=="disk", SYMLINK+="disk/by- id/scsi-3$env{SCSI_IDENT_LUN_NAA_REGEXT}" ENV{SCSI_IDENT_LUN_NAA_REGEXT}=="?*", ENV{DEVTYPE}=="partition", # SYMLINK+="disk/by-id/scsi-3$env{SCSI_IDENT_LUN_NAA_REGEXT}-part%n" regards Ian -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Tue, 06 Oct 2015 10:54:40 +0100 ianseeks <ianseeks@yahoo.co.uk> wrote:
Hi
Not sure where to report this. These logs appear in my "journalctl -b" a few times.
Oct 06 10:33:25 LianLi kernel: audit: type=1130 audit(1444124005.854:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/syste Oct 06 10:33:25 LianLi systemd-udevd[229]: invalid key/value pair in file /usr/lib/udev/rules.d/58-scsi-sg3_symlink.rules on line 17, starting at character 64 (',')
the problem is here at either the end of the 4th line in /usr/lib/udev/rules.d/58-scsi-sg3_symlink.rules, there is a comma with no extra parameter or the beginning of the 5th line and "#" creating a comment for text what looks like should be the missing parameter. (my line numbers are as the lines appear in this email and not in the file)
# 1: IEEE Registered Extended first ENV{SCSI_IDENT_LUN_NAA_REGEXT}=="?*", ENV{DEVTYPE}=="disk", SYMLINK+="disk/by- id/scsi-3$env{SCSI_IDENT_LUN_NAA_REGEXT}" ENV{SCSI_IDENT_LUN_NAA_REGEXT}=="?*", ENV{DEVTYPE}=="partition", # SYMLINK+="disk/by-id/scsi-3$env{SCSI_IDENT_LUN_NAA_REGEXT}-part%n"
regards
Ian
Thats a typo in the rule and should be fixed. Would you be a doll and open a bug for this? -- Robert Milasan L3 Support Engineer SUSE Linux (http://www.suse.com) email: rmilasan@suse.com GPG fingerprint: B6FE F4A8 0FA3 3040 3402 6FE7 2F64 167C 1909 6D1A -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Tuesday 06 Oct 2015 11:58:17 Robert Milasan wrote:
On Tue, 06 Oct 2015 10:54:40 +0100
ianseeks <ianseeks@yahoo.co.uk> wrote:
Hi
Not sure where to report this. These logs appear in my "journalctl -b" a few times.
Oct 06 10:33:25 LianLi kernel: audit: type=1130 audit(1444124005.854:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/syste Oct 06 10:33:25 LianLi systemd-udevd[229]: invalid key/value pair in file /usr/lib/udev/rules.d/58-scsi-sg3_symlink.rules on line 17, starting at character 64 (',')
the problem is here at either the end of the 4th line in /usr/lib/udev/rules.d/58-scsi-sg3_symlink.rules, there is a comma with no extra parameter or the beginning of the 5th line and "#" creating a comment for text what looks like should be the missing parameter. (my line numbers are as the lines appear in this email and not in the file)
# 1: IEEE Registered Extended first ENV{SCSI_IDENT_LUN_NAA_REGEXT}=="?*", ENV{DEVTYPE}=="disk", SYMLINK+="disk/by- id/scsi-3$env{SCSI_IDENT_LUN_NAA_REGEXT}" ENV{SCSI_IDENT_LUN_NAA_REGEXT}=="?*", ENV{DEVTYPE}=="partition", # SYMLINK+="disk/by-id/scsi-3$env{SCSI_IDENT_LUN_NAA_REGEXT}-part%n"
regards
Ian
Thats a typo in the rule and should be fixed. Would you be a doll and open a bug for this?
of course, where and against what do i log it? -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Tue, 2015-10-06 at 10:54 +0100, ianseeks wrote:
Hi
Not sure where to report this. These logs appear in my "journalctl -b" a few times.
Oct 06 10:33:25 LianLi kernel: audit: type=1130 audit(1444124005.854:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/syste Oct 06 10:33:25 LianLi systemd-udevd[229]: invalid key/value pair in file /usr/lib/udev/rules.d/58-scsi-sg3_symlink.rules on line 17, starting at character 64 (',')
That's already raised as https://bugzilla.opensuse.org/show_bug.cgi?id= 947947 Cheers, Dominique -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Tuesday 06 Oct 2015 11:59:37 Dominique Leuenberger / DimStar wrote:
On Tue, 2015-10-06 at 10:54 +0100, ianseeks wrote:
Hi
Not sure where to report this. These logs appear in my "journalctl -b" a few times.
Oct 06 10:33:25 LianLi kernel: audit: type=1130 audit(1444124005.854:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/syste Oct 06 10:33:25 LianLi systemd-udevd[229]: invalid key/value pair in file /usr/lib/udev/rules.d/58-scsi-sg3_symlink.rules on line 17, starting at character 64 (',')
That's already raised as https://bugzilla.opensuse.org/show_bug.cgi?id= 947947
Cheers, Dominique ok thanks. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
ti., 06.10.2015 kl. 11.59 +0200, skrev Dominique Leuenberger / DimStar:
snip
That's already raised as https://bugzilla.opensuse.org/show_bug.cgi?i d= 947947
Cheers, Dominique
and we have https://bugzilla.opensuse.org/show_bug.cgi?id=940833 https://bugzilla.opensuse.org/show_bug.cgi?id=940834 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (4)
-
Bjørn Lie
-
Dominique Leuenberger / DimStar
-
ianseeks
-
Robert Milasan