Re: network interfaces fail to start on boot

2007-05-21 Thread David Fuchs
haha... I found out why I need to manually start my interfaces :) the init script /etc/init.d/networking is missing ! still, udev tries bringing up the two physical interfaces if they're set as allow=hotplug - but there's a line wait_for_lo in /lib/udev/net.agent which means that no physical i

Re: network interfaces fail to start on boot

2007-05-21 Thread Andrei Popescu
On Mon, May 21, 2007 at 12:37:34AM +0200, David Fuchs wrote: Putting this back on list. > On 5/21/07, Andrei Popescu <[EMAIL PROTECTED]> wrote: > >On Sun, May 20, 2007 at 11:58:27PM +0200, David Fuchs wrote: > >> hi all, > >> > >> I just installed Etch on a system with 3 network interfaces: eth0,

Re: network interfaces fail to start on boot

2007-05-20 Thread Michael Pobega
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, May 20, 2007 at 11:58:27PM +0200, David Fuchs wrote: > hi all, > > I just installed Etch on a system with 3 network interfaces: eth0, > eth1, lo. all network interfaces are configured as auto in > /etc/network/interfaces. > > for some reason,

Re: network interfaces fail to start on boot

2007-05-20 Thread Andrei Popescu
On Sun, May 20, 2007 at 11:58:27PM +0200, David Fuchs wrote: > hi all, > > I just installed Etch on a system with 3 network interfaces: eth0, > eth1, lo. all network interfaces are configured as auto in > /etc/network/interfaces. > > for some reason, the interfaces all fail to start on boot. I ha

network interfaces fail to start on boot

2007-05-20 Thread David Fuchs
hi all, I just installed Etch on a system with 3 network interfaces: eth0, eth1, lo. all network interfaces are configured as auto in /etc/network/interfaces. for some reason, the interfaces all fail to start on boot. I have to manually run ifup -a for them to work. how can I fix this? another