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 ) id 1L4DxO-0005rF-BS for garchives@archives.gentoo.org; Sun, 23 Nov 2008 12:20:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9BDDE0280; Sun, 23 Nov 2008 12:20:53 +0000 (UTC) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.184]) by pigeon.gentoo.org (Postfix) with ESMTP id A75D1E0280 for ; Sun, 23 Nov 2008 12:20:53 +0000 (UTC) Received: by mu-out-0910.google.com with SMTP id i2so1774579mue.6 for ; Sun, 23 Nov 2008 04:20:51 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=Hd35vVbcLdi6TB44Jtv6D8/q7NA6ILSpF0zw876xdpY=; b=gHvoV3WoB1xIAf2vwd2MSM1Ed+GQ7mFtEuOlwpAu4daFu5TUivsKbyHdnS78FDzTHD sTvTsBX0DFhR+J0vyPR+Gw0AoVICCRoUTVxl0MS/H5wzPmo9dQJPo9Pj6BnptWMLLdBm 8dwuKyW0iFWC2ICQuEQx3/4ZGf+0qPw3Ole94= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=d8Hyx4eQZhS+kvuOfVIUGLNHWnxPcCkk+WExnbHlu3WbpHJAYuhSkcy7Do2v8fRIWW WSJDEsO/TeNgWwbe551u9CCkhAtc35npzQH6a6T7xWu34MA4F9FmhlDL/WtCuv+h9reX mPcW/7MLl03ocwHCRDur76MqTxFzOffc/3CP8= Received: by 10.103.229.12 with SMTP id g12mr725305mur.87.1227442851137; Sun, 23 Nov 2008 04:20:51 -0800 (PST) Received: by 10.103.213.12 with HTTP; Sun, 23 Nov 2008 04:20:51 -0800 (PST) Message-ID: <47a330c50811230420m4732e078y46ce8cd63b793583@mail.gmail.com> Date: Sun, 23 Nov 2008 13:20:51 +0100 From: damian To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] How to run dhclient on the background Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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 X-Archives-Salt: 0272e60b-97ad-4d17-bcd0-80e9555a12dd X-Archives-Hash: 2db0c0a97a48f363c6fc257740bd315b 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.