Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] offline runlevel
Date: Wed, 15 Nov 2006 20:04:25
Message-Id: 7573e9640611151157t3b2d2808p8dde2eb73e792e71@mail.gmail.com
In Reply to: [gentoo-user] offline runlevel by Roger Mason
1 On 11/15/06, Roger Mason <rmason@×××××××.ca> wrote:
2 > the system still tries to start eth0 and then wastes time while dhcpd
3 > times out.
4
5 Probably you need one or both of the following in /etc/conf.d/rc:
6
7 RC_PLUG_SERVICES="!net.eth0"
8 RC_NET_STRICT_CHECKING="lo"
9
10 BUT, what you probably really want is to emerge ifplugd. With this
11 installed, gentoo will detect when there is a cable connected and
12 startup networking automagically when a cable is inserted. It should
13 also avoid timing out on dhcp requests when no link is detected.
14
15 -Richard
16 --
17 gentoo-user@g.o mailing list