From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Guix on Android, getaddrinfo, failure in name resolution Date: Sat, 19 Jan 2019 23:34:50 +0100 Message-ID: <878szgqnsl.fsf@gnu.org> References: <7DD810A8-FBFF-4609-981B-AD6169C384AB@sumou.com> <7A2A3304-5B19-47D6-91A8-960D60294C3B@sumou.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:47436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkzCf-00062u-EP for help-guix@gnu.org; Sat, 19 Jan 2019 17:35:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkzCd-0003qX-N9 for help-guix@gnu.org; Sat, 19 Jan 2019 17:35:01 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:33854) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gkzCb-0003es-Jr for help-guix@gnu.org; Sat, 19 Jan 2019 17:34:59 -0500 In-Reply-To: (Julien Lepiller's message of "Tue, 15 Jan 2019 16:30:07 +0100") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Julien Lepiller Cc: help-guix@gnu.org Hello, Julien Lepiller 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=E2=80=99t exists.) Assuming you have =E2=80=98strace=E2=80=99 on the machine, could you run: strace -o /tmp/log -c /gnu/store/=E2=80=A6/bin/guile -c '(getaddrinfo "ww= w.gnu.org")' and post the relevant part of the log? HTH, Ludo=E2=80=99.