From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#20582: GuixSD ver 0.8.2, DHCLIENT not setting up the network. Date: Fri, 15 May 2015 18:54:41 +0200 Message-ID: <871tihye5q.fsf@gnu.org> References: <555564E6.2050400@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtIt9-0007il-Dt for bug-guix@gnu.org; Fri, 15 May 2015 12:55:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YtIt5-0000NL-Mv for bug-guix@gnu.org; Fri, 15 May 2015 12:55:07 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:36460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtIt5-0000Mn-Iq for bug-guix@gnu.org; Fri, 15 May 2015 12:55:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YtIt5-0003DU-72 for bug-guix@gnu.org; Fri, 15 May 2015 12:55:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: ("=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?="'s message of "Fri, 15 May 2015 23:59:11 +0800") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Cc: 20582@debbugs.gnu.org, Scott McDonough =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > 2015-05-15 11:15 GMT+08:00 Scott McDonough : >> I downloaded Guix and tried to install it but DHCLIENT times out and does >> not set up the NIC card. This command worked fine on my hardware with v= er >> 0.8.1. Is anyone else experiencing this issue? > Maybe you need set up the NIC first? Right, you need to run: ifconfig eth0orwhatever up before running: dhclient -v eth0orwhatever HTH, Ludo=E2=80=99.