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.