Package: udev
Version: 0.093-1
When my system boots, I see the following messages:
udevd-event[???]: rename_net_if: error changing net interface name eth1_temp
to eth0: timeout
udevd-event[???]: rename_net_if: error changing net interface name eth1 to
eth1_temp: File exists
Since /etc/network/interfaces expects eth0 to be the NIC, it then fails
to configure the network.
I've attached /etc/udev/rules.d/z25_persistent-net.rules. Please let me
know if there's more information I can provide to help fix this.
--
Matt
# This file was automatically generated by the /lib/udev/write_net_rules
# program, probably run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line.
# PCI device 0x11ab:0x4362 (sky2)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:16:cb:89:c9:f3",
NAME="eth0"
# Firewire device 0016cbfffe4ce7ca (ohci1394)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:16:cb:ff:fe:4c:e7:ca",
NAME="eth1"
# PCI device 11ab:4362 (sky2)
SUBSYSTEM=="net", DRIVER=="?*", SYSFS{address}=="00:16:cb:89:c9:f3", NAME="eth"
# FireWire host adapter 0016cbfffe4ce7ca (/class/net/eth1)
SUBSYSTEM=="net", DRIVER=="?*", SYSFS{address}=="00:16:cb:ff:fe:4c:e7:ca",
NAME="eth"