udev is renaming my ethernet devices. make it stop!
Udev has a nasty habit where it takes it upon itself to rename
ethernet devices.
I have lines in demsg such as:
udev: renamed network interface eth1 to eth2
udev: renamed network interface eth0_rename to eth1
This behavior ****s especially when udev changes its mind between
reboots where NO hardware changes have occured. My motherboard
ethernet which has been eth0 for *years*, is now getting renamed to
eth2.
I see rules in /etc/udev/rules.d/70-persistent-net.rules and when I had
swapped out a plugin card and udev started it's musical chairs game, I
was able to reverse it by deleting the extranious rules there.
However, it won't leave my motherboard at eth0. I delete the rule,
and some nanny process shoves it back giving me two rules for the
motherboard ethernet.
I don't really care what the ethernet devices get named as long as they
don't change for no damn reason between reboots. This system is a
mythtv server and I don't appreciate having to get out a keyboard to
fix something that was previously working. If it works, don't fix it!
|