[Bug 1471208] Re: persistent network interface failed

2015-07-13 Thread god
Ah, my bad, didn't realized that virtio actually names interfaces that way. ** Changed in: udev (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1471208

[Bug 1471208] Re: persistent network interface failed

2015-07-06 Thread god
cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic root=UUID=f4862d1a-ebc5-4bfd-a3f1-e42a1ab40f2b ro net.ifnames=1 -- You received this bug notification

[Bug 1471208] Re: persistent network interface failed

2015-07-06 Thread god
And still - the interfaces are named eth0, eth1 etc. Surprisingly on another machine modifying kernel command line and killing udev rules from /etc were sufficient to get rid of this renaming. Are there some more places this creeped into? ** Changed in: udev (Ubuntu) Status: Incomplete =

[Bug 1471208] Re: persistent network interface failed

2015-07-06 Thread god
ls /lib/udev/rules.d/|grep 75 75-net-description.rules 75-probe_mtd.rules 75-tty-description.rules -- You received this bug notification because you are a member of Ubuntu

[Bug 1471208] Re: persistent network interface failed

2015-07-06 Thread Martin Pitt
veth interfaces aren't covered by persistent names anyway, as you determine their name when you create them. What are you trying to do exactly and how do you create the veth device pair? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1471208] Re: persistent network interface failed

2015-07-05 Thread Martin Pitt
Does that still happen if you move away /lib/udev/rules.d/75-persistent- net-generator.rules? It should be inert with net.ifnames=1, but can you please give the output of cat /proc/cmdline to be sure that it actually made it there? ** Changed in: udev (Ubuntu) Status: New = Incomplete --