|
|||||||||||
|
Re: how to keep eth0 etch0 and not change
From: <cls(at)truffula.sj.ca.us>
Date: Thu Aug 23 2007 - 19:08:31 EDT
I ran into more or less the same thing. Apparently the issue
is that a fresh Etch install will use udev to assign
the name to the network interface when it is discovered.
The udev mechanism is trying to nail the ethN name to a particular
MAC address.
This was a test system with various hardware under test. An Ethernet interface (motherboard or add-in card) has a factory-assigned MAC address. Each time I tried a new network card it would add another line with the ethN incremented.
Edit /etc/udev/rules.d/z25_persistent-net.rules and change
the first ATTRS{address}=="00:11:5b:2f:a0:75" (or whatever)
to ATTRS{address}=="??:??:??:??:??:??:"
This new behavior was documented here
You will have a similar but more alarming problem with hard drive partitions. In the Olden Days you could call them by their /dev names in /etc/fstab. But those names are no longer stable. When you create file systems and initialize swap partitions, you should give each a unique volume label, and call them by label in /etc/fstab. This is a feature, not a bug. It lets you move your drives around without having to edit /etc/fstab again. Cameron -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Thu Aug 23 19:24:51 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 02:46:35 EDT |
||||||||||
|
|||||||||||