Re: [gentoo-user] Problems with udev and network cards changing device name

2007-03-24 Thread Fabián Lema
On 3/22/07, Jonathan Gill [EMAIL PROTECTED] wrote: Hi. Ive got a weird problem here and hoping someone can give me a solution, or point me to some docs that show how to resolve this. I have a system that I have built that I use as a base for all my other boxes. (think stage 4) I tar it up,

Re: [gentoo-user] Problems with udev and network cards changing device name

2007-03-23 Thread Boyd Stephen Smith Jr.
On Thursday 22 March 2007, Neil Bothwick [EMAIL PROTECTED] wrote about 'Re: [gentoo-user] Problems with udev and network cards changing device name': Delete /etc/udev/rules.d/70-persistent-net.rules It won't come back next time udev is installed? This associated network interfaces with MAC

Re: [gentoo-user] Problems with udev and network cards changing device name

2007-03-23 Thread Neil Bothwick
On Thu, 22 Mar 2007 16:04:16 -0500, Boyd Stephen Smith Jr. wrote: Delete /etc/udev/rules.d/70-persistent-net.rules It won't come back next time udev is installed? Yes it will, but with the correct information. the problem is that the old file had allocated eth0 and eth1 to MAC addresses

[gentoo-user] Problems with udev and network cards changing device name

2007-03-22 Thread Jonathan Gill
Hi. Ive got a weird problem here and hoping someone can give me a solution, or point me to some docs that show how to resolve this. I have a system that I have built that I use as a base for all my other boxes. (think stage 4) I tar it up, boot the new box on a livecd, and untar it after

Re: [gentoo-user] Problems with udev and network cards changing device name

2007-03-22 Thread Neil Bothwick
On Thu, 22 Mar 2007 22:56:43 +0800, Jonathan Gill wrote: To tar it up, I boot on a live cd, mount the partitions as needed (root and boot) and then tar with cjpf the whole thing. Once ive set the bootloader up and rebooted, it moves the network cards from eth0 and eth1 to eth2 and eth3

Re: [gentoo-user] Problems with udev and network cards changing device name

2007-03-22 Thread Neil Walker
Jonathan Gill wrote: Once ive set the bootloader up and rebooted, it moves the network cards from eth0 and eth1 to eth2 and eth3 (and its just moved them to eth4 and eth5 on a new installation!) What can I do to make sure it comes up as eth0 and eth1 each time? Delete