https://bugzilla.novell.com/show_bug.cgi?id=870537 https://bugzilla.novell.com/show_bug.cgi?id=870537#c1 --- Comment #1 from Robert Milasan <rmilasan@suse.com> 2014-03-27 08:28:01 UTC --- Third reboot with reworked patch and net.ifnames=0 used: opensuse-factory:~ # ip l 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000 link/ether 08:00:27:90:de:7b brd ff:ff:ff:ff:ff:ff 3: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000 link/ether 08:00:27:50:e2:6f brd ff:ff:ff:ff:ff:ff 4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000 link/ether 08:00:27:b7:44:32 brd ff:ff:ff:ff:ff:ff opensuse-factory:~ # dmesg |grep udev [ 0.749320] systemd-udevd[173]: starting version 210 [ 1.954136] systemd-udevd[184]: renamed network interface eth1 to rename3 [ 1.958179] systemd-udevd[185]: renamed network interface eth0 to eth1 [ 2.007227] systemd-udevd[184]: renamed network interface rename3 to eth0 [ 2.623058] systemd-udevd[308]: starting version 210 opensuse-factory:~ # cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-3.14.0-rc5-1-desktop root=UUID=4be0e30c-17f4-4e47-8126-a0b7c565dc6a elevator=noop apparmor=0 selinux=0 audit=0 resume=/dev/disk/by-uuid/3835bc7f-8b60-4315-a0b4-1cd3839a9532 splash=silent quiet net.ifnames=0 Fifth reboot with reworked patch and without net.ifnames=0: opensuse-factory:~ # ip l 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000 link/ether 08:00:27:90:de:7b brd ff:ff:ff:ff:ff:ff 3: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000 link/ether 08:00:27:50:e2:6f brd ff:ff:ff:ff:ff:ff 4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000 link/ether 08:00:27:b7:44:32 brd ff:ff:ff:ff:ff:ff opensuse-factory:~ # dmesg |grep udev [ 0.742013] systemd-udevd[173]: starting version 210 [ 1.935152] systemd-udevd[184]: renamed network interface eth1 to rename3 [ 1.939198] systemd-udevd[185]: renamed network interface eth0 to eth1 [ 1.988189] systemd-udevd[184]: renamed network interface rename3 to eth0 [ 2.612375] systemd-udevd[310]: starting version 210 opensuse-factory:~ # cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-3.14.0-rc5-1-desktop root=UUID=4be0e30c-17f4-4e47-8126-a0b7c565dc6a elevator=noop apparmor=0 selinux=0 audit=0 resume=/dev/disk/by-uuid/3835bc7f-8b60-4315-a0b4-1cd3839a9532 splash=silent quiet -- 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.