all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: 白い熊@相撲道 <help-guix_gnu.org@sumou.com>
To: help-guix@gnu.org
Subject: Re: Guix on Android, getaddrinfo, failure in name resolution
Date: Sun, 20 Jan 2019 14:21:04 +0000	[thread overview]
Message-ID: <B08B6D99-7BDC-45F3-B1B1-9F146A290E0C@sumou.com> (raw)
In-Reply-To: <878szgqnsl.fsf@gnu.org>



On January 19, 2019 10:34:50 PM UTC, "Ludovic Courtès" <ludo@gnu.org> wrote:

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

I have copied in /etc/nsswitch.conf in a prior attempt at fixing the inability to connect, as it was missing. Now I have one there from a desktop GuixSD, but doesn't make a difference. It contains: 

group:	files
hosts:	files mdns_minimal [NOTFOUND=return] dns mdns
networks:	files dns [!UNAVAIL=return]
passwd:	files
shadow:	files

>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?

This is what I get: 

% time     seconds  usecs/call     calls    errors syscall
------ ----------- ----------- --------- --------- ----------------
 40.22    0.000290           1       239       183 openat
 35.64    0.000257           1       329       284 stat64
 13.18    0.000095           2        52           mprotect
  5.83    0.000042           0       485           read
  5.13    0.000037           1        73           mmap2
  0.00    0.000000           0        61           close
  0.00    0.000000           0         1           execve
  0.00    0.000000           0         1         1 access
  0.00    0.000000           0        11           brk
  0.00    0.000000           0         6         1 ioctl
  0.00    0.000000           0         5           gettimeofday
  0.00    0.000000           0         2           uname
  0.00    0.000000           0        23         3 _llseek
  0.00    0.000000           0         3           poll
  0.00    0.000000           0         4           rt_sigaction
  0.00    0.000000           0         1           rt_sigprocmask
  0.00    0.000000           0         2           ugetrlimit
  0.00    0.000000           0        35           fstat64
  0.00    0.000000           0         3           fcntl64
  0.00    0.000000           0         5           futex
  0.00    0.000000           0         2           sched_getaffinity
  0.00    0.000000           0         1           set_tid_address
  0.00    0.000000           0         4           clock_gettime
  0.00    0.000000           0         5           socket
  0.00    0.000000           0         1           bind
  0.00    0.000000           0         6         2 connect
  0.00    0.000000           0         3           getsockname
  0.00    0.000000           0         1           sendto
  0.00    0.000000           0         2           recvfrom
  0.00    0.000000           0         3           recvmsg
  0.00    0.000000           0         1           set_robust_list
  0.00    0.000000           0         2           pipe2
  0.00    0.000000           0         1           prlimit64
  0.00    0.000000           0         1           sendmmsg
  0.00    0.000000           0         1           set_tls
------ ----------- ----------- --------- --------- ----------------
100.00    0.000721                  1375       474 total

--
白い熊@相撲道

  reply	other threads:[~2019-01-20 14:21 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <7DD810A8-FBFF-4609-981B-AD6169C384AB@sumou.com>
2019-01-15 14:39 ` Guix on Android, getaddrinfo, failure in name resolution 白い熊
2019-01-15 15:30   ` Julien Lepiller
2019-01-15 17:13     ` 白い熊
2019-01-15 17:24       ` Julien Lepiller
2019-01-15 17:53         ` 白い熊
2019-01-15 18:03           ` Julien Lepiller
2019-01-15 19:43             ` 白い熊
2019-01-16 18:33               ` 白い熊
2019-01-15 17:26       ` 白い熊
2019-01-19 22:34     ` Ludovic Courtès
2019-01-20 14:21       ` 白い熊@相撲道 [this message]
2019-02-12 16:16         ` Ludovic Courtès
2019-02-13 18:19           ` 白い熊@相撲道
2019-02-14 13:54             ` 白い熊@相撲道
2019-02-14 13:55               ` 白い熊
2019-02-14 21:20               ` 白い熊@相撲道
2019-02-15 13:06                 ` 白い熊

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B08B6D99-7BDC-45F3-B1B1-9F146A290E0C@sumou.com \
    --to=help-guix_gnu.org@sumou.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.