From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-86734-garchives=archives.gentoo.org@lists.gentoo.org>) id 1L4N54-0007WF-Ul for garchives@archives.gentoo.org; Sun, 23 Nov 2008 22:05:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59034E04EB; Sun, 23 Nov 2008 22:05:27 +0000 (UTC) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by pigeon.gentoo.org (Postfix) with ESMTP id 0ECBDE04EB for <gentoo-user@lists.gentoo.org>; Sun, 23 Nov 2008 22:05:26 +0000 (UTC) Received: by ug-out-1314.google.com with SMTP id 30so574481ugs.39 for <gentoo-user@lists.gentoo.org>; Sun, 23 Nov 2008 14:05:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=kWji2UDBiYY44V9BQGFQrnaHGVv7GqWteNdaV5s9PL4=; b=juW/ZhCmIpUzEHxH7ci5JYQIR+RkNTrg1Lx+uVl5bq+fEZSmpPGCTYz7j/Q4knnhW3 cBMduNZ4ijWyzhumjR13Xg/erM54rOBYszsadbKZy9dCDZyoAJ2KukLSqVfTVQaSVkw3 ljE8OixqmGjmXhrrYImzwj6ebA+EbrzqZeKMQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=QadhzgjD4EezutZ7Uy49B/j7o1ygMGkEBH6PQEqjJHyUTzRXWoLX2jrAx7d4h4PREH arqv+p5Rl6WrQoNiyKaKMwyR2sRPlVpxCQQk/EyVEcF47fMeo1T5BIWkWcZTZvG3nA+l ANQdAigvtPEg1pPL9pJRTEOAkICpX18IobfME= Received: by 10.66.236.16 with SMTP id j16mr1495477ugh.26.1227477924432; Sun, 23 Nov 2008 14:05:24 -0800 (PST) Received: by 10.67.102.14 with HTTP; Sun, 23 Nov 2008 14:05:24 -0800 (PST) Message-ID: <919d41310811231405w1cf8e156tad39fe4cb9c8f097@mail.gmail.com> Date: Sun, 23 Nov 2008 22:05:24 +0000 From: "Dan Wallis" <mrdanwallis@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] How to run dhclient on the background In-Reply-To: <47a330c50811230420m4732e078y46ce8cd63b793583@mail.gmail.com> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47a330c50811230420m4732e078y46ce8cd63b793583@mail.gmail.com> X-Archives-Salt: ca46c615-b440-43aa-82af-956e406105e3 X-Archives-Hash: 5ca88d79ac3b536bcc601926343d536f On 23/11/2008, damian <damian.only@gmail.com> wrote: > Hello, > > When I boot my computer I don't want to wait for the dhcp client (in > my case dhclient) to acquire a lease to continue the booting process. > Instead, I would like that the client could be run in the background > (as a daemon) right after it is invoked. > > Reading through the man pages of dhclient it seems like I need to pass > the -nw flag to the client. However. I can't find how to do this. > > Any help is welcomed. It seems like I'm the only one with this issue > (I don't think so) because I can't find in the internet information > about this. > > Thanks in advance, > > Damian. Hi Damian I had a similar problem with my machine when I first started using Gentoo, but I then discovered sys-apps/netplug. Install that and all should be well. You might want to check your RC_NET_STRICT_CHECKING variable (in /etc/conf.d/rc) is the way you want it, but otherwise there isn't any extra configuration required. I realise you've already got your original problem sorted, but hopefully this helps others. Dan