Thanks!

On Tue, 2003-11-25 at 08:53, mathieu wrote:
> Le Mardi, 25 Novembre 2003 16.44, Paul Kimberley a �crit :
> > Hi,
> >
> > A few days ago my nic stopped working on boot, the problem is the
> > /etc/init.d/net.eth0 script can't start-up. I get this error!
> >
> > bash-2.05b# /etc/init.d/net.eth0 start
> >  * Bringing eth0 up...
> >  * eth0 is not plugged in or has no carrier
> > signal                        [ !! ]
> >
> > I can manually run 'dhcpcd eth0' and then it works again!
> >
> > bash-2.05b# /etc/init.d/net.eth0 start
> >  * Bringing eth0
> > up...                                                    [ ok ]
> >
> > Anyone have any idea's where to start to debug this? I'm on a LAN so I
> > shouldn't be getting no carrier signals and the cable IS plugged in!
> 
> This is a known bug of baselayout:
> http://bugs.gentoo.org/show_bug.cgi?id=33272
> 
> the easiest fix until it's fixed is to manually edit net.eth0 and replace
> carrier_IFACE="$(ifconfig | gawk -v IFACE="${iface}" '/RUNNING/ { if ($1 == 
> IFACE) print "running" }')"
> with
> carrier_IFACE='running'
> 
> hth


--
[EMAIL PROTECTED] mailing list

Reply via email to