Mailinglist Archive: opensuse-bugs (15136 mails)
| < Previous | Next > |
[Bug 329642] New: udev convert_persistent_name_rules fails on custom rules
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sat, 29 Sep 2007 08:17:07 -0600 (MDT)
- Message-id: <bug-329642-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=329642#c10
Summary: udev convert_persistent_name_rules fails on custom rules
Product: openSUSE 10.3
Version: RC 1
Platform: x86-64
OS/Version: openSUSE 10.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Update Problems
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: peters-novell@xxxxxxxxxx
QAContact: jsrain@xxxxxxxxxx
Found By: Customer
I had a special rule to base eth0 on pci id instead of MAC,during upgrade from
OpenSuse 10.2 -> 10.3RC1 that rule got corrupt.
#10.2 rule
SUBSYSTEM=="net", ACTION=="add", SYSFS{device}=="0000:00:07.0",
IMPORT="/lib/udev/rename_netiface %k eth0"
#got converted to
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="0000:00:07.0",
NAME="eth0"
and that did of course fail since "0000:00:07.0" isn't a valid MAC, I guess
ATTRS should be device.
--
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.
Summary: udev convert_persistent_name_rules fails on custom rules
Product: openSUSE 10.3
Version: RC 1
Platform: x86-64
OS/Version: openSUSE 10.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Update Problems
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: peters-novell@xxxxxxxxxx
QAContact: jsrain@xxxxxxxxxx
Found By: Customer
I had a special rule to base eth0 on pci id instead of MAC,during upgrade from
OpenSuse 10.2 -> 10.3RC1 that rule got corrupt.
#10.2 rule
SUBSYSTEM=="net", ACTION=="add", SYSFS{device}=="0000:00:07.0",
IMPORT="/lib/udev/rename_netiface %k eth0"
#got converted to
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="0000:00:07.0",
NAME="eth0"
and that did of course fail since "0000:00:07.0" isn't a valid MAC, I guess
ATTRS should be device.
--
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.
| < Previous | Next > |