[Bug 352145] New: udevd error opening ... for writing; Permission denied
https://bugzilla.novell.com/show_bug.cgi?id=352145 Summary: udevd error opening ... for writing; Permission denied Product: openSUSE 11.0 Version: unspecified Platform: Other OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: casualprogrammer@yahoo.com QAContact: qa@suse.de Found By: Beta-Customer On every boot the message Starting udevd: udevd-event[1314]: match_rule: error opening ATTR{/sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/net/eth1/type} for writing: Permission denied is logged. stat /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/net/eth1/type File: `/sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/net/eth1/type' Size: 4096 Blocks: 0 IO Block: 4096 regular file Device: 0h/0d Inode: 6121 Links: 1 Access: (0444/-r--r--r--) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2008-01-07 23:09:09.444064348 +0100 Modify: 2008-01-07 23:09:09.444064348 +0100 Change: 2008-01-07 23:09:09.444064348 +0100 As it appears the file is read-only, but has been accessed, modified and changed at boot time. eth1 ( wireless ) seems to work flawless. Notebook: Fujitsu Siemens Amilo Si 1520 Graphics: Fujitsu Siemens Mobile 945GM/GMS/GME, 943/940GML Express Monitor: QUANTADISPLAY LCD Monitor 1280x800@60Hz Wireless: Intel PRO/Wireless 3945ABG Network Connection Sound: 82801G (ICH7 Family) High Definition Audio Controller Desktop: gnome2-SuSE-10.3-136 YaST GUI: yast2-qt-2.16.12-7 OS: openSUSE 11.0 (i586) Alpha0 VERSION = 11.0 Kernel: 2.6.24-rc6-git7-2-default rpm -qa | grep udev | sort udev-118-3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352145 User casualprogrammer@yahoo.com added comment https://bugzilla.novell.com/show_bug.cgi?id=352145#c1 --- Comment #1 from Casual J. Programmer <casualprogrammer@yahoo.com> 2008-01-07 14:30:35 MST --- Created an attachment (id=189629) --> (https://bugzilla.novell.com/attachment.cgi?id=189629) /var/log/boot.msg -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352145 Mark Gordon <mtgordon@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtgordon@novell.com AssignedTo|bnc-team-screening@forge.provo.novell.com |kasievers@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352145 User kasievers@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=352145#c2 Kay Sievers <kasievers@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |casualprogrammer@yahoo.com --- Comment #2 from Kay Sievers <kasievers@novell.com> 2008-01-09 15:19:06 MST --- What does: grep 'ATTR{type}' /etc/udev/rules.d/* print? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352145 User casualprogrammer@yahoo.com added comment https://bugzilla.novell.com/show_bug.cgi?id=352145#c3 Casual J. Programmer <casualprogrammer@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|casualprogrammer@yahoo.com | --- Comment #3 from Casual J. Programmer <casualprogrammer@yahoo.com> 2008-01-10 01:33:41 MST --- grep 'ATTR{type}' /etc/udev/rules.d/* /etc/udev/rules.d/50-udev-default.rules:SUBSYSTEM=="scsi", KERNEL=="[0-9]*:[0-9]*", ACTION=="add", ATTR{type}=="0|7|14", ATTR{timeout}="60" /etc/udev/rules.d/50-udev-default.rules:SUBSYSTEM=="scsi", KERNEL=="[0-9]*:[0-9]*", ACTION=="add", ATTR{type}=="1", ATTR{timeout}="900" /etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", DRIVERS=="?*", ATTR{type}="1", ATTR{address}=="00:13:02:18:12:ac", NAME="eth1" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352145 User kasievers@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=352145#c4 --- Comment #4 from Kay Sievers <kasievers@novell.com> 2008-01-10 05:57:16 MST --- Delete /etc/udev/rules.d/70-persistent-net.rules, there is ATTR{type}="1" in there, which must be ATTR{type}=="1". The file will be recreated on reboot with the proper content. Don't know where this file is coming from, but 10.3 did not create it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352145 User casualprogrammer@yahoo.com added comment https://bugzilla.novell.com/show_bug.cgi?id=352145#c5 --- Comment #5 from Casual J. Programmer <casualprogrammer@yahoo.com> 2008-01-10 09:11:11 MST --- This solved it. Thank you. As for the origin of the file, it must have come with the distribution or gotten corrupted during some update or other. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352145 User kasievers@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=352145#c6 Kay Sievers <kasievers@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #6 from Kay Sievers <kasievers@novell.com> 2008-01-10 09:20:37 MST --- Thanks for the testing and report. Maybe it was a bug in a conversion from some old persistent names config, which wasn't part of the udev package. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com