From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22209: name resolution failures in installer image Date: Tue, 03 May 2016 22:26:31 +0200 Message-ID: <87vb2uj3bc.fsf@gnu.org> References: <56750F99.80007@gmx.net> <20151219084506.GA17560@jasmine> <87lh8qloq3.fsf@elephly.net> <87a8p6xqcj.fsf@gnu.org> <87wpqcjnfz.fsf@gnu.org> 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]:44015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axgva-0005vE-4N for bug-guix@gnu.org; Tue, 03 May 2016 16:28:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axgvO-0007eR-JV for bug-guix@gnu.org; Tue, 03 May 2016 16:28:12 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axgvO-0007d0-Fe for bug-guix@gnu.org; Tue, 03 May 2016 16:28:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1axgvL-000141-4K for bug-guix@gnu.org; Tue, 03 May 2016 16:28:03 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87wpqcjnfz.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 10 Feb 2016 21:54:40 +0100") 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" To: Florian Paul Schmidt Cc: 22209-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > >> Ricardo Wurmus skribis: > > [...] > >>> Could this be related to cached resolution failures in nscd? Have you >>> tried restarting the nscd service? >> >> That sounds likely. >> >> Nscd caches negative lookups, but normally only for 20 seconds (see >> %nscd-minimal-caches in (gnu system install)). So if you look up >> hydra.gnu.org before the network is set up, it=E2=80=99ll remember for 2= 0s that >> this is a lookup failure, even if you=E2=80=99ve set up the network in t= he >> meantime. > > Commit c96ba2c disables caching of lookup failures altogether. 0.10.0 uses this fix and we haven=E2=80=99t heard from name resolution fail= ures in the installer image, so I=E2=80=99m closing it. Ludo=E2=80=99.