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

Re: [Pkg-openssl-devel] Bug#926315: openssl: wget https://google.com fails in d-i



Hi again,

Cyril Brulebois <kibi@debian.org> (2019-04-03):
> I'm pretty sure we had successes with wget/https within d-i not so long
> ago (i.e. during the last BSP at Mozilla's, past week), and there were no
> changes on the openssl side in the meanwhile.

Or maybe my explicit testing didn't happen at the right time.

> I'll be double checking using the month worth of dailies we have, and
> report back with my findings.

Anyway: downgrading libssl1.1-udeb to the previous version (1.1.1a-1) isn't
sufficient; I've had to downgrade its companion library, libcrypto1.1-udeb.

I've included strace-udeb in the image, and extracted a trace. It seems the
mere existence (or lack thereof) of the configuration file is what triggers
the early exit. Running “touch” on it is sufficient to get a successful
connection/download, with the current version of both libraries (1.1.1b-1).


    1726  execve("/usr/bin/wget", ["wget", "https://google.fr";], ["USER=root", "HOME=/", "TERM=linux", "BOOT_IMAGE=linux", "PATH=/sbin:/usr/sbin:/bin:/usr/bin", "vga=788", "SHELL=/bin/sh", "initrd=initrd.gz", "PWD=/"]) = 0
    1726  brk(NULL)                         = 0x56007142f000
    1726  access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/tls/x86_64/x86_64/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/lib/x86_64-linux-gnu/tls/x86_64/x86_64", 0x7ffd7454c960) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/tls/x86_64/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffd7454c960) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/tls/x86_64/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffd7454c960) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/tls/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/lib/x86_64-linux-gnu/tls", 0x7ffd7454c960) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/x86_64/x86_64/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/lib/x86_64-linux-gnu/x86_64/x86_64", 0x7ffd7454c960) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/x86_64/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/lib/x86_64-linux-gnu/x86_64", 0x7ffd7454c960) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/x86_64/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/lib/x86_64-linux-gnu/x86_64", 0x7ffd7454c960) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/lib/x86_64-linux-gnu", {st_dev=makedev(0, 0x2), st_ino=9367, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=0, st_size=160, st_atime=1554325535 /* 2019-04-03T21:05:35+0000 */, st_atime_nsec=0, st_mtime=1554325535 /* 2019-04-03T21:05:35+0000 */, st_mtime_nsec=0, st_ctime=1554325844 /* 2019-04-03T21:10:44.514891234+0000 */, st_ctime_nsec=514891234}) = 0
    1726  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/tls/x86_64/x86_64/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/usr/lib/x86_64-linux-gnu/tls/x86_64/x86_64", 0x7ffd7454c960) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/tls/x86_64/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/usr/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffd7454c960) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/tls/x86_64/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/usr/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffd7454c960) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/tls/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/usr/lib/x86_64-linux-gnu/tls", 0x7ffd7454c960) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/x86_64/x86_64/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/usr/lib/x86_64-linux-gnu/x86_64/x86_64", 0x7ffd7454c960) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/x86_64/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/usr/lib/x86_64-linux-gnu/x86_64", 0x7ffd7454c960) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/x86_64/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/usr/lib/x86_64-linux-gnu/x86_64", 0x7ffd7454c960) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = 3
    1726  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\"\0\0\0\0\0\0@\0\0\0\0\0\0\0\3503\10\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\33\0\32\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0h\36\0\0\0\0\0\0h\36\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0m\276\5\0\0\0\0\0m\276\5\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\340\5\0\0\0\0\0\0\340\5\0\0\0\0\0\0\340\5\0\0\0\0\0\274C\2\0\0\0\0\0\274C\2\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\20-\10\0\0\0\0\0\20=\10\0\0\0\0\0\20=\10\0\0\0\0\0\260\5\0\0\0\0\0\0x\6\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0\350-\10\0\0\0\0\0\350=\10\0\0\0\0\0\350=\10\0\0\0\0\0\340\1\0\0\0\0\0\0\340\1\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0"..., 832) = 832
    1726  fstat(3, {st_dev=makedev(0, 0x2), st_ino=9957, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=1056, st_size=539304, st_atime=1554325926 /* 2019-04-03T21:12:06.648000000+0000 */, st_atime_nsec=648000000, st_mtime=1553543779 /* 2019-03-25T19:56:19+0000 */, st_mtime_nsec=0, st_ctime=1554325844 /* 2019-04-03T21:10:44.346891234+0000 */, st_ctime_nsec=346891234}) = 0
    1726  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6db792d000
    1726  mmap(NULL, 541576, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6db78a8000
    1726  mmap(0x7f6db78aa000, 376832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6db78aa000
    1726  mmap(0x7f6db7906000, 151552, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5e000) = 0x7f6db7906000
    1726  mmap(0x7f6db792b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x82000) = 0x7f6db792b000
    1726  close(3)                          = 0
    1726  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/tls/x86_64/x86_64/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/lib/tls/x86_64/x86_64", 0x7ffd7454c940) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/tls/x86_64/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/lib/tls/x86_64", 0x7ffd7454c940) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/tls/x86_64/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/lib/tls/x86_64", 0x7ffd7454c940) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/tls/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/lib/tls", 0x7ffd7454c940)  = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/x86_64/x86_64/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/lib/x86_64/x86_64", 0x7ffd7454c940) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/x86_64/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/lib/x86_64", 0x7ffd7454c940) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/x86_64/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/lib/x86_64", 0x7ffd7454c940) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/libuuid.so.1", O_RDONLY|O_CLOEXEC) = 3
    1726  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 #\0\0\0\0\0\0@\0\0\0\0\0\0\0\370p\0\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\33\0\32\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\08\24\0\0\0\0\0\08\24\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0U=\0\0\0\0\0\0U=\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0`\0\0\0\0\0\0\0`\0\0\0\0\0\0\0`\0\0\0\0\0\0T\n\0\0\0\0\0\0T\n\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\20l\0\0\0\0\0\0\20|\0\0\0\0\0\0\20|\0\0\0\0\0\0\370\3\0\0\0\0\0\0\10\4\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0(l\0\0\0\0\0\0(|\0\0\0\0\0\0(|\0\0\0\0\0\0 \2\0\0\0\0\0\0 \2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0p\2\0\0\0\0\0\0p\2\0\0\0\0\0\0p\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0"..., 832) = 832
    1726  fstat(3, {st_dev=makedev(0, 0x2), st_ino=8266, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=64, st_size=30648, st_atime=1554325926 /* 2019-04-03T21:12:06.648000000+0000 */, st_atime_nsec=648000000, st_mtime=1554325535 /* 2019-04-03T21:05:35+0000 */, st_mtime_nsec=0, st_ctime=1554325843 /* 2019-04-03T21:10:43.878891234+0000 */, st_ctime_nsec=878891234}) = 0
    1726  mmap(NULL, 32792, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6db789f000
    1726  mmap(0x7f6db78a1000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6db78a1000
    1726  mmap(0x7f6db78a5000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f6db78a5000
    1726  mmap(0x7f6db78a6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f6db78a6000
    1726  close(3)                          = 0
    1726  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libssl.so.1.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libssl.so.1.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/libssl.so.1.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/tls/x86_64/x86_64/libssl.so.1.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/usr/lib/tls/x86_64/x86_64", 0x7ffd7454c920) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/tls/x86_64/libssl.so.1.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/usr/lib/tls/x86_64", 0x7ffd7454c920) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/tls/x86_64/libssl.so.1.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/usr/lib/tls/x86_64", 0x7ffd7454c920) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/tls/libssl.so.1.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/usr/lib/tls", 0x7ffd7454c920) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64/x86_64/libssl.so.1.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/usr/lib/x86_64/x86_64", 0x7ffd7454c920) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64/libssl.so.1.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/usr/lib/x86_64", 0x7ffd7454c920) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64/libssl.so.1.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  stat("/usr/lib/x86_64", 0x7ffd7454c920) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/libssl.so.1.1", O_RDONLY|O_CLOEXEC) = 3
    1726  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \364\1\0\0\0\0\0@\0\0\0\0\0\0\0 \370\10\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\32\0\31\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\307\1\0\0\0\0\0\200\307\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\320\1\0\0\0\0\0\0\320\1\0\0\0\0\0\0\320\1\0\0\0\0\0001\304\4\0\0\0\0\0001\304\4\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\240\6\0\0\0\0\0\0\240\6\0\0\0\0\0\0\240\6\0\0\0\0\0<\222\1\0\0\0\0\0<\222\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0P2\10\0\0\0\0\0PB\10\0\0\0\0\0PB\10\0\0\0\0\0\340\304\0\0\0\0\0\0\350\306\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0@\253\10\0\0\0\0\0@\273\10\0\0\0\0\0@\273\10\0\0\0\0\0@\2\0\0\0\0\0\0@\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0"..., 832) = 832
    1726  fstat(3, {st_dev=makedev(0, 0x2), st_ino=9562, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=1152, st_size=589472, st_atime=1554325926 /* 2019-04-03T21:12:06.648000000+0000 */, st_atime_nsec=648000000, st_mtime=1542912054 /* 2018-11-22T18:40:54+0000 */, st_mtime_nsec=0, st_ctime=1554325844 /* 2019-04-03T21:10:44.226891234+0000 */, st_ctime_nsec=226891234}) = 0
    1726  mmap(NULL, 592184, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6db780e000
    1726  mmap(0x7f6db782b000, 315392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7f6db782b000
    1726  mmap(0x7f6db7878000, 106496, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6a000) = 0x7f6db7878000
    1726  mmap(0x7f6db7892000, 53248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x83000) = 0x7f6db7892000
    1726  close(3)                          = 0
    1726  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libcrypto.so.1.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/libcrypto.so.1.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/libcrypto.so.1.1", O_RDONLY|O_CLOEXEC) = 3
    1726  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\360\10\0\0\0\0\0@\0\0\0\0\0\0\0`\\.\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\32\0\31\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\270I\10\0\0\0\0\0\270I\10\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0P\10\0\0\0\0\0\0P\10\0\0\0\0\0\0P\10\0\0\0\0\0\25\f\32\0\0\0\0\0\25\f\32\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0`\"\0\0\0\0\0\0`\"\0\0\0\0\0\0`\"\0\0\0\0\0\20\325\10\0\0\0\0\0\20\325\10\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\220D+\0\0\0\0\0\220T+\0\0\0\0\0\220T+\0\0\0\0\0\340\26\3\0\0\0\0\0\330J\3\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0\250\354-\0\0\0\0\0\250\374-\0\0\0\0\0\250\374-\0\0\0\0\0000\2\0\0\0\0\0\0000\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0"..., 832) = 832
    1726  fstat(3, {st_dev=makedev(0, 0x2), st_ino=9533, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=5944, st_size=3039968, st_atime=1554325926 /* 2019-04-03T21:12:06.648000000+0000 */, st_atime_nsec=648000000, st_mtime=1551207132 /* 2019-02-26T18:52:12+0000 */, st_mtime_nsec=0, st_ctime=1554325844 /* 2019-04-03T21:10:44.206891234+0000 */, st_ctime_nsec=206891234}) = 0
    1726  mmap(NULL, 3055464, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6db7524000
    1726  mprotect(0x7f6db75a9000, 2293760, PROT_NONE) = 0
    1726  mmap(0x7f6db75a9000, 1708032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x85000) = 0x7f6db75a9000
    1726  mmap(0x7f6db774a000, 581632, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x226000) = 0x7f6db774a000
    1726  mmap(0x7f6db77d9000, 204800, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b4000) = 0x7f6db77d9000
    1726  mmap(0x7f6db780b000, 12136, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6db780b000
    1726  close(3)                          = 0
    1726  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
    1726  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320#\0\0\0\0\0\0@\0\0\0\0\0\0\0\300\322\1\0\0\0\0\0\0\0\0\0@\08\0\7\0@\0\34\0\33\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\244\274\1\0\0\0\0\0\244\274\1\0\0\0\0\0\0\0 \0\0\0\0\0\1\0\0\0\6\0\0\0\220\314\1\0\0\0\0\0\220\314!\0\0\0\0\0\220\314!\0\0\0\0\0\370\4\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0\0 \0\0\0\0\0\2\0\0\0\6\0\0\0\360\315\1\0\0\0\0\0\360\315!\0\0\0\0\0\360\315!\0\0\0\0\0\360\1\0\0\0\0\0\0\360\1\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\310\1\0\0\0\0\0\0\310\1\0\0\0\0\0\0\310\1\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0P\345td\4\0\0\0\0\240\1\0\0\0\0\0\0\240\1\0\0\0\0\0\0\240\1\0\0\0\0\0\264\3\0\0\0\0\0\0\264\3\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0"..., 832) = 832
    1726  fstat(3, {st_dev=makedev(0, 0x2), st_ino=9596, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=240, st_size=121280, st_atime=1554325926 /* 2019-04-03T21:12:06.648000000+0000 */, st_atime_nsec=648000000, st_mtime=1506366185 /* 2017-09-25T19:03:05+0000 */, st_mtime_nsec=0, st_ctime=1554325844 /* 2019-04-03T21:10:44.238891234+0000 */, st_ctime_nsec=238891234}) = 0
    1726  mmap(NULL, 2216336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6db7306000
    1726  mprotect(0x7f6db7322000, 2097152, PROT_NONE) = 0
    1726  mmap(0x7f6db7522000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7f6db7522000
    1726  close(3)                          = 0
    1726  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
    1726  read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260A\2\0\0\0\0\0@\0\0\0\0\0\0\0\250\305\33\0\0\0\0\0\0\0\0\0@\08\0\f\0@\0C\0B\0\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0\240\2\0\0\0\0\0\0\240\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0000\263\30\0\0\0\0\0000\263\30\0\0\0\0\0000\263\30\0\0\0\0\0\34\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\330\23\2\0\0\0\0\0\330\23\2\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \2\0\0\0\0\0\0 \2\0\0\0\0\0\0 \2\0\0\0\0\0\370t\24\0\0\0\0\0\370t\24\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\240\26\0\0\0\0\0\0\240\26\0\0\0\0\0\0\240\26\0\0\0\0\0\360\271\4\0\0\0\0\0\360\271\4\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0Hf\33\0\0\0\0\0Hv\33\0\0\0\0\0Hv\33\0\0\0\0\0\30R\0\0\0\0\0\0\270\221\0\0\0\0\0\0\0\20\0\0\0\0\0\0"..., 832) = 832
    1726  fstat(3, {st_dev=makedev(0, 0x2), st_ino=8227, st_mode=S_IFREG|0755, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=3568, st_size=1824360, st_atime=1554325926 /* 2019-04-03T21:12:06.648000000+0000 */, st_atime_nsec=648000000, st_mtime=1554325535 /* 2019-04-03T21:05:35+0000 */, st_mtime_nsec=0, st_ctime=1554325843 /* 2019-04-03T21:10:43.818891234+0000 */, st_ctime_nsec=818891234}) = 0
    1726  mmap(NULL, 1837056, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6db7145000
    1726  mprotect(0x7f6db7167000, 1658880, PROT_NONE) = 0
    1726  mmap(0x7f6db7167000, 1343488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7f6db7167000
    1726  mmap(0x7f6db72af000, 311296, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16a000) = 0x7f6db72af000
    1726  mmap(0x7f6db72fc000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b6000) = 0x7f6db72fc000
    1726  mmap(0x7f6db7302000, 14336, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6db7302000
    1726  close(3)                          = 0
    1726  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
    1726  read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@l\0\0\0\0\0\0@\0\0\0\0\0\0\0P\265\1\0\0\0\0\0\0\0\0\0@\08\0\v\0@\0 \0\37\0\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0h\2\0\0\0\0\0\0h\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0\240[\1\0\0\0\0\0\240[\1\0\0\0\0\0\240[\1\0\0\0\0\0\34\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@]\0\0\0\0\0\0@]\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0`\0\0\0\0\0\0\0`\0\0\0\0\0\0\0`\0\0\0\0\0\0M\346\0\0\0\0\0\0M\346\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0P\1\0\0\0\0\0\0P\1\0\0\0\0\0\0P\1\0\0\0\0\0\204W\0\0\0\0\0\0\204W\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\310\253\1\0\0\0\0\0\310\273\1\0\0\0\0\0\310\273\1\0\0\0\0\0h\7\0\0\0\0\0\0\370H\0\0\0\0\0\0\0\20\0\0\0\0\0\0"..., 832) = 832
    1726  fstat(3, {st_dev=makedev(0, 0x2), st_ino=8256, st_mode=S_IFREG|0755, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=224, st_size=114000, st_atime=1554325926 /* 2019-04-03T21:12:06.648000000+0000 */, st_atime_nsec=648000000, st_mtime=1554325535 /* 2019-04-03T21:05:35+0000 */, st_mtime_nsec=0, st_ctime=1554325843 /* 2019-04-03T21:10:43.866891234+0000 */, st_ctime_nsec=866891234}) = 0
    1726  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6db7143000
    1726  mmap(NULL, 132288, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6db7122000
    1726  mmap(0x7f6db7128000, 61440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f6db7128000
    1726  mmap(0x7f6db7137000, 24576, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f6db7137000
    1726  mmap(0x7f6db713d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7f6db713d000
    1726  mmap(0x7f6db713f000, 13504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6db713f000
    1726  close(3)                          = 0
    1726  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
    1726  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\21\0\0\0\0\0\0@\0\0\0\0\0\0\0\2001\0\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\34\0\33\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\270\r\0\0\0\0\0\0\270\r\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0\201\16\0\0\0\0\0\0\201\16\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\250\6\0\0\0\0\0\0\250\6\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0p-\0\0\0\0\0\0p=\0\0\0\0\0\0p=\0\0\0\0\0\0\30\3\0\0\0\0\0\0\240\3\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0\220-\0\0\0\0\0\0\220=\0\0\0\0\0\0\220=\0\0\0\0\0\0\20\2\0\0\0\0\0\0\20\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\0D\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0"..., 832) = 832
    1726  fstat(3, {st_dev=makedev(0, 0x2), st_ino=8231, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=32, st_size=14464, st_atime=1554325926 /* 2019-04-03T21:12:06.648000000+0000 */, st_atime_nsec=648000000, st_mtime=1554325535 /* 2019-04-03T21:05:35+0000 */, st_mtime_nsec=0, st_ctime=1554325843 /* 2019-04-03T21:10:43.822891234+0000 */, st_ctime_nsec=822891234}) = 0
    1726  mmap(NULL, 16656, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6db711d000
    1726  mmap(0x7f6db711e000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f6db711e000
    1726  mmap(0x7f6db711f000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6db711f000
    1726  mmap(0x7f6db7120000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6db7120000
    1726  close(3)                          = 0
    1726  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6db711b000
    1726  arch_prctl(ARCH_SET_FS, 0x7f6db711bbc0) = 0
    1726  mprotect(0x7f6db72fc000, 16384, PROT_READ) = 0
    1726  mprotect(0x7f6db7120000, 4096, PROT_READ) = 0
    1726  mprotect(0x7f6db713d000, 4096, PROT_READ) = 0
    1726  mprotect(0x7f6db7522000, 4096, PROT_READ) = 0
    1726  mprotect(0x7f6db77d9000, 196608, PROT_READ) = 0
    1726  mprotect(0x7f6db7892000, 36864, PROT_READ) = 0
    1726  mprotect(0x7f6db78a6000, 4096, PROT_READ) = 0
    1726  mprotect(0x7f6db792b000, 4096, PROT_READ) = 0
    1726  mprotect(0x56006f824000, 16384, PROT_READ) = 0
    1726  mprotect(0x7f6db7956000, 4096, PROT_READ) = 0
    1726  set_tid_address(0x7f6db711be90)   = 1726
    1726  set_robust_list(0x7f6db711bea0, 24) = 0
    1726  rt_sigaction(SIGRTMIN, {sa_handler=0x7f6db71286b0, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f6db7134730}, NULL, 8) = 0
    1726  rt_sigaction(SIGRT_1, {sa_handler=0x7f6db7128740, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f6db7134730}, NULL, 8) = 0
    1726  rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
    1726  prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
    1726  brk(NULL)                         = 0x56007142f000
    1726  brk(0x560071450000)               = 0x560071450000
    1726  clock_getres(CLOCK_MONOTONIC, {tv_sec=0, tv_nsec=1}) = 0
    1726  clock_getres(CLOCK_MONOTONIC, {tv_sec=0, tv_nsec=1}) = 0
    1726  stat("/etc/wgetrc", 0x7ffd7454d4c8) = -1 ENOENT (No such file or directory)
    1726  stat("//.wgetrc", 0x7ffd7454d4b8) = -1 ENOENT (No such file or directory)
    1726  ioctl(2, TCGETS, {c_iflags=0x1500, c_oflags=0x5, c_cflags=0xcbf, c_lflags=0x8a3b, c_line=0, c_cc="\x03\x1c\x7f\x15\x04\x00\x01\x00\x11\x13\x1a\x00\x12\x0f\x17\x16\x00\x00\x00"}) = 0
    1726  ioctl(0, TCGETS, {c_iflags=0x1500, c_oflags=0x5, c_cflags=0xcbf, c_lflags=0x8a3b, c_line=0, c_cc="\x03\x1c\x7f\x15\x04\x00\x01\x00\x11\x13\x1a\x00\x12\x0f\x17\x16\x00\x00\x00"}) = 0
    1726  ioctl(2, TCGETS, {c_iflags=0x1500, c_oflags=0x5, c_cflags=0xcbf, c_lflags=0x8a3b, c_line=0, c_cc="\x03\x1c\x7f\x15\x04\x00\x01\x00\x11\x13\x1a\x00\x12\x0f\x17\x16\x00\x00\x00"}) = 0
    1726  rt_sigaction(SIGHUP, {sa_handler=SIG_IGN, sa_mask=[HUP], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f6db717c940}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
    1726  rt_sigaction(SIGHUP, {sa_handler=0x56006f7f1d10, sa_mask=[HUP], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f6db717c940}, {sa_handler=SIG_IGN, sa_mask=[HUP], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f6db717c940}, 8) = 0
    1726  rt_sigaction(SIGUSR1, {sa_handler=0x56006f7f1d10, sa_mask=[USR1], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f6db717c940}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
    1726  rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f6db717c940}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
    1726  rt_sigaction(SIGWINCH, {sa_handler=0x56006f7f344d, sa_mask=[WINCH], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f6db717c940}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
    1726  stat("//.wget-hsts", 0x7ffd7454d408) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  futex(0x7f6db7301a08, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    1726  statfs(".", {f_type=TMPFS_MAGIC, f_bsize=4096, f_blocks=252377, f_bfree=208353, f_bavail=208353, f_files=118537, f_ffree=114822, f_fsid={val=[0, 0]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID}) = 0
    1726  stat("index.html", {st_dev=makedev(0, 0x2), st_ino=13531, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=11135, st_atime=1554325894 /* 2019-04-03T21:11:34.764000000+0000 */, st_atime_nsec=764000000, st_mtime=1554325894 /* 2019-04-03T21:11:34.892000000+0000 */, st_mtime_nsec=892000000, st_ctime=1554325894 /* 2019-04-03T21:11:34.892000000+0000 */, st_ctime_nsec=892000000}) = 0
    1726  getuid()                          = 0
    1726  stat("index.html.1", 0x7ffd7454cff8) = -1 ENOENT (No such file or directory)
    1726  stat("index.html.1", 0x7ffd7454d128) = -1 ENOENT (No such file or directory)
    1726  openat(AT_FDCWD, "/etc/localtime", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  ioctl(0, TIOCGPGRP, [1723])       = 0
    1726  getpgrp()                         = 1723
    1726  write(2, "--2019-04-03 21:12:06--  https://google.fr/\n";, 44) = 44
    1726  futex(0x7f6db780c818, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    1726  futex(0x7f6db780c80c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    1726  futex(0x7f6db780c804, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    1726  futex(0x7f6db780c7b8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    1726  futex(0x7f6db780ac5c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    1726  futex(0x7f6db780c6c4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    1726  futex(0x7f6db780c65c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    1726  futex(0x7f6db780c650, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    1726  futex(0x7f6db780c7fc, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    1726  futex(0x7f6db780c7b0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    1726  openat(AT_FDCWD, "/usr/lib/ssl/openssl.cnf", O_RDONLY) = -1 ENOENT (No such file or directory)
    1726  futex(0x7f6db780c7e0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    1726  openat(AT_FDCWD, "//.rnd", O_RDONLY) = -1 ENOENT (No such file or directory)
    1726  futex(0x7f6db780c948, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    1726  getrandom("\x93\x62\xb7\x2f\x55\x6c\x49\x06\x29\xd0\x33\x3d\xe0\x19\xc0\x37\xe7\x84\x7f\x59\x8f\xa6\x68\x87\xf6\xf6\xe1\x81\xbc\xa3\x29\x84", 32, 0) = 32
    1726  getpid()                          = 1726
    1726  futex(0x7f6db780c918, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    1726  openat(AT_FDCWD, "/usr/lib/ssl/openssl.cnf", O_RDONLY) = -1 ENOENT (No such file or directory)
    1726  futex(0x7f6db780c8d8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    1726  futex(0x7f6db780c7f0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    1726  futex(0x7f6db780c7e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    1726  ioctl(0, TIOCGPGRP, [1723])       = 0
    1726  getpgrp()                         = 1723
    1726  write(2, "Disabling SSL due to encountered errors.\n", 41) = 41
    1726  openat(AT_FDCWD, "/etc/localtime", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    1726  exit_group(1)                     = ?
    1726  +++ exited with 1 +++


Cheers,
-- 
Cyril Brulebois (kibi@debian.org)            <https://debamax.com/>
D-I release manager -- Release team member -- Freelance Consultant

Attachment: signature.asc
Description: PGP signature


Reply to: