Gentoo Archives: gentoo-user

From: Dan Wallis <mrdanwallis@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to run dhclient on the background
Date: Sun, 23 Nov 2008 22:05:27
Message-Id: 919d41310811231405w1cf8e156tad39fe4cb9c8f097@mail.gmail.com
In Reply to: [gentoo-user] How to run dhclient on the background by damian
1 On 23/11/2008, damian <damian.only@×××××.com> wrote:
2 > Hello,
3 >
4 > When I boot my computer I don't want to wait for the dhcp client (in
5 > my case dhclient) to acquire a lease to continue the booting process.
6 > Instead, I would like that the client could be run in the background
7 > (as a daemon) right after it is invoked.
8 >
9 > Reading through the man pages of dhclient it seems like I need to pass
10 > the -nw flag to the client. However. I can't find how to do this.
11 >
12 > Any help is welcomed. It seems like I'm the only one with this issue
13 > (I don't think so) because I can't find in the internet information
14 > about this.
15 >
16 > Thanks in advance,
17 >
18 > Damian.
19
20 Hi Damian
21
22 I had a similar problem with my machine when I first started using
23 Gentoo, but I then discovered sys-apps/netplug. Install that and all
24 should be well. You might want to check your RC_NET_STRICT_CHECKING
25 variable (in /etc/conf.d/rc) is the way you want it, but otherwise
26 there isn't any extra configuration required.
27
28 I realise you've already got your original problem sorted, but
29 hopefully this helps others.
30
31
32 Dan

Replies

Subject Author
Re: [gentoo-user] How to run dhclient on the background damian <damian.only@×××××.com>