Pacman cannot reach mirrors [solved]

I tried to update my computer and this is what my command and output was.
mjuszkie@carbon ~ % sudo pacman -Syu
:: Synchronizing package databases...
error: failed retrieving file 'testing.db' from mirror.vtti.vt.edu : Connection timed out after 10000 milliseconds
testing is up to date
error: failed retrieving file 'core.db' from mirror.vtti.vt.edu : Connection timed out after 10000 milliseconds
core is up to date
error: failed retrieving file 'extra.db' from mirror.vtti.vt.edu : Connection timed out after 10000 milliseconds
extra is up to date
error: failed retrieving file 'community-testing.db' from mirror.vtti.vt.edu : Connection timed out after 10001 milliseconds
community-testing is up to date
error: failed retrieving file 'community.db' from mirror.vtti.vt.edu : Connection timed out after 10001 milliseconds
community 2.1 MiB 704K/s 00:03 [#####################] 100%
error: failed retrieving file 'multilib-testing.db' from mirror.vtti.vt.edu : Connection timed out after 10001 milliseconds
multilib-testing is up to date
error: failed retrieving file 'multilib.db' from mirror.vtti.vt.edu : Connection timed out after 10000 milliseconds
multilib is up to date
:: Starting full system upgrade...
there is nothing to do
Is anyone else experiencing this. I sshed to my Pi and it was able to update no problem.
Last edited by mikejuszkie (2014-04-09 01:31:59)

It looks like one mirror is down.  It succeeds on the next mirror.  Adjust your mirrorlist.

Similar Messages

  • Upgraded pacman, now cannot reach any servers.

    I just upgraded pacman to 4 and ran "sudo pacman-key --init" as the output told me.  Now if I try to install a package or upgrade with pacman -Syu, i cannot reach any server.  My internet connection is working fine and I even tried to access some servers though the web interface an it loaded fine.  I tried the re-install instructions from with arch wiki where i download the tar.gz from the web and extract it to root and it still times out when trying to access servers.  It would be greatly appreciated it you guys could help me get this to work.

    falconindy wrote:So your dhcp server gives you an ipv6 address but no ipv6 resolver. How generous.
    This might possibly explain some of the problems I've had with the internet connection on my LAN, with windows, linux and squeezebox devices galore. I take this thread as a pointer as to where to look for solutions even there. 
    The
    Could you rerun the strace against failing pacman with the -f flag? I'd like to see what's happening on the spawned off thread that attempts to resolve DNS.
    Sure:
    strace -f pacman -Sy
    2135 execve("/usr/bin/pacman", ["pacman", "-Sy"], [/* 70 vars */]) = 0
    2135 brk(0) = 0x992000
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b5000
    2135 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
    2135 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
    2135 fstat(3, {st_mode=S_IFREG|0644, st_size=218846, ...}) = 0
    2135 mmap(NULL, 218846, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f974947f000
    2135 close(3) = 0
    2135 open("/usr/lib/libalpm.so.7", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 m\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=180848, ...}) = 0
    2135 mmap(NULL, 2276280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f974906a000
    2135 mprotect(0x7f9749095000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f9749295000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b000) = 0x7f9749295000
    2135 close(3) = 0
    2135 open("/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\24\2\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=1991739, ...}) = 0
    2135 mmap(NULL, 3812368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9748cc7000
    2135 mprotect(0x7f9748e60000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f9749060000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x199000) = 0x7f9749060000
    2135 mmap(0x7f9749066000, 15376, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9749066000
    2135 close(3) = 0
    2135 open("/usr/lib/libcurl.so.4", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\375\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=399968, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f974947e000
    2135 mmap(NULL, 2495880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9748a65000
    2135 mprotect(0x7f9748ac3000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f9748cc3000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5e000) = 0x7f9748cc3000
    2135 close(3) = 0
    2135 open("/usr/lib/libgpgme.so.11", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260j\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=208552, ...}) = 0
    2135 mmap(NULL, 2303688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9748832000
    2135 mprotect(0x7f9748863000, 2093056, PROT_NONE) = 0
    2135 mmap(0x7f9748a62000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x30000) = 0x7f9748a62000
    2135 close(3) = 0
    2135 open("/usr/lib/libarchive.so.12", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\344\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=551728, ...}) = 0
    2135 mmap(NULL, 2651856, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97485aa000
    2135 mprotect(0x7f974862e000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f974882e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x84000) = 0x7f974882e000
    2135 mmap(0x7f9748831000, 1744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9748831000
    2135 close(3) = 0
    2135 open("/usr/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\3\6\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0555, st_size=2029037, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f974947d000
    2135 mmap(NULL, 3884392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97481f5000
    2135 mprotect(0x7f9748383000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f9748583000, 143360, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18e000) = 0x7f9748583000
    2135 mmap(0x7f97485a6000, 13672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97485a6000
    2135 close(3) = 0
    2135 open("/usr/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20T\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=163064, ...}) = 0
    2135 mmap(NULL, 2258336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9747fcd000
    2135 mprotect(0x7f9747ff3000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f97481f3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7f97481f3000
    2135 close(3) = 0
    2135 open("/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340!\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=31752, ...}) = 0
    2135 mmap(NULL, 2128880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9747dc5000
    2135 mprotect(0x7f9747dcc000, 2093056, PROT_NONE) = 0
    2135 mmap(0x7f9747fcb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f9747fcb000
    2135 close(3) = 0
    2135 open("/usr/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200E\1\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0555, st_size=420001, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f974947c000
    2135 mmap(NULL, 2472856, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9747b69000
    2135 mprotect(0x7f9747bbe000, 2093056, PROT_NONE) = 0
    2135 mmap(0x7f9747dbd000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x54000) = 0x7f9747dbd000
    2135 close(3) = 0
    2135 open("/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=14784, ...}) = 0
    2135 mmap(NULL, 2109688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9747965000
    2135 mprotect(0x7f9747967000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f9747b67000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9747b67000
    2135 close(3) = 0
    2135 open("/usr/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\37\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=100840, ...}) = 0
    2135 mmap(NULL, 2195952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f974774c000
    2135 mprotect(0x7f9747763000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f9747963000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f9747963000
    2135 close(3) = 0
    2135 open("/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200l\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=142602, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f974947b000
    2135 mmap(NULL, 2212752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f974752f000
    2135 mprotect(0x7f9747547000, 2093056, PROT_NONE) = 0
    2135 mmap(0x7f9747746000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f9747746000
    2135 mmap(0x7f9747748000, 13200, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9747748000
    2135 close(3) = 0
    2135 open("/usr/lib/libassuan.so.0", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`2\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=64392, ...}) = 0
    2135 mmap(NULL, 2159640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f974731f000
    2135 mprotect(0x7f974732e000, 2093056, PROT_NONE) = 0
    2135 mmap(0x7f974752d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f974752d000
    2135 close(3) = 0
    2135 open("/lib/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\10\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=13672, ...}) = 0
    2135 mmap(NULL, 2108904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f974711c000
    2135 mprotect(0x7f974711f000, 2093056, PROT_NONE) = 0
    2135 mmap(0x7f974731e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f974731e000
    2135 close(3) = 0
    2135 open("/lib/libacl.so.1", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\35\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=31856, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f974947a000
    2135 mmap(NULL, 2127048, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9746f14000
    2135 mprotect(0x7f9746f1b000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f974711b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f974711b000
    2135 close(3) = 0
    2135 open("/lib/libattr.so.1", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\22\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=17248, ...}) = 0
    2135 mmap(NULL, 2112408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9746d10000
    2135 mprotect(0x7f9746d14000, 2093056, PROT_NONE) = 0
    2135 mmap(0x7f9746f13000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f9746f13000
    2135 close(3) = 0
    2135 open("/usr/lib/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 3
    2135 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"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=170120, ...}) = 0
    2135 mmap(NULL, 2265272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9746ae6000
    2135 mprotect(0x7f9746b0d000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f9746d0d000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x7f9746d0d000
    2135 close(3) = 0
    2135 open("/usr/lib/liblzma.so.5", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200(\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=139112, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9749479000
    2135 mmap(NULL, 2234264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97468c4000
    2135 mprotect(0x7f97468e5000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f9746ae5000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0x7f9746ae5000
    2135 close(3) = 0
    2135 open("/lib/libbz2.so.1.0", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \30\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=64480, ...}) = 0
    2135 mmap(NULL, 2159568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97466b4000
    2135 mprotect(0x7f97466c3000, 2093056, PROT_NONE) = 0
    2135 mmap(0x7f97468c2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f97468c2000
    2135 close(3) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9749478000
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9749477000
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9749476000
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9749475000
    2135 arch_prctl(ARCH_SET_FS, 0x7f9749476700) = 0
    2135 mprotect(0x7f9749060000, 16384, PROT_READ) = 0
    2135 mprotect(0x7f9747746000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f9746d0d000, 8192, PROT_READ) = 0
    2135 mprotect(0x7f974752d000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f9747963000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f9747b67000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f9748583000, 102400, PROT_READ) = 0
    2135 mprotect(0x7f9747dbd000, 12288, PROT_READ) = 0
    2135 mprotect(0x7f9747fcb000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f97481f3000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f974882e000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f9748a62000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f9748cc3000, 8192, PROT_READ) = 0
    2135 mprotect(0x617000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f97494b6000, 4096, PROT_READ) = 0
    2135 munmap(0x7f974947f000, 218846) = 0
    2135 set_tid_address(0x7f97494769d0) = 2135
    2135 set_robust_list(0x7f97494769e0, 0x18) = 0
    2135 futex(0x7fff6af9b37c, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7f9749476700) = -1 EAGAIN (Resource temporarily unavailable)
    2135 rt_sigaction(SIGRTMIN, {0x7f9747535750, [], SA_RESTORER|SA_SIGINFO, 0x7f974753e8a0}, NULL, 8) = 0
    2135 rt_sigaction(SIGRT_1, {0x7f97475357e0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f974753e8a0}, NULL, 8) = 0
    2135 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
    2135 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
    2135 brk(0) = 0x992000
    2135 brk(0x9b3000) = 0x9b3000
    2135 geteuid() = 0
    2135 rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0
    2135 rt_sigaction(SIGHUP, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
    2135 rt_sigaction(SIGINT, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
    2135 rt_sigaction(SIGTERM, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0
    2135 rt_sigaction(SIGSEGV, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
    2135 fstat(3, {st_mode=S_IFREG|0644, st_size=3129536, ...}) = 0
    2135 mmap(NULL, 3129536, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f97463b7000
    2135 close(3) = 0
    2135 uname({sys="Linux", node="eyolf-arch", ...}) = 0
    2135 ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
    2135 ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
    2135 open("/etc/pacman.conf", O_RDONLY) = 3
    2135 fstat(3, {st_mode=S_IFREG|0644, st_size=3261, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b4000
    2135 read(3, "#\n# /etc/pacman.conf\n#\n# See the"..., 4096) = 3261
    2135 uname({sys="Linux", node="eyolf-arch", ...}) = 0
    2135 open("/etc/pacman.d/mirrorlist", O_RDONLY) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=13279, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "##\n## Arch Linux repository mirr"..., 4096) = 4096
    2135 read(4, "rch\n#Server = ftp://archlinux.mi"..., 4096) = 4096
    2135 read(4, "rchlinux/$repo/os/$arch\n\n## Mold"..., 4096) = 4096
    2135 read(4, "h\n#Server = http://mirrors.us.ke"..., 4096) = 991
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 open("/etc/pacman.d/mirrorlist", O_RDONLY) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=13279, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "##\n## Arch Linux repository mirr"..., 4096) = 4096
    2135 read(4, "rch\n#Server = ftp://archlinux.mi"..., 4096) = 4096
    2135 read(4, "rchlinux/$repo/os/$arch\n\n## Mold"..., 4096) = 4096
    2135 read(4, "h\n#Server = http://mirrors.us.ke"..., 4096) = 991
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 open("/etc/pacman.d/mirrorlist", O_RDONLY) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=13279, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "##\n## Arch Linux repository mirr"..., 4096) = 4096
    2135 read(4, "rch\n#Server = ftp://archlinux.mi"..., 4096) = 4096
    2135 read(4, "rchlinux/$repo/os/$arch\n\n## Mold"..., 4096) = 4096
    2135 read(4, "h\n#Server = http://mirrors.us.ke"..., 4096) = 991
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 open("/etc/pacman.d/mirrorlist", O_RDONLY) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=13279, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "##\n## Arch Linux repository mirr"..., 4096) = 4096
    2135 read(4, "rch\n#Server = ftp://archlinux.mi"..., 4096) = 4096
    2135 read(4, "rchlinux/$repo/os/$arch\n\n## Mold"..., 4096) = 4096
    2135 read(4, "h\n#Server = http://mirrors.us.ke"..., 4096) = 991
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 read(3, "", 4096) = 0
    2135 close(3) = 0
    2135 munmap(0x7f97494b4000, 4096) = 0
    2135 stat("/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    2135 stat("/var/lib/pacman/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    2135 lstat("/var", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    2135 lstat("/var/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    2135 lstat("/var/lib/pacman", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    2135 openat(AT_FDCWD, "/var/lib/pacman/local/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
    # Same pruning as before
    2135 close(3) = 0
    2135 open("/etc/pacman.conf", O_RDONLY) = 3
    2135 fstat(3, {st_mode=S_IFREG|0644, st_size=3261, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b4000
    2135 read(3, "#\n# /etc/pacman.conf\n#\n# See the"..., 4096) = 3261
    2135 open("/etc/pacman.d/mirrorlist", O_RDONLY) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=13279, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "##\n## Arch Linux repository mirr"..., 4096) = 4096
    2135 read(4, "rch\n#Server = ftp://archlinux.mi"..., 4096) = 4096
    2135 read(4, "rchlinux/$repo/os/$arch\n\n## Mold"..., 4096) = 4096
    2135 read(4, "h\n#Server = http://mirrors.us.ke"..., 4096) = 991
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 access("/var/lib/pacman/sync/core.db", R_OK) = 0
    2135 open("/etc/pacman.d/mirrorlist", O_RDONLY) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=13279, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "##\n## Arch Linux repository mirr"..., 4096) = 4096
    2135 read(4, "rch\n#Server = ftp://archlinux.mi"..., 4096) = 4096
    2135 read(4, "rchlinux/$repo/os/$arch\n\n## Mold"..., 4096) = 4096
    2135 read(4, "h\n#Server = http://mirrors.us.ke"..., 4096) = 991
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 access("/var/lib/pacman/sync/extra.db", R_OK) = 0
    2135 open("/etc/pacman.d/mirrorlist", O_RDONLY) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=13279, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "##\n## Arch Linux repository mirr"..., 4096) = 4096
    2135 read(4, "rch\n#Server = ftp://archlinux.mi"..., 4096) = 4096
    2135 read(4, "rchlinux/$repo/os/$arch\n\n## Mold"..., 4096) = 4096
    2135 read(4, "h\n#Server = http://mirrors.us.ke"..., 4096) = 991
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 access("/var/lib/pacman/sync/community.db", R_OK) = 0
    2135 open("/etc/pacman.d/mirrorlist", O_RDONLY) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=13279, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "##\n## Arch Linux repository mirr"..., 4096) = 4096
    2135 read(4, "rch\n#Server = ftp://archlinux.mi"..., 4096) = 4096
    2135 read(4, "rchlinux/$repo/os/$arch\n\n## Mold"..., 4096) = 4096
    2135 read(4, "h\n#Server = http://mirrors.us.ke"..., 4096) = 991
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 read(3, "", 4096) = 0
    2135 access("/var/lib/pacman/sync/multilib.db", R_OK) = 0
    2135 close(3) = 0
    2135 munmap(0x7f97494b4000, 4096) = 0
    2135 open("/var/log/pacman.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 3
    2135 fstat(3, {st_mode=S_IFREG|0644, st_size=268559, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b4000
    2135 fstat(3, {st_mode=S_IFREG|0644, st_size=268559, ...}) = 0
    2135 lseek(3, 268559, SEEK_SET) = 268559
    2135 open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=2134, ...}) = 0
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=2134, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0\6\0\0\0\0"..., 4096) = 2134
    2135 lseek(4, -1368, SEEK_CUR) = 766
    2135 read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10\0\0\0\0"..., 4096) = 1368
    2135 lseek(4, 2133, SEEK_SET) = 2133
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 write(3, "[2012-01-19 00:51] Running 'pacm"..., 40) = 40
    2135 open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=2570, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "# Locale name alias data base.\n#"..., 4096) = 2570
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/pacman.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en_US/LC_MESSAGES/pacman.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en.utf8/LC_MESSAGES/pacman.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en/LC_MESSAGES/pacman.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 1), ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 write(1, ":: Synchronizing package databas"..., 38) = 38
    2135 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2134, ...}) = 0
    2135 write(3, "[2012-01-19 00:51] synchronizing"..., 47) = 47
    2135 stat("/var/lib/pacman/sync/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    2135 umask(022) = 022
    2135 umask(0) = 022
    2135 access("/var", F_OK) = 0
    2135 access("/var/lib", F_OK) = 0
    2135 access("/var/lib/pacman", F_OK) = 0
    2135 umask(022) = 0
    2135 open("/var/lib/pacman/db.lck", O_WRONLY|O_CREAT|O_EXCL, 0) = 4
    2135 fcntl(4, F_GETFL) = 0x8001 (flags O_WRONLY|O_LARGEFILE)
    2135 fstat(4, {st_mode=S_IFREG, st_size=0, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b2000
    2135 lseek(4, 0, SEEK_CUR) = 0
    2135 write(4, "2135\n", 5) = 5
    2135 fsync(4) = 0
    2135 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 brk(0x9db000) = 0x9db000
    2135 stat("/var/lib/pacman/sync/core.db", {st_mode=S_IFREG|0644, st_size=109079, ...}) = 0
    2135 open("/var/lib/pacman/sync/core.db.part", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
    2135 rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], 0}, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGINT, NULL, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGINT, {0x7f974907dd80, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 open("/root/.netrc", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 socket(PF_INET6, SOCK_DGRAM, IPPROTO_IP) = 6
    2135 close(6) = 0
    2135 mmap(NULL, 8392704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f9745bb6000
    2135 mprotect(0x7f9745bb6000, 4096, PROT_NONE) = 0
    2135 clone(child_stack=0x7f97463b5ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f97463b69d0, tls=0x7f97463b6700, child_tidptr=0x7f97463b69d0) = 2152
    2152 set_robust_list(0x7f97463b69e0, 0x18 <unfinished ...>
    2135 futex(0x7f97463b69d0, FUTEX_WAIT, 2152, NULL <unfinished ...>
    2152 <... set_robust_list resumed> ) = 0
    2152 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 6
    2152 connect(6, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
    2152 close(6) = 0
    2152 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 6
    2152 connect(6, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
    2152 close(6) = 0
    2152 open("/sys/devices/system/cpu/online", O_RDONLY|O_CLOEXEC) = 6
    2152 read(6, "0-3\n", 8192) = 4
    2152 close(6) = 0
    2152 mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x7f973dbb6000
    2152 munmap(0x7f973dbb6000, 38051840) = 0
    2152 munmap(0x7f9744000000, 29057024) = 0
    2152 mprotect(0x7f9740000000, 135168, PROT_READ|PROT_WRITE) = 0
    2152 open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 6
    2152 fstat(6, {st_mode=S_IFREG|0644, st_size=223, ...}) = 0
    2152 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2152 read(6, "# Begin /etc/nsswitch.conf\n\npass"..., 4096) = 223
    2152 read(6, "", 4096) = 0
    2152 close(6) = 0
    2152 munmap(0x7f97494b1000, 4096) = 0
    2152 open("/etc/host.conf", O_RDONLY|O_CLOEXEC) = 6
    2152 fstat(6, {st_mode=S_IFREG|0644, st_size=63, ...}) = 0
    2152 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2152 read(6, "#\n# /etc/host.conf\n#\n\norder host"..., 4096) = 63
    2152 read(6, "", 4096) = 0
    2152 close(6) = 0
    2152 munmap(0x7f97494b1000, 4096) = 0
    2152 futex(0x7f9749068600, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    2152 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 6
    2152 fstat(6, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0
    2152 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2152 read(6, "# Generated by dhcpcd from wlan0"..., 4096) = 160
    2152 read(6, "", 4096) = 0
    2152 close(6) = 0
    2152 munmap(0x7f97494b1000, 4096) = 0
    2152 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 6
    2152 fstat(6, {st_mode=S_IFREG|0644, st_size=218846, ...}) = 0
    2152 mmap(NULL, 218846, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f974943f000
    2152 close(6) = 0
    2152 open("/lib/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 6
    2152 read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000!\0\0\0\0\0\0"..., 832) = 832
    2152 fstat(6, {st_mode=S_IFREG|0755, st_size=52128, ...}) = 0
    2152 mmap(NULL, 2148136, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f97459a9000
    2152 mprotect(0x7f97459b5000, 2093056, PROT_NONE) = 0
    2152 mmap(0x7f9745bb4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0xb000) = 0x7f9745bb4000
    2152 close(6) = 0
    2152 mprotect(0x7f9745bb4000, 4096, PROT_READ) = 0
    2152 munmap(0x7f974943f000, 218846) = 0
    2152 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 6
    2152 fstat(6, {st_mode=S_IFREG|0644, st_size=206, ...}) = 0
    2152 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2152 read(6, "#\n# /etc/hosts: static lookup ta"..., 4096) = 206
    2152 read(6, "", 4096) = 0
    2152 close(6) = 0
    2152 munmap(0x7f97494b1000, 4096) = 0
    2152 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 6
    2152 fstat(6, {st_mode=S_IFREG|0644, st_size=218846, ...}) = 0
    2152 mmap(NULL, 218846, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f974943f000
    2152 close(6) = 0
    2152 open("/lib/libnss_dns.so.2", O_RDONLY|O_CLOEXEC) = 6
    2152 read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\20\0\0\0\0\0\0"..., 832) = 832
    2152 fstat(6, {st_mode=S_IFREG|0755, st_size=22920, ...}) = 0
    2152 mmap(NULL, 2117872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f97457a3000
    2152 mprotect(0x7f97457a8000, 2093056, PROT_NONE) = 0
    2152 mmap(0x7f97459a7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x4000) = 0x7f97459a7000
    2152 close(6) = 0
    2152 open("/lib/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 6
    2152 read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@9\0\0\0\0\0\0"..., 832) = 832
    2152 fstat(6, {st_mode=S_IFREG|0755, st_size=84824, ...}) = 0
    2152 mmap(NULL, 2189928, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f974558c000
    2152 mprotect(0x7f974559f000, 2097152, PROT_NONE) = 0
    2152 mmap(0x7f974579f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x13000) = 0x7f974579f000
    2152 mmap(0x7f97457a1000, 6760, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97457a1000
    2152 close(6) = 0
    2152 mprotect(0x7f974579f000, 4096, PROT_READ) = 0
    2152 mprotect(0x7f97459a7000, 4096, PROT_READ) = 0
    2152 munmap(0x7f974943f000, 218846) = 0
    2152 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2152 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2152 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2152 sendto(6, "\301-\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2152 poll([{fd=6, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=6, revents=POLLOUT}])
    2152 sendto(6, "\227\203\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2152 poll([{fd=6, events=POLLIN}], 1, 4999) = 1 ([{fd=6, revents=POLLIN}])
    2152 ioctl(6, FIONREAD, [52]) = 0
    2152 recvfrom(6, "\301-\205\200\0\1\0\1\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 52
    2152 poll([{fd=6, events=POLLIN}], 1, 4969) = 0 (Timeout)
    2152 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2152 sendto(6, "\301-\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2152 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2152 ioctl(6, FIONREAD, [52]) = 0
    2152 recvfrom(6, "\301-\205\200\0\1\0\1\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 52
    2152 poll([{fd=6, events=POLLOUT}], 1, 4976) = 1 ([{fd=6, revents=POLLOUT}])
    2152 sendto(6, "\227\203\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2152 poll([{fd=6, events=POLLIN}], 1, 4976) = 0 (Timeout)
    2152 close(6) = 0
    2152 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2152 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2152 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2152 sendto(6, "\301-\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2152 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2152 ioctl(6, FIONREAD, [52]) = 0
    2152 recvfrom(6, "\301-\205\200\0\1\0\1\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 52
    2152 close(6) = 0
    2152 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2152 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2152 poll([{fd=6, events=POLLOUT}], 1, 4976) = 1 ([{fd=6, revents=POLLOUT}])
    2152 sendto(6, "\227\203\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2152 poll([{fd=6, events=POLLIN}], 1, 4976) = 0 (Timeout)
    2152 close(6) = 0
    2152 madvise(0x7f9745bb6000, 8368128, MADV_DONTNEED) = 0
    2152 _exit(0) = ?
    2135 <... futex resumed> ) = 0
    2135 fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
    2135 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libalpm.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en_US/LC_MESSAGES/libalpm.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en.utf8/LC_MESSAGES/libalpm.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en/LC_MESSAGES/libalpm.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 write(2, "error: ", 7) = 7
    2135 write(2, "failed retrieving file 'core.db'"..., 79) = 79
    2135 close(5) = 0
    2135 unlink("/var/lib/pacman/sync/core.db.part") = 0
    2135 rt_sigaction(SIGINT, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 stat("/var/lib/pacman/sync/core.db", {st_mode=S_IFREG|0644, st_size=109079, ...}) = 0
    2135 open("/var/lib/pacman/sync/core.db.part", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
    2135 rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGINT, NULL, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGINT, {0x7f974907dd80, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 open("/root/.netrc", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 clone(child_stack=0x7f97463b5ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f97463b69d0, tls=0x7f97463b6700, child_tidptr=0x7f97463b69d0) = 2163
    2163 set_robust_list(0x7f97463b69e0, 0x18) = 0
    2163 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
    2135 futex(0x7f97463b69d0, FUTEX_WAIT, 2163, NULL <unfinished ...>
    2163 <... open resumed> ) = 6
    2163 fstat(6, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0
    2163 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2163 read(6, "# Generated by dhcpcd from wlan0"..., 4096) = 160
    2163 read(6, "", 4096) = 0
    2163 close(6) = 0
    2163 munmap(0x7f97494b1000, 4096) = 0
    2163 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 6
    2163 fstat(6, {st_mode=S_IFREG|0644, st_size=206, ...}) = 0
    2163 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2163 read(6, "#\n# /etc/hosts: static lookup ta"..., 4096) = 206
    2163 read(6, "", 4096) = 0
    2163 close(6) = 0
    2163 munmap(0x7f97494b1000, 4096) = 0
    2163 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2163 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2163 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2163 sendto(6, "\233#\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2163 poll([{fd=6, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=6, revents=POLLOUT}])
    2163 sendto(6, "\255U\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2163 poll([{fd=6, events=POLLIN}], 1, 4999) = 1 ([{fd=6, revents=POLLIN}])
    2163 ioctl(6, FIONREAD, [52]) = 0
    2163 recvfrom(6, "\233#\205\200\0\1\0\1\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 52
    2163 poll([{fd=6, events=POLLIN}], 1, 4971) = 0 (Timeout)
    2163 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2163 sendto(6, "\233#\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2163 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2163 ioctl(6, FIONREAD, [52]) = 0
    2163 recvfrom(6, "\233#\205\200\0\1\0\1\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 52
    2163 poll([{fd=6, events=POLLOUT}], 1, 4977) = 1 ([{fd=6, revents=POLLOUT}])
    2163 sendto(6, "\255U\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2163 poll([{fd=6, events=POLLIN}], 1, 4976) = 0 (Timeout)
    2163 close(6) = 0
    2163 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2163 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2163 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2163 sendto(6, "\233#\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2163 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2163 ioctl(6, FIONREAD, [52]) = 0
    2163 recvfrom(6, "\233#\205\200\0\1\0\1\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 52
    2163 close(6) = 0
    2163 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2163 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2163 poll([{fd=6, events=POLLOUT}], 1, 4971) = 1 ([{fd=6, revents=POLLOUT}])
    2163 sendto(6, "\255U\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2163 poll([{fd=6, events=POLLIN}], 1, 4971) = 0 (Timeout)
    2163 close(6) = 0
    2163 madvise(0x7f9745bb6000, 8368128, MADV_DONTNEED) = 0
    2163 _exit(0) = ?
    2135 <... futex resumed> ) = 0
    2135 fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
    2135 write(2, "error: ", 7) = 7
    2135 write(2, "failed retrieving file 'core.db'"..., 79) = 79
    2135 close(5) = 0
    2135 unlink("/var/lib/pacman/sync/core.db.part") = 0
    2135 rt_sigaction(SIGINT, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 stat("/var/lib/pacman/sync/core.db", {st_mode=S_IFREG|0644, st_size=109079, ...}) = 0
    2135 open("/var/lib/pacman/sync/core.db.part", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
    2135 rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGINT, NULL, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGINT, {0x7f974907dd80, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 open("/root/.netrc", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 clone( <unfinished ...>
    2173 set_robust_list(0x7f97463b69e0, 0x18 <unfinished ...>
    2135 <... clone resumed> child_stack=0x7f97463b5ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f97463b69d0, tls=0x7f97463b6700, child_tidptr=0x7f97463b69d0) = 2173
    2173 <... set_robust_list resumed> ) = 0
    2135 futex(0x7f97463b69d0, FUTEX_WAIT, 2173, NULL <unfinished ...>
    2173 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 6
    2173 fstat(6, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0
    2173 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2173 read(6, "# Generated by dhcpcd from wlan0"..., 4096) = 160
    2173 read(6, "", 4096) = 0
    2173 close(6) = 0
    2173 munmap(0x7f97494b1000, 4096) = 0
    2173 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 6
    2173 fstat(6, {st_mode=S_IFREG|0644, st_size=206, ...}) = 0
    2173 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2173 read(6, "#\n# /etc/hosts: static lookup ta"..., 4096) = 206
    2173 read(6, "", 4096) = 0
    2173 close(6) = 0
    2173 munmap(0x7f97494b1000, 4096) = 0
    2173 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2173 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2173 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2173 sendto(6, "N\37\1\0\0\1\0\0\0\0\0\0\3ftp\4klid\2dk\0\0\1\0\1", 29, MSG_NOSIGNAL, NULL, 0) = 29
    2173 poll([{fd=6, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=6, revents=POLLOUT}])
    2173 sendto(6, "\227J\1\0\0\1\0\0\0\0\0\0\3ftp\4klid\2dk\0\0\34\0\1", 29, MSG_NOSIGNAL, NULL, 0) = 29
    2173 poll([{fd=6, events=POLLIN}], 1, 4999) = 1 ([{fd=6, revents=POLLIN}])
    2173 ioctl(6, FIONREAD, [365]) = 0
    2173 recvfrom(6, "N\37\201\200\0\1\0\1\0\5\0\n\3ftp\4klid\2dk\0\0\1\0\1\300\f\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 365
    2173 poll([{fd=6, events=POLLIN}], 1, 4932) = 0 (Timeout)
    2173 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2173 sendto(6, "N\37\1\0\0\1\0\0\0\0\0\0\3ftp\4klid\2dk\0\0\1\0\1", 29, MSG_NOSIGNAL, NULL, 0) = 29
    2173 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2173 ioctl(6, FIONREAD, [45]) = 0
    2173 recvfrom(6, "N\37\205\200\0\1\0\1\0\0\0\0\3ftp\4klid\2dk\0\0\1\0\1\300\f\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 45
    2173 poll([{fd=6, events=POLLOUT}], 1, 4976) = 1 ([{fd=6, revents=POLLOUT}])
    2173 sendto(6, "\227J\1\0\0\1\0\0\0\0\0\0\3ftp\4klid\2dk\0\0\34\0\1", 29, MSG_NOSIGNAL, NULL, 0) = 29
    2173 poll([{fd=6, events=POLLIN}], 1, 4976) = 0 (Timeout)
    2173 close(6) = 0
    2173 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2173 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2173 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2173 sendto(6, "N\37\1\0\0\1\0\0\0\0\0\0\3ftp\4klid\2dk\0\0\1\0\1", 29, MSG_NOSIGNAL, NULL, 0) = 29
    2173 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2173 ioctl(6, FIONREAD, [45]) = 0
    2173 recvfrom(6, "N\37\205\200\0\1\0\1\0\0\0\0\3ftp\4klid\2dk\0\0\1\0\1\300\f\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 45
    2173 close(6) = 0
    2173 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2173 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2173 poll([{fd=6, events=POLLOUT}], 1, 4975) = 1 ([{fd=6, revents=POLLOUT}])
    2173 sendto(6, "\227J\1\0\0\1\0\0\0\0\0\0\3ftp\4klid\2dk\0\0\34\0\1", 29, MSG_NOSIGNAL, NULL, 0) = 29
    2173 poll([{fd=6, events=POLLIN}], 1, 4975) = 0 (Timeout)
    2173 close(6) = 0
    2173 madvise(0x7f9745bb6000, 8368128, MADV_DONTNEED) = 0
    2173 _exit(0) = ?
    2135 <... futex resumed> ) = 0
    2135 fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
    2135 write(2, "error: ", 7) = 7
    2135 write(2, "failed retrieving file 'core.db'"..., 72) = 72
    2135 close(5) = 0
    2135 unlink("/var/lib/pacman/sync/core.db.part") = 0
    2135 rt_sigaction(SIGINT, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 stat("/var/lib/pacman/sync/core.db", {st_mode=S_IFREG|0644, st_size=109079, ...}) = 0
    2135 open("/var/lib/pacman/sync/core.db.part", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
    2135 rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGINT, NULL, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGINT, {0x7f974907dd80, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 open("/root/.netrc", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 clone(child_stack=0x7f97463b5ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f97463b69d0, tls=0x7f97463b6700, child_tidptr=0x7f97463b69d0) = 2183
    2183 set_robust_list(0x7f97463b69e0, 0x18) = 0
    2135 futex(0x7f97463b69d0, FUTEX_WAIT, 2183, NULL <unfinished ...>
    2183 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 6
    2183 fstat(6, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0
    2183 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2183 read(6, "# Generated by dhcpcd from wlan0"..., 4096) = 160
    2183 read(6, "", 4096) = 0
    2183 close(6) = 0
    2183 munmap(0x7f97494b1000, 4096) = 0
    2183 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 6
    2183 fstat(6, {st_mode=S_IFREG|0644, st_size=206, ...}) = 0
    2183 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2183 read(6, "#\n# /etc/hosts: static lookup ta"..., 4096) = 206
    2183 read(6, "", 4096) = 0
    2183 close(6) = 0
    2183 munmap(0x7f97494b1000, 4096) = 0
    2183 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2183 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2183 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2183 sendto(6, "\v\0\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2183 poll([{fd=6, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=6, revents=POLLOUT}])
    2183 sendto(6, "\372\4\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2183 poll([{fd=6, events=POLLIN}], 1, 4999) = 1 ([{fd=6, revents=POLLIN}])
    2183 ioctl(6, FIONREAD, [160]) = 0
    2183 recvfrom(6, "\v\0\201\200\0\1\0\2\0\3\0\1\6mirror\tarchlinux\2no"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 160
    2183 poll([{fd=6, events=POLLIN}], 1, 4903) = 0 (Timeout)
    2183 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2183 sendto(6, "\v\0\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2183 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2183 ioctl(6, FIONREAD, [53]) = 0
    2183 recvfrom(6, "\v\0\205\200\0\1\0\1\0\0\0\0\6mirror\tarchlinux\2no"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 53
    2183 poll([{fd=6, events=POLLOUT}], 1, 4976) = 1 ([{fd=6, revents=POLLOUT}])
    2183 sendto(6, "\372\4\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2183 poll([{fd=6, events=POLLIN}], 1, 4976) = 0 (Timeout)
    2183 close(6) = 0
    2183 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2183 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2183 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2183 sendto(6, "\v\0\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2183 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2183 ioctl(6, FIONREAD, [53]) = 0
    2183 recvfrom(6, "\v\0\205\200\0\1\0\1\0\0\0\0\6mirror\tarchlinux\2no"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 53
    2183 close(6) = 0
    2183 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2183 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2183 poll([{fd=6, events=POLLOUT}], 1, 4976) = 1 ([{fd=6, revents=POLLOUT}])
    2183 sendto(6, "\372\4\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2183 poll([{fd=6, events=POLLIN}], 1, 4976) = 0 (Timeout)
    2183 close(6) = 0
    2183 madvise(0x7f9745bb6000, 8368128, MADV_DONTNEED) = 0
    2183 _exit(0) = ?
    2135 <... futex resumed> ) = 0
    2135 fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
    2135 write(2, "error: ", 7) = 7
    2135 write(2, "failed retrieving file 'core.db'"..., 80) = 80
    2135 close(5) = 0
    2135 unlink("/var/lib/pacman/sync/core.db.part") = 0
    2135 rt_sigaction(SIGINT, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 stat("/var/lib/pacman/sync/core.db", {st_mode=S_IFREG|0644, st_size=109079, ...}) = 0
    2135 open("/var/lib/pacman/sync/core.db.part", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
    2135 rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGINT, NULL, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGINT, {0x7f974907dd80, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 open("/root/.netrc", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 clone(child_stack=0x7f97463b5ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f97463b69d0, tls=0x7f97463b6700, child_tidptr=0x7f97463b69d0) = 2193
    2193 set_robust_list(0x7f97463b69e0, 0x18 <unfinished ...>
    2135 futex(0x7f97463b69d0, FUTEX_WAIT, 2193, NULL <unfinished ...>
    2193 <... set_robust_list resumed> ) = 0
    2193 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 6
    2193 fstat(6, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0
    2193 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2193 read(6, "# Generated by dhcpcd from wlan0"..., 4096) = 160
    2193 read(6, "", 4096) = 0
    2193 close(6) = 0
    2193 munmap(0x7f97494b1000, 4096) = 0
    2193 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 6
    2193 fstat(6, {st_mode=S_IFREG|0644, st_size=206, ...}) = 0
    2193 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2193 read(6, "#\n# /etc/hosts: static lookup ta"..., 4096) = 206
    2193 read(6, "", 4096) = 0
    2193 close(6) = 0
    2193 munmap(0x7f97494b1000, 4096) = 0
    2193 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2193 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2193 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2193 sendto(6, "\252B\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2193 poll([{fd=6, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=6, revents=POLLOUT}])
    2193 sendto(6, "\7\221\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2193 poll([{fd=6, events=POLLIN}], 1, 4999) = 1 ([{fd=6, revents=POLLIN}])
    2193 ioctl(6, FIONREAD, [53]) = 0
    2193 recvfrom(6, "\252B\205\200\0\1\0\1\0\0\0\0\6mirror\tarchlinux\2no"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 53
    2193 poll([{fd=6, events=POLLIN}], 1, 4973) = 0 (Timeout)
    2193 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2193 sendto(6, "\252B\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2193 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2193 ioctl(6, FIONREAD, [53]) = 0
    2193 recvfrom(6, "\252B\205\200\0\1\0\1\0\0\0\0\6mirror\tarchlinux\2no"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 53
    2193 poll([{fd=6, events=POLLOUT}], 1, 4976) = 1 ([{fd=6, revents=POLLOUT}])
    2193 sendto(6, "\7\221\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2193 poll([{fd=6, events=POLLIN}], 1, 4975) = 0 (Timeout)
    2193 close(6) = 0
    2193 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2193 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2193 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2193 sendto(6, "\252B\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2193 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2193 ioctl(6, FIONREAD, [53]) = 0
    2193 recvfrom(6, "\252B\205\200\0\1\0\1\0\0\0\0\6mirror\tarchlinux\2no"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 53
    2193 close(6) = 0
    2193 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2193 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2193 poll([{fd=6, events=POLLOUT}], 1, 4975) = 1 ([{fd=6, revents=POLLOUT}])
    2193 sendto(6, "\7\221\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2193 poll([{fd=6, events=POLLIN}], 1, 4975) = 0 (Timeout)
    2193 close(6) = 0
    2193 madvise(0x7f9745bb6000, 8368128, MADV_DONTNEED) = 0
    2193 _exit(0) = ?
    2135 <... futex resumed> ) = 0
    2135 fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
    2135 write(2, "error: ", 7) = 7
    2135 write(2, "failed retrieving file 'core.db'"..., 80) = 80
    2135 close(5) = 0
    2135 unlink("/var/lib/pacman/sync/core.db.part") = 0
    2135 rt_sigaction(SIGINT, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 stat("/var/lib/pacman/sync/core.db", {st_mode=S_IFREG|0644, st_size=109079, ...}) = 0
    2135 open("/var/lib/pacman/sync/core.db.part", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
    2135 rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGINT, NULL, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGINT, {0x7f974907dd80, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 open("/root/.netrc", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 clone( <unfinished ...>
    2203 set_robust_list(0x7f97463b69e0, 0x18 <unfinished ...>
    2135 <... clone resumed> child_stack=0x7f97463b5ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f97463b69d0, tls=0x7f97463b6700, child_tidptr=0x7f97463b69d0) = 2203
    2203 <... set_robust_list resumed> ) = 0
    2135 futex(0x7f97463b69d0, FUTEX_WAIT, 2203, NULL <unfinished ...>
    2203 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 6
    2203 fstat(6, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0
    2203 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2203 read(6, "# Generated by dhcpcd from wlan0"..., 4096) = 160
    2203 read(6, "", 4096) = 0
    2203 close(6) = 0
    2203 munmap(0x7f97494b1000, 4096) = 0
    2203 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 6
    2203 fstat(6, {st_mode=S_IFREG|0644, st_size=206, ...}) = 0
    2203 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2203 read(6, "#\n# /etc/hosts: static lookup ta"..., 4096) = 206
    2203 read(6, "", 4096) = 0
    2203 close(6) = 0
    2203 munmap(0x7f97494b1000, 4096) = 0
    2203 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2203 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2203 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2203 sendto(6, "R\210\1\0\0\1\0\0\0\0\0\0\6mirror\3pvv\4ntnu\2no\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2203 poll([{fd=6, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=6, revents=POLLOUT}])
    2203 sendto(6, "\300\31\1\0\0\1\0\0\0\0\0\0\6mirror\3pvv\4ntnu\2no\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2203 poll([{fd=6, events=POLLIN}], 1, 4999) = 1 ([{fd=6, revents=POLLIN}])
    2203 ioctl(6, FIONREAD, [211]) = 0
    2203 recvfrom(6, "R\210\201\200\0\1\0\2\0\4\0\3\6mirror\3pvv\4ntnu\2no\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 211
    2203 poll([{fd=6, events=POLLIN}], 1, 4915) = 0 (Timeout)
    2203 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2203 sendto(6, "R\210\1\0\0\1\0\0\0\0\0\0\6mirror\3pvv\4ntnu\2no\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2203 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2203 ioctl(6, FIONREAD, [52]) = 0
    2203 recvfrom(6, "R\210\205\200\0\1\0\1\0\0\0\0\6mirror\3pvv\4ntnu\2no\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 52
    2203 poll([{fd=6, events=POLLOUT}], 1, 4976) = 1 ([{fd=6, revents=POLLOUT}])
    2203 sendto(6, "\300\31\1\0\0\1\0\0\0\0\0\0\6mirror\3pvv\4ntnu\2no\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2203 poll([{fd=6, events=POLLIN}], 1, 4976) = 0 (Timeout)
    2203 close(6) = 0
    2203 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2203 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2203 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2203 sendto(6, "R\210\1\0\0\1\0\0\0\0\0\0\6mirror\3pvv\4ntnu\2no\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2203 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2203 ioctl(6, FIONREAD, [52]) = 0
    2203 recvfrom(6, "R\210\205\200\0\1\0\1\0\0\0\0\6mirror\3pvv\4ntnu\2no\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 52
    2203 close(6) = 0
    2203 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2203 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2203 poll([{fd=6, events=POLLOUT}], 1, 4976) = 1 ([{fd=6, revents=POLLOUT}])
    2203 sendto(6, "\300\31\1\0\0\1\0\0\0\0\0\0\6mirror\3pvv\4ntnu\2no\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2203 poll([{fd=6, events=POLLIN}], 1, 4976) = 0 (Timeout)
    2203 close(6) = 0
    2203 madvise(0x7f9745bb6000, 8368128, MADV_DONTNEED) = 0
    2203 _exit(0) = ?
    2135 <... futex resumed> ) = 0
    2135 fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
    2135 write(2, "error: ", 7) = 7
    2135 write(2, "failed retrieving file 'core.db'"..., 79) = 79
    2135 close(5) = 0
    2135 unlink("/var/lib/pacman/sync/core.db.part") = 0
    2135 rt_sigaction(SIGINT, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b2000, 4096) = 0
    2135 unlink("/var/lib/pacman/db.lck") = 0
    2135 umask(022) = 022
    2135 write(2, "error: ", 7) = 7
    2135 write(2, "failed to update core (download "..., 47) = 47
    2135 stat("/var/lib/pacman/sync/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    2135 umask(022) = 022
    2135 umask(0) = 022
    2135 access("/var", F_OK) = 0
    2135 access("/var/lib", F_OK) = 0
    2135 access("/var/lib/pacman", F_OK) = 0
    2135 umask(022) = 0
    2135 open("/var/lib/pacman/db.lck", O_WRONLY|O_CREAT|O_EXCL, 0) = 4
    2135 fcntl(4, F_GETFL) = 0x8001 (flags O_WRONLY|O_LARGEFILE)
    2135 fstat(4, {st_mode=S_IFREG, st_size=0, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b2000
    2135 lseek(4, 0, SEEK_CUR) = 0
    2135 write(4, "2135\n", 5) = 5
    2135 fsync(4) = 0
    2135 stat("/var/lib/pacman/sync/extra.db", {st_mode=S_IFREG|0644, st_size=1208180, ...}) = 0
    2135 open("/var/lib/pacman/sync/extra.db.part", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
    2135 rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGINT, NULL, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGINT, {0x7f974907dd80, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 open("/root/.netrc", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 clone(child_stack=0x7f97463b5ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f97463b69d0, tls=0x7f97463b6700, child_tidptr=0x7f97463b69d0) = 2213
    2135 futex(0x7f97463b69d0, FUTEX_WAIT, 2213, NULL <unfinished ...>
    2213 set_robust_list(0x7f97463b69e0, 0x18) = 0
    2213 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 6
    2213 fstat(6, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0
    2213 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2213 read(6, "# Generated by dhcpcd from wlan0"..., 4096) = 160
    2213 read(6, "", 4096) = 0
    2213 close(6) = 0
    2213 munmap(0x7f97494b1000, 4096) = 0
    2213 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 6
    2213 fstat(6, {st_mode=S_IFREG|0644, st_size=206, ...}) = 0
    2213 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2213 read(6, "#\n# /etc/hosts: static lookup ta"..., 4096) = 206
    2213 read(6, "", 4096) = 0
    2213 close(6) = 0
    2213 munmap(0x7f97494b1000, 4096) = 0
    2213 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2213 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2213 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2213 sendto(6, "o\220\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2213 poll([{fd=6, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=6, revents=POLLOUT}])
    2213 sendto(6, "\3511\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2213 poll([{fd=6, events=POLLIN}], 1, 4999) = 1 ([{fd=6, revents=POLLIN}])
    2213 i

  • Failed to retrieve git package from all mirrors [Solved]

    Hi there. I'm having trouble installing git. Everything else I've installed has been fine (and I have installed other things while this problem persists)
    $ sudo pacman -S git
    resolving dependencies...
    looking for inter-conflicts...
    Targets (2): perl-error-0.17018-1 git-1.7.12-1
    Total Download Size: 2.66 MiB
    Total Installed Size: 17.00 MiB
    Proceed with installation? [Y/n]
    :: Retrieving packages from extra...
    error: failed retrieving file 'git-1.7.12-1-x86_64.pkg.tar.xz' from mirror.aarnet.edu.au : The requested URL returned error: 404 Not Found
    I leave pacman running through all the other mirrors, and it just cannot find the file on any of them.
    When I look at http://mirror.aarnet.edu.au/pub/archlin … os/x86_64/ I see that there is git-1.7.12.1-1-x86_64.pkg.tar.xz which is named differently to the target pacman is looking for (git-1.7.12-1-x86_64.pkg.tar.xz)
    I'm new to arch and pacman. Where could this inconsistency be coming from, and how would I go about resolving it?
    EDIT: Just found the -y option in the pacman man page. Solved!
    Last edited by oadams (2012-09-23 07:26:37)

    I used the following process to clean up these warnings on my DPs:
    Setup content validation checks for each of my affected DPs to run every morning (previously only set to weekends). I did this so when I made a change I could validate whether or not it worked the following day. It would be great if there was a way to force
    these checks manually but I haven't found a method yet.
    After the content validation check completed I filtered through the smsdpmon.log on each affected DP. This revealed the package ID that was causing the issue.
    In my environment the package in question was not needed so I deleted it. If it is required I suspect re-distributing it would work as well.
    At this stage the problem was still not fully resolved for me. Even though I had deleted the package WMI was still inaccurate. I used this script to scrub WMI on all affected DPs and it picked up the problematic package ID:
    http://gallery.technet.microsoft.com/Powershell-script-to-fix-81dc4e69
    My content validation checks are now passing and the warnings are being cleared. YEAH!
    As a final note - After running the PS script Nickolaj posted I ran started seeing dozens of error checks on my packages (Distribution Manager failed to process package "Laptop Drivers" (package ID = XYZ00123).) After doing some research
    I found I was prone to this issue:
    Failed to start DP health monitoring task. In my case the suspect file was called "Microsoft". I moved it to another location and the errors cleared immediately.
    Hope this info is helpful to others!

  • HP MS218 Not Booting - Does not POST - Cannot reach BIOS

    Hello,
    I have an MS218 (product number: BR372AA #ABA) that I have been having issues with. It used to work fine (ran on WinXP), but currently will not even boot properly at all. No software or hardware changes were made to cause this problem to begin occurring, it simply just started happening one day when I went to turn the computer back on. The issue that I am currently experiencing is as follows:
    - Power stays on, but nothing is ever displayed on the screen
    - Does not post, cannot reach BIOS
    - Acts almost as if it is resetting itself constantly, the fan in the back will start to spin for a second or two, then stop, then start again, and repeat indefinitely until I unplug the power adapter.
    I initially figured it was a hardware issue, likely the motherboard, and began to troubleshoot the problem. As I removed non-vital components, the problem would persist. For instance, it happens regardless of external things (keyboard, mouse, etc.) being plugged in, or regardless of the hard drive or optical drive being plugged in. It still appears to happen in the absense of memory, however, I will instead hear beep codes (likely telling me that I don't have any RAM in). Ultimately, I decided to order a replacement motherboard, which recently arrived. Upon replacing the motherboard, the exact same problems happen, which leads me to believe that the motherboard was somehow not the culprit. I have also tried multiple power adapters to no avail, as well as resetting the CMOS battery without any luck. I'm really at a loss for what to do from here, and am currently sitting on hold with HP tech support.
    Any advice is welcome. Thanks in advance for your time and assistance.

    Hello Jaycera,
    There are two more components that we haven't replaced or look at and I would approach them in the order listed.
    1. Power supply
    2. Processor
    It sounds like it's a power issue the computer is getting enough power to start booting up and then losing it. Thus anytime I hear a power issue the first thing I think of is a power supply issue.
    The other thing is it could be the processor. The computer starts booting, makes a call to the processor, fails, boots down, starts booting up, makes a call to the processor and here we are in a vicious cycle.
    It could just be the processor needing reseated. Take it out, put it back in and make sure it's in properly and no pins are bent, or the processor could be bad.
    If I have helped you in any way click the Kudos button to say Thanks.
    The community works together, click Accept as Solution on the post that solves your issue for other members of the community to benefit from the solution.
    - Friendship is magical.

  • 'Cannot open mirrored root device' -- after dd and h/w swap

    Hi All,
    i needed to clone the server (netra440, sol10)so i took a sector copy (dd) of two mirrored hard disks
    and tried to start from them on another netra440 server , i've got an error listed below,
    is there any way to bring this mirror to life if given that original server is unavailable anymore?
    thanks for any hint
    Cannot open mirrored root device, error 19
    Cannot remount root on /pseudo/md@0:0,35,blk fstype ufs
    panic[cpu3]/thread=180e000: vfs_mountroot: cannot remount root
    000000000180b950 genunix:vfs_mountroot+310 (8025, 1882fa0, 185d400, 18621c0, 1883000, 185d770)
      %l0-3: 0000060001843a40 0000000000000003 0000000000000002 00000000011e6800
      %l4-7: 00000000018362c0 000000000183b400 000000000185d400 0000000000000001
    000000000180ba10 genunix:main+98 (18141a0, 1013800, 18362c0, 18ab800, 180e000, 1814000)
      %l0-3: 0000000070002000 0000000000000001 000000000180c000 000000000180e000
      %l4-7: 0000000000000001 0000000001074800 0000000000000060 0000000000000000
    syncing file systems... done

    System can be brought up in this way; however do you have any idea if the root disk has been encapsulated by VxVM before this panic during the reboot?
    I`ve encapsulated the root & its mirror under veritas volume manager and rebooted the machine and landed upon
    panic[cpu3]/thread=180e000: vfs_mountroot: cannot remount root
    000000000180b950 genunix:vfs_mountroot+354 (2021, 21, 60002c5a080, 1878688, 183bc00, 1873148)
    %l0-3: 0000000001872c00 0000000000000001 0000000000008025 0000000001206800
    %l4-7: 000000000189c8d8 0000000001872f00 000000000189c8d8 000000000189c8d8
    000000000180ba10 genunix:main+98 (1814380, 1015000, 18366a0, 18c3400, 70002000, 1814000)
    %l0-3: 0000000070002000 0000000000000001 000000000180c000 000000000180e000
    %l4-7: 0000000000000001 000000000180c000 0000000000000060 0000000000000000
    I could manage to bring up the system but the disks cant be uninitialized now and i think it requires rebuild......

  • My Adobe Photoshop Elements 7.0 (Editor) function has suddenly stopped working. Windows cannot seem to solve the problem. Any anwers

    I receive Adobe updates on a regular basis without any problems. The other day, my Adobe Photoshop Elements 7.0 (Editor) function has suddenly stopped working. Windows cannot seem to solve the problem. I can open all the other function buttons without any problems just not the most important one which is the Editor Function. Has anyone experienced this situation and knows what to do?

    Did you tried uninstalling and then installing it again?
    Ankush

  • How to reformat '06 Macbook Pro - cannot reach desktop

    I have a 2006 Macbook Pro. I try and boot it but I cannot reach the desktop. My plan is to try and reformat it with 10.6.7 Snow Lep or 10.7 Lion (does Lion work with '06 Macbook Pro's, how about Mountain Lion?)
    But here is the issue. I cannot access the desktop and the DVD Drive is non-functioning. The obvious solution is to do a bootable USB drive (I have another newer Macbook Pro to do the setup) BUT... since I cannot access the desktop, how do I actually do the reformatting with the bootable USB?

    Sorry, I'm a PC guy (don't kill me)
    Oh, I didn't realize you weren't part of the club. I'm afraid I've said too much... now you must die!
    Okay, on a more serious note, Lion may work okay, but memory requirements in Lion are significantly higher than in Snow Leopard, and that machine only has 2 GB of RAM (assuming it hasn't had more added). I wasn't able to run Lion well on a 2010 machine with 4 GB of RAM (it ran great after upgrading the RAM), after upgrading from Snow Leopard... but I may have been doing more memory-demanding tasks than your brother, so that may not be relevant. You could certainly try Lion and see what happens.

  • Is it true that Sky channels cannot be mirrored to a TV using Apple TV?

    I am told that some or all Sky channels cannot be mirrored from iPad to TV using Apple TV. Is this correct? If not, why is it not working?

    In Acrobat Pro 7-10 (I think) it was possible to save an Acrobat Form with extended rights to enable saving a form including the field-contents with acrobat reader.
    To use this feature for more then 500 individual users / returned filled forms you had to optain special licences or use adobe lifecycle server (according to the EULA of Adobe Acrobat).
    As far as I understand, any form created with any adobe pro-Version is saveable inlcuding it's filled-in contents with adobe reader 11 (again, as reader 5 was able to do that aswell long time ago...).
    So is there any need for special payed licences (like per-form licences or adobe lifecycle servers) any more for providing fillable forms on a company website (i. e. unknown number of potential users / returned filled forms)?
    edit:
    Is there any legal difference according to that 500-forms-limitation between receiving the extend forms as email-attachement, printed form and according to the way the returned forms are processed (i. e. scanning those forms, reading those forms with acrobat pro or any other reader-client)?
    Thanks in advance for your reply!
    Sincerely
    Matthias Henkel

  • I installed the new google maps app and I am unable to make it work because it says, cannot reach server. I have a iphone 4 with 6.0.1 up to date. Please advise where I can locate to chech if my location is turned on.

    I installed the new google maps app and I am unable to make it work because it says, cannot reach server. I have a iphone 4 with 6.0.1 up to date. Please advise where I can locate to check if my location is turned on.

    i found a solution for this issue when google maps shows you an empty map error message cannot reach server. Click on  the icon next to search and you are supposed to be presented with your profile, if not u will have an empty space. click on that space, then the "gear " Icon and logout.
    restart your iphone then strat google maps again and log back in.
    apparently this is happening when you change your google acount password or enble or disable 2 step verification.

  • Why is my iphone stuck on the connect to itunes after trying to update itand itunes is telling me it cannot reach the update server

    why is my iphone stuck on the connect to iTunes after trying to update it and iTunes is telling me it cannot reach the update server I have also tried the recovery instructions, iTunes wont even connect to the iTunes store and my internet connection is fine

    Come on now, someone must know how to fix this.

  • InDesign 2014 CC continually fails to update....Cannot reach Adobe Servers check internet connection

    Hello
    I am  windows 7 user and have been using creative cloud to run InDesign CC 2014 without issue until the most recent update....the update fails and reports back "cannot reach adobe servers - please check firewall and internet connection". This is a little strange since all other Adobe updates (including ID CC) and creative cloud updates go through without issue.
    Many Thanks.

    Hi Peter
    Yes - 4 or 5 times reaching only 4% before failure, it only seems to be with ID CC. The network administrator says there is no block or firewall to the adobe servers which seems logical because creative cloud itself would not update if this were the case. Could it be the ID update file itself ?

  • Cannot reach cluster ip after configuring network load balancing

    I have set up NLB for 2 WFE of SharePoint 2013:
    WFE1 : private ip 192.168.1.100 ; public ip 172.1.1.1
    WFE2 : private ip 192.168.1.101 ; public ip 172.1.1.2
    Cluster ip:  172.1.1.3
    I used 2 private ip in NLB and select unicast, but I cannot reach the cluster ip from out of these 2 WFE server.
    Any body can help me? Thanks in advance.
    Awen

    Yes, I follow these steps and created NLB successfully, but cannot ping the cluster ip from outside these hosts server in NLB. Below is detail information:
    OS: windows 2008 R2 64 bit
    Sharepoint : 2013
    WFE1 : private ip 192.168.1.100 ; public ip 172.1.1.1
    WFE2 : private ip 192.168.1.101 ; public ip 172.1.1.2
    private ip 100/101 can be communicated with each other, but cannot reach from other servers, even with same subnet.
    Cluster ip:  172.1.1.3
    After created NLB with unicast, I can ping the cluster ip from these WFE servers, but when I enter the cluster ip in browser, nothing display and cannot ping the cluster ip from other servers.
    Awen

  • Cisco 300 series: my PCs cannot reach the 2nd subnet

    Dear Community/Support:
    setting up our new series 300-28 in Layer3 Mode with a very basic network setup:
    LAN: 192.168.0.0/24
    VOIP Switch: 10.128.0.1 -- attached to GE24
    default VLAN1- 192.168.0.254
    added IPv4 Interface: GE24-10.128.0.254
    which added the IPv4 route to the subnet 10.128.0.0
    which added the ARP entry for 10.128.0.1
    so in the admin interface the 300 can ping 10.128.0.1,
    but my PCs in VLAN1 cannot reach it at all.
    300-28 has DHCP enabled, IP Range 192.168.0.9-99/24, Gateway 192.168.0.254
    Help Please,
    i simply fail to understand why :(

    Sorry I don't really know the 300 series range of products. On other devices you would need to enable IP routing.
    Have a look at this link it talks about changing the system mode to layer 3?
    https://supportforums.cisco.com/discussion/11520346/cisco-sg300-10-how-set-inter-vlan-routing

  • I cannot reach checkout on Amazon. I get a Connection Was Reset message

    I cannot reach checkout on Amazon. Nor can I move freely to my Account. I have tried signing in with other names and other email addresses but equally unsuccessfully. I have disabled anti virus (Avast) and Windows Firewall, cleaned cookies etc. I have spent some time with both Amazon and my server (PlusNet) trying to resolve this. It also occurs with Internet Explorer and Safari.
    The problem lies within my own computer but doesn't seem to effect any other site than Amazon. The Connection Reset message does occur frequently, whether this is normal or not I do not know, but when retried usually goes away when surfing elsewhere
    I can access Amazon using a neighbour's computer.

    Thank you brinda. I hav eread the article you mention and have again cleared both cache and cookies but to no avail. I am still getting a "The connection was reset" message. Amazon tell me that he fault is with me rather than at their end as otherwise I would not be able to log in on a neighbour's computer.

  • Pacman cannot connect to berlios.de to access "larch"

    While trying out larch7, I find that pacman cannot download from ftp.berlios.de which has the larch scripts and tar.gz packages for the installation .
    What prevents pacman from connecting with the berlios ftp?
    I suspect the package ID may be at fault...
    I have no clue other than that.
    The address is ....    ftp://ftp.berlios.de/pub/larch/larch7/i686
    I am aware that this is a common problem and wish to understand why it happens.
    Edit:   /var/cache/pacman/pkg -Sy
    :-:: Synchronizing package databases...
    :-error: failed retrieving file 'larch.db.tar.gz' from ftp.berlios.de : File unavailable (e.g., file not found, no access)
    :-error: failed to update larch (File unavailable (e.g., file not found, no access))
    Last edited by lilsirecho (2009-12-17 21:34:04)

    you better add "larch" to your topic..

Maybe you are looking for