New machine running the vmlinuz-2.6.18-6-amd64 kernel and 4 GB of ram.
I set up the /etc/network/interfaces file up as such:
--------------------------------------------------------------------------------
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 209.102.12x.xx
netmask 255.255.255.0
network 209.102.124.0
broadcast 209.102.124.255
gateway 209.102.12x.x
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 20x.129.4x.2x 20x.10x.12x.xx 20x.10x.12x.xx
dns-search pcez.com
(The numbers are changed to protect the innocent)
-----------------------------------------------------------------------------------
The /etc/udev/rules.d/z25_persistent-net.rules file looks like this the
first time you boot it up?
----------------------------------------------------------------------------------
# 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.
# MAC addresses must be written in lowercase.
The next time it boots up the machine does not recognize eth0
and there is a eth1 added to the above file. If I change the
/etc/network/interfaces file to eth1 and do a ifup -a there is the
Internet.
Each time the machine is booted up the number climbs eth1 eth2 eth3 ...
etc.
Below is the z25_persistent-net.rules after 11 reboots, and if you want
the ethernet to work you need to bump up the eth? in the interfaces file.
If you remove the z25_persistent-net.rules file when you reboot it will
set the ethernet to eth0.
Any ideas?
What I have done just so I can run the machine is to remove the
z25_persistent-net.rules file as part of the reboot process. This works.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
07-26-2008, 02:49 AM
David Parker
udev z25_persistent-net.rules problem
----- Original Message -----
From: Account for Debian group mail <debian@pcez.com>
Date: Friday, July 25, 2008 10:43 pm
Subject: udev z25_persistent-net.rules problem
To: debian-user@lists.debian.org
>
> The next time it boots up the machine does not recognize eth0
> and there is a eth1 added to the above file. If I change the
> /etc/network/interfaces file to eth1 and do a ifup -a there is the
> Internet.
>
> Each time the machine is booted up the number climbs eth1 eth2
> eth3 ...
> etc.
>
Hi,
This is a problem with the forcedeth driver in etch.* See this post:
Thanks. The post that said this was fixed in the forcedeth driver in
testing, any idea what this file is called so I can download it and get it
installed?
Thanks again,
Ken
On Fri, 25 Jul 2008, David Parker wrote:
> ----- Original Message -----
> From: Account for Debian group mail <debian@pcez.com>
> Date: Friday, July 25, 2008 10:43 pm
> Subject: udev z25_persistent-net.rules problem
> To: debian-user@lists.debian.org
> >
> > The next time it boots up the machine does not recognize eth0
> > and there is a eth1 added to the above file. If I change the
> > /etc/network/interfaces file to eth1 and do a ifup -a there is the
> > Internet.
> >
> > Each time the machine is booted up the number climbs eth1 eth2
> > eth3 ...
> > etc.
> >
>
> Hi,
>
> This is a problem with the forcedeth driver in etch.* See this post:
>
> http://lists.debian.org/debian-user/2007/10/msg02402.html
>
> I hope this helps.
>
> *** - Dave
>
>
>
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
07-26-2008, 11:59 AM
Florian Kulzer
udev z25_persistent-net.rules problem
[ Please don't top-post. ]
On Fri, Jul 25, 2008 at 22:50:07 -0700, Account for Debian group mail wrote:
> Dave,
>
> Thanks. The post that said this was fixed in the forcedeth driver in
> testing, any idea what this file is called so I can download it and get it
> installed?
There may be a much simpler solution, provided that you can live with
getting a semi-random MAC address at every reboot: Just change the udev
rule for eth0 to look like this
and remove all the other ethX rules from the file.
> On Fri, 25 Jul 2008, David Parker wrote:
> > From: Account for Debian group mail
> >
> > > The next time it boots up the machine does not recognize eth0
> > > and there is a eth1 added to the above file. If I change the
> > > /etc/network/interfaces file to eth1 and do a ifup -a there is the
> > > Internet.
> > >
> > > Each time the machine is booted up the number climbs eth1 eth2
> > > eth3 ...
> > > etc.
> > >
> >
> > Hi,
> >
> > This is a problem with the forcedeth driver in etch.? See this post:
> >
> > http://lists.debian.org/debian-user/2007/10/msg02402.html
> >
> > I hope this helps.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
07-26-2008, 04:42 PM
Andrei Popescu
udev z25_persistent-net.rules problem
On Fri,25.Jul.08, 22:50:07, Account for Debian group mail wrote:
> Dave,
>
> Thanks. The post that said this was fixed in the forcedeth driver in
> testing, any idea what this file is called so I can download it and get it
> installed?
>
> Thanks again,
Do you have etch-proposed-updates in your sources.list? I think the
2.6.24 kernel for etch-and-half [1] should already be available.
[1] http://wiki.debian.org/EtchAndAHalf
Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)
07-26-2008, 09:14 PM
David Parker
udev z25_persistent-net.rules problem
> Thanks. The post that said this was fixed in the forcedeth
> driver in
> testing, any idea what this file is called so I can download it
> and get it
> installed?
>
*
The driver is part of the linux-image-2.6.25.2 kernel package.
*** - Dave
07-28-2008, 06:37 PM
Account for Debian group mail
udev z25_persistent-net.rules problem
Just got it and it solved the problem. After putting in new kernel I had
to remove the "/etc/udev/rules.d/z25_persistent-net.rules" file and it
started working just fine.
Thanks,
Ken
On Sat, 26 Jul 2008, Andrei Popescu wrote:
> On Fri,25.Jul.08, 22:50:07, Account for Debian group mail wrote:
> > Dave,
> >
> > Thanks. The post that said this was fixed in the forcedeth driver in
> > testing, any idea what this file is called so I can download it and get it
> > installed?
> >
> > Thanks again,
>
> Do you have etch-proposed-updates in your sources.list? I think the
> 2.6.24 kernel for etch-and-half [1] should already be available.
>
> [1] http://wiki.debian.org/EtchAndAHalf
>
> Regards,
> Andrei
> --
> If you can't explain it simply, you don't understand it well enough.
> (Albert Einstein)
>
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org