Skip to content

Instantly share code, notes, and snippets.

@jpasichnyk
Created June 13, 2015 21:56
Show Gist options
  • Save jpasichnyk/468627eb1e844afcdeab to your computer and use it in GitHub Desktop.
Save jpasichnyk/468627eb1e844afcdeab to your computer and use it in GitHub Desktop.
repro for mono dns lookup crash strace with options and NO nscd
execve("/usr/bin/mono", ["mono", "--debug", "test3.exe"], [/* 19 vars */]) = 0
brk(0) = 0x1866000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe17ac000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=38805, ...}) = 0
mmap(NULL, 38805, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4fe17a2000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\x10\x56\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1071552, ...}) = 0
mmap(NULL, 3166568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4fe1286000
mprotect(0x7f4fe138b000, 2093056, PROT_NONE) = 0
mmap(0x7f4fe158a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x104000) = 0x7f4fe158a000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\x50\x23\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=31792, ...}) = 0
mmap(NULL, 2129016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4fe107e000
mprotect(0x7f4fe1085000, 2093056, PROT_NONE) = 0
mmap(0x7f4fe1284000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f4fe1284000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\xd0\x0e\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14664, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe17a1000
mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4fe0e7a000
mprotect(0x7f4fe0e7d000, 2093056, PROT_NONE) = 0
mmap(0x7f4fe107c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f4fe107c000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\x70\x6f\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=141574, ...}) = 0
mmap(NULL, 2217264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4fe0c5c000
mprotect(0x7f4fe0c75000, 2093056, PROT_NONE) = 0
mmap(0x7f4fe0e74000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f4fe0e74000
mmap(0x7f4fe0e76000, 13616, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4fe0e76000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\xd0\x1f\x02\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1840928, ...}) = 0
mmap(NULL, 3949248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4fe0897000
mprotect(0x7f4fe0a52000, 2093056, PROT_NONE) = 0
mmap(0x7f4fe0c51000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ba000) = 0x7f4fe0c51000
mmap(0x7f4fe0c57000, 17088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4fe0c57000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe17a0000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe179e000
arch_prctl(ARCH_SET_FS, 0x7f4fe179e7c0) = 0
mprotect(0x7f4fe0c51000, 16384, PROT_READ) = 0
mprotect(0x7f4fe0e74000, 4096, PROT_READ) = 0
mprotect(0x7f4fe107c000, 4096, PROT_READ) = 0
mprotect(0x7f4fe1284000, 4096, PROT_READ) = 0
mprotect(0x7f4fe158a000, 4096, PROT_READ) = 0
mprotect(0x938000, 4096, PROT_READ) = 0
mprotect(0x7f4fe17ae000, 4096, PROT_READ) = 0
munmap(0x7f4fe17a2000, 38805) = 0
set_tid_address(0x7f4fe179ea90) = 5528
set_robust_list(0x7f4fe179eaa0, 24) = 0
futex(0x7ffdce8a2960, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7f4fe179e7c0) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGRTMIN, {0x7f4fe0c629f0, [], SA_RESTORER|SA_SIGINFO, 0x7f4fe0c6c340}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7f4fe0c62a80, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f4fe0c6c340}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
access("/proc/xen", F_OK) = 0
brk(0) = 0x1866000
brk(0x1887000) = 0x1887000
readlink("/proc/5528/exe", "/usr/bin/mono-sgen", 255) = 18
readlink("/proc/self/exe", "/usr/bin/mono-sgen", 4095) = 18
open("/etc/mono/config", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2261, ...}) = 0
read(3, "<configuration>\n\t<dllmap dll=\"i:"..., 2261) = 2261
close(3) = 0
getuid() = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3) = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3) = 0
open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe17ab000
read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 475
read(3, "", 4096) = 0
close(3) = 0
munmap(0x7f4fe17ab000, 4096) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=38805, ...}) = 0
mmap(NULL, 38805, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4fe17a2000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_compat.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\xb0\x13\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=39824, ...}) = 0
mmap(NULL, 2135368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4fe068d000
mprotect(0x7f4fe0696000, 2093056, PROT_NONE) = 0
mmap(0x7f4fe0895000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f4fe0895000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnsl.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\x60\x41\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=97296, ...}) = 0
mmap(NULL, 2202328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4fe0473000
mprotect(0x7f4fe048a000, 2093056, PROT_NONE) = 0
mmap(0x7f4fe0689000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f4fe0689000
mmap(0x7f4fe068b000, 6872, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4fe068b000
close(3) = 0
mprotect(0x7f4fe0689000, 4096, PROT_READ) = 0
mprotect(0x7f4fe0895000, 4096, PROT_READ) = 0
munmap(0x7f4fe17a2000, 38805) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=38805, ...}) = 0
mmap(NULL, 38805, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4fe17a2000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_nis.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\xa0\x21\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=47760, ...}) = 0
mmap(NULL, 2143784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4fe0267000
mprotect(0x7f4fe0272000, 2093056, PROT_NONE) = 0
mmap(0x7f4fe0471000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f4fe0471000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\xa0\x22\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=47712, ...}) = 0
mmap(NULL, 2144392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4fe005b000
mprotect(0x7f4fe0066000, 2093056, PROT_NONE) = 0
mmap(0x7f4fe0265000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f4fe0265000
close(3) = 0
mprotect(0x7f4fe0265000, 4096, PROT_READ) = 0
mprotect(0x7f4fe0471000, 4096, PROT_READ) = 0
munmap(0x7f4fe17a2000, 38805) = 0
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 3
lseek(3, 0, SEEK_CUR) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1670, ...}) = 0
mmap(NULL, 1670, PROT_READ, MAP_SHARED, 3, 0) = 0x7f4fe17ab000
lseek(3, 1670, SEEK_SET) = 1670
munmap(0x7f4fe17ab000, 1670) = 0
close(3) = 0
open("/root/.mono/config", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/proc/self/maps", F_OK) = 0
access("/proc/xen", F_OK) = 0
mmap(NULL, 4096, PROT_READ, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x4011c000
mmap(NULL, 4096, PROT_READ, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x40734000
mprotect(0x40734000, 4096, PROT_NONE) = 0
mmap(NULL, 65536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x4011d000
rt_sigaction(SIGFPE, {0x428cd0, [], SA_RESTORER|SA_SIGINFO, 0x7f4fe0c6c340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {0x50d900, [], SA_RESTORER|SA_SIGINFO, 0x7f4fe0c6c340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGILL, {0x428e00, [], SA_RESTORER|SA_SIGINFO, 0x7f4fe0c6c340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGBUS, {0x428e20, [], SA_RESTORER|SA_SIGINFO, 0x7f4fe0c6c340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_3, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [CHLD XCPU PWR RT_3], NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7f4fe08cdd40}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGABRT, {0x50d800, [], SA_RESTORER|SA_SIGINFO, 0x7f4fe0c6c340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSEGV, {0x428e20, [PWR RT_3], SA_RESTORER|SA_STACK|SA_SIGINFO, 0x7f4fe0c6c340}, {SIG_DFL, [], 0}, 8) = 0
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=4*1024}) = 0
uname({sys="Linux", node="web1c-dev.dallas.linode.georiot.com", ...}) = 0
uname({sys="Linux", node="web1c-dev.dallas.linode.georiot.com", ...}) = 0
brk(0x18a9000) = 0x18a9000
openat(AT_FDCWD, "/dev/shm/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 5 entries */, 32768) = 144
kill(5204, SIG_0) = -1 ESRCH (No such process)
statfs("/dev/shm/", {f_type=0x1021994, f_bsize=4096, f_blocks=254987, f_bfree=254984, f_bavail=254984, f_files=254987, f_ffree=254983, f_fsid={0, 0}, f_namelen=255, f_frsize=4096}) = 0
futex(0x7f4fe1285370, FUTEX_WAKE_PRIVATE, 2147483647) = 0
unlink("/dev/shm/mono.5204") = 0
kill(31816, SIG_0) = 0
kill(1865, SIG_0) = 0
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
open("/dev/shm/mono.5528", O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW|O_CLOEXEC, 0640) = 3
ftruncate(3, 4096) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 3, 0) = 0x7f4fe17ab000
close(3) = 0
clock_getres(CLOCK_MONOTONIC, {0, 1}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 356101664}) = 0
mmap(NULL, 393216, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe173e000
mprotect(0x7f4fe173e000, 4096, PROT_READ|PROT_WRITE) = 0
rt_sigaction(SIGRT_3, {0x623340, [], SA_RESTORER|SA_SIGINFO, 0x7f4fe0c6c340}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPWR, {0x5c86a0, ~[RTMIN RT_1], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f4fe0c6c340}, NULL, 8) = 0
rt_sigaction(SIGXCPU, {0x5c8660, ~[RTMIN RT_1], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f4fe0c6c340}, NULL, 8) = 0
open("/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe17aa000
read(3, "00400000-00738000 r-xp 00000000 "..., 1024) = 1024
read(3, "ca:00 18283 "..., 1024) = 1024
read(3, "4fe0696000-7f4fe0895000 ---p 000"..., 1024) = 1024
read(3, "6_64-linux-gnu/libpthread-2.19.s"..., 1024) = 1024
read(3, " /lib/x86_64-linux-"..., 1024) = 1024
read(3, " 00:00 0 \n7f4fe17ae000-7f4fe17af"..., 1024) = 596
close(3) = 0
munmap(0x7f4fe17aa000, 4096) = 0
sched_getaffinity(5528, 32, {3}) = 8
mmap(NULL, 3584, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe17aa000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe17a9000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe17a8000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe17a7000
mmap(NULL, 8388608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fdf85b000
munmap(0x7f4fdf85b000, 3821568) = 0
munmap(0x7f4fe0000000, 372736) = 0
mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe1736000
munmap(0x7f4fe1736000, 8192) = 0
munmap(0x7f4fe173c000, 8192) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe17a6000
mmap(NULL, 8388608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fdf400000
mmap(NULL, 8388608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fdec00000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe17a5000
open("test3.exe.config", O_RDONLY) = -1 ENOENT (No such file or directory)
getcwd(0x188f4e0, 32) = -1 ERANGE (Numerical result out of range)
getcwd("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 64) = 63
open("test3.exe", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=3072, ...}) = 0
mmap(NULL, 3072, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4fe17a4000
readlink("test3.exe", 0x7ffdce8a1640, 4096) = -1 EINVAL (Invalid argument)
getcwd(0x188ffc0, 32) = -1 ERANGE (Numerical result out of range)
getcwd("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 64) = 63
close(3) = 0
open("/usr/lib/mono/4.5/mscorlib.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3454976, ...}) = 0
mmap(NULL, 3454976, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4fde8b4000
readlink("/usr", 0x7ffdce8a15a0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffdce8a15a0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffdce8a15a0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/4.5", 0x7ffdce8a15a0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/4.5/mscorlib.dll", 0x7ffdce8a15a0, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
futex(0x7f4fe107d0d0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/lib/mono/4.5/mscorlib.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/4.5/mscorlib.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/mscorlib.dll.so", O_RDONLY|O_CLOEXEC) = 3
read(3, "\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x3e\x00\x01\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=15754732, ...}) = 0
mmap(NULL, 5469984, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4fde37c000
mmap(0x7f4fde897000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x51a000) = 0x7f4fde897000
mmap(0x7f4fde898000, 112416, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4fde898000
close(3) = 0
brk(0x18cd000) = 0x18cd000
open("/usr/lib/mono/gac/policy.4.0.mscorlib/0.0.0.0__b77a5c561934e089/policy.4.0.mscorlib.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/usr/lib/mono/gac/policy.4.0.mscorlib/0.0.0.0__b77a5c561934e089/policy.4.0.mscorlib.dll", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/mono/gac/policy.4.0.mscorlib/0.0.0.0__b77a5c561934e089/policy.4.0.mscorlib.dll", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/4.5/mscorlib.dll.mdb", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1372468, ...}) = 0
mmap(NULL, 1372468, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4fe15e8000
close(3) = 0
open("/usr/lib/mono/4.5/mscorlib.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/mscorlib/mscorlib.config", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/proc/xen", F_OK) = 0
mmap(NULL, 65536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x4034a000
open("/sys/devices/system/cpu/online", O_RDONLY|O_CLOEXEC) = 3
read(3, "0-1\n", 8192) = 4
close(3) = 0
mmap(NULL, 540672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fde2f8000
munmap(0x7f4fde378000, 16384) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe17a2000
brk(0x18ef000) = 0x18ef000
open("/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe173d000
read(3, "00400000-00738000 r-xp 00000000 "..., 1024) = 1024
read(3, "00 rw-p 00000000 00:00 0 \n7f4fe0"..., 1024) = 1024
read(3, "x86_64-linux-gnu/libnsl-2.19.so\n"..., 1024) = 1024
read(3, "00 ca:00 18262 "..., 1024) = 1024
read(3, "lib/x86_64-linux-gnu/libdl-2.19."..., 1024) = 1024
read(3, "0-7f4fe158c000 rw-p 00105000 ca:"..., 1024) = 1024
read(3, "ib/x86_64-linux-gnu/ld-2.19.so\n7"..., 1024) = 405
close(3) = 0
munmap(0x7f4fe173d000, 4096) = 0
sched_getaffinity(5528, 32, {3}) = 8
open("/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe173d000
read(3, "00400000-00738000 r-xp 00000000 "..., 1024) = 1024
read(3, "00 rw-p 00000000 00:00 0 \n7f4fe0"..., 1024) = 1024
read(3, "x86_64-linux-gnu/libnsl-2.19.so\n"..., 1024) = 1024
read(3, "00 ca:00 18262 "..., 1024) = 1024
read(3, "lib/x86_64-linux-gnu/libdl-2.19."..., 1024) = 1024
read(3, "0-7f4fe158c000 rw-p 00105000 ca:"..., 1024) = 1024
read(3, "ib/x86_64-linux-gnu/ld-2.19.so\n7"..., 1024) = 405
close(3) = 0
munmap(0x7f4fe173d000, 4096) = 0
sched_getaffinity(5528, 32, {3}) = 8
mprotect(0x7ffdce0a6000, 32768, PROT_NONE) = -1 ENOMEM (Cannot allocate memory)
mmap(0x7ffdce0a6000, 32768, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffdce0a6000
mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe15e4000
sigaltstack({ss_sp=0x7f4fe15e4000, ss_flags=0, ss_size=16384}, NULL) = 0
mmap(NULL, 212992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe15b0000
mmap(NULL, 188416, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe002d000
munmap(0x7f4fe002d000, 188416) = 0
gettimeofday({1434232527, 898983}, NULL) = 0
brk(0x1910000) = 0x1910000
gettimeofday({1434232527, 899537}, NULL) = 0
mmap(NULL, 2101248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f4fde0f7000
mprotect(0x7f4fde0f7000, 4096, PROT_NONE) = 0
clone(child_stack=0x7f4fde2f6f30, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f4fde2f79d0, tls=0x7f4fde2f7700, child_tidptr=0x7f4fde2f79d0) = 5529
futex(0x7ffdce8a2698, FUTEX_WAIT_PRIVATE, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f4fd8000a60, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x187dc6c, FUTEX_WAIT_PRIVATE, 1, NULL) = 0
futex(0x187dc40, FUTEX_WAKE_PRIVATE, 1) = 0
open("/proc/self/task/5529/comm", O_RDWR) = 3
write(3, "Finalizer", 9) = 9
close(3) = 0
open("/dev/null", O_RDWR) = 3
close(3) = 0
getcwd(0x18edbd0, 32) = -1 ERANGE (Numerical result out of range)
getcwd("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 64) = 63
getcwd(0x18ed990, 32) = -1 ERANGE (Numerical result out of range)
getcwd("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 64) = 63
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/test3.exe.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/test3.exe.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.mdb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/test3/test3.config", O_RDONLY) = -1 ENOENT (No such file or directory)
getcwd(0x18ed990, 32) = -1 ERANGE (Numerical result out of range)
getcwd("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 64) = 63
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/test3.exe.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/test3.exe.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", O_RDONLY) = -1 ENOENT (No such file or directory)
gettimeofday({1434232527, 904997}, NULL) = 0
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll", {st_mode=S_IFREG|0664, st_size=14848, ...}) = 0
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0664, st_size=14848, ...}) = 0
mmap(NULL, 14848, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4fe0053000
readlink("/var", 0x7ffdce8a0990, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www", 0x7ffdce8a0990, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost", 0x7ffdce8a0990, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com", 0x7ffdce8a0990, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service", 0x7ffdce8a0990, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service/releases", 0x7ffdce8a0990, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service/releases/20150611214330", 0x7ffdce8a0990, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", 0x7ffdce8a0990, 4096) = -1 EINVAL (Invalid argument)
readlink("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll", 0x7ffdce8a0990, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/StatsdClient.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/StatsdClient.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll.mdb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/StatsdClient.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/StatsdClient/StatsdClient.config", O_RDONLY) = -1 ENOENT (No such file or directory)
gettimeofday({1434232527, 909813}, NULL) = 0
gettimeofday({1434232527, 909967}, NULL) = 0
gettimeofday({1434232527, 910260}, NULL) = 0
gettimeofday({1434232527, 910410}, NULL) = 0
gettimeofday({1434232527, 910635}, NULL) = 0
gettimeofday({1434232527, 910789}, NULL) = 0
gettimeofday({1434232527, 910989}, NULL) = 0
gettimeofday({1434232527, 911130}, NULL) = 0
gettimeofday({1434232527, 911389}, NULL) = 0
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
open("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/policy.4.0.System.Core/0.0.0.0__b77a5c561934e089/policy.4.0.System.Core.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Core.dll", 0x7ffdce89fae0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Core.exe", 0x7ffdce89fae0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Core/System.Core.dll", 0x7ffdce89fae0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Core/System.Core.exe", 0x7ffdce89fae0) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=893952, ...}) = 0
mmap(NULL, 893952, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4fde01c000
readlink("/usr", 0x7ffdce89eaf0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffdce89eaf0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffdce89eaf0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffdce89eaf0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Core", 0x7ffdce89eaf0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089", 0x7ffdce89eaf0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll", 0x7ffdce89eaf0, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
open("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Core.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Core.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll.mdb", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=368337, ...}) = 0
mmap(NULL, 368337, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4fddfc2000
close(3) = 0
open("/usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/System.Core/System.Core.config", O_RDONLY) = -1 ENOENT (No such file or directory)
brk(0x1934000) = 0x1934000
gettimeofday({1434232527, 918327}, NULL) = 0
gettimeofday({1434232527, 918492}, NULL) = 0
gettimeofday({1434232527, 918813}, NULL) = 0
gettimeofday({1434232527, 918954}, NULL) = 0
gettimeofday({1434232527, 919209}, NULL) = 0
gettimeofday({1434232527, 919496}, NULL) = 0
gettimeofday({1434232527, 919816}, NULL) = 0
gettimeofday({1434232527, 920171}, NULL) = 0
gettimeofday({1434232527, 920376}, NULL) = 0
gettimeofday({1434232527, 920561}, NULL) = 0
gettimeofday({1434232527, 920707}, NULL) = 0
open("/usr/lib/mono/gac/policy.4.0.System/0.0.0.0__b77a5c561934e089/policy.4.0.System.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.dll", 0x7ffdce8a0d80) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.exe", 0x7ffdce8a0d80) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System/System.dll", 0x7ffdce8a0d80) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System/System.exe", 0x7ffdce8a0d80) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2063360, ...}) = 0
mmap(NULL, 2063360, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4fdddca000
readlink("/usr", 0x7ffdce89fd90, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffdce89fd90, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffdce89fd90, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffdce89fd90, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System", 0x7ffdce89fd90, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089", 0x7ffdce89fd90, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll", 0x7ffdce89fd90, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
open("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.mdb", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=856585, ...}) = 0
mmap(NULL, 856585, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4fddcf8000
close(3) = 0
open("/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/System/System.config", O_RDONLY) = -1 ENOENT (No such file or directory)
gettimeofday({1434232527, 925357}, NULL) = 0
gettimeofday({1434232527, 925493}, NULL) = 0
gettimeofday({1434232527, 925693}, NULL) = 0
gettimeofday({1434232527, 925842}, NULL) = 0
gettimeofday({1434232527, 926486}, NULL) = 0
gettimeofday({1434232527, 926657}, NULL) = 0
gettimeofday({1434232527, 927047}, NULL) = 0
gettimeofday({1434232527, 927206}, NULL) = 0
open("/usr/lib/mono/gac/policy.4.0.System.Configuration/0.0.0.0__b03f5f7f11d50a3a/policy.4.0.System.Configuration.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Configuration.dll", 0x7ffdce8a0b80) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Configuration.exe", 0x7ffdce8a0b80) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Configuration/System.Configuration.dll", 0x7ffdce8a0b80) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Configuration/System.Configuration.exe", 0x7ffdce8a0b80) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=129024, ...}) = 0
mmap(NULL, 129024, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4fe0033000
readlink("/usr", 0x7ffdce89fb90, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffdce89fb90, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffdce89fb90, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffdce89fb90, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Configuration", 0x7ffdce89fb90, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a", 0x7ffdce89fb90, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll", 0x7ffdce89fb90, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
open("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Configuration.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Configuration.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.mdb", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=66227, ...}) = 0
mmap(NULL, 66227, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4fe0022000
close(3) = 0
open("/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/System.Configuration/System.Configuration.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/policy.4.0.System.Xml/0.0.0.0__b77a5c561934e089/policy.4.0.System.Xml.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Xml.dll", 0x7ffdce8a00c0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Xml.exe", 0x7ffdce8a00c0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Xml/System.Xml.dll", 0x7ffdce8a00c0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/System.Xml/System.Xml.exe", 0x7ffdce8a00c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1330176, ...}) = 0
mmap(NULL, 1330176, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4fddbb3000
readlink("/usr", 0x7ffdce89f0d0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffdce89f0d0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffdce89f0d0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffdce89f0d0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Xml", 0x7ffdce89f0d0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089", 0x7ffdce89f0d0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll", 0x7ffdce89f0d0, 4096) = -1 EINVAL (Invalid argument)
close(3) = 0
open("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Xml.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/System.Xml.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.mdb", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=542815, ...}) = 0
mmap(NULL, 542815, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4fddb2e000
close(3) = 0
open("/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/System.Xml/System.Xml.config", O_RDONLY) = -1 ENOENT (No such file or directory)
brk(0x1956000) = 0x1956000
gettimeofday({1434232527, 935811}, NULL) = 0
gettimeofday({1434232527, 935947}, NULL) = 0
gettimeofday({1434232527, 936344}, NULL) = 0
gettimeofday({1434232527, 936471}, NULL) = 0
gettimeofday({1434232527, 936616}, NULL) = 0
gettimeofday({1434232527, 936759}, NULL) = 0
gettimeofday({1434232527, 936948}, NULL) = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 3
setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
gettimeofday({1434232527, 937320}, NULL) = 0
gettimeofday({1434232527, 937608}, NULL) = 0
gettimeofday({1434232527, 937778}, NULL) = 0
gettimeofday({1434232527, 938138}, NULL) = 0
gettimeofday({1434232527, 938328}, NULL) = 0
gettimeofday({1434232527, 938652}, NULL) = 0
gettimeofday({1434232527, 938739}, NULL) = 0
gettimeofday({1434232527, 938943}, NULL) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=38805, ...}) = 0
mmap(NULL, 38805, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f4fe0018000
close(4) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffdce8a0f20) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/tls", 0x7ffdce8a0f20) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/x86_64", 0x7ffdce8a0f20) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffdce8a0f20) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/tls", 0x7ffdce8a0f20) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/x86_64", 0x7ffdce8a0f20) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=32768, ...}) = 0
open("/lib/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/tls/x86_64", 0x7ffdce8a0f20) = -1 ENOENT (No such file or directory)
open("/lib/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/tls", 0x7ffdce8a0f20) = -1 ENOENT (No such file or directory)
open("/lib/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64", 0x7ffdce8a0f20) = -1 ENOENT (No such file or directory)
open("/lib/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/tls/x86_64", 0x7ffdce8a0f20) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/tls", 0x7ffdce8a0f20) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64", 0x7ffdce8a0f20) = -1 ENOENT (No such file or directory)
open("/usr/lib/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
munmap(0x7f4fe0018000, 38805) = 0
open("/etc/protocols", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=2932, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe173d000
read(4, "# Internet (IP) protocols\n#\n# Up"..., 4096) = 2932
close(4) = 0
munmap(0x7f4fe173d000, 4096) = 0
open("/etc/protocols", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=2932, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe173d000
read(4, "# Internet (IP) protocols\n#\n# Up"..., 4096) = 2932
close(4) = 0
munmap(0x7f4fe173d000, 4096) = 0
setsockopt(3, SOL_IP, IP_MTU_DISCOVER, [0], 4) = 0
gettimeofday({1434232527, 944528}, NULL) = 0
gettimeofday({1434232527, 944677}, NULL) = 0
gettimeofday({1434232527, 944760}, NULL) = 0
gettimeofday({1434232527, 944900}, NULL) = 0
gettimeofday({1434232527, 944972}, NULL) = 0
gettimeofday({1434232527, 945294}, NULL) = 0
gettimeofday({1434232527, 945380}, NULL) = 0
gettimeofday({1434232527, 945938}, NULL) = 0
gettimeofday({1434232527, 946015}, NULL) = 0
gettimeofday({1434232527, 946138}, NULL) = 0
shutdown(3, SHUT_RD) = -1 ENOTCONN (Transport endpoint is not connected)
close(3) = 0
gettimeofday({1434232527, 946354}, NULL) = 0
gettimeofday({1434232527, 946479}, NULL) = 0
gettimeofday({1434232527, 946628}, NULL) = 0
gettimeofday({1434232527, 946747}, NULL) = 0
gettimeofday({1434232527, 946821}, NULL) = 0
gettimeofday({1434232527, 947037}, NULL) = 0
gettimeofday({1434232527, 947138}, NULL) = 0
gettimeofday({1434232527, 947707}, NULL) = 0
gettimeofday({1434232527, 947817}, NULL) = 0
gettimeofday({1434232527, 947965}, NULL) = 0
gettimeofday({1434232527, 948115}, NULL) = 0
gettimeofday({1434232527, 948371}, NULL) = 0
gettimeofday({1434232527, 948507}, NULL) = 0
gettimeofday({1434232527, 948865}, NULL) = 0
gettimeofday({1434232527, 948977}, NULL) = 0
gettimeofday({1434232527, 949131}, NULL) = 0
gettimeofday({1434232527, 949270}, NULL) = 0
brk(0x1978000) = 0x1978000
gettimeofday({1434232527, 950359}, NULL) = 0
gettimeofday({1434232527, 950464}, NULL) = 0
gettimeofday({1434232527, 950666}, NULL) = 0
gettimeofday({1434232527, 950765}, NULL) = 0
gettimeofday({1434232527, 950903}, NULL) = 0
gettimeofday({1434232527, 951120}, NULL) = 0
gettimeofday({1434232527, 951262}, NULL) = 0
gettimeofday({1434232527, 951392}, NULL) = 0
gettimeofday({1434232527, 951529}, NULL) = 0
gettimeofday({1434232527, 951742}, NULL) = 0
gettimeofday({1434232527, 951883}, NULL) = 0
gettimeofday({1434232527, 951988}, NULL) = 0
gettimeofday({1434232527, 952142}, NULL) = 0
gettimeofday({1434232527, 952290}, NULL) = 0
gettimeofday({1434232527, 952450}, NULL) = 0
gettimeofday({1434232527, 952673}, NULL) = 0
gettimeofday({1434232527, 952819}, NULL) = 0
gettimeofday({1434232527, 952960}, NULL) = 0
gettimeofday({1434232527, 953105}, NULL) = 0
gettimeofday({1434232527, 953247}, NULL) = 0
gettimeofday({1434232527, 953398}, NULL) = 0
gettimeofday({1434232527, 953520}, NULL) = 0
gettimeofday({1434232527, 953670}, NULL) = 0
gettimeofday({1434232527, 954094}, NULL) = 0
gettimeofday({1434232527, 954464}, NULL) = 0
gettimeofday({1434232527, 954928}, NULL) = 0
gettimeofday({1434232527, 955267}, NULL) = 0
gettimeofday({1434232527, 955458}, NULL) = 0
gettimeofday({1434232527, 955667}, NULL) = 0
gettimeofday({1434232527, 955808}, NULL) = 0
gettimeofday({1434232527, 955973}, NULL) = 0
gettimeofday({1434232527, 956080}, NULL) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe173d000
gettimeofday({1434232527, 956407}, NULL) = 0
gettimeofday({1434232527, 956510}, NULL) = 0
gettimeofday({1434232527, 956839}, NULL) = 0
gettimeofday({1434232527, 958489}, NULL) = 0
gettimeofday({1434232527, 958711}, NULL) = 0
gettimeofday({1434232527, 958839}, NULL) = 0
gettimeofday({1434232527, 959010}, NULL) = 0
gettimeofday({1434232527, 959340}, NULL) = 0
gettimeofday({1434232527, 959505}, NULL) = 0
gettimeofday({1434232527, 959622}, NULL) = 0
gettimeofday({1434232527, 959778}, NULL) = 0
gettimeofday({1434232527, 959904}, NULL) = 0
gettimeofday({1434232527, 960062}, NULL) = 0
gettimeofday({1434232527, 960207}, NULL) = 0
gettimeofday({1434232527, 960373}, NULL) = 0
gettimeofday({1434232527, 960538}, NULL) = 0
brk(0x1999000) = 0x1999000
gettimeofday({1434232527, 960838}, NULL) = 0
gettimeofday({1434232527, 961087}, NULL) = 0
gettimeofday({1434232527, 961267}, NULL) = 0
gettimeofday({1434232527, 961496}, NULL) = 0
gettimeofday({1434232527, 961685}, NULL) = 0
gettimeofday({1434232527, 961819}, NULL) = 0
gettimeofday({1434232527, 962016}, NULL) = 0
gettimeofday({1434232527, 962167}, NULL) = 0
gettimeofday({1434232527, 962318}, NULL) = 0
gettimeofday({1434232527, 962476}, NULL) = 0
gettimeofday({1434232527, 962728}, NULL) = 0
gettimeofday({1434232527, 962890}, NULL) = 0
gettimeofday({1434232527, 963049}, NULL) = 0
gettimeofday({1434232527, 963208}, NULL) = 0
gettimeofday({1434232527, 963550}, NULL) = 0
gettimeofday({1434232527, 963729}, NULL) = 0
gettimeofday({1434232527, 963888}, NULL) = 0
gettimeofday({1434232527, 964025}, NULL) = 0
brk(0x19ba000) = 0x19ba000
gettimeofday({1434232527, 964712}, NULL) = 0
gettimeofday({1434232527, 964855}, NULL) = 0
gettimeofday({1434232527, 965176}, NULL) = 0
gettimeofday({1434232527, 965335}, NULL) = 0
gettimeofday({1434232527, 965664}, NULL) = 0
gettimeofday({1434232527, 965844}, NULL) = 0
gettimeofday({1434232527, 966015}, NULL) = 0
gettimeofday({1434232527, 966177}, NULL) = 0
gettimeofday({1434232527, 966468}, NULL) = 0
gettimeofday({1434232527, 966622}, NULL) = 0
gettimeofday({1434232527, 966827}, NULL) = 0
gettimeofday({1434232527, 966983}, NULL) = 0
gettimeofday({1434232527, 967299}, NULL) = 0
gettimeofday({1434232527, 967447}, NULL) = 0
gettimeofday({1434232527, 967642}, NULL) = 0
gettimeofday({1434232527, 968371}, NULL) = 0
gettimeofday({1434232527, 968588}, NULL) = 0
gettimeofday({1434232527, 968899}, NULL) = 0
gettimeofday({1434232527, 969072}, NULL) = 0
gettimeofday({1434232527, 969368}, NULL) = 0
gettimeofday({1434232527, 969521}, NULL) = 0
gettimeofday({1434232527, 969848}, NULL) = 0
gettimeofday({1434232527, 970085}, NULL) = 0
gettimeofday({1434232527, 970192}, NULL) = 0
gettimeofday({1434232527, 970350}, NULL) = 0
gettimeofday({1434232527, 970644}, NULL) = 0
gettimeofday({1434232527, 970840}, NULL) = 0
gettimeofday({1434232527, 971164}, NULL) = 0
gettimeofday({1434232527, 971329}, NULL) = 0
gettimeofday({1434232527, 971466}, NULL) = 0
gettimeofday({1434232527, 971639}, NULL) = 0
gettimeofday({1434232527, 973092}, NULL) = 0
gettimeofday({1434232527, 973289}, NULL) = 0
gettimeofday({1434232527, 973459}, NULL) = 0
gettimeofday({1434232527, 973620}, NULL) = 0
gettimeofday({1434232527, 973930}, NULL) = 0
brk(0x19dc000) = 0x19dc000
gettimeofday({1434232527, 974222}, NULL) = 0
gettimeofday({1434232527, 974572}, NULL) = 0
gettimeofday({1434232527, 974832}, NULL) = 0
gettimeofday({1434232527, 975047}, NULL) = 0
gettimeofday({1434232527, 975242}, NULL) = 0
gettimeofday({1434232527, 975551}, NULL) = 0
gettimeofday({1434232527, 975712}, NULL) = 0
gettimeofday({1434232527, 975898}, NULL) = 0
gettimeofday({1434232527, 976083}, NULL) = 0
gettimeofday({1434232527, 976194}, NULL) = 0
gettimeofday({1434232527, 976423}, NULL) = 0
gettimeofday({1434232527, 976700}, NULL) = 0
gettimeofday({1434232527, 977541}, NULL) = 0
gettimeofday({1434232527, 977689}, NULL) = 0
gettimeofday({1434232527, 978207}, NULL) = 0
gettimeofday({1434232527, 978360}, NULL) = 0
gettimeofday({1434232527, 978559}, NULL) = 0
gettimeofday({1434232527, 978837}, NULL) = 0
gettimeofday({1434232527, 979089}, NULL) = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
gettimeofday({1434232527, 979769}, NULL) = 0
gettimeofday({1434232527, 979964}, NULL) = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
stat("/etc/mono/4.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/etc/mono/4.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
geteuid() = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
gettimeofday({1434232527, 981522}, NULL) = 0
gettimeofday({1434232527, 981706}, NULL) = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
open("/etc/mono/4.5/machine.config", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
gettimeofday({1434232527, 982518}, NULL) = 0
gettimeofday({1434232527, 982708}, NULL) = 0
gettimeofday({1434232527, 982892}, NULL) = 0
gettimeofday({1434232527, 983064}, NULL) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
gettimeofday({1434232527, 983341}, NULL) = 0
gettimeofday({1434232527, 983566}, NULL) = 0
gettimeofday({1434232527, 983723}, NULL) = 0
gettimeofday({1434232527, 984111}, NULL) = 0
gettimeofday({1434232527, 984269}, NULL) = 0
gettimeofday({1434232527, 984532}, NULL) = 0
gettimeofday({1434232527, 984669}, NULL) = 0
gettimeofday({1434232527, 984970}, NULL) = 0
gettimeofday({1434232527, 985152}, NULL) = 0
gettimeofday({1434232527, 985597}, NULL) = 0
gettimeofday({1434232527, 985719}, NULL) = 0
gettimeofday({1434232527, 985941}, NULL) = 0
gettimeofday({1434232527, 986239}, NULL) = 0
gettimeofday({1434232527, 986418}, NULL) = 0
gettimeofday({1434232527, 986529}, NULL) = 0
gettimeofday({1434232527, 986710}, NULL) = 0
gettimeofday({1434232527, 986895}, NULL) = 0
brk(0x19fd000) = 0x19fd000
gettimeofday({1434232527, 987195}, NULL) = 0
gettimeofday({1434232527, 987345}, NULL) = 0
brk(0x1a1e000) = 0x1a1e000
gettimeofday({1434232527, 988619}, NULL) = 0
gettimeofday({1434232527, 988845}, NULL) = 0
gettimeofday({1434232527, 989035}, NULL) = 0
read(3, "<?xml version=\"1.0\" encoding=\"ut"..., 4096) = 4096
gettimeofday({1434232527, 989365}, NULL) = 0
gettimeofday({1434232527, 989849}, NULL) = 0
gettimeofday({1434232527, 990006}, NULL) = 0
gettimeofday({1434232527, 990243}, NULL) = 0
gettimeofday({1434232527, 990460}, NULL) = 0
gettimeofday({1434232527, 990651}, NULL) = 0
gettimeofday({1434232527, 990845}, NULL) = 0
gettimeofday({1434232527, 991101}, NULL) = 0
gettimeofday({1434232527, 991264}, NULL) = 0
gettimeofday({1434232527, 991609}, NULL) = 0
gettimeofday({1434232527, 992413}, NULL) = 0
gettimeofday({1434232527, 992655}, NULL) = 0
gettimeofday({1434232527, 992794}, NULL) = 0
gettimeofday({1434232527, 992983}, NULL) = 0
gettimeofday({1434232527, 993094}, NULL) = 0
gettimeofday({1434232527, 993260}, NULL) = 0
gettimeofday({1434232527, 993388}, NULL) = 0
gettimeofday({1434232527, 993613}, NULL) = 0
gettimeofday({1434232527, 993855}, NULL) = 0
gettimeofday({1434232527, 994030}, NULL) = 0
gettimeofday({1434232527, 994238}, NULL) = 0
gettimeofday({1434232527, 994437}, NULL) = 0
gettimeofday({1434232527, 994570}, NULL) = 0
gettimeofday({1434232527, 994831}, NULL) = 0
gettimeofday({1434232527, 994960}, NULL) = 0
gettimeofday({1434232527, 995126}, NULL) = 0
gettimeofday({1434232527, 995260}, NULL) = 0
gettimeofday({1434232527, 995642}, NULL) = 0
gettimeofday({1434232527, 995784}, NULL) = 0
gettimeofday({1434232527, 995948}, NULL) = 0
gettimeofday({1434232527, 996058}, NULL) = 0
gettimeofday({1434232527, 996483}, NULL) = 0
gettimeofday({1434232527, 996608}, NULL) = 0
gettimeofday({1434232527, 996862}, NULL) = 0
gettimeofday({1434232527, 997003}, NULL) = 0
gettimeofday({1434232527, 997187}, NULL) = 0
gettimeofday({1434232527, 997324}, NULL) = 0
gettimeofday({1434232527, 998153}, NULL) = 0
gettimeofday({1434232527, 998288}, NULL) = 0
gettimeofday({1434232527, 998496}, NULL) = 0
gettimeofday({1434232527, 998612}, NULL) = 0
gettimeofday({1434232527, 998864}, NULL) = 0
gettimeofday({1434232527, 998980}, NULL) = 0
gettimeofday({1434232527, 999237}, NULL) = 0
gettimeofday({1434232527, 999353}, NULL) = 0
gettimeofday({1434232527, 999576}, NULL) = 0
gettimeofday({1434232527, 999964}, NULL) = 0
gettimeofday({1434232528, 259}, NULL) = 0
gettimeofday({1434232528, 422}, NULL) = 0
gettimeofday({1434232528, 619}, NULL) = 0
gettimeofday({1434232528, 762}, NULL) = 0
gettimeofday({1434232528, 1013}, NULL) = 0
gettimeofday({1434232528, 1128}, NULL) = 0
gettimeofday({1434232528, 1463}, NULL) = 0
gettimeofday({1434232528, 1576}, NULL) = 0
gettimeofday({1434232528, 1746}, NULL) = 0
gettimeofday({1434232528, 1860}, NULL) = 0
gettimeofday({1434232528, 2021}, NULL) = 0
gettimeofday({1434232528, 2136}, NULL) = 0
gettimeofday({1434232528, 2522}, NULL) = 0
gettimeofday({1434232528, 2641}, NULL) = 0
gettimeofday({1434232528, 2794}, NULL) = 0
gettimeofday({1434232528, 2919}, NULL) = 0
gettimeofday({1434232528, 3112}, NULL) = 0
gettimeofday({1434232528, 3253}, NULL) = 0
gettimeofday({1434232528, 3440}, NULL) = 0
gettimeofday({1434232528, 3570}, NULL) = 0
gettimeofday({1434232528, 3745}, NULL) = 0
gettimeofday({1434232528, 3859}, NULL) = 0
gettimeofday({1434232528, 4226}, NULL) = 0
gettimeofday({1434232528, 4341}, NULL) = 0
gettimeofday({1434232528, 4542}, NULL) = 0
gettimeofday({1434232528, 4657}, NULL) = 0
gettimeofday({1434232528, 4830}, NULL) = 0
gettimeofday({1434232528, 4942}, NULL) = 0
gettimeofday({1434232528, 5095}, NULL) = 0
gettimeofday({1434232528, 5207}, NULL) = 0
gettimeofday({1434232528, 5424}, NULL) = 0
gettimeofday({1434232528, 5550}, NULL) = 0
gettimeofday({1434232528, 5712}, NULL) = 0
gettimeofday({1434232528, 5825}, NULL) = 0
gettimeofday({1434232528, 6003}, NULL) = 0
gettimeofday({1434232528, 6127}, NULL) = 0
gettimeofday({1434232528, 6349}, NULL) = 0
gettimeofday({1434232528, 6462}, NULL) = 0
gettimeofday({1434232528, 6796}, NULL) = 0
gettimeofday({1434232528, 6912}, NULL) = 0
gettimeofday({1434232528, 7058}, NULL) = 0
gettimeofday({1434232528, 7185}, NULL) = 0
gettimeofday({1434232528, 7519}, NULL) = 0
gettimeofday({1434232528, 7635}, NULL) = 0
gettimeofday({1434232528, 7847}, NULL) = 0
gettimeofday({1434232528, 7975}, NULL) = 0
brk(0x1a3f000) = 0x1a3f000
gettimeofday({1434232528, 8507}, NULL) = 0
gettimeofday({1434232528, 8634}, NULL) = 0
gettimeofday({1434232528, 8834}, NULL) = 0
gettimeofday({1434232528, 8958}, NULL) = 0
gettimeofday({1434232528, 9418}, NULL) = 0
gettimeofday({1434232528, 9532}, NULL) = 0
gettimeofday({1434232528, 9854}, NULL) = 0
gettimeofday({1434232528, 9978}, NULL) = 0
gettimeofday({1434232528, 10339}, NULL) = 0
gettimeofday({1434232528, 10513}, NULL) = 0
gettimeofday({1434232528, 10698}, NULL) = 0
gettimeofday({1434232528, 10826}, NULL) = 0
gettimeofday({1434232528, 11256}, NULL) = 0
gettimeofday({1434232528, 11388}, NULL) = 0
gettimeofday({1434232528, 11546}, NULL) = 0
gettimeofday({1434232528, 11679}, NULL) = 0
gettimeofday({1434232528, 12038}, NULL) = 0
gettimeofday({1434232528, 12165}, NULL) = 0
gettimeofday({1434232528, 12381}, NULL) = 0
gettimeofday({1434232528, 12500}, NULL) = 0
gettimeofday({1434232528, 12739}, NULL) = 0
gettimeofday({1434232528, 12866}, NULL) = 0
gettimeofday({1434232528, 13013}, NULL) = 0
gettimeofday({1434232528, 13132}, NULL) = 0
gettimeofday({1434232528, 13455}, NULL) = 0
gettimeofday({1434232528, 13566}, NULL) = 0
gettimeofday({1434232528, 13768}, NULL) = 0
gettimeofday({1434232528, 13927}, NULL) = 0
gettimeofday({1434232528, 14141}, NULL) = 0
gettimeofday({1434232528, 14273}, NULL) = 0
gettimeofday({1434232528, 14490}, NULL) = 0
gettimeofday({1434232528, 14615}, NULL) = 0
gettimeofday({1434232528, 14785}, NULL) = 0
gettimeofday({1434232528, 14902}, NULL) = 0
gettimeofday({1434232528, 15730}, NULL) = 0
gettimeofday({1434232528, 15870}, NULL) = 0
gettimeofday({1434232528, 16155}, NULL) = 0
gettimeofday({1434232528, 16300}, NULL) = 0
gettimeofday({1434232528, 16476}, NULL) = 0
gettimeofday({1434232528, 16596}, NULL) = 0
gettimeofday({1434232528, 16747}, NULL) = 0
gettimeofday({1434232528, 16857}, NULL) = 0
gettimeofday({1434232528, 17186}, NULL) = 0
gettimeofday({1434232528, 17303}, NULL) = 0
gettimeofday({1434232528, 17458}, NULL) = 0
gettimeofday({1434232528, 17588}, NULL) = 0
gettimeofday({1434232528, 17789}, NULL) = 0
gettimeofday({1434232528, 17916}, NULL) = 0
gettimeofday({1434232528, 18092}, NULL) = 0
gettimeofday({1434232528, 18225}, NULL) = 0
gettimeofday({1434232528, 18368}, NULL) = 0
gettimeofday({1434232528, 18483}, NULL) = 0
gettimeofday({1434232528, 18716}, NULL) = 0
gettimeofday({1434232528, 18886}, NULL) = 0
gettimeofday({1434232528, 19239}, NULL) = 0
gettimeofday({1434232528, 19381}, NULL) = 0
gettimeofday({1434232528, 19596}, NULL) = 0
gettimeofday({1434232528, 19752}, NULL) = 0
gettimeofday({1434232528, 19951}, NULL) = 0
gettimeofday({1434232528, 20261}, NULL) = 0
gettimeofday({1434232528, 20482}, NULL) = 0
gettimeofday({1434232528, 20736}, NULL) = 0
gettimeofday({1434232528, 20944}, NULL) = 0
gettimeofday({1434232528, 21062}, NULL) = 0
gettimeofday({1434232528, 21223}, NULL) = 0
gettimeofday({1434232528, 21340}, NULL) = 0
gettimeofday({1434232528, 21480}, NULL) = 0
gettimeofday({1434232528, 21595}, NULL) = 0
gettimeofday({1434232528, 21757}, NULL) = 0
gettimeofday({1434232528, 21868}, NULL) = 0
gettimeofday({1434232528, 22067}, NULL) = 0
gettimeofday({1434232528, 22208}, NULL) = 0
gettimeofday({1434232528, 22381}, NULL) = 0
gettimeofday({1434232528, 22520}, NULL) = 0
gettimeofday({1434232528, 22689}, NULL) = 0
gettimeofday({1434232528, 22839}, NULL) = 0
gettimeofday({1434232528, 23193}, NULL) = 0
gettimeofday({1434232528, 23352}, NULL) = 0
gettimeofday({1434232528, 23538}, NULL) = 0
gettimeofday({1434232528, 23684}, NULL) = 0
brk(0x1a61000) = 0x1a61000
brk(0x1a83000) = 0x1a83000
mmap(0x4035a000, 65536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x4035a000
gettimeofday({1434232528, 25348}, NULL) = 0
gettimeofday({1434232528, 25503}, NULL) = 0
gettimeofday({1434232528, 25721}, NULL) = 0
gettimeofday({1434232528, 25888}, NULL) = 0
gettimeofday({1434232528, 26064}, NULL) = 0
gettimeofday({1434232528, 26222}, NULL) = 0
gettimeofday({1434232528, 26489}, NULL) = 0
gettimeofday({1434232528, 26649}, NULL) = 0
gettimeofday({1434232528, 26838}, NULL) = 0
gettimeofday({1434232528, 26981}, NULL) = 0
gettimeofday({1434232528, 27304}, NULL) = 0
gettimeofday({1434232528, 27472}, NULL) = 0
gettimeofday({1434232528, 27747}, NULL) = 0
gettimeofday({1434232528, 27887}, NULL) = 0
gettimeofday({1434232528, 28134}, NULL) = 0
gettimeofday({1434232528, 28280}, NULL) = 0
gettimeofday({1434232528, 28479}, NULL) = 0
gettimeofday({1434232528, 28620}, NULL) = 0
gettimeofday({1434232528, 28792}, NULL) = 0
gettimeofday({1434232528, 28935}, NULL) = 0
gettimeofday({1434232528, 29134}, NULL) = 0
gettimeofday({1434232528, 29269}, NULL) = 0
gettimeofday({1434232528, 29430}, NULL) = 0
gettimeofday({1434232528, 29564}, NULL) = 0
gettimeofday({1434232528, 29735}, NULL) = 0
gettimeofday({1434232528, 29953}, NULL) = 0
gettimeofday({1434232528, 30230}, NULL) = 0
gettimeofday({1434232528, 30401}, NULL) = 0
gettimeofday({1434232528, 30601}, NULL) = 0
gettimeofday({1434232528, 30772}, NULL) = 0
gettimeofday({1434232528, 31019}, NULL) = 0
gettimeofday({1434232528, 31193}, NULL) = 0
gettimeofday({1434232528, 31344}, NULL) = 0
gettimeofday({1434232528, 31460}, NULL) = 0
gettimeofday({1434232528, 31598}, NULL) = 0
gettimeofday({1434232528, 31734}, NULL) = 0
gettimeofday({1434232528, 31953}, NULL) = 0
gettimeofday({1434232528, 32074}, NULL) = 0
gettimeofday({1434232528, 32248}, NULL) = 0
gettimeofday({1434232528, 32360}, NULL) = 0
gettimeofday({1434232528, 32619}, NULL) = 0
gettimeofday({1434232528, 32742}, NULL) = 0
gettimeofday({1434232528, 32896}, NULL) = 0
gettimeofday({1434232528, 33013}, NULL) = 0
gettimeofday({1434232528, 33153}, NULL) = 0
gettimeofday({1434232528, 33279}, NULL) = 0
gettimeofday({1434232528, 33940}, NULL) = 0
gettimeofday({1434232528, 34059}, NULL) = 0
gettimeofday({1434232528, 34211}, NULL) = 0
gettimeofday({1434232528, 34335}, NULL) = 0
gettimeofday({1434232528, 34599}, NULL) = 0
gettimeofday({1434232528, 34722}, NULL) = 0
gettimeofday({1434232528, 34981}, NULL) = 0
gettimeofday({1434232528, 35100}, NULL) = 0
gettimeofday({1434232528, 35721}, NULL) = 0
gettimeofday({1434232528, 35867}, NULL) = 0
gettimeofday({1434232528, 36071}, NULL) = 0
gettimeofday({1434232528, 36207}, NULL) = 0
gettimeofday({1434232528, 36402}, NULL) = 0
gettimeofday({1434232528, 36522}, NULL) = 0
gettimeofday({1434232528, 36705}, NULL) = 0
gettimeofday({1434232528, 36817}, NULL) = 0
gettimeofday({1434232528, 36978}, NULL) = 0
gettimeofday({1434232528, 37097}, NULL) = 0
gettimeofday({1434232528, 37250}, NULL) = 0
gettimeofday({1434232528, 37362}, NULL) = 0
gettimeofday({1434232528, 38279}, NULL) = 0
gettimeofday({1434232528, 38422}, NULL) = 0
gettimeofday({1434232528, 38602}, NULL) = 0
gettimeofday({1434232528, 38761}, NULL) = 0
gettimeofday({1434232528, 38973}, NULL) = 0
gettimeofday({1434232528, 39407}, NULL) = 0
gettimeofday({1434232528, 39577}, NULL) = 0
gettimeofday({1434232528, 39730}, NULL) = 0
gettimeofday({1434232528, 39949}, NULL) = 0
gettimeofday({1434232528, 40068}, NULL) = 0
gettimeofday({1434232528, 40425}, NULL) = 0
gettimeofday({1434232528, 40555}, NULL) = 0
gettimeofday({1434232528, 40776}, NULL) = 0
gettimeofday({1434232528, 40899}, NULL) = 0
gettimeofday({1434232528, 41055}, NULL) = 0
gettimeofday({1434232528, 41189}, NULL) = 0
gettimeofday({1434232528, 41392}, NULL) = 0
gettimeofday({1434232528, 41507}, NULL) = 0
gettimeofday({1434232528, 41684}, NULL) = 0
gettimeofday({1434232528, 41794}, NULL) = 0
gettimeofday({1434232528, 41996}, NULL) = 0
gettimeofday({1434232528, 42116}, NULL) = 0
gettimeofday({1434232528, 42272}, NULL) = 0
gettimeofday({1434232528, 42384}, NULL) = 0
gettimeofday({1434232528, 42541}, NULL) = 0
gettimeofday({1434232528, 42657}, NULL) = 0
gettimeofday({1434232528, 42830}, NULL) = 0
gettimeofday({1434232528, 42940}, NULL) = 0
gettimeofday({1434232528, 43185}, NULL) = 0
gettimeofday({1434232528, 43307}, NULL) = 0
gettimeofday({1434232528, 43467}, NULL) = 0
gettimeofday({1434232528, 43608}, NULL) = 0
gettimeofday({1434232528, 43889}, NULL) = 0
gettimeofday({1434232528, 44014}, NULL) = 0
gettimeofday({1434232528, 44158}, NULL) = 0
gettimeofday({1434232528, 44311}, NULL) = 0
gettimeofday({1434232528, 44695}, NULL) = 0
gettimeofday({1434232528, 44890}, NULL) = 0
gettimeofday({1434232528, 45323}, NULL) = 0
gettimeofday({1434232528, 45513}, NULL) = 0
gettimeofday({1434232528, 45720}, NULL) = 0
gettimeofday({1434232528, 46287}, NULL) = 0
gettimeofday({1434232528, 46506}, NULL) = 0
gettimeofday({1434232528, 47214}, NULL) = 0
gettimeofday({1434232528, 47458}, NULL) = 0
gettimeofday({1434232528, 47669}, NULL) = 0
gettimeofday({1434232528, 47899}, NULL) = 0
gettimeofday({1434232528, 48337}, NULL) = 0
gettimeofday({1434232528, 48518}, NULL) = 0
gettimeofday({1434232528, 48746}, NULL) = 0
gettimeofday({1434232528, 48943}, NULL) = 0
gettimeofday({1434232528, 49215}, NULL) = 0
gettimeofday({1434232528, 49387}, NULL) = 0
gettimeofday({1434232528, 49515}, NULL) = 0
gettimeofday({1434232528, 49687}, NULL) = 0
gettimeofday({1434232528, 49847}, NULL) = 0
gettimeofday({1434232528, 50028}, NULL) = 0
read(3, "Errors\" type=\"System.Web.Configu"..., 4096) = 4096
read(3, "KeyToken=b03f5f7f11d50a3a\" />\n\t\t"..., 4096) = 4096
gettimeofday({1434232528, 50805}, NULL) = 0
gettimeofday({1434232528, 51094}, NULL) = 0
gettimeofday({1434232528, 51208}, NULL) = 0
gettimeofday({1434232528, 51425}, NULL) = 0
gettimeofday({1434232528, 51549}, NULL) = 0
gettimeofday({1434232528, 51793}, NULL) = 0
read(3, "3856ad364e35\" requirePermission="..., 4096) = 4096
read(3, "\"system.transactions\" type=\"Syst"..., 4096) = 4096
gettimeofday({1434232528, 52578}, NULL) = 0
gettimeofday({1434232528, 52751}, NULL) = 0
gettimeofday({1434232528, 52944}, NULL) = 0
gettimeofday({1434232528, 53110}, NULL) = 0
gettimeofday({1434232528, 53239}, NULL) = 0
gettimeofday({1434232528, 53727}, NULL) = 0
gettimeofday({1434232528, 53857}, NULL) = 0
gettimeofday({1434232528, 54251}, NULL) = 0
gettimeofday({1434232528, 54410}, NULL) = 0
gettimeofday({1434232528, 54742}, NULL) = 0
gettimeofday({1434232528, 54863}, NULL) = 0
gettimeofday({1434232528, 55049}, NULL) = 0
gettimeofday({1434232528, 55162}, NULL) = 0
gettimeofday({1434232528, 55332}, NULL) = 0
gettimeofday({1434232528, 55476}, NULL) = 0
gettimeofday({1434232528, 55641}, NULL) = 0
gettimeofday({1434232528, 55760}, NULL) = 0
gettimeofday({1434232528, 56219}, NULL) = 0
gettimeofday({1434232528, 56337}, NULL) = 0
gettimeofday({1434232528, 56497}, NULL) = 0
gettimeofday({1434232528, 56666}, NULL) = 0
gettimeofday({1434232528, 56828}, NULL) = 0
gettimeofday({1434232528, 56962}, NULL) = 0
gettimeofday({1434232528, 57115}, NULL) = 0
gettimeofday({1434232528, 57302}, NULL) = 0
gettimeofday({1434232528, 57450}, NULL) = 0
gettimeofday({1434232528, 57583}, NULL) = 0
gettimeofday({1434232528, 57729}, NULL) = 0
gettimeofday({1434232528, 57850}, NULL) = 0
gettimeofday({1434232528, 58180}, NULL) = 0
gettimeofday({1434232528, 58299}, NULL) = 0
gettimeofday({1434232528, 58451}, NULL) = 0
gettimeofday({1434232528, 58602}, NULL) = 0
gettimeofday({1434232528, 59085}, NULL) = 0
gettimeofday({1434232528, 59311}, NULL) = 0
gettimeofday({1434232528, 59472}, NULL) = 0
gettimeofday({1434232528, 59648}, NULL) = 0
gettimeofday({1434232528, 59807}, NULL) = 0
gettimeofday({1434232528, 59958}, NULL) = 0
gettimeofday({1434232528, 60380}, NULL) = 0
gettimeofday({1434232528, 60498}, NULL) = 0
gettimeofday({1434232528, 60650}, NULL) = 0
gettimeofday({1434232528, 60763}, NULL) = 0
gettimeofday({1434232528, 60928}, NULL) = 0
gettimeofday({1434232528, 61042}, NULL) = 0
gettimeofday({1434232528, 61200}, NULL) = 0
gettimeofday({1434232528, 61325}, NULL) = 0
gettimeofday({1434232528, 61903}, NULL) = 0
gettimeofday({1434232528, 62022}, NULL) = 0
gettimeofday({1434232528, 62169}, NULL) = 0
gettimeofday({1434232528, 62277}, NULL) = 0
gettimeofday({1434232528, 62485}, NULL) = 0
gettimeofday({1434232528, 62764}, NULL) = 0
gettimeofday({1434232528, 62970}, NULL) = 0
gettimeofday({1434232528, 63084}, NULL) = 0
gettimeofday({1434232528, 63244}, NULL) = 0
gettimeofday({1434232528, 63437}, NULL) = 0
gettimeofday({1434232528, 63686}, NULL) = 0
gettimeofday({1434232528, 63833}, NULL) = 0
gettimeofday({1434232528, 64195}, NULL) = 0
gettimeofday({1434232528, 64325}, NULL) = 0
gettimeofday({1434232528, 64494}, NULL) = 0
gettimeofday({1434232528, 64606}, NULL) = 0
gettimeofday({1434232528, 64783}, NULL) = 0
gettimeofday({1434232528, 64916}, NULL) = 0
gettimeofday({1434232528, 65151}, NULL) = 0
gettimeofday({1434232528, 65266}, NULL) = 0
gettimeofday({1434232528, 65440}, NULL) = 0
gettimeofday({1434232528, 65562}, NULL) = 0
gettimeofday({1434232528, 65780}, NULL) = 0
gettimeofday({1434232528, 65900}, NULL) = 0
gettimeofday({1434232528, 66054}, NULL) = 0
gettimeofday({1434232528, 66164}, NULL) = 0
gettimeofday({1434232528, 66320}, NULL) = 0
gettimeofday({1434232528, 66430}, NULL) = 0
gettimeofday({1434232528, 66787}, NULL) = 0
gettimeofday({1434232528, 66925}, NULL) = 0
gettimeofday({1434232528, 67092}, NULL) = 0
gettimeofday({1434232528, 67211}, NULL) = 0
gettimeofday({1434232528, 67404}, NULL) = 0
gettimeofday({1434232528, 67517}, NULL) = 0
gettimeofday({1434232528, 67660}, NULL) = 0
gettimeofday({1434232528, 67774}, NULL) = 0
gettimeofday({1434232528, 67911}, NULL) = 0
gettimeofday({1434232528, 68021}, NULL) = 0
gettimeofday({1434232528, 68612}, NULL) = 0
gettimeofday({1434232528, 68741}, NULL) = 0
gettimeofday({1434232528, 68912}, NULL) = 0
gettimeofday({1434232528, 69026}, NULL) = 0
gettimeofday({1434232528, 69228}, NULL) = 0
gettimeofday({1434232528, 69372}, NULL) = 0
gettimeofday({1434232528, 69559}, NULL) = 0
gettimeofday({1434232528, 69669}, NULL) = 0
gettimeofday({1434232528, 69894}, NULL) = 0
gettimeofday({1434232528, 70005}, NULL) = 0
gettimeofday({1434232528, 70229}, NULL) = 0
gettimeofday({1434232528, 70356}, NULL) = 0
gettimeofday({1434232528, 70552}, NULL) = 0
gettimeofday({1434232528, 70662}, NULL) = 0
gettimeofday({1434232528, 70871}, NULL) = 0
gettimeofday({1434232528, 70986}, NULL) = 0
gettimeofday({1434232528, 71436}, NULL) = 0
gettimeofday({1434232528, 71566}, NULL) = 0
gettimeofday({1434232528, 71723}, NULL) = 0
gettimeofday({1434232528, 71842}, NULL) = 0
gettimeofday({1434232528, 72152}, NULL) = 0
gettimeofday({1434232528, 72290}, NULL) = 0
gettimeofday({1434232528, 72434}, NULL) = 0
gettimeofday({1434232528, 72563}, NULL) = 0
gettimeofday({1434232528, 72707}, NULL) = 0
gettimeofday({1434232528, 72838}, NULL) = 0
gettimeofday({1434232528, 73009}, NULL) = 0
gettimeofday({1434232528, 73220}, NULL) = 0
gettimeofday({1434232528, 73398}, NULL) = 0
read(3, "s>\n\t\t</application>\n\t\t<channels>"..., 4096) = 4096
mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fdd92e000
munmap(0x7f4fdd92e000, 860160) = 0
munmap(0x7f4fddb00000, 188416) = 0
gettimeofday({1434232528, 74382}, NULL) = 0
gettimeofday({1434232528, 74634}, NULL) = 0
gettimeofday({1434232528, 74772}, NULL) = 0
gettimeofday({1434232528, 75057}, NULL) = 0
gettimeofday({1434232528, 75226}, NULL) = 0
gettimeofday({1434232528, 75521}, NULL) = 0
gettimeofday({1434232528, 75650}, NULL) = 0
gettimeofday({1434232528, 75811}, NULL) = 0
gettimeofday({1434232528, 76048}, NULL) = 0
gettimeofday({1434232528, 76260}, NULL) = 0
read(3, " \n\t\t description=\".Net Fra"..., 4096) = 4096
read(3, " \n\t\t\t<map To"..., 4096) = 4096
read(3, "scovery.Configuration.Announceme"..., 4096) = 881
gettimeofday({1434232528, 77737}, NULL) = 0
gettimeofday({1434232528, 77935}, NULL) = 0
gettimeofday({1434232528, 78074}, NULL) = 0
gettimeofday({1434232528, 78264}, NULL) = 0
gettimeofday({1434232528, 78413}, NULL) = 0
gettimeofday({1434232528, 78590}, NULL) = 0
gettimeofday({1434232528, 78712}, NULL) = 0
gettimeofday({1434232528, 78911}, NULL) = 0
gettimeofday({1434232528, 79022}, NULL) = 0
gettimeofday({1434232528, 79177}, NULL) = 0
gettimeofday({1434232528, 79310}, NULL) = 0
gettimeofday({1434232528, 79460}, NULL) = 0
gettimeofday({1434232528, 79625}, NULL) = 0
gettimeofday({1434232528, 79812}, NULL) = 0
close(3) = 0
gettimeofday({1434232528, 80050}, NULL) = 0
gettimeofday({1434232528, 80379}, NULL) = 0
gettimeofday({1434232528, 80497}, NULL) = 0
gettimeofday({1434232528, 81137}, NULL) = 0
gettimeofday({1434232528, 81574}, NULL) = 0
gettimeofday({1434232528, 82447}, NULL) = 0
gettimeofday({1434232528, 82657}, NULL) = 0
gettimeofday({1434232528, 83000}, NULL) = 0
gettimeofday({1434232528, 83131}, NULL) = 0
gettimeofday({1434232528, 83352}, NULL) = 0
gettimeofday({1434232528, 83512}, NULL) = 0
gettimeofday({1434232528, 83725}, NULL) = 0
gettimeofday({1434232528, 83910}, NULL) = 0
gettimeofday({1434232528, 84088}, NULL) = 0
gettimeofday({1434232528, 84308}, NULL) = 0
gettimeofday({1434232528, 84646}, NULL) = 0
gettimeofday({1434232528, 84771}, NULL) = 0
gettimeofday({1434232528, 84957}, NULL) = 0
gettimeofday({1434232528, 85109}, NULL) = 0
gettimeofday({1434232528, 85309}, NULL) = 0
gettimeofday({1434232528, 85433}, NULL) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe173c000
munmap(0x7f4fe173d000, 4096) = 0
gettimeofday({1434232528, 86440}, NULL) = 0
gettimeofday({1434232528, 86666}, NULL) = 0
gettimeofday({1434232528, 86985}, NULL) = 0
gettimeofday({1434232528, 87151}, NULL) = 0
gettimeofday({1434232528, 87532}, NULL) = 0
gettimeofday({1434232528, 87695}, NULL) = 0
gettimeofday({1434232528, 87859}, NULL) = 0
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", F_OK) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", 0x7ffdce8a1520) = -1 ENOENT (No such file or directory)
lstat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/test3.exe.config", 0x7ffdce8a1520) = -1 ENOENT (No such file or directory)
access("/var/www/vhost/georiot.com/service/releases/20150611214330/bin", F_OK) = 0
gettimeofday({1434232528, 88705}, NULL) = 0
gettimeofday({1434232528, 89081}, NULL) = 0
gettimeofday({1434232528, 89216}, NULL) = 0
gettimeofday({1434232528, 89362}, NULL) = 0
gettimeofday({1434232528, 89517}, NULL) = 0
gettimeofday({1434232528, 89758}, NULL) = 0
gettimeofday({1434232528, 89924}, NULL) = 0
gettimeofday({1434232528, 90145}, NULL) = 0
gettimeofday({1434232528, 90273}, NULL) = 0
gettimeofday({1434232528, 90489}, NULL) = 0
gettimeofday({1434232528, 90638}, NULL) = 0
gettimeofday({1434232528, 90800}, NULL) = 0
gettimeofday({1434232528, 90909}, NULL) = 0
gettimeofday({1434232528, 91076}, NULL) = 0
gettimeofday({1434232528, 91186}, NULL) = 0
gettimeofday({1434232528, 91408}, NULL) = 0
gettimeofday({1434232528, 91533}, NULL) = 0
gettimeofday({1434232528, 91742}, NULL) = 0
gettimeofday({1434232528, 91867}, NULL) = 0
gettimeofday({1434232528, 92098}, NULL) = 0
gettimeofday({1434232528, 92225}, NULL) = 0
gettimeofday({1434232528, 92460}, NULL) = 0
gettimeofday({1434232528, 92591}, NULL) = 0
gettimeofday({1434232528, 92767}, NULL) = 0
gettimeofday({1434232528, 92951}, NULL) = 0
gettimeofday({1434232528, 93093}, NULL) = 0
gettimeofday({1434232528, 93211}, NULL) = 0
gettimeofday({1434232528, 93391}, NULL) = 0
gettimeofday({1434232528, 93512}, NULL) = 0
gettimeofday({1434232528, 93684}, NULL) = 0
gettimeofday({1434232528, 93789}, NULL) = 0
gettimeofday({1434232528, 93944}, NULL) = 0
gettimeofday({1434232528, 94053}, NULL) = 0
gettimeofday({1434232528, 94334}, NULL) = 0
gettimeofday({1434232528, 94450}, NULL) = 0
gettimeofday({1434232528, 94682}, NULL) = 0
gettimeofday({1434232528, 94838}, NULL) = 0
gettimeofday({1434232528, 94985}, NULL) = 0
gettimeofday({1434232528, 95085}, NULL) = 0
gettimeofday({1434232528, 95523}, NULL) = 0
gettimeofday({1434232528, 95637}, NULL) = 0
gettimeofday({1434232528, 95749}, NULL) = 0
gettimeofday({1434232528, 95884}, NULL) = 0
gettimeofday({1434232528, 96127}, NULL) = 0
gettimeofday({1434232528, 96225}, NULL) = 0
gettimeofday({1434232528, 96389}, NULL) = 0
gettimeofday({1434232528, 96514}, NULL) = 0
gettimeofday({1434232528, 97086}, NULL) = 0
gettimeofday({1434232528, 97212}, NULL) = 0
gettimeofday({1434232528, 97343}, NULL) = 0
gettimeofday({1434232528, 97514}, NULL) = 0
gettimeofday({1434232528, 97673}, NULL) = 0
gettimeofday({1434232528, 97783}, NULL) = 0
gettimeofday({1434232528, 97923}, NULL) = 0
gettimeofday({1434232528, 98057}, NULL) = 0
gettimeofday({1434232528, 98407}, NULL) = 0
gettimeofday({1434232528, 98513}, NULL) = 0
gettimeofday({1434232528, 98690}, NULL) = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
gettimeofday({1434232528, 100217}, NULL) = 0
gettimeofday({1434232528, 100377}, NULL) = 0
gettimeofday({1434232528, 100545}, NULL) = 0
gettimeofday({1434232528, 100694}, NULL) = 0
gettimeofday({1434232528, 100851}, NULL) = 0
brk(0x1aa7000) = 0x1aa7000
gettimeofday({1434232528, 101147}, NULL) = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
stat("/etc/mono/4.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/etc/mono/4.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
geteuid() = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
stat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
lstat("/etc/mono/4.5/machine.config", {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
geteuid() = 0
open("/etc/mono/4.5/machine.config", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
fadvise64(3, 0, 0, POSIX_FADV_SEQUENTIAL) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=33649, ...}) = 0
gettimeofday({1434232528, 102986}, NULL) = 0
gettimeofday({1434232528, 103156}, NULL) = 0
read(3, "<?xml version=\"1.0\" encoding=\"ut"..., 4096) = 4096
read(3, "Errors\" type=\"System.Web.Configu"..., 4096) = 4096
read(3, "KeyToken=b03f5f7f11d50a3a\" />\n\t\t"..., 4096) = 4096
read(3, "3856ad364e35\" requirePermission="..., 4096) = 4096
read(3, "\"system.transactions\" type=\"Syst"..., 4096) = 4096
read(3, "s>\n\t\t</application>\n\t\t<channels>"..., 4096) = 4096
read(3, " \n\t\t description=\".Net Fra"..., 4096) = 4096
read(3, " \n\t\t\t<map To"..., 4096) = 4096
read(3, "scovery.Configuration.Announceme"..., 4096) = 881
open("/usr/lib/mono/gac/policy.4.0.Mono.Security/0.0.0.0__0738eb9f132ed756/policy.4.0.Mono.Security.dll", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/Mono.Security.dll", 0x7ffdce89f6c0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/Mono.Security.exe", 0x7ffdce89f6c0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/Mono.Security/Mono.Security.dll", 0x7ffdce89f6c0) = -1 ENOENT (No such file or directory)
stat("/var/www/vhost/georiot.com/service/releases/20150611214330/bin/Mono.Security/Mono.Security.exe", 0x7ffdce89f6c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=300032, ...}) = 0
mmap(NULL, 300032, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f4fdd9b6000
readlink("/usr", 0x7ffdce89e6d0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7ffdce89e6d0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono", 0x7ffdce89e6d0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac", 0x7ffdce89e6d0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/Mono.Security", 0x7ffdce89e6d0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756", 0x7ffdce89e6d0, 4096) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll", 0x7ffdce89e6d0, 4096) = -1 EINVAL (Invalid argument)
close(4) = 0
open("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/Mono.Security.dll.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/aot-cache/amd64/Mono.Security.dll.so.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll.mdb", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=139876, ...}) = 0
mmap(NULL, 139876, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f4fddb0b000
close(4) = 0
open("/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll.config", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/mono/assemblies/Mono.Security/Mono.Security.config", O_RDONLY) = -1 ENOENT (No such file or directory)
close(3) = 0
gettimeofday({1434232528, 109869}, NULL) = 0
gettimeofday({1434232528, 110049}, NULL) = 0
gettimeofday({1434232528, 110197}, NULL) = 0
gettimeofday({1434232528, 110353}, NULL) = 0
open("/dev/urandom", O_RDONLY) = 3
gettimeofday({1434232528, 110589}, NULL) = 0
gettimeofday({1434232528, 110736}, NULL) = 0
gettimeofday({1434232528, 110873}, NULL) = 0
gettimeofday({1434232528, 111021}, NULL) = 0
read(3, "\xd3\x37\x18\x1a\xe5\x71\x4a\x03\xf0\x93\x2e\xa4\xaa\xc8\xe3\xca", 16) = 16
read(3, "\xa7\x96\x53\x87\x79\x21\x14\xb2\x4e\xd6\xfb\xaf\x0e\xf8\x56\xe7", 16) = 16
read(3, "\xb6\x85\x47\xa5\x70\x8b\x10\x53\x00\x81\x6b\x6a\x77\xfb\xe1\x68", 16) = 16
read(3, "\xa0\x12\xb6\xd8\x91\x60\xfb\x06\x7c\xa1\x83\x3d\x2e\xd6\x9a\xf0", 16) = 16
read(3, "\x39\x35\x45\x6c\x22\x44\x7d\xc4\x01\xbe\xee\xe7\x98\x9a\x83\x36", 16) = 16
read(3, "\xa9\xaa\xdc\x8f\xc5\x72\x74\xd8\xad\x4e\xf8\xc7\xfe\xcf\x28\x8d", 16) = 16
read(3, "\xb5\xe9\x3e\x10\xaf\x65\x9a\xf2\x0c\xc4\x42\xfb\x6c\x84\x9b\x09", 16) = 16
read(3, "\x16\xd0\x88\x91\x33\xa2\xae\x8d\x59\x81\xa7\xbf\xb5\xdc\x1e\x0a", 16) = 16
read(3, "\x6f\x74\x27\x7b\xf7\x18\x79\xfb\xb7\x6e\x09\x03\x8d\x40\x92\x48", 16) = 16
read(3, "\x29\x90\x32\x91\x4c\xe4\x90\x09\x0d\x39\x13\x6b\x6e\x52\x73\xfb", 16) = 16
read(3, "\x1c\x16\xdd\xaf\x03\xa3\xaa\xb8\xaf\xf5\xef\x49\x23\x21\xc4\x5b", 16) = 16
read(3, "\xfc\x55\x71\x31\x40\xf4\xee\x62\x90\xb7\xd7\x9d\x25\x86\xf8\x97", 16) = 16
gettimeofday({1434232528, 112489}, NULL) = 0
gettimeofday({1434232528, 112752}, NULL) = 0
gettimeofday({1434232528, 112861}, NULL) = 0
gettimeofday({1434232528, 113017}, NULL) = 0
gettimeofday({1434232528, 113125}, NULL) = 0
gettimeofday({1434232528, 113820}, NULL) = 0
gettimeofday({1434232528, 113958}, NULL) = 0
gettimeofday({1434232528, 114471}, NULL) = 0
gettimeofday({1434232528, 114851}, NULL) = 0
gettimeofday({1434232528, 115037}, NULL) = 0
gettimeofday({1434232528, 115286}, NULL) = 0
gettimeofday({1434232528, 115444}, NULL) = 0
gettimeofday({1434232528, 115692}, NULL) = 0
gettimeofday({1434232528, 115891}, NULL) = 0
gettimeofday({1434232528, 116038}, NULL) = 0
gettimeofday({1434232528, 116219}, NULL) = 0
gettimeofday({1434232528, 116393}, NULL) = 0
gettimeofday({1434232528, 116558}, NULL) = 0
gettimeofday({1434232528, 116673}, NULL) = 0
gettimeofday({1434232528, 116890}, NULL) = 0
gettimeofday({1434232528, 117010}, NULL) = 0
gettimeofday({1434232528, 117164}, NULL) = 0
gettimeofday({1434232528, 117285}, NULL) = 0
gettimeofday({1434232528, 117454}, NULL) = 0
gettimeofday({1434232528, 117567}, NULL) = 0
gettimeofday({1434232528, 117900}, NULL) = 0
read(3, "\x5b\x0a\x3e\xd2\x41\x88\xf9\xf5\x56\x56\xe4\x6d\x80\x91\x22\x56", 16) = 16
read(3, "\x5a\x28\x09\x3f\xb3\xdd\x0f\x9b\xa1\x30\xb1\x08\x6a\x92\x16\xe2", 16) = 16
read(3, "\x8e\xb4\x10\xec\x14\x47\xf5\xbd\x89\x77\x3f\x01\x38\x40\x02\xb1", 16) = 16
gettimeofday({1434232528, 118744}, NULL) = 0
gettimeofday({1434232528, 118872}, NULL) = 0
gettimeofday({1434232528, 118973}, NULL) = 0
gettimeofday({1434232528, 119118}, NULL) = 0
gettimeofday({1434232528, 119231}, NULL) = 0
gettimeofday({1434232528, 119368}, NULL) = 0
gettimeofday({1434232528, 119481}, NULL) = 0
brk(0x1ac9000) = 0x1ac9000
gettimeofday({1434232528, 119989}, NULL) = 0
gettimeofday({1434232528, 120104}, NULL) = 0
gettimeofday({1434232528, 120265}, NULL) = 0
gettimeofday({1434232528, 120407}, NULL) = 0
mmap(0x4036a000, 65536, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_32BIT, -1, 0) = 0x4036a000
gettimeofday({1434232528, 120887}, NULL) = 0
gettimeofday({1434232528, 120990}, NULL) = 0
gettimeofday({1434232528, 121164}, NULL) = 0
gettimeofday({1434232528, 121268}, NULL) = 0
gettimeofday({1434232528, 121583}, NULL) = 0
gettimeofday({1434232528, 121710}, NULL) = 0
gettimeofday({1434232528, 122213}, NULL) = 0
gettimeofday({1434232528, 122327}, NULL) = 0
gettimeofday({1434232528, 122522}, NULL) = 0
gettimeofday({1434232528, 122647}, NULL) = 0
gettimeofday({1434232528, 122940}, NULL) = 0
gettimeofday({1434232528, 123065}, NULL) = 0
gettimeofday({1434232528, 123227}, NULL) = 0
gettimeofday({1434232528, 123367}, NULL) = 0
gettimeofday({1434232528, 124073}, NULL) = 0
gettimeofday({1434232528, 124187}, NULL) = 0
gettimeofday({1434232528, 124496}, NULL) = 0
gettimeofday({1434232528, 124879}, NULL) = 0
gettimeofday({1434232528, 125046}, NULL) = 0
gettimeofday({1434232528, 125322}, NULL) = 0
gettimeofday({1434232528, 125471}, NULL) = 0
gettimeofday({1434232528, 125596}, NULL) = 0
gettimeofday({1434232528, 125747}, NULL) = 0
gettimeofday({1434232528, 125867}, NULL) = 0
gettimeofday({1434232528, 126015}, NULL) = 0
gettimeofday({1434232528, 126116}, NULL) = 0
gettimeofday({1434232528, 126307}, NULL) = 0
gettimeofday({1434232528, 126426}, NULL) = 0
gettimeofday({1434232528, 126684}, NULL) = 0
gettimeofday({1434232528, 126802}, NULL) = 0
gettimeofday({1434232528, 127048}, NULL) = 0
gettimeofday({1434232528, 127170}, NULL) = 0
gettimeofday({1434232528, 127361}, NULL) = 0
gettimeofday({1434232528, 127492}, NULL) = 0
gettimeofday({1434232528, 127664}, NULL) = 0
gettimeofday({1434232528, 127779}, NULL) = 0
gettimeofday({1434232528, 127988}, NULL) = 0
gettimeofday({1434232528, 128090}, NULL) = 0
gettimeofday({1434232528, 128250}, NULL) = 0
gettimeofday({1434232528, 128356}, NULL) = 0
gettimeofday({1434232528, 128775}, NULL) = 0
gettimeofday({1434232528, 129134}, NULL) = 0
gettimeofday({1434232528, 129377}, NULL) = 0
gettimeofday({1434232528, 129524}, NULL) = 0
gettimeofday({1434232528, 129691}, NULL) = 0
gettimeofday({1434232528, 129813}, NULL) = 0
gettimeofday({1434232528, 130315}, NULL) = 0
gettimeofday({1434232528, 130438}, NULL) = 0
gettimeofday({1434232528, 130591}, NULL) = 0
gettimeofday({1434232528, 130708}, NULL) = 0
gettimeofday({1434232528, 131276}, NULL) = 0
gettimeofday({1434232528, 131397}, NULL) = 0
gettimeofday({1434232528, 131573}, NULL) = 0
gettimeofday({1434232528, 131736}, NULL) = 0
gettimeofday({1434232528, 131909}, NULL) = 0
gettimeofday({1434232528, 132259}, NULL) = 0
gettimeofday({1434232528, 132575}, NULL) = 0
gettimeofday({1434232528, 132813}, NULL) = 0
gettimeofday({1434232528, 133077}, NULL) = 0
gettimeofday({1434232528, 133328}, NULL) = 0
gettimeofday({1434232528, 133612}, NULL) = 0
gettimeofday({1434232528, 133910}, NULL) = 0
gettimeofday({1434232528, 134168}, NULL) = 0
gettimeofday({1434232528, 134392}, NULL) = 0
gettimeofday({1434232528, 134566}, NULL) = 0
gettimeofday({1434232528, 134729}, NULL) = 0
gettimeofday({1434232528, 134952}, NULL) = 0
gettimeofday({1434232528, 135085}, NULL) = 0
gettimeofday({1434232528, 135288}, NULL) = 0
gettimeofday({1434232528, 135468}, NULL) = 0
gettimeofday({1434232528, 135644}, NULL) = 0
gettimeofday({1434232528, 135780}, NULL) = 0
gettimeofday({1434232528, 136279}, NULL) = 0
gettimeofday({1434232528, 136410}, NULL) = 0
brk(0x1aeb000) = 0x1aeb000
gettimeofday({1434232528, 137056}, NULL) = 0
gettimeofday({1434232528, 137207}, NULL) = 0
brk(0x1b0f000) = 0x1b0f000
gettimeofday({1434232528, 138250}, NULL) = 0
gettimeofday({1434232528, 138444}, NULL) = 0
gettimeofday({1434232528, 138666}, NULL) = 0
gettimeofday({1434232528, 138810}, NULL) = 0
gettimeofday({1434232528, 139014}, NULL) = 0
gettimeofday({1434232528, 139193}, NULL) = 0
gettimeofday({1434232528, 139370}, NULL) = 0
gettimeofday({1434232528, 139647}, NULL) = 0
gettimeofday({1434232528, 139938}, NULL) = 0
gettimeofday({1434232528, 140380}, NULL) = 0
gettimeofday({1434232528, 140531}, NULL) = 0
gettimeofday({1434232528, 140643}, NULL) = 0
gettimeofday({1434232528, 140882}, NULL) = 0
gettimeofday({1434232528, 141240}, NULL) = 0
gettimeofday({1434232528, 141581}, NULL) = 0
gettimeofday({1434232528, 141795}, NULL) = 0
gettimeofday({1434232528, 142184}, NULL) = 0
gettimeofday({1434232528, 142545}, NULL) = 0
gettimeofday({1434232528, 143397}, NULL) = 0
gettimeofday({1434232528, 143713}, NULL) = 0
gettimeofday({1434232528, 144050}, NULL) = 0
gettimeofday({1434232528, 144738}, NULL) = 0
gettimeofday({1434232528, 145081}, NULL) = 0
gettimeofday({1434232528, 145514}, NULL) = 0
gettimeofday({1434232528, 145883}, NULL) = 0
gettimeofday({1434232528, 146521}, NULL) = 0
gettimeofday({1434232528, 146897}, NULL) = 0
gettimeofday({1434232528, 147189}, NULL) = 0
gettimeofday({1434232528, 147652}, NULL) = 0
gettimeofday({1434232528, 147994}, NULL) = 0
gettimeofday({1434232528, 148380}, NULL) = 0
gettimeofday({1434232528, 148526}, NULL) = 0
gettimeofday({1434232528, 148694}, NULL) = 0
gettimeofday({1434232528, 148817}, NULL) = 0
gettimeofday({1434232528, 149006}, NULL) = 0
gettimeofday({1434232528, 149123}, NULL) = 0
gettimeofday({1434232528, 149386}, NULL) = 0
gettimeofday({1434232528, 149504}, NULL) = 0
gettimeofday({1434232528, 149637}, NULL) = 0
gettimeofday({1434232528, 149752}, NULL) = 0
gettimeofday({1434232528, 149929}, NULL) = 0
gettimeofday({1434232528, 150066}, NULL) = 0
gettimeofday({1434232528, 150273}, NULL) = 0
gettimeofday({1434232528, 150413}, NULL) = 0
gettimeofday({1434232528, 150635}, NULL) = 0
gettimeofday({1434232528, 150768}, NULL) = 0
gettimeofday({1434232528, 151780}, NULL) = 0
gettimeofday({1434232528, 151942}, NULL) = 0
brk(0x1b31000) = 0x1b31000
brk(0x1b53000) = 0x1b53000
gettimeofday({1434232528, 153798}, NULL) = 0
gettimeofday({1434232528, 153957}, NULL) = 0
gettimeofday({1434232528, 154142}, NULL) = 0
gettimeofday({1434232528, 154258}, NULL) = 0
gettimeofday({1434232528, 154686}, NULL) = 0
gettimeofday({1434232528, 154829}, NULL) = 0
gettimeofday({1434232528, 154986}, NULL) = 0
gettimeofday({1434232528, 155103}, NULL) = 0
gettimeofday({1434232528, 155260}, NULL) = 0
gettimeofday({1434232528, 155374}, NULL) = 0
gettimeofday({1434232528, 155564}, NULL) = 0
gettimeofday({1434232528, 155792}, NULL) = 0
gettimeofday({1434232528, 155986}, NULL) = 0
gettimeofday({1434232528, 156100}, NULL) = 0
gettimeofday({1434232528, 156290}, NULL) = 0
gettimeofday({1434232528, 156449}, NULL) = 0
gettimeofday({1434232528, 156609}, NULL) = 0
gettimeofday({1434232528, 156739}, NULL) = 0
gettimeofday({1434232528, 156888}, NULL) = 0
gettimeofday({1434232528, 156998}, NULL) = 0
gettimeofday({1434232528, 157145}, NULL) = 0
gettimeofday({1434232528, 157308}, NULL) = 0
gettimeofday({1434232528, 157555}, NULL) = 0
gettimeofday({1434232528, 157713}, NULL) = 0
gettimeofday({1434232528, 157867}, NULL) = 0
gettimeofday({1434232528, 157984}, NULL) = 0
gettimeofday({1434232528, 158212}, NULL) = 0
gettimeofday({1434232528, 158331}, NULL) = 0
gettimeofday({1434232528, 158506}, NULL) = 0
gettimeofday({1434232528, 158709}, NULL) = 0
gettimeofday({1434232528, 158918}, NULL) = 0
gettimeofday({1434232528, 159118}, NULL) = 0
gettimeofday({1434232528, 159274}, NULL) = 0
gettimeofday({1434232528, 159461}, NULL) = 0
gettimeofday({1434232528, 159621}, NULL) = 0
gettimeofday({1434232528, 159798}, NULL) = 0
gettimeofday({1434232528, 159959}, NULL) = 0
gettimeofday({1434232528, 160125}, NULL) = 0
gettimeofday({1434232528, 160485}, NULL) = 0
gettimeofday({1434232528, 160658}, NULL) = 0
gettimeofday({1434232528, 160852}, NULL) = 0
gettimeofday({1434232528, 160992}, NULL) = 0
gettimeofday({1434232528, 161141}, NULL) = 0
gettimeofday({1434232528, 161256}, NULL) = 0
gettimeofday({1434232528, 161388}, NULL) = 0
gettimeofday({1434232528, 161498}, NULL) = 0
gettimeofday({1434232528, 161640}, NULL) = 0
gettimeofday({1434232528, 161762}, NULL) = 0
gettimeofday({1434232528, 162034}, NULL) = 0
gettimeofday({1434232528, 162153}, NULL) = 0
gettimeofday({1434232528, 162291}, NULL) = 0
gettimeofday({1434232528, 162449}, NULL) = 0
gettimeofday({1434232528, 162636}, NULL) = 0
gettimeofday({1434232528, 162749}, NULL) = 0
gettimeofday({1434232528, 162914}, NULL) = 0
gettimeofday({1434232528, 163028}, NULL) = 0
gettimeofday({1434232528, 163182}, NULL) = 0
gettimeofday({1434232528, 163298}, NULL) = 0
gettimeofday({1434232528, 163611}, NULL) = 0
gettimeofday({1434232528, 163780}, NULL) = 0
gettimeofday({1434232528, 163915}, NULL) = 0
gettimeofday({1434232528, 164026}, NULL) = 0
gettimeofday({1434232528, 164204}, NULL) = 0
gettimeofday({1434232528, 164430}, NULL) = 0
gettimeofday({1434232528, 164592}, NULL) = 0
gettimeofday({1434232528, 164703}, NULL) = 0
gettimeofday({1434232528, 164922}, NULL) = 0
gettimeofday({1434232528, 165195}, NULL) = 0
gettimeofday({1434232528, 165756}, NULL) = 0
gettimeofday({1434232528, 166036}, NULL) = 0
gettimeofday({1434232528, 166425}, NULL) = 0
gettimeofday({1434232528, 166689}, NULL) = 0
gettimeofday({1434232528, 167183}, NULL) = 0
gettimeofday({1434232528, 167420}, NULL) = 0
gettimeofday({1434232528, 167900}, NULL) = 0
gettimeofday({1434232528, 168134}, NULL) = 0
gettimeofday({1434232528, 168428}, NULL) = 0
gettimeofday({1434232528, 168578}, NULL) = 0
gettimeofday({1434232528, 168743}, NULL) = 0
gettimeofday({1434232528, 168937}, NULL) = 0
gettimeofday({1434232528, 169297}, NULL) = 0
gettimeofday({1434232528, 169446}, NULL) = 0
gettimeofday({1434232528, 169671}, NULL) = 0
gettimeofday({1434232528, 169869}, NULL) = 0
gettimeofday({1434232528, 170041}, NULL) = 0
gettimeofday({1434232528, 170184}, NULL) = 0
gettimeofday({1434232528, 170484}, NULL) = 0
gettimeofday({1434232528, 170813}, NULL) = 0
gettimeofday({1434232528, 171007}, NULL) = 0
gettimeofday({1434232528, 171146}, NULL) = 0
gettimeofday({1434232528, 171318}, NULL) = 0
gettimeofday({1434232528, 171512}, NULL) = 0
gettimeofday({1434232528, 171679}, NULL) = 0
gettimeofday({1434232528, 171870}, NULL) = 0
gettimeofday({1434232528, 172044}, NULL) = 0
gettimeofday({1434232528, 172211}, NULL) = 0
gettimeofday({1434232528, 172516}, NULL) = 0
gettimeofday({1434232528, 172697}, NULL) = 0
gettimeofday({1434232528, 172883}, NULL) = 0
gettimeofday({1434232528, 173091}, NULL) = 0
gettimeofday({1434232528, 173269}, NULL) = 0
gettimeofday({1434232528, 173409}, NULL) = 0
gettimeofday({1434232528, 173779}, NULL) = 0
gettimeofday({1434232528, 173982}, NULL) = 0
gettimeofday({1434232528, 174150}, NULL) = 0
gettimeofday({1434232528, 174324}, NULL) = 0
gettimeofday({1434232528, 174555}, NULL) = 0
gettimeofday({1434232528, 174691}, NULL) = 0
gettimeofday({1434232528, 174847}, NULL) = 0
gettimeofday({1434232528, 175027}, NULL) = 0
gettimeofday({1434232528, 175178}, NULL) = 0
gettimeofday({1434232528, 175309}, NULL) = 0
gettimeofday({1434232528, 175599}, NULL) = 0
gettimeofday({1434232528, 175859}, NULL) = 0
gettimeofday({1434232528, 176026}, NULL) = 0
gettimeofday({1434232528, 176164}, NULL) = 0
gettimeofday({1434232528, 176327}, NULL) = 0
gettimeofday({1434232528, 176479}, NULL) = 0
gettimeofday({1434232528, 177017}, NULL) = 0
gettimeofday({1434232528, 177164}, NULL) = 0
gettimeofday({1434232528, 177357}, NULL) = 0
gettimeofday({1434232528, 177470}, NULL) = 0
gettimeofday({1434232528, 177633}, NULL) = 0
gettimeofday({1434232528, 177745}, NULL) = 0
gettimeofday({1434232528, 177953}, NULL) = 0
gettimeofday({1434232528, 178074}, NULL) = 0
gettimeofday({1434232528, 178243}, NULL) = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4
setsockopt(4, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
setsockopt(4, SOL_IP, IP_MTU_DISCOVER, [0], 4) = 0
gettimeofday({1434232528, 178704}, NULL) = 0
gettimeofday({1434232528, 179038}, NULL) = 0
gettimeofday({1434232528, 179151}, NULL) = 0
gettimeofday({1434232528, 179341}, NULL) = 0
gettimeofday({1434232528, 179478}, NULL) = 0
gettimeofday({1434232528, 179671}, NULL) = 0
gettimeofday({1434232528, 179799}, NULL) = 0
gettimeofday({1434232528, 179960}, NULL) = 0
gettimeofday({1434232528, 180073}, NULL) = 0
gettimeofday({1434232528, 180245}, NULL) = 0
gettimeofday({1434232528, 180363}, NULL) = 0
gettimeofday({1434232528, 180952}, NULL) = 0
gettimeofday({1434232528, 181172}, NULL) = 0
gettimeofday({1434232528, 181379}, NULL) = 0
gettimeofday({1434232528, 181494}, NULL) = 0
gettimeofday({1434232528, 182109}, NULL) = 0
gettimeofday({1434232528, 182241}, NULL) = 0
gettimeofday({1434232528, 182402}, NULL) = 0
gettimeofday({1434232528, 182516}, NULL) = 0
gettimeofday({1434232528, 182694}, NULL) = 0
gettimeofday({1434232528, 182853}, NULL) = 0
gettimeofday({1434232528, 183140}, NULL) = 0
gettimeofday({1434232528, 183267}, NULL) = 0
gettimeofday({1434232528, 183425}, NULL) = 0
gettimeofday({1434232528, 183537}, NULL) = 0
gettimeofday({1434232528, 183707}, NULL) = 0
gettimeofday({1434232528, 183848}, NULL) = 0
gettimeofday({1434232528, 184040}, NULL) = 0
gettimeofday({1434232528, 184165}, NULL) = 0
gettimeofday({1434232528, 184307}, NULL) = 0
gettimeofday({1434232528, 184418}, NULL) = 0
gettimeofday({1434232528, 184555}, NULL) = 0
gettimeofday({1434232528, 184669}, NULL) = 0
gettimeofday({1434232528, 184873}, NULL) = 0
gettimeofday({1434232528, 184991}, NULL) = 0
gettimeofday({1434232528, 185162}, NULL) = 0
gettimeofday({1434232528, 185277}, NULL) = 0
gettimeofday({1434232528, 185430}, NULL) = 0
gettimeofday({1434232528, 185579}, NULL) = 0
gettimeofday({1434232528, 185815}, NULL) = 0
gettimeofday({1434232528, 185946}, NULL) = 0
gettimeofday({1434232528, 186164}, NULL) = 0
gettimeofday({1434232528, 186332}, NULL) = 0
gettimeofday({1434232528, 186551}, NULL) = 0
gettimeofday({1434232528, 186665}, NULL) = 0
gettimeofday({1434232528, 186839}, NULL) = 0
uname({sys="Linux", node="web1c-dev.dallas.linode.georiot.com", ...}) = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 5
connect(5, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(5) = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 5
connect(5, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(5) = 0
open("/etc/host.conf", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=92, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe173d000
read(5, "# The \"order\" line is only used "..., 4096) = 92
| 00000 23 20 54 68 65 20 22 6f 72 64 65 72 22 20 6c 69 # The "order" li |
| 00010 6e 65 20 69 73 20 6f 6e 6c 79 20 75 73 65 64 20 ne is only used |
| 00020 62 79 20 6f 6c 64 20 76 65 72 73 69 6f 6e 73 20 by old versions |
| 00030 6f 66 20 74 68 65 20 43 20 6c 69 62 72 61 72 79 of the C library |
| 00040 2e 0a 6f 72 64 65 72 20 68 6f 73 74 73 2c 62 69 ..order hosts,bi |
| 00050 6e 64 0a 6d 75 6c 74 69 20 6f 6e 0a nd.multi on. |
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f4fe173d000, 4096) = 0
futex(0x7f4fe0c5a3d0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=136, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe173d000
read(5, "domain members.linode.com\nsearch"..., 4096) = 136
| 00000 64 6f 6d 61 69 6e 20 6d 65 6d 62 65 72 73 2e 6c domain members.l |
| 00010 69 6e 6f 64 65 2e 63 6f 6d 0a 73 65 61 72 63 68 inode.com.search |
| 00020 20 6d 65 6d 62 65 72 73 2e 6c 69 6e 6f 64 65 2e members.linode. |
| 00030 63 6f 6d 0a 6e 61 6d 65 73 65 72 76 65 72 20 37 com.nameserver 7 |
| 00040 32 2e 31 34 2e 31 39 31 2e 35 0a 6e 61 6d 65 73 2.14.191.5.names |
| 00050 65 72 76 65 72 20 37 32 2e 31 34 2e 31 37 39 2e erver 72.14.179. |
| 00060 35 0a 6e 61 6d 65 73 65 72 76 65 72 20 37 32 2e 5.nameserver 72. |
| 00070 31 34 2e 31 38 38 2e 35 0a 6f 70 74 69 6f 6e 73 14.188.5.options |
| 00080 20 72 6f 74 61 74 65 0a rotate. |
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f4fe173d000, 4096) = 0
open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=991, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe173d000
read(5, "# HEADER: This file was autogene"..., 4096) = 991
| 00000 23 20 48 45 41 44 45 52 3a 20 54 68 69 73 20 66 # HEADER: This f |
| 00010 69 6c 65 20 77 61 73 20 61 75 74 6f 67 65 6e 65 ile was autogene |
| 00020 72 61 74 65 64 20 61 74 20 32 30 31 35 2d 30 35 rated at 2015-05 |
| 00030 2d 30 37 20 32 30 3a 32 31 3a 33 32 20 2b 30 30 -07 20:21:32 +00 |
| 00040 30 30 0a 23 20 48 45 41 44 45 52 3a 20 62 79 20 00.# HEADER: by |
| 00050 70 75 70 70 65 74 2e 20 20 57 68 69 6c 65 20 69 puppet. While i |
| 00060 74 20 63 61 6e 20 73 74 69 6c 6c 20 62 65 20 6d t can still be m |
| 00070 61 6e 61 67 65 64 20 6d 61 6e 75 61 6c 6c 79 2c anaged manually, |
| 00080 20 69 74 0a 23 20 48 45 41 44 45 52 3a 20 69 73 it.# HEADER: is |
| 00090 20 64 65 66 69 6e 69 74 65 6c 79 20 6e 6f 74 20 definitely not |
| 000a0 72 65 63 6f 6d 6d 65 6e 64 65 64 2e 0a 31 32 37 recommended..127 |
| 000b0 2e 30 2e 30 2e 31 09 6c 6f 63 61 6c 68 6f 73 74 .0.0.1.localhost |
| 000c0 0a 31 32 37 2e 30 2e 31 2e 31 09 75 62 75 6e 74 .127.0.1.1.ubunt |
| 000d0 75 0a 0a 23 20 54 68 65 20 66 6f 6c 6c 6f 77 69 u..# The followi |
| 000e0 6e 67 20 6c 69 6e 65 73 20 61 72 65 20 64 65 73 ng lines are des |
| 000f0 69 72 61 62 6c 65 20 66 6f 72 20 49 50 76 36 20 irable for IPv6 |
| 00100 63 61 70 61 62 6c 65 20 68 6f 73 74 73 0a 3a 3a capable hosts.:: |
| 00110 31 09 6c 6f 63 61 6c 68 6f 73 74 09 69 70 36 2d 1.localhost.ip6- |
| 00120 6c 6f 63 61 6c 68 6f 73 74 20 69 70 36 2d 6c 6f localhost ip6-lo |
| 00130 6f 70 62 61 63 6b 0a 66 66 30 32 3a 3a 31 09 69 opback.ff02::1.i |
| 00140 70 36 2d 61 6c 6c 6e 6f 64 65 73 0a 66 66 30 32 p6-allnodes.ff02 |
| 00150 3a 3a 32 09 69 70 36 2d 61 6c 6c 72 6f 75 74 65 ::2.ip6-allroute |
| 00160 72 73 0a 0a 23 20 6f 75 72 20 6f 77 6e 20 65 6e rs..# our own en |
| 00170 74 72 79 0a 34 35 2e 33 33 2e 32 34 2e 31 38 30 try.45.33.24.180 |
| 00180 09 77 65 62 31 63 2d 64 65 76 2e 64 61 6c 6c 61 .web1c-dev.dalla |
| 00190 73 2e 6c 69 6e 6f 64 65 2e 67 65 6f 72 69 6f 74 s.linode.georiot |
| 001a0 2e 63 6f 6d 09 77 65 62 31 63 2d 64 65 76 0a 31 .com.web1c-dev.1 |
| 001b0 39 32 2e 31 36 38 2e 31 38 36 2e 39 33 09 6d 6f 92.168.186.93.mo |
| 001c0 6e 67 6f 31 2d 64 65 76 2e 64 61 6c 6c 61 73 2e ngo1-dev.dallas. |
| 001d0 6c 69 6e 6f 64 65 2e 67 65 6f 72 69 6f 74 2e 63 linode.georiot.c |
| 001e0 6f 6d 09 6d 6f 6e 67 6f 31 2d 64 65 76 20 6d 6f om.mongo1-dev mo |
| 001f0 6e 67 6f 31 0a 31 39 32 2e 31 36 38 2e 31 33 35 ngo1.192.168.135 |
| 00200 2e 31 37 30 09 6c 62 31 62 2d 64 65 76 2e 64 61 .170.lb1b-dev.da |
| 00210 6c 6c 61 73 2e 6c 69 6e 6f 64 65 2e 67 65 6f 72 llas.linode.geor |
| 00220 69 6f 74 2e 63 6f 6d 09 6c 62 31 62 0a 31 39 32 iot.com.lb1b.192 |
| 00230 2e 31 36 38 2e 31 37 35 2e 32 33 34 09 77 65 62 .168.175.234.web |
| 00240 31 62 2d 64 65 76 2e 64 61 6c 6c 61 73 2e 6c 69 1b-dev.dallas.li |
| 00250 6e 6f 64 65 2e 67 65 6f 72 69 6f 74 2e 63 6f 6d node.georiot.com |
| 00260 09 77 65 62 31 62 0a 31 39 32 2e 31 36 38 2e 31 .web1b.192.168.1 |
| 00270 33 35 2e 36 39 09 6c 62 31 61 2d 64 65 76 2e 64 35.69.lb1a-dev.d |
| 00280 61 6c 6c 61 73 2e 6c 69 6e 6f 64 65 2e 67 65 6f allas.linode.geo |
| 00290 72 69 6f 74 2e 63 6f 6d 09 6c 62 31 61 0a 31 39 riot.com.lb1a.19 |
| 002a0 32 2e 31 36 38 2e 31 33 35 2e 35 09 6d 71 31 2d 2.168.135.5.mq1- |
| 002b0 64 65 76 2e 64 61 6c 6c 61 73 2e 6c 69 6e 6f 64 dev.dallas.linod |
| 002c0 65 2e 67 65 6f 72 69 6f 74 2e 63 6f 6d 09 6d 71 e.georiot.com.mq |
| 002d0 31 2d 64 65 76 20 6d 71 31 0a 31 39 32 2e 31 36 1-dev mq1.192.16 |
| 002e0 38 2e 31 38 33 2e 31 31 32 09 72 65 67 69 73 74 8.183.112.regist |
| 002f0 72 61 74 69 6f 6e 2d 6c 62 32 2d 64 65 76 2e 64 ration-lb2-dev.d |
| 00300 61 6c 6c 61 73 2e 6c 69 6e 6f 64 65 2e 67 65 6f allas.linode.geo |
| 00310 72 69 6f 74 2e 63 6f 6d 09 6c 62 32 0a 31 39 32 riot.com.lb2.192 |
| 00320 2e 31 36 38 2e 31 32 38 2e 31 34 33 09 63 61 63 .168.128.143.cac |
| 00330 68 65 31 61 2d 64 65 76 2e 64 61 6c 6c 61 73 2e he1a-dev.dallas. |
| 00340 6c 69 6e 6f 64 65 2e 67 65 6f 72 69 6f 74 2e 63 linode.georiot.c |
| 00350 6f 6d 09 63 61 63 68 65 31 61 20 63 61 63 68 65 om.cache1a cache |
| 00360 31 62 0a 31 39 32 2e 31 36 38 2e 31 37 35 2e 36 1b.192.168.175.6 |
| 00370 31 09 77 65 62 31 61 2d 64 65 76 2e 64 61 6c 6c 1.web1a-dev.dall |
| 00380 61 73 2e 6c 69 6e 6f 64 65 2e 67 65 6f 72 69 6f as.linode.georio |
| 00390 74 2e 63 6f 6d 09 77 65 62 31 61 0a 31 39 32 2e t.com.web1a.192. |
| 003a0 31 36 38 2e 31 38 33 2e 31 37 31 09 72 65 67 69 168.183.171.regi |
| 003b0 73 74 72 61 74 69 6f 6e 2d 6c 62 31 2d 64 65 76 stration-lb1-dev |
| 003c0 2e 64 61 6c 6c 61 73 2e 6c 69 6e 6f 64 65 2e 67 .dallas.linode.g |
| 003d0 65 6f 72 69 6f 74 2e 63 6f 6d 09 6c 62 31 0a eoriot.com.lb1. |
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f4fe173d000, 4096) = 0
open("/etc/gai.conf", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2584, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=2584, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe173d000
read(5, "# Configuration for getaddrinfo("..., 4096) = 2584
| 00000 23 20 43 6f 6e 66 69 67 75 72 61 74 69 6f 6e 20 # Configuration |
| 00010 66 6f 72 20 67 65 74 61 64 64 72 69 6e 66 6f 28 for getaddrinfo( |
| 00020 33 29 2e 0a 23 0a 23 20 53 6f 20 66 61 72 20 6f 3)..#.# So far o |
| 00030 6e 6c 79 20 63 6f 6e 66 69 67 75 72 61 74 69 6f nly configuratio |
| 00040 6e 20 66 6f 72 20 74 68 65 20 64 65 73 74 69 6e n for the destin |
| 00050 61 74 69 6f 6e 20 61 64 64 72 65 73 73 20 73 6f ation address so |
| 00060 72 74 69 6e 67 20 69 73 20 6e 65 65 64 65 64 2e rting is needed. |
| 00070 0a 23 20 52 46 43 20 33 34 38 34 20 67 6f 76 65 .# RFC 3484 gove |
| 00080 72 6e 73 20 74 68 65 20 73 6f 72 74 69 6e 67 2e rns the sorting. |
| 00090 20 20 42 75 74 20 74 68 65 20 52 46 43 20 61 6c But the RFC al |
| 000a0 73 6f 20 73 61 79 73 20 74 68 61 74 20 73 79 73 so says that sys |
| 000b0 74 65 6d 0a 23 20 61 64 6d 69 6e 69 73 74 72 61 tem.# administra |
| 000c0 74 6f 72 73 20 73 68 6f 75 6c 64 20 62 65 20 61 tors should be a |
| 000d0 62 6c 65 20 74 6f 20 6f 76 65 72 77 72 69 74 65 ble to overwrite |
| 000e0 20 74 68 65 20 64 65 66 61 75 6c 74 73 2e 20 20 the defaults. |
| 000f0 54 68 69 73 20 63 61 6e 20 62 65 0a 23 20 61 63 This can be.# ac |
| 00100 68 69 65 76 65 64 20 68 65 72 65 2e 0a 23 0a 23 hieved here..#.# |
| 00110 20 41 6c 6c 20 6c 69 6e 65 73 20 68 61 76 65 20 All lines have |
| 00120 61 6e 20 69 6e 69 74 69 61 6c 20 69 64 65 6e 74 an initial ident |
| 00130 69 66 69 65 72 20 73 70 65 63 69 66 79 69 6e 67 ifier specifying |
| 00140 20 74 68 65 20 6f 70 74 69 6f 6e 20 66 6f 6c 6c the option foll |
| 00150 6f 77 65 64 20 62 79 0a 23 20 75 70 20 74 6f 20 owed by.# up to |
| 00160 74 77 6f 20 76 61 6c 75 65 73 2e 20 20 49 6e 66 two values. Inf |
| 00170 6f 72 6d 61 74 69 6f 6e 20 73 70 65 63 69 66 69 ormation specifi |
| 00180 65 64 20 69 6e 20 74 68 69 73 20 66 69 6c 65 20 ed in this file |
| 00190 72 65 70 6c 61 63 65 73 20 74 68 65 0a 23 20 64 replaces the.# d |
| 001a0 65 66 61 75 6c 74 20 69 6e 66 6f 72 6d 61 74 69 efault informati |
| 001b0 6f 6e 2e 20 20 43 6f 6d 70 6c 65 74 65 20 61 62 on. Complete ab |
| 001c0 73 65 6e 63 65 20 6f 66 20 64 61 74 61 20 6f 66 sence of data of |
| 001d0 20 6f 6e 65 20 6b 69 6e 64 20 63 61 75 73 65 73 one kind causes |
| 001e0 20 74 68 65 0a 23 20 61 70 70 72 6f 70 72 69 61 the.# appropria |
| 001f0 74 65 20 64 65 66 61 75 6c 74 20 69 6e 66 6f 72 te default infor |
| 00200 6d 61 74 69 6f 6e 20 74 6f 20 62 65 20 75 73 65 mation to be use |
| 00210 64 2e 20 20 54 68 65 20 73 75 70 70 6f 72 74 65 d. The supporte |
| 00220 64 20 63 6f 6d 6d 61 6e 64 73 20 69 6e 63 6c 75 d commands inclu |
| 00230 64 65 3a 0a 23 0a 23 20 72 65 6c 6f 61 64 20 20 de:.#.# reload |
| 00240 3c 79 65 73 7c 6e 6f 3e 0a 23 20 20 20 20 49 66 <yes|no>.# If |
| 00250 20 73 65 74 20 74 6f 20 79 65 73 2c 20 65 61 63 set to yes, eac |
| 00260 68 20 67 65 74 61 64 64 72 69 6e 66 6f 28 33 29 h getaddrinfo(3) |
| 00270 20 63 61 6c 6c 20 77 69 6c 6c 20 63 68 65 63 6b call will check |
| 00280 20 77 68 65 74 68 65 72 20 74 68 69 73 20 66 69 whether this fi |
| 00290 6c 65 0a 23 20 20 20 20 63 68 61 6e 67 65 64 20 le.# changed |
| 002a0 61 6e 64 20 69 66 20 6e 65 63 65 73 73 61 72 79 and if necessary |
| 002b0 20 72 65 6c 6f 61 64 2e 20 20 54 68 69 73 20 6f reload. This o |
| 002c0 70 74 69 6f 6e 20 73 68 6f 75 6c 64 20 6e 6f 74 ption should not |
| 002d0 20 72 65 61 6c 6c 79 20 62 65 0a 23 20 20 20 20 really be.# |
| 002e0 75 73 65 64 2e 20 20 54 68 65 72 65 20 61 72 65 used. There are |
| 002f0 20 70 6f 73 73 69 62 6c 65 20 72 75 6e 74 69 6d possible runtim |
| 00300 65 20 70 72 6f 62 6c 65 6d 73 2e 20 20 54 68 65 e problems. The |
| 00310 20 64 65 66 61 75 6c 74 20 69 73 20 6e 6f 2e 0a default is no.. |
| 00320 23 0a 23 20 6c 61 62 65 6c 20 20 20 3c 6d 61 73 #.# label <mas |
| 00330 6b 3e 20 20 20 3c 76 61 6c 75 65 3e 0a 23 20 20 k> <value>.# |
| 00340 20 20 41 64 64 20 61 6e 6f 74 68 65 72 20 72 75 Add another ru |
| 00350 6c 65 20 74 6f 20 74 68 65 20 52 46 43 20 33 34 le to the RFC 34 |
| 00360 38 34 20 6c 61 62 65 6c 20 74 61 62 6c 65 2e 20 84 label table. |
| 00370 20 53 65 65 20 73 65 63 74 69 6f 6e 20 32 2e 31 See section 2.1 |
| 00380 20 69 6e 0a 23 20 20 20 20 52 46 43 20 33 34 38 in.# RFC 348 |
| 00390 34 2e 20 20 54 68 65 20 64 65 66 61 75 6c 74 20 4. The default |
| 003a0 69 73 3a 0a 23 0a 23 6c 61 62 65 6c 20 3a 3a 31 is:.#.#label ::1 |
| 003b0 2f 31 32 38 20 20 20 20 20 20 20 30 0a 23 6c 61 /128 0.#la |
| 003c0 62 65 6c 20 3a 3a 2f 30 20 20 20 20 20 20 20 20 bel ::/0 |
| 003d0 20 20 31 0a 23 6c 61 62 65 6c 20 32 30 30 32 3a 1.#label 2002: |
| 003e0 3a 2f 31 36 20 20 20 20 20 32 0a 23 6c 61 62 65 :/16 2.#labe |
| 003f0 6c 20 3a 3a 2f 39 36 20 20 20 20 20 20 20 20 20 l ::/96 |
| 00400 33 0a 23 6c 61 62 65 6c 20 3a 3a 66 66 66 66 3a 3.#label ::ffff: |
| 00410 30 3a 30 2f 39 36 20 34 0a 23 6c 61 62 65 6c 20 0:0/96 4.#label |
| 00420 66 65 63 30 3a 3a 2f 31 30 20 20 20 20 20 35 0a fec0::/10 5. |
| 00430 23 6c 61 62 65 6c 20 66 63 30 30 3a 3a 2f 37 20 #label fc00::/7 |
| 00440 20 20 20 20 20 36 0a 23 6c 61 62 65 6c 20 32 30 6.#label 20 |
| 00450 30 31 3a 30 3a 3a 2f 33 32 20 20 20 37 0a 23 0a 01:0::/32 7.#. |
| 00460 23 20 20 20 20 54 68 69 73 20 64 65 66 61 75 6c # This defaul |
| 00470 74 20 64 69 66 66 65 72 73 20 66 72 6f 6d 20 74 t differs from t |
| 00480 68 65 20 74 61 62 6c 65 73 20 67 69 76 65 6e 20 he tables given |
| 00490 69 6e 20 52 46 43 20 33 34 38 34 20 62 79 20 68 in RFC 3484 by h |
| 004a0 61 6e 64 6c 69 6e 67 0a 23 20 20 20 20 28 6e 6f andling.# (no |
| 004b0 77 20 6f 62 73 6f 6c 65 74 65 29 20 73 69 74 65 w obsolete) site |
| 004c0 2d 6c 6f 63 61 6c 20 49 50 76 36 20 61 64 64 72 -local IPv6 addr |
| 004d0 65 73 73 65 73 20 61 6e 64 20 55 6e 69 71 75 65 esses and Unique |
| 004e0 20 4c 6f 63 61 6c 20 41 64 64 72 65 73 73 65 73 Local Addresses |
| 004f0 2e 0a 23 20 20 20 20 54 68 65 20 72 65 61 73 6f ..# The reaso |
| 00500 6e 20 66 6f 72 20 74 68 69 73 20 64 69 66 66 65 n for this diffe |
| 00510 72 65 6e 63 65 20 69 73 20 74 68 61 74 20 74 68 rence is that th |
| 00520 65 73 65 20 61 64 64 72 65 73 73 65 73 20 61 72 ese addresses ar |
| 00530 65 20 6e 65 76 65 72 0a 23 20 20 20 20 4e 41 54 e never.# NAT |
| 00540 65 64 20 77 68 69 6c 65 20 49 50 76 34 20 73 69 ed while IPv4 si |
| 00550 74 65 2d 6c 6f 63 61 6c 20 61 64 64 72 65 73 73 te-local address |
| 00560 65 73 20 6d 6f 73 74 20 70 72 6f 62 61 62 6c 79 es most probably |
| 00570 20 61 72 65 2e 20 20 47 69 76 65 6e 0a 23 20 20 are. Given.# |
| 00580 20 20 74 68 65 20 70 72 65 63 65 64 65 6e 63 65 the precedence |
| 00590 20 6f 66 20 49 50 76 36 20 6f 76 65 72 20 49 50 of IPv6 over IP |
| 005a0 76 34 20 28 73 65 65 20 62 65 6c 6f 77 29 20 6f v4 (see below) o |
| 005b0 6e 20 6d 61 63 68 69 6e 65 73 20 68 61 76 69 6e n machines havin |
| 005c0 67 20 6f 6e 6c 79 0a 23 20 20 20 20 73 69 74 65 g only.# site |
| 005d0 2d 6c 6f 63 61 6c 20 49 50 76 34 20 61 6e 64 20 -local IPv4 and |
| 005e0 49 50 76 36 20 61 64 64 72 65 73 73 65 73 20 61 IPv6 addresses a |
| 005f0 20 6c 6f 6f 6b 75 70 20 66 6f 72 20 61 20 67 6c lookup for a gl |
| 00600 6f 62 61 6c 20 61 64 64 72 65 73 73 20 77 6f 75 obal address wou |
| 00610 6c 64 0a 23 20 20 20 20 73 65 65 20 74 68 65 20 ld.# see the |
| 00620 49 50 76 36 20 62 65 20 70 72 65 66 65 72 72 65 IPv6 be preferre |
| 00630 64 2e 20 20 54 68 65 20 72 65 73 75 6c 74 20 69 d. The result i |
| 00640 73 20 61 20 6c 6f 6e 67 20 64 65 6c 61 79 20 62 s a long delay b |
| 00650 65 63 61 75 73 65 20 74 68 65 0a 23 20 20 20 20 ecause the.# |
| 00660 73 69 74 65 2d 6c 6f 63 61 6c 20 49 50 76 36 20 site-local IPv6 |
| 00670 61 64 64 72 65 73 73 65 73 20 63 61 6e 6e 6f 74 addresses cannot |
| 00680 20 62 65 20 75 73 65 64 20 77 68 69 6c 65 20 74 be used while t |
| 00690 68 65 20 49 50 76 34 20 61 64 64 72 65 73 73 20 he IPv4 address |
| 006a0 69 73 0a 23 20 20 20 20 28 61 74 20 6c 65 61 73 is.# (at leas |
| 006b0 74 20 66 6f 72 20 74 68 65 20 66 6f 72 65 73 65 t for the forese |
| 006c0 65 61 62 6c 65 20 66 75 74 75 72 65 29 20 4e 41 eable future) NA |
| 006d0 54 65 64 2e 20 20 57 65 20 61 6c 73 6f 20 74 72 Ted. We also tr |
| 006e0 65 61 74 20 54 65 72 65 64 6f 0a 23 20 20 20 20 eat Teredo.# |
| 006f0 74 75 6e 6e 65 6c 73 20 73 70 65 63 69 61 6c 2e tunnels special. |
| 00700 0a 23 0a 23 20 70 72 65 63 65 64 65 6e 63 65 20 .#.# precedence |
| 00710 20 3c 6d 61 73 6b 3e 20 20 20 3c 76 61 6c 75 65 <mask> <value |
| 00720 3e 0a 23 20 20 20 20 41 64 64 20 61 6e 6f 74 68 >.# Add anoth |
| 00730 65 72 20 72 75 6c 65 20 74 6f 20 74 68 65 20 52 er rule to the R |
| 00740 46 43 20 33 34 38 34 20 70 72 65 63 65 64 65 6e FC 3484 preceden |
| 00750 63 65 20 74 61 62 6c 65 2e 20 20 53 65 65 20 73 ce table. See s |
| 00760 65 63 74 69 6f 6e 20 32 2e 31 0a 23 20 20 20 20 ection 2.1.# |
| 00770 61 6e 64 20 31 30 2e 33 20 69 6e 20 52 46 43 20 and 10.3 in RFC |
| 00780 33 34 38 34 2e 20 20 54 68 65 20 64 65 66 61 75 3484. The defau |
| 00790 6c 74 20 69 73 3a 0a 23 0a 23 70 72 65 63 65 64 lt is:.#.#preced |
| 007a0 65 6e 63 65 20 20 3a 3a 31 2f 31 32 38 20 20 20 ence ::1/128 |
| 007b0 20 20 20 20 35 30 0a 23 70 72 65 63 65 64 65 6e 50.#preceden |
| 007c0 63 65 20 20 3a 3a 2f 30 20 20 20 20 20 20 20 20 ce ::/0 |
| 007d0 20 20 34 30 0a 23 70 72 65 63 65 64 65 6e 63 65 40.#precedence |
| 007e0 20 20 32 30 30 32 3a 3a 2f 31 36 20 20 20 20 20 2002::/16 |
| 007f0 33 30 0a 23 70 72 65 63 65 64 65 6e 63 65 20 3a 30.#precedence : |
| 00800 3a 2f 39 36 20 20 20 20 20 20 20 20 20 20 32 30 :/96 20 |
| 00810 0a 23 70 72 65 63 65 64 65 6e 63 65 20 3a 3a 66 .#precedence ::f |
| 00820 66 66 66 3a 30 3a 30 2f 39 36 20 20 31 30 0a 23 fff:0:0/96 10.# |
| 00830 0a 23 20 20 20 20 46 6f 72 20 73 69 74 65 73 20 .# For sites |
| 00840 77 68 69 63 68 20 70 72 65 66 65 72 20 49 50 76 which prefer IPv |
| 00850 34 20 63 6f 6e 6e 65 63 74 69 6f 6e 73 20 63 68 4 connections ch |
| 00860 61 6e 67 65 20 74 68 65 20 6c 61 73 74 20 6c 69 ange the last li |
| 00870 6e 65 20 74 6f 0a 23 0a 23 70 72 65 63 65 64 65 ne to.#.#precede |
| 00880 6e 63 65 20 3a 3a 66 66 66 66 3a 30 3a 30 2f 39 nce ::ffff:0:0/9 |
| 00890 36 20 20 31 30 30 0a 0a 23 0a 23 20 73 63 6f 70 6 100..#.# scop |
| 008a0 65 76 34 20 20 3c 6d 61 73 6b 3e 20 20 3c 76 61 ev4 <mask> <va |
| 008b0 6c 75 65 3e 0a 23 20 20 20 20 41 64 64 20 61 6e lue>.# Add an |
| 008c0 6f 74 68 65 72 20 72 75 6c 65 20 74 6f 20 74 68 other rule to th |
| 008d0 65 20 52 46 43 20 36 37 32 34 20 73 63 6f 70 65 e RFC 6724 scope |
| 008e0 20 74 61 62 6c 65 20 66 6f 72 20 49 50 76 34 20 table for IPv4 |
| 008f0 61 64 64 72 65 73 73 65 73 2e 0a 23 20 20 20 20 addresses..# |
| 00900 42 79 20 64 65 66 61 75 6c 74 20 74 68 65 20 73 By default the s |
| 00910 63 6f 70 65 20 49 44 73 20 64 65 73 63 72 69 62 cope IDs describ |
| 00920 65 64 20 69 6e 20 73 65 63 74 69 6f 6e 20 33 2e ed in section 3. |
| 00930 32 20 69 6e 20 52 46 43 20 36 37 32 34 20 61 72 2 in RFC 6724 ar |
| 00940 65 0a 23 20 20 20 20 75 73 65 64 2e 20 20 43 68 e.# used. Ch |
| 00950 61 6e 67 69 6e 67 20 74 68 65 73 65 20 64 65 66 anging these def |
| 00960 61 75 6c 74 73 20 73 68 6f 75 6c 64 20 68 61 72 aults should har |
| 00970 64 6c 79 20 65 76 65 72 20 62 65 20 6e 65 63 65 dly ever be nece |
| 00980 73 73 61 72 79 2e 0a 23 20 20 20 20 54 68 65 20 ssary..# The |
| 00990 64 65 66 61 75 6c 74 73 20 61 72 65 20 65 71 75 defaults are equ |
| 009a0 69 76 61 6c 65 6e 74 20 74 6f 3a 0a 23 0a 23 73 ivalent to:.#.#s |
| 009b0 63 6f 70 65 76 34 20 3a 3a 66 66 66 66 3a 31 36 copev4 ::ffff:16 |
| 009c0 39 2e 32 35 34 2e 30 2e 30 2f 31 31 32 20 20 32 9.254.0.0/112 2 |
| 009d0 0a 23 73 63 6f 70 65 76 34 20 3a 3a 66 66 66 66 .#scopev4 ::ffff |
| 009e0 3a 31 32 37 2e 30 2e 30 2e 30 2f 31 30 34 20 20 :127.0.0.0/104 |
| 009f0 20 20 32 0a 23 73 63 6f 70 65 76 34 20 3a 3a 66 2.#scopev4 ::f |
| 00a00 66 66 66 3a 30 2e 30 2e 30 2e 30 2f 39 36 20 20 fff:0.0.0.0/96 |
| 00a10 20 20 20 20 20 31 34 0a 14. |
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f4fe173d000, 4096) = 0
futex(0x7f4fe0c583c0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
socket(PF_NETLINK, SOCK_RAW, 0) = 5
bind(5, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0
getsockname(5, {sa_family=AF_NETLINK, pid=5528, groups=00000000}, [12]) = 0
sendto(5, "\x14\x00\x00\x00\x16\x00\x01\x03\xd0\xa6\x7c\x55\x00\x00\x00\x00\x00\x00\x00\x00", 20, 0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\x4c\x00\x00\x00\x14\x00\x02\x00\xd0\xa6\x7c\x55\x98\x15\x00\x00\x02\x08\x80\xfe\x01\x00\x00\x00\x08\x00\x01\x00\x7f\x00\x00\x01"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 252
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\x48\x00\x00\x00\x14\x00\x02\x00\xd0\xa6\x7c\x55\x98\x15\x00\x00\x0a\x80\x80\xfe\x01\x00\x00\x00\x14\x00\x01\x00\x00\x00\x00\x00"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 216
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\x14\x00\x00\x00\x03\x00\x02\x00\xd0\xa6\x7c\x55\x98\x15\x00\x00\x00\x00\x00\x00", 4096}], msg_controllen=0, msg_flags=0}, 0) = 20
close(5) = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 5
connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
getsockname(5, {sa_family=AF_INET, sin_port=htons(43285), sin_addr=inet_addr("127.0.0.1")}, [16]) = 0
close(5) = 0
gettimeofday({1434232528, 192528}, NULL) = 0
gettimeofday({1434232528, 193004}, NULL) = 0
gettimeofday({1434232528, 193157}, NULL) = 0
gettimeofday({1434232528, 193329}, NULL) = 0
gettimeofday({1434232528, 193458}, NULL) = 0
gettimeofday({1434232528, 193615}, NULL) = 0
gettimeofday({1434232528, 193788}, NULL) = 0
gettimeofday({1434232528, 194005}, NULL) = 0
gettimeofday({1434232528, 194142}, NULL) = 0
gettimeofday({1434232528, 194328}, NULL) = 0
gettimeofday({1434232528, 194477}, NULL) = 0
gettimeofday({1434232528, 194684}, NULL) = 0
gettimeofday({1434232528, 194812}, NULL) = 0
gettimeofday({1434232528, 195000}, NULL) = 0
gettimeofday({1434232528, 195131}, NULL) = 0
gettimeofday({1434232528, 195691}, NULL) = 0
gettimeofday({1434232528, 195945}, NULL) = 0
gettimeofday({1434232528, 196185}, NULL) = 0
gettimeofday({1434232528, 196332}, NULL) = 0
gettimeofday({1434232528, 196548}, NULL) = 0
gettimeofday({1434232528, 196702}, NULL) = 0
gettimeofday({1434232528, 197009}, NULL) = 0
gettimeofday({1434232528, 197414}, NULL) = 0
gettimeofday({1434232528, 197618}, NULL) = 0
gettimeofday({1434232528, 197884}, NULL) = 0
gettimeofday({1434232528, 198175}, NULL) = 0
gettimeofday({1434232528, 198339}, NULL) = 0
gettimeofday({1434232528, 198495}, NULL) = 0
gettimeofday({1434232528, 198634}, NULL) = 0
gettimeofday({1434232528, 198939}, NULL) = 0
gettimeofday({1434232528, 199071}, NULL) = 0
gettimeofday({1434232528, 199252}, NULL) = 0
gettimeofday({1434232528, 199377}, NULL) = 0
gettimeofday({1434232528, 199714}, NULL) = 0
gettimeofday({1434232528, 199852}, NULL) = 0
gettimeofday({1434232528, 200130}, NULL) = 0
gettimeofday({1434232528, 200258}, NULL) = 0
gettimeofday({1434232528, 200454}, NULL) = 0
gettimeofday({1434232528, 200556}, NULL) = 0
gettimeofday({1434232528, 200785}, NULL) = 0
gettimeofday({1434232528, 200910}, NULL) = 0
gettimeofday({1434232528, 201333}, NULL) = 0
gettimeofday({1434232528, 201450}, NULL) = 0
gettimeofday({1434232528, 201620}, NULL) = 0
gettimeofday({1434232528, 201749}, NULL) = 0
gettimeofday({1434232528, 201967}, NULL) = 0
sendto(4, "test:1.000000000000000|g", 24, 0, {sa_family=AF_INET, sin_port=htons(8125), sin_addr=inet_addr("127.0.0.1")}, 16) = 24
sched_yield() = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 678814140}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 678866929}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 678920372}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 678970768}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 679022434}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 679079885}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 679132199}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 679179091}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe173d000
clock_gettime(CLOCK_MONOTONIC, {14982, 679491786}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe0020000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe15af000
clock_gettime(CLOCK_MONOTONIC, {14982, 679943754}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 680057573}) = 0
mmap(NULL, 540672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fdd932000
munmap(0x7f4fdd932000, 8192) = 0
munmap(0x7f4fdd9b4000, 8192) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe001f000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4fe001e000
clock_gettime(CLOCK_MONOTONIC, {14982, 681374674}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 681490267}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 681599719}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 681715115}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 681814437}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 681926196}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 682476181}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 682589485}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 682690401}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 682806183}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 682916251}) = 0
munmap(0x7f4fdda00000, 1048576) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 683169236}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 683325658}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 683470778}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 683579478}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 683678749}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 683785734}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 683880685}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 683988048}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 684102986}) = 0
futex(0x944e60, FUTEX_WAKE_PRIVATE, 1) = 1
gettimeofday({1434232528, 207813}, NULL) = 0
futex(0x187ddcc, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, {1434232530, 207000000}, ffffffff) = 0
futex(0x187dda0, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x944e60, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x187dd1c, FUTEX_WAIT_PRIVATE, 1, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x187dcf0, FUTEX_WAKE_PRIVATE, 1) = 0
sigaltstack({ss_sp=0x7f4fe15e4000, ss_flags=SS_DISABLE, ss_size=16384}, NULL) = 0
munmap(0x7f4fe15e4000, 16384) = 0
munmap(0x7ffdce0a6000, 32768) = 0
rt_sigaction(SIGFPE, {SIG_DFL, [], SA_RESTORER, 0x7f4fe0c6c340}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f4fe0c6c340}, NULL, 8) = 0
rt_sigaction(SIGILL, {SIG_DFL, [], SA_RESTORER, 0x7f4fe0c6c340}, NULL, 8) = 0
rt_sigaction(SIGBUS, {SIG_DFL, [], SA_RESTORER, 0x7f4fe0c6c340}, NULL, 8) = 0
rt_sigaction(SIGRT_3, {SIG_DFL, [], SA_RESTORER, 0x7f4fe0c6c340}, NULL, 8) = 0
rt_sigaction(SIGABRT, {SIG_DFL, [], SA_RESTORER, 0x7f4fe0c6c340}, NULL, 8) = 0
rt_sigaction(SIGSEGV, {SIG_DFL, [], SA_RESTORER, 0x7f4fe0c6c340}, NULL, 8) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 686173326}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 686293064}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 686397430}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 686742502}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 686852866}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 686959798}) = 0
clock_gettime(CLOCK_MONOTONIC, {14982, 687060184}) = 0
munmap(0x7f4fddb0b000, 139876) = 0
munmap(0x7f4fdd9b6000, 300032) = 0
munmap(0x7f4fddfc2000, 368337) = 0
munmap(0x7f4fde01c000, 893952) = 0
munmap(0x7f4fe0053000, 14848) = 0
munmap(0x7f4fe17a4000, 3072) = 0
munmap(0x7f4fddb2e000, 542815) = 0
munmap(0x7f4fe15e8000, 1372468) = 0
munmap(0x7f4fe0022000, 66227) = 0
munmap(0x7f4fddcf8000, 856585) = 0
munmap(0x4011d000, 65536) = 0
munmap(0x4034a000, 65536) = 0
munmap(0x4036a000, 65536) = 0
munmap(0x4035a000, 65536) = 0
unlink("/dev/shm/mono.5528") = 0
exit_group(0) = ?
+++ exited with 0 +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment