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-86771-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1L4b4t-0004Dm-R1
	for garchives@archives.gentoo.org; Mon, 24 Nov 2008 13:02:12 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AA952E074C;
	Mon, 24 Nov 2008 13:02:11 +0000 (UTC)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185])
	by pigeon.gentoo.org (Postfix) with ESMTP id 61229E074C
	for <gentoo-user@lists.gentoo.org>; Mon, 24 Nov 2008 13:02:11 +0000 (UTC)
Received: by nf-out-0910.google.com with SMTP id c7so1084069nfi.26
        for <gentoo-user@lists.gentoo.org>; Mon, 24 Nov 2008 05:02:09 -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=e8Rrks0sJLDSjcErlpPvf+Piuf0rx53OBUdJfzpJigQ=;
        b=rzQMmCNWvgMf6pWCetoDJXX2BL2z98wEenDkJZmv5C7UHkyi+P+qfD4I6rbUIYRsoM
         qZ0MWoH7xxX+34OMIK/QVDc9H+dLo3OBPE+3Cq4Rq/E388Jlr6NBs1KWkBrWkC9LJT9N
         2qRJD9yKPKbpkVt73Jt55ec5QITyS0Gq7tW+c=
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=aCGgxYSzHWBb5M/xOIGjtOoq3NyZorZ16jwPSwqsBMYeurJWRbYsKhDwapvs0zWWhx
         Ekz+MMlINkLFDe3K3DfjmjT3YZj/H449OLQcPnIUJXKh+EA2AqfWxMWxpd4iyLNIIOAg
         HKz0aBTQPxvaKmGXNj29qOcbLF/AgpY/xGXxY=
Received: by 10.103.244.4 with SMTP id w4mr1057852mur.90.1227531728555;
        Mon, 24 Nov 2008 05:02:08 -0800 (PST)
Received: by 10.103.213.12 with HTTP; Mon, 24 Nov 2008 05:02:08 -0800 (PST)
Message-ID: <47a330c50811240502u3a504eabj2bafde5f34d330dc@mail.gmail.com>
Date: Mon, 24 Nov 2008 14:02:08 +0100
From: damian <damian.only@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] How to run dhclient on the background
In-Reply-To: <919d41310811231405w1cf8e156tad39fe4cb9c8f097@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=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <47a330c50811230420m4732e078y46ce8cd63b793583@mail.gmail.com>
	 <919d41310811231405w1cf8e156tad39fe4cb9c8f097@mail.gmail.com>
X-Archives-Salt: 8d2a2e82-1b91-4344-a02c-c15a0b81599c
X-Archives-Hash: 6b786d6dfcea1cc3bbbff4093a5162b4

> 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.
Thanks for the tip Dan.