From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#22209: name resolution failures in installer image Date: Sat, 19 Dec 2015 11:25:24 +0100 Message-ID: <87lh8qloq3.fsf@elephly.net> References: <56750F99.80007@gmx.net> <20151219084506.GA17560@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAEiE-00006I-Ft for bug-guix@gnu.org; Sat, 19 Dec 2015 05:26:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aAEiA-0006Qj-Ds for bug-guix@gnu.org; Sat, 19 Dec 2015 05:26:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAEiA-0006QA-A3 for bug-guix@gnu.org; Sat, 19 Dec 2015 05:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aAEi9-0004x0-Tl for bug-guix@gnu.org; Sat, 19 Dec 2015 05:26:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <20151219084506.GA17560@jasmine> 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: Leo Famulari Cc: 22209@debbugs.gnu.org Leo Famulari writes: > On Sat, Dec 19, 2015 at 09:04:41AM +0100, Florian Paul Schmidt wrote: >> After booting the installer image, doing the ifconfig/dhclient dance, >> preparing the target fs, mounting it and starting the guix system init >> invocation at some point in time, though not predictably so, but >> usually after a couple of minutes (about 10 or so) name resolution >> will start to fail causing guix system init to fail. > > A little more information: > > I was installing on i686 bare metal from the current USB installation > image. > > I installed vim in the installation environment, and then when I > tried to run `guix system init...` I couldn't resolve hydra.gnu.org, > google.com, and a few other sites. I could resolve the domain > famulari.name, but not another domain that points to the same machine. > > I installed dig and could successfully query the nameserver described in > /etc/resolv.conf for hydra.gnu.org. Could this be related to cached resolution failures in nscd? Have you tried restarting the nscd service? ~~ Ricardo