bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#22209: name resolution failures in installer image


From: Ludovic Courtès
Subject: bug#22209: name resolution failures in installer image
Date: Wed, 10 Feb 2016 21:54:40 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

address@hidden (Ludovic Courtès) skribis:

> Ricardo Wurmus <address@hidden> 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’ll remember for 20s that
> this is a lookup failure, even if you’ve set up the network in the
> meantime.

Commit c96ba2c disables caching of lookup failures altogether.

Could you try again to reproduce it?  (I think Florian wrote in the
initial bug report that this was reproducible in QEMU, so using
‘guix system vm gnu/system/install.scm’ might suffice.)

Alternately we could remove nscd altogether, but I think it’s still
somewhat useful to cache successful lookups.

TIA,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]