You are not logged in.

#1 2008-02-23 02:09:00

caecusum
Member
Registered: 2007-08-26
Posts: 29

Network Daemon Timeout

When booting my laptop the process hangs when trying to start the network daemon.  I shortly thereafter get two timeout messages, one for eth0 and one for wlan0.  If I plug the ethernet cable in the eth0 messages disappears.  What's weird is that both interfaces are working perfectly fine and are able to send and receive data.

I'm using the autowifi script to deal with my wireless settings.

/etc/rc.conf

lo="lo 127.0.0.1"
eth0="dhcp"
wlan0="dhcp"
INERFACES=(lo eth0 wlan0)


DAEMONS=(syslog-ng hal network netfs crond autowifi alsa)

Everything is working fine, but the long boot time is annoying.  What am I doing wrong?  Thanks in advance cool

Offline

#2 2008-02-23 03:54:21

vogt
Member
From: Toronto, Canada
Registered: 2006-11-25
Posts: 389

Re: Network Daemon Timeout

try starting network backgrounded:

DAEMONS=(syslog-ng hal @network netfs crond autowifi alsa)

Offline

Board footer

Powered by FluxBB