[Bug 222710] New: networkname rules not converted correctly during upgrade
https://bugzilla.novell.com/show_bug.cgi?id=222710 Summary: networkname rules not converted correctly during upgrade Product: openSUSE 10.2 Version: Beta 2 plus Platform: PowerPC OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: kasievers@novell.com ReportedBy: olh@novell.com QAContact: qa@suse.de the sysfs part should probably have two == --- /etc/udev/rules.d/30-net_persistent_names.rules.rpmnew 2006-11-20 18:04:45.000000000 +0100 +++ /etc/udev/rules.d/30-net_persistent_names.rules 2006-11-20 18:04:45.000000000 +0100 @@ -1,13 +1,2 @@ -# This rules are autogenerated from /lib/udev/rename_netiface. -# But you can modify them, but make sure that you don't use an interface name -# twice. Also add such interface name rules only in this rules file. Otherwise -# rename_netiface will create wrong rules for new interfaces. -# It is safe to delete a rule, as long as you did not disable automatic rule -# generation. Only if all interfaces get a rule the renaming will work -# flawlessly. See also /etc/udev/rules.d/31-net_create_names.rules. -# -# Read /usr/share/doc/packages/sysconfig/README.Persistent_Interface_Names for -# further information. -# -# Use only a-z, A-Z and 0-9 for interface names! -# +SUBSYSTEM=="net", ACTION=="add", SYSFS{address}="00:0a:27:e2:f3:3e", IMPORT="/lib/udev/rename_netiface %k eth0" +SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:10:60:06:0f:67", IMPORT="/lib/udev/rename_netiface %k eth1" this was an upgrade in the running system from sles10 to 10.2rc1 -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222710 kasievers@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kasievers@novell.com AssignedTo|kasievers@novell.com |zoz@novell.com ------- Comment #1 from kasievers@novell.com 2006-11-20 11:31 MST ------- Christian, please "sed" the network rules file with a rpm script. The current code already creates the correct rules? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222710 zoz@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #2 from zoz@novell.com 2006-11-20 12:02 MST ------- This is an update from a sles10 beta. All released products create correct rules. Therefore there is no need for a correction at updates. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222710 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Found By|Other |Development -- 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