help-guix
[Top][All Lists]
Advanced

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

Re: Guix on Android, getaddrinfo, failure in name resolution


From: Ludovic Courtès
Subject: Re: Guix on Android, getaddrinfo, failure in name resolution
Date: Sat, 19 Jan 2019 23:34:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello,

Julien Lepiller <address@hidden> skribis:

> Well, if it's a name resolution issue, the first culprit that comes to
> mind is /etc/resolv.conf. Do you have that file, and is it correctly
> configured?

Similarly, does /etc/nsswitch.conf exist and what does it contain?  (I
think glibc has sane defaults if it doesn’t exists.)

Assuming you have ‘strace’ on the machine, could you run:

  strace -o /tmp/log -c /gnu/store/…/bin/guile -c '(getaddrinfo "www.gnu.org")'

and post the relevant part of the log?

HTH,
Ludo’.



reply via email to

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