Hello Peter,
On Wed, Jan 3, 2018 at 12:00 PM, Peter Lindegaard Hansen <[email protected]> wrote: > > Hi List, > > We updated one of our haproxy boxes to the newly released 1.8.3 - thanks! > > Then we got reports of IE being slow, when we looked into the claims we found > that it seems to related to POSTs that respond in a header location redirect. > > We can reproduce the slowness with a ultra simple php script like this: Thanks, I can reproduce it. I don't see the CONNECT you are saying, but the behavior is as broken as it is on your end here. The problem is not the redirect itself, but the GET request after the 302 redirect. I was able to downgrade TLS to non-FS ciphers (Edge does not reject it in H2 as would be required by the specs), so I was able to decrypt it. Haproxy does not respond to the (post 302 redirect) GET request at all (it doesn't even show up in the debug log). Attaching capture, private SSL key (invalid certificate) and strace output. I did not go through the strace output yet and I couldn't find anything wrong with the browsers request in the capture. I'm posting this data now here. I will come back later and take a deeper look at both strace and the capture. The private key needs to be configured for 10.0.0.33 port 443 protocol http in Wireshark (Preferences/Protocols/SSL/RSA Keys), for the session to be decrypted. cheers, lukas
lukas@dev:~/haproxy$ sudo strace -tt ./haproxy -f ../haproxy.cfg -d
14:36:22.959623 execve("./haproxy", ["./haproxy", "-f", "../haproxy.cfg",
"-d"], [/* 15 vars */]) = 0
14:36:22.960767 brk(NULL) = 0x2981000
14:36:22.961097 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
14:36:22.961349 mmap(NULL, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fce5ee24000
14:36:22.961598 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
14:36:22.961911 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
14:36:22.962149 fstat(3, {st_mode=S_IFREG|0644, st_size=24208, ...}) = 0
14:36:22.962427 mmap(NULL, 24208, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fce5ee1e000
14:36:22.962642 close(3) = 0
14:36:22.962920 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
14:36:22.963137 open("/lib/x86_64-linux-gnu/libcrypt.so.1", O_RDONLY|O_CLOEXEC)
= 3
14:36:22.963340 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\v\0\0\0\0\0\0"..., 832) = 832
14:36:22.963623 fstat(3, {st_mode=S_IFREG|0644, st_size=39224, ...}) = 0
14:36:22.963839 mmap(NULL, 2322912, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fce5e9c9000
14:36:22.964050 mprotect(0x7fce5e9d2000, 2093056, PROT_NONE) = 0
14:36:22.964273 mmap(0x7fce5ebd1000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7fce5ebd1000
14:36:22.964543 mmap(0x7fce5ebd3000, 184800, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fce5ebd3000
14:36:22.964764 close(3) = 0
14:36:22.964993 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
14:36:22.965211 open("/lib/x86_64-linux-gnu/libpthread.so.0",
O_RDONLY|O_CLOEXEC) = 3
14:36:22.965449 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260`\0\0\0\0\0\0"..., 832) = 832
14:36:22.965647 fstat(3, {st_mode=S_IFREG|0755, st_size=138696, ...}) = 0
14:36:22.965937 mmap(NULL, 2212904, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fce5e7ac000
14:36:22.966147 mprotect(0x7fce5e7c4000, 2093056, PROT_NONE) = 0
14:36:22.966355 mmap(0x7fce5e9c3000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7fce5e9c3000
14:36:22.966609 mmap(0x7fce5e9c5000, 13352, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fce5e9c5000
14:36:22.966827 close(3) = 0
14:36:22.967136 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
14:36:22.967388 open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
14:36:22.967686 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\r\0\0\0\0\0\0"..., 832) =
832
14:36:22.967901 fstat(3, {st_mode=S_IFREG|0644, st_size=14608, ...}) = 0
14:36:22.968135 mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fce5ee1d000
14:36:22.968346 mmap(NULL, 2109680, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fce5e5a8000
14:36:22.968549 mprotect(0x7fce5e5ab000, 2093056, PROT_NONE) = 0
14:36:22.968732 mmap(0x7fce5e7aa000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fce5e7aa000
14:36:22.968953 close(3) = 0
14:36:22.969189 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
14:36:22.969403 open("/usr/lib/x86_64-linux-gnu/liblua5.3.so.0",
O_RDONLY|O_CLOEXEC) = 3
14:36:22.969627 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pi\0\0\0\0\0\0"..., 832) = 832
14:36:22.969867 fstat(3, {st_mode=S_IFREG|0644, st_size=224104, ...}) = 0
14:36:22.970074 mmap(NULL, 2319088, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fce5e371000
14:36:22.970264 mprotect(0x7fce5e3a6000, 2093056, PROT_NONE) = 0
14:36:22.970472 mmap(0x7fce5e5a5000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x34000) = 0x7fce5e5a5000
14:36:22.970729 close(3) = 0
14:36:22.970985 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
14:36:22.971204 open("/lib/x86_64-linux-gnu/libsystemd.so.0",
O_RDONLY|O_CLOEXEC) = 3
14:36:22.971413 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
14:36:22.971605 fstat(3, {st_mode=S_IFREG|0644, st_size=536520, ...}) = 0
14:36:22.971825 mmap(NULL, 540800, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fce5ed98000
14:36:22.972042 mmap(0x7fce5ee18000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7f000) = 0x7fce5ee18000
14:36:22.972263 mmap(0x7fce5ee1c000, 128, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fce5ee1c000
14:36:22.972511 close(3) = 0
14:36:22.972733 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
14:36:22.972977 open("/lib/x86_64-linux-gnu/libpcre.so.3", O_RDONLY|O_CLOEXEC)
= 3
14:36:22.973179 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\25\0\0\0\0\0\0"..., 832) =
832
14:36:22.973379 fstat(3, {st_mode=S_IFREG|0644, st_size=456632, ...}) = 0
14:36:22.973583 mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fce5ed97000
14:36:22.973851 mmap(NULL, 2552072, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fce5e101000
14:36:22.974054 mprotect(0x7fce5e16f000, 2097152, PROT_NONE) = 0
14:36:22.974287 mmap(0x7fce5e36f000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6e000) = 0x7fce5e36f000
14:36:22.974522 close(3) = 0
14:36:22.974753 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
14:36:22.974964 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
14:36:22.975195 read(3,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\t\2\0\0\0\0\0"..., 832) = 832
14:36:22.975403 fstat(3, {st_mode=S_IFREG|0755, st_size=1868984, ...}) = 0
14:36:22.975646 mmap(NULL, 3971488, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fce5dd37000
14:36:22.975867 mprotect(0x7fce5def7000, 2097152, PROT_NONE) = 0
14:36:22.976079 mmap(0x7fce5e0f7000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c0000) = 0x7fce5e0f7000
14:36:22.976282 mmap(0x7fce5e0fd000, 14752, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fce5e0fd000
14:36:22.976478 close(3) = 0
14:36:22.976709 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
14:36:22.976962 open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
14:36:22.977169 read(3,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0V\0\0\0\0\0\0"..., 832) = 832
14:36:22.977383 fstat(3, {st_mode=S_IFREG|0644, st_size=1088952, ...}) = 0
14:36:22.977599 mmap(NULL, 3178744, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fce5da2e000
14:36:22.977845 mprotect(0x7fce5db36000, 2093056, PROT_NONE) = 0
14:36:22.978064 mmap(0x7fce5dd35000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x107000) = 0x7fce5dd35000
14:36:22.978343 close(3) = 0
14:36:22.978543 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
14:36:22.978760 open("/lib/x86_64-linux-gnu/libselinux.so.1",
O_RDONLY|O_CLOEXEC) = 3
14:36:22.978974 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260Z\0\0\0\0\0\0"..., 832) = 832
14:36:22.979212 fstat(3, {st_mode=S_IFREG|0644, st_size=130224, ...}) = 0
14:36:22.979465 mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fce5ed96000
14:36:22.979676 mmap(NULL, 2234080, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fce5d80c000
14:36:22.979896 mprotect(0x7fce5d82b000, 2093056, PROT_NONE) = 0
14:36:22.980109 mmap(0x7fce5da2a000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e000) = 0x7fce5da2a000
14:36:22.980330 mmap(0x7fce5da2c000, 5856, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fce5da2c000
14:36:22.980550 close(3) = 0
14:36:22.980781 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
14:36:22.980995 open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
14:36:22.981235 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0!\0\0\0\0\0\0"..., 832) = 832
14:36:22.981458 fstat(3, {st_mode=S_IFREG|0644, st_size=31712, ...}) = 0
14:36:22.981715 mmap(NULL, 2128832, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fce5d604000
14:36:22.981918 mprotect(0x7fce5d60b000, 2093056, PROT_NONE) = 0
14:36:22.982101 mmap(0x7fce5d80a000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7fce5d80a000
14:36:22.982340 close(3) = 0
14:36:22.982543 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
14:36:22.982797 open("/lib/x86_64-linux-gnu/liblzma.so.5", O_RDONLY|O_CLOEXEC)
= 3
14:36:22.983037 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320
\0\0\0\0\0\0"..., 832) = 832
14:36:22.983278 fstat(3, {st_mode=S_IFREG|0644, st_size=137400, ...}) = 0
14:36:22.983514 mmap(NULL, 2232456, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fce5d3e2000
14:36:22.983746 mprotect(0x7fce5d403000, 2093056, PROT_NONE) = 0
14:36:22.984049 mmap(0x7fce5d602000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x7fce5d602000
14:36:22.984244 close(3) = 0
14:36:22.984477 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
14:36:22.984755 open("/lib/x86_64-linux-gnu/libgcrypt.so.20",
O_RDONLY|O_CLOEXEC) = 3
14:36:22.984974 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\215\0\0\0\0\0\0"..., 832) =
832
14:36:22.985195 fstat(3, {st_mode=S_IFREG|0644, st_size=919168, ...}) = 0
14:36:22.985430 mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fce5ed95000
14:36:22.985632 mmap(NULL, 3015360, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fce5d101000
14:36:22.985895 mprotect(0x7fce5d1d9000, 2093056, PROT_NONE) = 0
14:36:22.986147 mmap(0x7fce5d3d8000, 36864, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd7000) = 0x7fce5d3d8000
14:36:22.986350 mmap(0x7fce5d3e1000, 704, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fce5d3e1000
14:36:22.986575 close(3) = 0
14:36:22.986789 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
14:36:22.987022 open("/lib/x86_64-linux-gnu/libgpg-error.so.0",
O_RDONLY|O_CLOEXEC) = 3
14:36:22.987249 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320(\0\0\0\0\0\0"..., 832) = 832
14:36:22.987442 fstat(3, {st_mode=S_IFREG|0644, st_size=80496, ...}) = 0
14:36:22.987652 mmap(NULL, 2175544, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fce5ceed000
14:36:22.987835 mprotect(0x7fce5ceff000, 2097152, PROT_NONE) = 0
14:36:22.988051 mmap(0x7fce5d0ff000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7fce5d0ff000
14:36:22.988314 close(3) = 0
14:36:22.988550 mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fce5ed94000
14:36:22.988753 mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fce5ed93000
14:36:22.988980 mmap(NULL, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fce5ed8f000
14:36:22.989259 arch_prctl(ARCH_SET_FS, 0x7fce5ed91ac0) = 0
14:36:22.989593 mprotect(0x7fce5e0f7000, 16384, PROT_READ) = 0
14:36:22.989848 mprotect(0x7fce5d0ff000, 4096, PROT_READ) = 0
14:36:22.990122 mprotect(0x7fce5d3d8000, 4096, PROT_READ) = 0
14:36:22.990330 mprotect(0x7fce5e7aa000, 4096, PROT_READ) = 0
14:36:22.990549 mprotect(0x7fce5d602000, 4096, PROT_READ) = 0
14:36:22.990768 mprotect(0x7fce5e9c3000, 4096, PROT_READ) = 0
14:36:22.990988 mprotect(0x7fce5d80a000, 4096, PROT_READ) = 0
14:36:22.991205 mprotect(0x7fce5e36f000, 4096, PROT_READ) = 0
14:36:22.991423 mprotect(0x7fce5da2a000, 4096, PROT_READ) = 0
14:36:22.991646 mprotect(0x7fce5dd35000, 4096, PROT_READ) = 0
14:36:22.992023 mprotect(0x7fce5ee18000, 12288, PROT_READ) = 0
14:36:22.992210 mprotect(0x7fce5e5a5000, 8192, PROT_READ) = 0
14:36:22.992455 mprotect(0x7fce5ebd1000, 4096, PROT_READ) = 0
14:36:22.992678 mprotect(0x9bc000, 131072, PROT_READ) = 0
14:36:22.992894 mprotect(0x7fce5ee26000, 4096, PROT_READ) = 0
14:36:22.993112 munmap(0x7fce5ee1e000, 24208) = 0
14:36:22.993331 set_tid_address(0x7fce5ed91d90) = 24744
14:36:22.993557 set_robust_list(0x7fce5ed91da0, 24) = 0
14:36:22.993834 rt_sigaction(SIGRTMIN, {0x7fce5e7b1b50, [],
SA_RESTORER|SA_SIGINFO, 0x7fce5e7bd390}, NULL, 8) = 0
14:36:22.994061 rt_sigaction(SIGRT_1, {0x7fce5e7b1be0, [],
SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7fce5e7bd390}, NULL, 8) = 0
14:36:22.994292 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
14:36:22.994529 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024,
rlim_max=RLIM64_INFINITY}) = 0
14:36:22.994866 brk(NULL) = 0x2981000
14:36:22.995081 brk(0x29a2000) = 0x29a2000
14:36:22.995375 statfs("/sys/fs/selinux", 0x7ffcc00714f0) = -1 ENOENT (No such
file or directory)
14:36:22.995710 statfs("/selinux", 0x7ffcc00714f0) = -1 ENOENT (No such file or
directory)
14:36:22.996022 open("/proc/filesystems", O_RDONLY) = 3
14:36:22.996346 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
14:36:22.996604 read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tr"..., 1024) = 328
14:36:22.996837 read(3, "", 1024) = 0
14:36:22.997062 close(3) = 0
14:36:22.997480 futex(0xa27fe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:22.997695 futex(0xa28098, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:22.998159 futex(0xa27fcc, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:22.998389 futex(0xa27fc4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:22.998614 futex(0xa26360, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:22.998832 sysinfo({uptime=5941993, loads=[0, 0, 0], totalram=1015148544,
freeram=116973568, sharedram=10477568, bufferram=51773440, totalswap=134213632,
freeswap=132816896, procs=82, totalhigh=0, freehigh=0, mem_unit=1}) = 0
14:36:22.999154 futex(0xa264d4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:22.999390 futex(0xa2643c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:22.999597 futex(0xa27e84, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:22.999934 futex(0xa27e5c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:23.000121 futex(0xa27e50, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:23.002257 futex(0xa27fdc, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:23.002466 futex(0xa27f8c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:23.002754 futex(0xa27f84, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:23.002964 futex(0xa27f7c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:23.004098 brk(0x29c4000) = 0x29c4000
14:36:23.004295 uname({sysname="Linux", nodename="dev", ...}) = 0
14:36:23.004602 open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 3
14:36:23.004811 fstat(3, {st_mode=S_IFREG|0644, st_size=2692, ...}) = 0
14:36:23.005084 fstat(3, {st_mode=S_IFREG|0644, st_size=2692, ...}) = 0
14:36:23.005307 read(3,
"TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0\7\0\0\0\0"..., 4096) = 2692
14:36:23.005515 lseek(3, -1719, SEEK_CUR) = 973
14:36:23.005774 read(3,
"TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10\0\0\0\0"..., 4096) = 1719
14:36:23.005997 close(3) = 0
14:36:23.006210 gettimeofday({1514986583, 6302}, NULL) = 0
14:36:23.006460 rt_sigprocmask(SIG_SETMASK, [USR2], NULL, 8) = 0
14:36:23.007720 brk(0x29e5000) = 0x29e5000
14:36:23.008149 futex(0xa280d4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:23.008340 gettimeofday({1514986583, 8375}, NULL) = 0
14:36:23.008581 futex(0xa28414, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:23.008778 futex(0xa27fa0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:23.008978 open("/dev/urandom", O_RDONLY|O_NOCTTY|O_NONBLOCK) = 3
14:36:23.009218 fstat(3, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
14:36:23.009463 poll([{fd=3, events=POLLIN}], 1, 10) = 1 ([{fd=3,
revents=POLLIN}])
14:36:23.009713 read(3,
"\10\333\fV!\33C\n\277\202>\246\213\n\350\212\237\21C\256\311\347<21\313=\224\234e\263\251",
32) = 32
14:36:23.009982 close(3) = 0
14:36:23.010206 getuid() = 0
14:36:23.010425 futex(0xa26430, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:23.010638 futex(0xa26284, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:23.010952 gettimeofday({1514986583, 10989}, NULL) = 0
14:36:23.011177 gettimeofday({1514986583, 11213}, NULL) = 0
14:36:23.011397 gettimeofday({1514986583, 11433}, NULL) = 0
14:36:23.011631 stat("../haproxy.cfg", {st_mode=S_IFREG|0644, st_size=1427,
...}) = 0
14:36:23.011859 open("../haproxy.cfg", O_RDONLY) = 3
14:36:23.012090 fstat(3, {st_mode=S_IFREG|0644, st_size=1427, ...}) = 0
14:36:23.012343 read(3, "global\n # noreuseport\n # master-"..., 4096) = 1427
14:36:23.012619 stat("/home/lukas/cert/certdir/cert.pem",
{st_mode=S_IFREG|0664, st_size=5128, ...}) = 0
14:36:23.012851 open("/home/lukas/cert/certdir/cert.pem",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory)
14:36:23.013125 gettimeofday({1514986583, 13162}, NULL) = 0
14:36:23.013343 gettimeofday({1514986583, 13448}, NULL) = 0
14:36:23.013573 gettimeofday({1514986583, 13609}, NULL) = 0
14:36:23.013797 open("/home/lukas/cert/certdir/cert.pem", O_RDONLY) = 4
14:36:23.014016 fstat(4, {st_mode=S_IFREG|0664, st_size=5128, ...}) = 0
14:36:23.014287 read(4, "-----BEGIN CERTIFICATE-----\nMIIF"..., 4096) = 4096
14:36:23.014563 read(4, "+35eJlBatAgqfoa5tky21DqIkCrLrNgq"..., 4096) = 1032
14:36:23.014856 close(4) = 0
14:36:23.015089 open("/home/lukas/cert/certdir/cert.pem", O_RDONLY) = 4
14:36:23.015313 fstat(4, {st_mode=S_IFREG|0664, st_size=5128, ...}) = 0
14:36:23.015596 read(4, "-----BEGIN CERTIFICATE-----\nMIIF"..., 4096) = 4096
14:36:23.016101 read(4, "+35eJlBatAgqfoa5tky21DqIkCrLrNgq"..., 4096) = 1032
14:36:23.016316 read(4, "", 4096) = 0
14:36:23.016557 close(4) = 0
14:36:23.016780 open("/home/lukas/cert/certdir/cert.pem", O_RDONLY) = 4
14:36:23.017005 fstat(4, {st_mode=S_IFREG|0664, st_size=5128, ...}) = 0
14:36:23.017247 read(4, "-----BEGIN CERTIFICATE-----\nMIIF"..., 4096) = 4096
14:36:23.017469 read(4, "+35eJlBatAgqfoa5tky21DqIkCrLrNgq"..., 4096) = 1032
14:36:23.017714 read(4, "", 4096) = 0
14:36:23.017958 close(4) = 0
14:36:23.018177 stat("/home/lukas/cert/certdir/cert.pem.ocsp", 0x7ffcc006bb30)
= -1 ENOENT (No such file or directory)
14:36:23.018404 stat("/home/lukas/cert/certdir/cert.pem.sctl", 0x7ffcc006cb40)
= -1 ENOENT (No such file or directory)
14:36:23.018732 read(3, "", 4096) = 0
14:36:23.018960 close(3) = 0
14:36:23.019174 gettimeofday({1514986583, 19215}, NULL) = 0
14:36:23.019472 gettimeofday({1514986583, 19508}, NULL) = 0
14:36:23.019695 gettimeofday({1514986583, 19730}, NULL) = 0
14:36:23.019992 gettimeofday({1514986583, 20027}, NULL) = 0
14:36:23.020210 mmap(NULL, 4560080, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fce5ca93000
14:36:23.025859 gettimeofday({1514986583, 25911}, NULL) = 0
14:36:23.026145 gettimeofday({1514986583, 26180}, NULL) = 0
14:36:23.026380 gettimeofday({1514986583, 26435}, NULL) = 0
14:36:23.026937 socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
14:36:23.027122 connect(3, {sa_family=AF_LOCAL,
sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
14:36:23.027353 close(3) = 0
14:36:23.027612 socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
14:36:23.027818 connect(3, {sa_family=AF_LOCAL,
sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
14:36:23.028027 close(3) = 0
14:36:23.028235 open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 3
14:36:23.028453 fstat(3, {st_mode=S_IFREG|0644, st_size=497, ...}) = 0
14:36:23.028667 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 497
14:36:23.028880 read(3, "", 4096) = 0
14:36:23.029123 close(3) = 0
14:36:23.029341 open("/etc/host.conf", O_RDONLY|O_CLOEXEC) = 3
14:36:23.029555 fstat(3, {st_mode=S_IFREG|0644, st_size=92, ...}) = 0
14:36:23.029772 read(3, "# The \"order\" line is only used "..., 4096) = 92
14:36:23.029871 read(3, "", 4096) = 0
14:36:23.029956 close(3) = 0
14:36:23.030033 futex(0x7fce5e0ffa64, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:23.030118 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 3
14:36:23.030217 fstat(3, {st_mode=S_IFREG|0644, st_size=258, ...}) = 0
14:36:23.030308 read(3, "# Dynamic resolv.conf(5) file fo"..., 4096) = 258
14:36:23.030406 read(3, "", 4096) = 0
14:36:23.030486 close(3) = 0
14:36:23.030577 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
14:36:23.030672 fstat(3, {st_mode=S_IFREG|0644, st_size=24208, ...}) = 0
14:36:23.030761 mmap(NULL, 24208, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fce5ee1e000
14:36:23.030847 close(3) = 0
14:36:23.030935 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
14:36:23.031029 open("/lib/x86_64-linux-gnu/libnss_files.so.2",
O_RDONLY|O_CLOEXEC) = 3
14:36:23.031124 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260!\0\0\0\0\0\0"..., 832) = 832
14:36:23.031212 fstat(3, {st_mode=S_IFREG|0644, st_size=47600, ...}) = 0
14:36:23.031301 mmap(NULL, 2168600, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fce5c881000
14:36:23.031387 mprotect(0x7fce5c88c000, 2093056, PROT_NONE) = 0
14:36:23.031478 mmap(0x7fce5ca8b000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7fce5ca8b000
14:36:23.031586 mmap(0x7fce5ca8d000, 22296, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fce5ca8d000
14:36:23.031703 close(3) = 0
14:36:23.031853 mprotect(0x7fce5ca8b000, 4096, PROT_READ) = 0
14:36:23.032087 munmap(0x7fce5ee1e000, 24208) = 0
14:36:23.032326 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 3
14:36:23.032580 fstat(3, {st_mode=S_IFREG|0644, st_size=250, ...}) = 0
14:36:23.032871 read(3, "127.0.0.1 localhost\n127.0.1.1"..., 4096) = 250
14:36:23.033138 read(3, "", 4096) = 0
14:36:23.033356 close(3) = 0
14:36:23.033576 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
14:36:23.033812 fstat(3, {st_mode=S_IFREG|0644, st_size=24208, ...}) = 0
14:36:23.034109 mmap(NULL, 24208, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fce5ee1e000
14:36:23.034338 close(3) = 0
14:36:23.034556 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
14:36:23.034805 open("/lib/x86_64-linux-gnu/libnss_dns.so.2",
O_RDONLY|O_CLOEXEC) = 3
14:36:23.035042 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\17\0\0\0\0\0\0"..., 832) =
832
14:36:23.035244 fstat(3, {st_mode=S_IFREG|0644, st_size=27000, ...}) = 0
14:36:23.035474 mmap(NULL, 2121944, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fce5c67a000
14:36:23.035684 mprotect(0x7fce5c67f000, 2097152, PROT_NONE) = 0
14:36:23.035892 mmap(0x7fce5c87f000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7fce5c87f000
14:36:23.036116 close(3) = 0
14:36:23.036329 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
14:36:23.036547 open("/lib/x86_64-linux-gnu/libresolv.so.2",
O_RDONLY|O_CLOEXEC) = 3
14:36:23.036750 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P9\0\0\0\0\0\0"..., 832) = 832
14:36:23.037022 fstat(3, {st_mode=S_IFREG|0644, st_size=101200, ...}) = 0
14:36:23.037284 mmap(NULL, 2206280, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fce5c45f000
14:36:23.037496 mprotect(0x7fce5c476000, 2097152, PROT_NONE) = 0
14:36:23.037719 mmap(0x7fce5c676000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7fce5c676000
14:36:23.037978 mmap(0x7fce5c678000, 6728, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fce5c678000
14:36:23.038235 close(3) = 0
14:36:23.038523 mprotect(0x7fce5c676000, 4096, PROT_READ) = 0
14:36:23.038753 mprotect(0x7fce5c87f000, 4096, PROT_READ) = 0
14:36:23.038951 munmap(0x7fce5ee1e000, 24208) = 0
14:36:23.039238 stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=258,
...}) = 0
14:36:23.039451 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 3
14:36:23.039667 fstat(3, {st_mode=S_IFREG|0644, st_size=258, ...}) = 0
14:36:23.039911 read(3, "# Dynamic resolv.conf(5) file fo"..., 4096) = 258
14:36:23.040198 read(3, "", 4096) = 0
14:36:23.040437 close(3) = 0
14:36:23.040645 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 3
14:36:23.040849 connect(3, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("10.0.0.254")}, 16) = 0
14:36:23.041106 gettimeofday({1514986583, 41142}, NULL) = 0
14:36:23.041344 poll([{fd=3, events=POLLOUT}], 1, 0) = 1 ([{fd=3,
revents=POLLOUT}])
14:36:23.041571 sendmmsg(3, {{{msg_name(0)=NULL,
msg_iov(1)=[{")\253\1\0\0\1\0\0\0\0\0\0\23abrowserhasnocookie"..., 45}],
msg_controllen=0,
msg_flags=MSG_DONTROUTE|MSG_TRUNC|MSG_DONTWAIT|MSG_SYN|MSG_RST|MSG_ERRQUEUE|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_CLOEXEC|0x80060010},
45}, {{msg_name(0)=NULL,
msg_iov(1)=[{"\5\16\1\0\0\1\0\0\0\0\0\0\23abrowserhasnocookie"..., 45}],
msg_controllen=0, msg_flags=MSG_OOB|MSG_DONTROUTE|MSG_CTRUNC|0x10}, 45}}, 2,
MSG_NOSIGNAL) = 2
14:36:23.041876 poll([{fd=3, events=POLLIN}], 1, 5000) = 1 ([{fd=3,
revents=POLLIN}])
14:36:23.042497 ioctl(3, FIONREAD, [89]) = 0
14:36:23.042715 recvfrom(3,
")\253\201\200\0\1\0\2\0\0\0\0\23abrowserhasnocookie"..., 2048, 0,
{sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.0.0.254")},
[16]) = 89
14:36:23.042924 gettimeofday({1514986583, 42975}, NULL) = 0
14:36:23.043155 poll([{fd=3, events=POLLIN}], 1, 4998) = 1 ([{fd=3,
revents=POLLIN}])
14:36:23.107985 ioctl(3, FIONREAD, [106]) = 0
14:36:23.108204 brk(0x2a0d000) = 0x2a0d000
14:36:23.108428 recvfrom(3,
"\5\16\201\200\0\1\0\0\0\1\0\0\23abrowserhasnocookie"..., 65536, 0,
{sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.0.0.254")},
[16]) = 106
14:36:23.108698 close(3) = 0
14:36:23.108999 brk(0x29fd000) = 0x29fd000
14:36:23.109244 stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=258,
...}) = 0
14:36:23.109501 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 3
14:36:23.109728 fstat(3, {st_mode=S_IFREG|0644, st_size=250, ...}) = 0
14:36:23.109962 read(3, "127.0.0.1 localhost\n127.0.1.1"..., 4096) = 250
14:36:23.110201 read(3, "", 4096) = 0
14:36:23.110402 close(3) = 0
14:36:23.110631 stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=258,
...}) = 0
14:36:23.110862 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 3
14:36:23.111057 connect(3, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("10.0.0.254")}, 16) = 0
14:36:23.111262 gettimeofday({1514986583, 111336}, NULL) = 0
14:36:23.111466 poll([{fd=3, events=POLLOUT}], 1, 0) = 1 ([{fd=3,
revents=POLLOUT}])
14:36:23.111694 sendmmsg(3, {{{msg_name(0)=NULL,
msg_iov(1)=[{"\212\375\1\0\0\1\0\0\0\0\0\0\3www\3lan\4ltri\2eu\0\0\1\0"...,
33}], msg_controllen=0,
msg_flags=MSG_DONTROUTE|MSG_TRUNC|MSG_DONTWAIT|MSG_SYN|MSG_RST|MSG_ERRQUEUE|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_CLOEXEC|0x80060010},
33}, {{msg_name(0)=NULL,
msg_iov(1)=[{"*\376\1\0\0\1\0\0\0\0\0\0\3www\3lan\4ltri\2eu\0\0\34\0"..., 33}],
msg_controllen=0, msg_flags=MSG_OOB|MSG_DONTROUTE|MSG_CTRUNC|0x10}, 33}}, 2,
MSG_NOSIGNAL) = 2
14:36:23.111960 poll([{fd=3, events=POLLIN}], 1, 5000) = 1 ([{fd=3,
revents=POLLIN}])
14:36:23.112617 ioctl(3, FIONREAD, [49]) = 0
14:36:23.112946 recvfrom(3,
"\212\375\205\200\0\1\0\1\0\0\0\0\3www\3lan\4ltri\2eu\0\0\1\0"..., 2048, 0,
{sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.0.0.254")},
[16]) = 49
14:36:23.113233 gettimeofday({1514986583, 113312}, NULL) = 0
14:36:23.113458 poll([{fd=3, events=POLLIN}], 1, 4998) = 1 ([{fd=3,
revents=POLLIN}])
14:36:23.113672 ioctl(3, FIONREAD, [33]) = 0
14:36:23.113906 recvfrom(3,
"*\376\201\200\0\1\0\0\0\0\0\0\3www\3lan\4ltri\2eu\0\0\34\0"..., 65536, 0,
{sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.0.0.254")},
[16]) = 33
14:36:23.114146 close(3) = 0
14:36:23.114390 stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=258,
...}) = 0
14:36:23.114650 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 3
14:36:23.114898 fstat(3, {st_mode=S_IFREG|0644, st_size=250, ...}) = 0
14:36:23.115120 read(3, "127.0.0.1 localhost\n127.0.1.1"..., 4096) = 250
14:36:23.115370 read(3, "", 4096) = 0
14:36:23.115581 close(3) = 0
14:36:23.115829 stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=258,
...}) = 0
14:36:23.116062 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 3
14:36:23.116267 fstat(3, {st_mode=S_IFREG|0644, st_size=250, ...}) = 0
14:36:23.116542 read(3, "127.0.0.1 localhost\n127.0.1.1"..., 4096) = 250
14:36:23.116760 read(3, "", 4096) = 0
14:36:23.116987 close(3) = 0
14:36:23.117205 stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=258,
...}) = 0
14:36:23.117431 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 3
14:36:23.117645 connect(3, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("10.0.0.254")}, 16) = 0
14:36:23.117903 gettimeofday({1514986583, 117980}, NULL) = 0
14:36:23.118130 poll([{fd=3, events=POLLOUT}], 1, 0) = 1 ([{fd=3,
revents=POLLOUT}])
14:36:23.118382 sendmmsg(3, {{{msg_name(0)=NULL,
msg_iov(1)=[{"X%\1\0\0\1\0\0\0\0\0\0\rd889ne7b3rd4a\ncloud"..., 46}],
msg_controllen=0,
msg_flags=MSG_DONTROUTE|MSG_TRUNC|MSG_DONTWAIT|MSG_SYN|MSG_RST|MSG_ERRQUEUE|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_CLOEXEC|0x80060010},
46}, {{msg_name(0)=NULL,
msg_iov(1)=[{"\276Z\1\0\0\1\0\0\0\0\0\0\rd889ne7b3rd4a\ncloud"..., 46}],
msg_controllen=0, msg_flags=MSG_OOB|MSG_DONTROUTE|MSG_CTRUNC|0x10}, 46}}, 2,
MSG_NOSIGNAL) = 2
14:36:23.118682 poll([{fd=3, events=POLLIN}], 1, 5000) = 1 ([{fd=3,
revents=POLLIN}])
14:36:23.186201 ioctl(3, FIONREAD, [174]) = 0
14:36:23.186423 recvfrom(3,
"X%\201\200\0\1\0\10\0\0\0\0\rd889ne7b3rd4a\ncloud"..., 2048, 0,
{sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.0.0.254")},
[16]) = 174
14:36:23.186731 gettimeofday({1514986583, 186796}, NULL) = 0
14:36:23.186968 poll([{fd=3, events=POLLIN}], 1, 4931) = 1 ([{fd=3,
revents=POLLIN}])
14:36:23.187214 ioctl(3, FIONREAD, [270]) = 0
14:36:23.187439 recvfrom(3,
"\276Z\201\200\0\1\0\10\0\0\0\0\rd889ne7b3rd4a\ncloud"..., 65536, 0,
{sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.0.0.254")},
[16]) = 270
14:36:23.187764 close(3) = 0
14:36:23.187991 open("/etc/gai.conf", O_RDONLY|O_CLOEXEC) = 3
14:36:23.188289 fstat(3, {st_mode=S_IFREG|0644, st_size=2584, ...}) = 0
14:36:23.188521 fstat(3, {st_mode=S_IFREG|0644, st_size=2584, ...}) = 0
14:36:23.188755 read(3, "# Configuration for getaddrinfo("..., 4096) = 2584
14:36:23.188975 read(3, "", 4096) = 0
14:36:23.189189 close(3) = 0
14:36:23.189414 futex(0x7fce5e0fdee4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
14:36:23.189625 socket(PF_NETLINK, SOCK_RAW, NETLINK_ROUTE) = 3
14:36:23.189881 bind(3, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0
14:36:23.190134 getsockname(3, {sa_family=AF_NETLINK, pid=24744,
groups=00000000}, [12]) = 0
14:36:23.190371 sendto(3, "\24\0\0\0\26\0\1\3W\334LZ\0\0\0\0\0\0\0\0", 20, 0,
{sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20
14:36:23.190599 recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0,
groups=00000000},
msg_iov(1)=[{"L\0\0\0\24\0\2\0W\334LZ\250`\0\0\2\10\200\376\1\0\0\0\10\0\1\0\177\0\0\1"...,
4096}], msg_controllen=0, msg_flags=0}, 0) = 164
14:36:23.190832 recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0,
groups=00000000},
msg_iov(1)=[{"H\0\0\0\24\0\2\0W\334LZ\250`\0\0\n\200\200\376\1\0\0\0\24\0\1\0\0\0\0\0"...,
4096}], msg_controllen=0, msg_flags=0}, 0) = 216
14:36:23.191090 recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0,
groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0W\334LZ\250`\0\0\0\0\0\0",
4096}], msg_controllen=0, msg_flags=0}, 0) = 20
14:36:23.191310 close(3) = 0
14:36:23.191536 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
14:36:23.191752 connect(3, {sa_family=AF_INET, sin_port=htons(0),
sin_addr=inet_addr("52.85.184.140")}, 16) = 0
14:36:23.191988 getsockname(3, {sa_family=AF_INET, sin_port=htons(41332),
sin_addr=inet_addr("10.0.0.33")}, [16]) = 0
14:36:23.192207 connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
14:36:23.192421 connect(3, {sa_family=AF_INET, sin_port=htons(0),
sin_addr=inet_addr("52.85.184.86")}, 16) = 0
14:36:23.192653 getsockname(3, {sa_family=AF_INET, sin_port=htons(45332),
sin_addr=inet_addr("10.0.0.33")}, [16]) = 0
14:36:23.192872 connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
14:36:23.193090 connect(3, {sa_family=AF_INET, sin_port=htons(0),
sin_addr=inet_addr("52.85.184.188")}, 16) = 0
14:36:23.193310 getsockname(3, {sa_family=AF_INET, sin_port=htons(34473),
sin_addr=inet_addr("10.0.0.33")}, [16]) = 0
14:36:23.193545 connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
14:36:23.193793 connect(3, {sa_family=AF_INET, sin_port=htons(0),
sin_addr=inet_addr("52.85.184.52")}, 16) = 0
14:36:23.194008 getsockname(3, {sa_family=AF_INET, sin_port=htons(59746),
sin_addr=inet_addr("10.0.0.33")}, [16]) = 0
14:36:23.194250 connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
14:36:23.194473 connect(3, {sa_family=AF_INET, sin_port=htons(0),
sin_addr=inet_addr("52.85.184.155")}, 16) = 0
14:36:23.194672 getsockname(3, {sa_family=AF_INET, sin_port=htons(49042),
sin_addr=inet_addr("10.0.0.33")}, [16]) = 0
14:36:23.194901 connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
14:36:23.195103 connect(3, {sa_family=AF_INET, sin_port=htons(0),
sin_addr=inet_addr("52.85.184.26")}, 16) = 0
14:36:23.195365 getsockname(3, {sa_family=AF_INET, sin_port=htons(34854),
sin_addr=inet_addr("10.0.0.33")}, [16]) = 0
14:36:23.195581 connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
14:36:23.195814 connect(3, {sa_family=AF_INET, sin_port=htons(0),
sin_addr=inet_addr("52.85.184.199")}, 16) = 0
14:36:23.196066 getsockname(3, {sa_family=AF_INET, sin_port=htons(54135),
sin_addr=inet_addr("10.0.0.33")}, [16]) = 0
14:36:23.196271 connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
14:36:23.196558 connect(3, {sa_family=AF_INET, sin_port=htons(0),
sin_addr=inet_addr("52.85.184.14")}, 16) = 0
14:36:23.196846 getsockname(3, {sa_family=AF_INET, sin_port=htons(48832),
sin_addr=inet_addr("10.0.0.33")}, [16]) = 0
14:36:23.197073 close(3) = 0
14:36:23.197313 socket(PF_INET6, SOCK_DGRAM, IPPROTO_IP) = 3
14:36:23.197539 connect(3, {sa_family=AF_INET6, sin6_port=htons(0),
inet_pton(AF_INET6, "2600:9000:200c:cc00:19:56:8a80:93a1", &sin6_addr),
sin6_flowinfo=0, sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is unreachable)
14:36:23.197878 connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
14:36:23.198126 connect(3, {sa_family=AF_INET6, sin6_port=htons(0),
inet_pton(AF_INET6, "2600:9000:200c:1400:19:56:8a80:93a1", &sin6_addr),
sin6_flowinfo=0, sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is unreachable)
14:36:23.198389 connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
14:36:23.198610 connect(3, {sa_family=AF_INET6, sin6_port=htons(0),
inet_pton(AF_INET6, "2600:9000:200c:5e00:19:56:8a80:93a1", &sin6_addr),
sin6_flowinfo=0, sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is unreachable)
14:36:23.198883 connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
14:36:23.199173 connect(3, {sa_family=AF_INET6, sin6_port=htons(0),
inet_pton(AF_INET6, "2600:9000:200c:3600:19:56:8a80:93a1", &sin6_addr),
sin6_flowinfo=0, sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is unreachable)
14:36:23.199410 connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
14:36:23.199633 connect(3, {sa_family=AF_INET6, sin6_port=htons(0),
inet_pton(AF_INET6, "2600:9000:200c:9a00:19:56:8a80:93a1", &sin6_addr),
sin6_flowinfo=0, sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is unreachable)
14:36:23.199861 connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
14:36:23.200085 connect(3, {sa_family=AF_INET6, sin6_port=htons(0),
inet_pton(AF_INET6, "2600:9000:200c:fc00:19:56:8a80:93a1", &sin6_addr),
sin6_flowinfo=0, sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is unreachable)
14:36:23.200306 connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
14:36:23.200536 connect(3, {sa_family=AF_INET6, sin6_port=htons(0),
inet_pton(AF_INET6, "2600:9000:200c:3c00:19:56:8a80:93a1", &sin6_addr),
sin6_flowinfo=0, sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is unreachable)
14:36:23.200746 connect(3, {sa_family=AF_UNSPEC,
sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = 0
14:36:23.200964 connect(3, {sa_family=AF_INET6, sin6_port=htons(0),
inet_pton(AF_INET6, "2600:9000:200c:8c00:19:56:8a80:93a1", &sin6_addr),
sin6_flowinfo=0, sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is unreachable)
14:36:23.201212 close(3) = 0
14:36:23.201508 write(2, "Note: setting global.maxconn to "..., 38Note: setting
global.maxconn to 2000.) = 38
14:36:23.201729 write(2, "Available polling systems :\n", 28Available polling
systems :) = 28
14:36:23.201961 write(2, " epoll : ", 14 epoll : ) = 14
14:36:23.202177 write(2, "pref=300, ", 10pref=300, ) = 10
14:36:23.202405 epoll_create(4012) = 3
14:36:23.202592 close(3) = 0
14:36:23.202834 write(2, " test result OK", 15 test result OK) = 15
14:36:23.203076 write(2, "\n", 1) = 1
14:36:23.203289 write(2, " poll : ", 14 poll : ) = 14
14:36:23.203542 write(2, "pref=200, ", 10pref=200, ) = 10
14:36:23.203864 write(2, " test result OK", 15 test result OK) = 15
14:36:23.204181 write(2, "\n", 1) = 1
14:36:23.204397 write(2, " select : ", 14 select : ) = 14
14:36:23.204611 write(2, "pref=150, ", 10pref=150, ) = 10
14:36:23.204828 write(2, " test result FAILED", 19 test result FAILED) = 19
14:36:23.205097 write(2, "\n", 1) = 1
14:36:23.205300 write(2, "Total: 3 (2 usable), will use ep"..., 37Total: 3 (2
usable), will use epoll.) = 37
14:36:23.205562 write(2, "\n", 1) = 1
14:36:23.205846 write(2, "Available filters :\n", 20Available filters :) = 20
14:36:23.206045 write(2, "\t[SPOE] spoe\n", 13 [SPOE] spoe) = 13
14:36:23.206267 write(2, "\t[COMP] compression\n", 20 [COMP] compression) = 20
14:36:23.206493 write(2, "\t[TRACE] trace\n", 15 [TRACE] trace) = 15
14:36:23.206723 mmap(NULL, 163840, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fce5ed67000
14:36:23.207047 brk(0x2a1f000) = 0x2a1f000
14:36:23.207450 epoll_create(4012) = 3
14:36:23.207642 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...})
= 0
14:36:23.207908 write(1, "Using epoll() as the polling mec"..., 40Using epoll()
as the polling mechanism.) = 40
14:36:23.208235 rt_sigaction(SIGQUIT, {0x54c2d0, [QUIT],
SA_RESTORER|SA_RESTART, 0x7fce5dd6c4b0}, {SIG_DFL, [], 0}, 8) = 0
14:36:23.208440 rt_sigaction(SIGUSR1, {0x54c2d0, [USR1],
SA_RESTORER|SA_RESTART, 0x7fce5dd6c4b0}, {SIG_DFL, [], 0}, 8) = 0
14:36:23.208681 rt_sigaction(SIGHUP, {0x54c2d0, [HUP], SA_RESTORER|SA_RESTART,
0x7fce5dd6c4b0}, {SIG_DFL, [], 0}, 8) = 0
14:36:23.208920 rt_sigaction(SIGUSR2, {SIG_IGN, [USR2], SA_RESTORER|SA_RESTART,
0x7fce5dd6c4b0}, {SIG_DFL, [], 0}, 8) = 0
14:36:23.209151 rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART,
0x7fce5dd6c4b0}, {SIG_DFL, [], 0}, 8) = 0
14:36:23.209383 setrlimit(RLIMIT_NOFILE, {rlim_cur=4011, rlim_max=4011}) = 0
14:36:23.209608 socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 4
14:36:23.209905 getsockopt(4, SOL_TCP, TCP_MAXSEG, [536], [4]) = 0
14:36:23.210109 close(4) = 0
14:36:23.210337 socket(PF_INET6, SOCK_STREAM, IPPROTO_TCP) = 4
14:36:23.210545 getsockopt(4, SOL_TCP, TCP_MAXSEG, [536], [4]) = 0
14:36:23.210776 close(4) = 0
14:36:23.211000 socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 4
14:36:23.211206 fcntl(4, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
14:36:23.211436 setsockopt(4, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
14:36:23.211666 getsockopt(4, SOL_SOCKET, SO_LINGER, {onoff=0, linger=0}, [8])
= 0
14:36:23.211943 setsockopt(4, SOL_SOCKET, SO_LINGER, {onoff=0, linger=0}, 8) = 0
14:36:23.212147 setsockopt(4, SOL_SOCKET, SO_REUSEPORT, [1], 4) = 0
14:36:23.212371 setsockopt(4, SOL_TCP, TCP_USER_TIMEOUT, [0], 4) = 0
14:36:23.212630 setsockopt(4, SOL_TCP, TCP_DEFER_ACCEPT, [0], 4) = 0
14:36:23.212926 getsockopt(4, SOL_TCP, TCP_FASTOPEN, [0], [4]) = 0
14:36:23.213197 bind(4, {sa_family=AF_INET, sin_port=htons(443),
sin_addr=inet_addr("0.0.0.0")}, 16) = 0
14:36:23.213427 getsockopt(4, SOL_SOCKET, SO_ACCEPTCONN, [0], [4]) = 0
14:36:23.213720 listen(4, 2000) = 0
14:36:23.213964 setsockopt(4, SOL_TCP, TCP_QUICKACK, [0], 4) = 0
14:36:23.214225 socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
14:36:23.214437 setsockopt(5, SOL_SOCKET, SO_RCVBUF, [0], 4) = 0
14:36:23.214670 shutdown(5, SHUT_RD) = -1 ENOTCONN (Transport endpoint is
not connected)
14:36:23.214862 fcntl(5, F_GETFD) = 0
14:36:23.215049 fcntl(5, F_SETFD, FD_CLOEXEC) = 0
14:36:23.215260 sendmsg(5, {msg_name(16)={sa_family=AF_INET,
sin_port=htons(514), sin_addr=inet_addr("10.0.0.4")}, msg_iov(8)=[{"<45>Jan 3
14:36:23 ", 20}, {"haproxy", 7}, {"[", 1}, {"24744", 5}, {"]: ", 3}, {"", 0},
{"Proxy https_in started.", 23}, {"\n", 1}], msg_controllen=0, msg_flags=0},
MSG_DONTWAIT|MSG_NOSIGNAL) = 60
14:36:23.215581 sendmsg(5, {msg_name(16)={sa_family=AF_INET,
sin_port=htons(514), sin_addr=inet_addr("10.0.0.4")}, msg_iov(8)=[{"<45>Jan 3
14:36:23 ", 20}, {"haproxy", 7}, {"[", 1}, {"24744", 5}, {"]: ", 3}, {"", 0},
{"Proxy bk_testbk started.", 24}, {"\n", 1}], msg_controllen=0, msg_flags=0},
MSG_DONTWAIT|MSG_NOSIGNAL) = 61
14:36:23.215897 sendmsg(5, {msg_name(16)={sa_family=AF_INET,
sin_port=htons(514), sin_addr=inet_addr("10.0.0.4")}, msg_iov(8)=[{"<45>Jan 3
14:36:23 ", 20}, {"haproxy", 7}, {"[", 1}, {"24744", 5}, {"]: ", 3}, {"", 0},
{"Proxy bk_www started.", 21}, {"\n", 1}], msg_controllen=0, msg_flags=0},
MSG_DONTWAIT|MSG_NOSIGNAL) = 58
14:36:23.216205 sendmsg(5, {msg_name(16)={sa_family=AF_INET,
sin_port=htons(514), sin_addr=inet_addr("10.0.0.4")}, msg_iov(8)=[{"<45>Jan 3
14:36:23 ", 20}, {"haproxy", 7}, {"[", 1}, {"24744", 5}, {"]: ", 3}, {"", 0},
{"Proxy bk_local started.", 23}, {"\n", 1}], msg_controllen=0, msg_flags=0},
MSG_DONTWAIT|MSG_NOSIGNAL) = 60
14:36:23.216515 sendmsg(5, {msg_name(16)={sa_family=AF_INET,
sin_port=htons(514), sin_addr=inet_addr("10.0.0.4")}, msg_iov(8)=[{"<45>Jan 3
14:36:23 ", 20}, {"haproxy", 7}, {"[", 1}, {"24744", 5}, {"]: ", 3}, {"", 0},
{"Proxy bk_http2_close_test starte"..., 34}, {"\n", 1}], msg_controllen=0,
msg_flags=0}, MSG_DONTWAIT|MSG_NOSIGNAL) = 71
14:36:23.216831 rt_sigaction(SIGTTOU, {0x54c2d0, [TTOU],
SA_RESTORER|SA_RESTART, 0x7fce5dd6c4b0}, {SIG_DFL, [], 0}, 8) = 0
14:36:23.217076 rt_sigaction(SIGTTIN, {0x54c2d0, [TTIN],
SA_RESTORER|SA_RESTART, 0x7fce5dd6c4b0}, {SIG_DFL, [], 0}, 8) = 0
14:36:23.217333 getrlimit(RLIMIT_NOFILE, {rlim_cur=4011, rlim_max=4011}) = 0
14:36:23.217557 pipe([6, 7]) = 0
14:36:23.217803 fcntl(6, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
14:36:23.218011 gettimeofday({1514986583, 218044}, NULL) = 0
14:36:23.218245 gettimeofday({1514986583, 218299}, NULL) = 0
14:36:23.218481 epoll_ctl(3, EPOLL_CTL_ADD, 4, {EPOLLIN|EPOLLRDHUP, {u32=4,
u64=4}}) = 0
14:36:23.218703 gettimeofday({1514986583, 218738}, NULL) = 0
14:36:23.218915 epoll_wait(3, [], 200, 1000) = 0
14:36:24.220242 gettimeofday({1514986584, 220291}, NULL) = 0
14:36:24.220490 gettimeofday({1514986584, 220572}, NULL) = 0
14:36:24.220785 epoll_wait(3, [], 200, 1000) = 0
14:36:25.222208 gettimeofday({1514986585, 222301}, NULL) = 0
14:36:25.222624 gettimeofday({1514986585, 222713}, NULL) = 0
14:36:25.223068 epoll_wait(3, [], 200, 1000) = 0
14:36:26.224503 gettimeofday({1514986586, 224596}, NULL) = 0
14:36:26.224878 gettimeofday({1514986586, 224965}, NULL) = 0
14:36:26.225294 epoll_wait(3, [], 200, 1000) = 0
14:36:27.226745 gettimeofday({1514986587, 226847}, NULL) = 0
14:36:27.227112 gettimeofday({1514986587, 227224}, NULL) = 0
14:36:27.227527 epoll_wait(3, [], 200, 1000) = 0
14:36:28.228947 gettimeofday({1514986588, 229039}, NULL) = 0
14:36:28.229357 gettimeofday({1514986588, 229446}, NULL) = 0
14:36:28.229838 epoll_wait(3, [{EPOLLIN, {u32=4, u64=4}}], 200, 1000) = 1
14:36:28.902309 gettimeofday({1514986588, 902402}, NULL) = 0
14:36:28.902807 accept4(4, {sa_family=AF_INET, sin_port=htons(61783),
sin_addr=inet_addr("10.0.0.4")}, [16], SOCK_NONBLOCK) = 8
14:36:28.903216 setsockopt(8, SOL_TCP, TCP_NODELAY, [1], 4) = 0
14:36:28.903437 accept4(4, 0x7ffcc0071200, 0x7ffcc00711f8, SOCK_NONBLOCK) = -1
EAGAIN (Resource temporarily unavailable)
14:36:28.903852 read(8, "\26\3\3\1\217", 5) = 5
14:36:28.904111 read(8,
"\1\0\1\213\3\3ZL\334[T4\326&F\321\203u\373\251/\2\4<\324\362\317f\307\325\236d"...,
399) = 399
14:36:28.904398 gettimeofday({1514986588, 904492}, NULL) = 0
14:36:28.904766 write(8,
"\26\3\3\0F\2\0\0B\3\3\333d\263\f\223O\33g\334&\350\263\357\331\254%\26!\23\331\342"...,
2564) = 2564
14:36:28.904967 read(8, 0x2a10ba3, 5) = -1 EAGAIN (Resource temporarily
unavailable)
14:36:28.905240 epoll_ctl(3, EPOLL_CTL_ADD, 8, {EPOLLIN|EPOLLRDHUP, {u32=8,
u64=8}}) = 0
14:36:28.905464 gettimeofday({1514986588, 905598}, NULL) = 0
14:36:28.905739 epoll_wait(3, [{EPOLLIN, {u32=8, u64=8}}], 200, 1000) = 1
14:36:28.905979 gettimeofday({1514986588, 906054}, NULL) = 0
14:36:28.906244 read(8, "\26\3\3\1\6", 5) = 5
14:36:28.906471 read(8,
"\20\0\1\2\1\0]\216Rq\17\357\253kV<\10e\317\313)\276\237\\\20jP*0\370H\266"...,
262) = 262
14:36:28.906722 gettimeofday({1514986588, 906755}, NULL) = 0
14:36:28.906955 gettimeofday({1514986588, 906991}, NULL) = 0
14:36:28.910684 read(8, "\24\3\3\0\1", 5) = 5
14:36:28.910921 read(8, "\1", 1) = 1
14:36:28.911240 read(8, "\26\3\3\0(", 5) = 5
14:36:28.911448 read(8,
"\0\0\0\0\0\0\0\0\356@\4\23\351\177\3258KO\375\17\f5\340e\274\352\300@\233\1\232\200"...,
40) = 40
14:36:28.911695 gettimeofday({1514986588, 911735}, NULL) = 0
14:36:28.911926 gettimeofday({1514986588, 911962}, NULL) = 0
14:36:28.912147 write(8, "\26\3\3\0\312\4\0\0\306\0\0\34
\0\300'\243d\212_\336!\t!L'\251\375\325\327[7"..., 258) = 258
14:36:28.912381 read(8, 0x2a0bcf3, 5) = -1 EAGAIN (Resource temporarily
unavailable)
14:36:28.912611 gettimeofday({1514986588, 912647}, NULL) = 0
14:36:28.912925 epoll_wait(3, [{EPOLLIN, {u32=8, u64=8}}], 200, 1000) = 1
14:36:28.913165 gettimeofday({1514986588, 913219}, NULL) = 0
14:36:28.913390 read(8, "\27\3\3\0R", 5) = 5
14:36:28.913612 read(8,
"\0\0\0\0\0\0\0\1\215r\357\247\"!\302\21t\234\317\340\224{\vrL\t\233\336c\325\275B"...,
82) = 82
14:36:28.913891 read(8, "\27\3\3\0\331", 5) = 5
14:36:28.914143 read(8,
"\0\0\0\0\0\0\0\2[1U\331We\n\25\217O\227\200\0106`\352\234\3054\335\373'B\303"...,
217) = 217
14:36:28.914363 read(8, 0x2a0bcf3, 5) = -1 EAGAIN (Resource temporarily
unavailable)
14:36:28.914553 write(1, "00000000:https_in.accept(0004)=0"...,
6600000000:https_in.accept(0004)=0008 from [10.0.0.4:61783] ALPN=h2) = 66
14:36:28.914770 write(1, "00000000:https_in.clireq[0008:ff"...,
6400000000:https_in.clireq[0008:ffffffff]: GET /post.php HTTP/1.1) = 64
14:36:28.914991 write(1, "00000000:https_in.clihdr[0008:ff"...,
9800000000:https_in.clihdr[0008:ffffffff]: accept: text/html,
application/xhtml+xml, image/jxr, */*) = 98
14:36:28.915221 write(1, "00000000:https_in.clihdr[0008:ff"...,
6400000000:https_in.clihdr[0008:ffffffff]: accept-language: de-DE) = 64
14:36:28.915472 write(1, "00000000:https_in.clihdr[0008:ff"...,
18300000000:https_in.clihdr[0008:ffffffff]: user-agent: Mozilla/5.0 (Windows NT
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116
Safari/537.36 Edge/15.15063) = 183
14:36:28.915681 write(1, "00000000:https_in.clihdr[0008:ff"...,
7600000000:https_in.clihdr[0008:ffffffff]: accept-encoding: gzip, deflate, br)
= 76
14:36:28.915975 write(1, "00000000:https_in.clihdr[0008:ff"...,
6300000000:https_in.clihdr[0008:ffffffff]: host: dev.lan.ltri.eu) = 63
14:36:28.916243 socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 9
14:36:28.916459 fcntl(9, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
14:36:28.916692 setsockopt(9, SOL_TCP, TCP_NODELAY, [1], 4) = 0
14:36:28.916966 connect(9, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("10.0.0.31")}, 16) = -1 EINPROGRESS (Operation now in
progress)
14:36:28.917198 gettimeofday({1514986588, 917280}, NULL) = 0
14:36:28.917533 epoll_wait(3, [], 200, 0) = 0
14:36:28.917814 gettimeofday({1514986588, 917906}, NULL) = 0
14:36:28.918133 brk(0x2a40000) = 0x2a40000
14:36:28.918370 write(8,
"\27\3\3\000001\244\232\200\25\352\360A\23\3251\355}\177m\266\363\275\341\35\305\213W\233\350S"...,
53) = 53
14:36:28.918588 brk(0x2a3c000) = 0x2a3c000
14:36:28.918840 sendto(9, "GET /post.php HTTP/1.1\r\naccept: "..., 310,
MSG_DONTWAIT|MSG_NOSIGNAL, NULL, 0) = 310
14:36:28.919093 gettimeofday({1514986588, 919151}, NULL) = 0
14:36:28.919334 epoll_wait(3, [{EPOLLIN, {u32=8, u64=8}}], 200, 0) = 1
14:36:28.919560 gettimeofday({1514986588, 919667}, NULL) = 0
14:36:28.919781 recvfrom(9, 0x29e1a94, 15360, 0, NULL, NULL) = -1 EAGAIN
(Resource temporarily unavailable)
14:36:28.920005 read(8, "\27\3\3\0!", 5) = 5
14:36:28.920284 read(8, "\0\0\0\0\0\0\0\3P\206\22\22\327k,\310\4\343
f\317\242\\\3673\276\371\254>\17\355\262"..., 33) = 33
14:36:28.920497 read(8, 0x2a1b453, 5) = -1 EAGAIN (Resource temporarily
unavailable)
14:36:28.920734 epoll_ctl(3, EPOLL_CTL_ADD, 9, {EPOLLIN|EPOLLRDHUP, {u32=9,
u64=9}}) = 0
14:36:28.920985 gettimeofday({1514986588, 921060}, NULL) = 0
14:36:28.921233 epoll_wait(3, [{EPOLLIN, {u32=9, u64=9}}], 200, 1000) = 1
14:36:28.921579 gettimeofday({1514986588, 921644}, NULL) = 0
14:36:28.921878 recvfrom(9, "HTTP/1.1 200 OK\r\nServer: nginx/1"..., 15360, 0,
NULL, NULL) = 292
14:36:28.922125 recvfrom(9, 0x29e1bb8, 15068, 0, NULL, NULL) = -1 EAGAIN
(Resource temporarily unavailable)
14:36:28.922397 write(1, "00000000:bk_www.srvrep[0008:0009"...,
5100000000:bk_www.srvrep[0008:0009]: HTTP/1.1 200 OK) = 51
14:36:28.922628 write(1, "00000000:bk_www.srvhdr[0008:0009"...,
6500000000:bk_www.srvhdr[0008:0009]: Server: nginx/1.10.3 (Ubuntu)) = 65
14:36:28.922866 write(1, "00000000:bk_www.srvhdr[0008:0009"...,
7100000000:bk_www.srvhdr[0008:0009]: Date: Wed, 03 Jan 2018 13:36:28 GMT) = 71
14:36:28.923105 write(1, "00000000:bk_www.srvhdr[0008:0009"...,
7400000000:bk_www.srvhdr[0008:0009]: Content-Type: text/html; charset=UTF-8) =
74
14:36:28.923342 write(1, "00000000:bk_www.srvhdr[0008:0009"...,
6200000000:bk_www.srvhdr[0008:0009]: Transfer-Encoding: chunked) = 62
14:36:28.923567 write(1, "00000000:bk_www.srvhdr[0008:0009"...,
5800000000:bk_www.srvhdr[0008:0009]: Connection: keep-alive) = 58
14:36:28.923807 gettimeofday({1514986588, 923860}, NULL) = 0
14:36:28.924047 epoll_wait(3, [], 200, 0) = 0
14:36:28.924280 gettimeofday({1514986588, 924321}, NULL) = 0
14:36:28.924516 write(8,
"\27\3\3\0\35201\244\232\200\25\352\361\37z\237\234\277\v\335\213\304\217pT\255\321\354\370\245\216\373"...,
239) = 239
14:36:28.924736 gettimeofday({1514986588, 924863}, NULL) = 0
14:36:28.925019 epoll_wait(3, [], 200, 1000) = 0
14:36:29.926405 gettimeofday({1514986589, 926503}, NULL) = 0
14:36:29.926745 gettimeofday({1514986589, 926832}, NULL) = 0
14:36:29.927171 epoll_wait(3, [], 200, 1000) = 0
14:36:30.928627 gettimeofday({1514986590, 928721}, NULL) = 0
14:36:30.929019 gettimeofday({1514986590, 929093}, NULL) = 0
14:36:30.929341 epoll_wait(3, [], 200, 1000) = 0
14:36:31.930762 gettimeofday({1514986591, 930844}, NULL) = 0
14:36:31.931227 gettimeofday({1514986591, 931315}, NULL) = 0
14:36:31.931686 epoll_wait(3, [], 200, 1000) = 0
14:36:32.933122 gettimeofday({1514986592, 933214}, NULL) = 0
14:36:32.933607 gettimeofday({1514986592, 933697}, NULL) = 0
14:36:32.933960 epoll_wait(3, [{EPOLLIN, {u32=8, u64=8}}], 200, 1000) = 1
14:36:33.153357 gettimeofday({1514986593, 153434}, NULL) = 0
14:36:33.153766 read(8, "\27\3\3\0h", 5) = 5
14:36:33.154241 read(8,
"\0\0\0\0\0\0\0\4@\255N\360\3651\372\214\210\355+3\324\261.\234\356\16\226X\327\373\243\270"...,
104) = 104
14:36:33.154631 read(8, "\27\3\3\0001", 5) = 5
14:36:33.154908 read(8,
"\0\0\0\0\0\0\0\0050-{\6f\304I\373\276G\300C\241\311FL\315\272u\261\20\26\364\275"...,
49) = 49
14:36:33.155233 read(8, "\27\3\3\0!", 5) = 5
14:36:33.155426 read(8,
"\0\0\0\0\0\0\0\6\34e\0343y\253:\312\363\30\315\36\361\256;6\304%\373\215\375\266i\23"...,
33) = 33
14:36:33.155661 read(8, 0x2a1b453, 5) = -1 EAGAIN (Resource temporarily
unavailable)
14:36:33.155840 write(1, "00000001:https_in.accept(0004)=0"...,
6600000001:https_in.accept(0004)=0008 from [10.0.0.4:61783] ALPN=h2) = 66
14:36:33.156065 write(1, "00000001:https_in.clireq[0008:ff"...,
6500000001:https_in.clireq[0008:ffffffff]: POST /post.php HTTP/1.1) = 65
14:36:33.156246 write(1, "00000001:https_in.clihdr[0008:ff"...,
9800000001:https_in.clihdr[0008:ffffffff]: accept: text/html,
application/xhtml+xml, image/jxr, */*) = 98
14:36:33.156446 write(1, "00000001:https_in.clihdr[0008:ff"...,
8300000001:https_in.clihdr[0008:ffffffff]: referer:
https://dev.lan.ltri.eu/post.php) = 83
14:36:33.156627 write(1, "00000001:https_in.clihdr[0008:ff"...,
6400000001:https_in.clihdr[0008:ffffffff]: accept-language: de-DE) = 64
14:36:33.156852 write(1, "00000001:https_in.clihdr[0008:ff"...,
18300000001:https_in.clihdr[0008:ffffffff]: user-agent: Mozilla/5.0 (Windows NT
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116
Safari/537.36 Edge/15.15063) = 183
14:36:33.157093 write(1, "00000001:https_in.clihdr[0008:ff"...,
8900000001:https_in.clihdr[0008:ffffffff]: content-type:
application/x-www-form-urlencoded) = 89
14:36:33.157281 write(1, "00000001:https_in.clihdr[0008:ff"...,
7600000001:https_in.clihdr[0008:ffffffff]: accept-encoding: gzip, deflate, br)
= 76
14:36:33.157460 write(1, "00000001:https_in.clihdr[0008:ff"...,
6000000001:https_in.clihdr[0008:ffffffff]: content-length: 16) = 60
14:36:33.157649 write(1, "00000001:https_in.clihdr[0008:ff"...,
6500000001:https_in.clihdr[0008:ffffffff]: cache-control: no-cache) = 65
14:36:33.157876 write(1, "00000001:https_in.clihdr[0008:ff"...,
6300000001:https_in.clihdr[0008:ffffffff]: host: dev.lan.ltri.eu) = 63
14:36:33.158099 socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 10
14:36:33.158307 fcntl(10, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
14:36:33.158482 setsockopt(10, SOL_TCP, TCP_NODELAY, [1], 4) = 0
14:36:33.158684 connect(10, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("10.0.0.31")}, 16) = -1 EINPROGRESS (Operation now in
progress)
14:36:33.158878 gettimeofday({1514986593, 158937}, NULL) = 0
14:36:33.159144 epoll_wait(3, [], 200, 0) = 0
14:36:33.159381 gettimeofday({1514986593, 159486}, NULL) = 0
14:36:33.159699 write(8,
"\27\3\3\000201\244\232\200\25\352\362\274#e+\6-\272t\362W\314J\262\337!\357\267\302\360"...,
55) = 55
14:36:33.159959 sendto(10, "POST /post.php HTTP/1.1\r\naccept:"..., 464,
MSG_DONTWAIT|MSG_NOSIGNAL, NULL, 0) = 464
14:36:33.160241 gettimeofday({1514986593, 160279}, NULL) = 0
14:36:33.160451 epoll_wait(3, [], 200, 0) = 0
14:36:33.160658 gettimeofday({1514986593, 160693}, NULL) = 0
14:36:33.160871 recvfrom(10, 0x2a0bd04, 15360, 0, NULL, NULL) = -1 EAGAIN
(Resource temporarily unavailable)
14:36:33.161090 epoll_ctl(3, EPOLL_CTL_ADD, 10, {EPOLLIN|EPOLLRDHUP, {u32=10,
u64=10}}) = 0
14:36:33.161298 gettimeofday({1514986593, 161335}, NULL) = 0
14:36:33.161504 epoll_wait(3, [{EPOLLIN, {u32=10, u64=10}}], 200, 1000) = 1
14:36:33.163657 gettimeofday({1514986593, 163700}, NULL) = 0
14:36:33.163886 recvfrom(10, "HTTP/1.1 302 Found\r\nServer: ngin"..., 15360, 0,
NULL, NULL) = 200
14:36:33.164123 recvfrom(10, 0x2a0bdcc, 15160, 0, NULL, NULL) = -1 EAGAIN
(Resource temporarily unavailable)
14:36:33.164343 write(1, "00000001:bk_www.srvrep[0008:000a"...,
5400000001:bk_www.srvrep[0008:000a]: HTTP/1.1 302 Found) = 54
14:36:33.164594 write(1, "00000001:bk_www.srvhdr[0008:000a"...,
6500000001:bk_www.srvhdr[0008:000a]: Server: nginx/1.10.3 (Ubuntu)) = 65
14:36:33.164803 write(1, "00000001:bk_www.srvhdr[0008:000a"...,
7100000001:bk_www.srvhdr[0008:000a]: Date: Wed, 03 Jan 2018 13:36:33 GMT) = 71
14:36:33.164992 write(1, "00000001:bk_www.srvhdr[0008:000a"...,
6200000001:bk_www.srvhdr[0008:000a]: Transfer-Encoding: chunked) = 62
14:36:33.165232 write(1, "00000001:bk_www.srvhdr[0008:000a"...,
5800000001:bk_www.srvhdr[0008:000a]: Connection: keep-alive) = 58
14:36:33.165428 write(1, "00000001:bk_www.srvhdr[0008:000a"...,
8700000001:bk_www.srvhdr[0008:000a]: Location:
https://dev.lan.ltri.eu/post.php?yeswedid) = 87
14:36:33.165661 gettimeofday({1514986593, 165719}, NULL) = 0
14:36:33.165877 epoll_wait(3, [], 200, 0) = 0
14:36:33.166056 gettimeofday({1514986593, 166091}, NULL) = 0
14:36:33.166313 write(8,
"\27\3\3\0\22001\244\232\200\25\352\363\252XD\260\231\340\300iji
\311D\270[\4<\336%"..., 149) = 149
14:36:33.166519 sendmsg(5, {msg_name(16)={sa_family=AF_INET,
sin_port=htons(514), sin_addr=inet_addr("10.0.0.4")}, msg_iov(8)=[{"<46>Jan 3
14:36:33 ", 20}, {"haproxy", 7}, {"[", 1}, {"24744", 5}, {"]: ", 3}, {"", 0},
{"10.0.0.4:61783 [03/Jan/2018:14:3"..., 130}, {"\n", 1}], msg_controllen=0,
msg_flags=0}, MSG_DONTWAIT|MSG_NOSIGNAL) = 167
14:36:33.166800 gettimeofday({1514986593, 166843}, NULL) = 0
14:36:33.167025 epoll_wait(3, [], 200, 0) = 0
14:36:33.167244 gettimeofday({1514986593, 167281}, NULL) = 0
14:36:33.167450 gettimeofday({1514986593, 167485}, NULL) = 0
14:36:33.167648 epoll_wait(3, [{EPOLLIN, {u32=8, u64=8}}], 200, 1000) = 1
14:36:33.168623 gettimeofday({1514986593, 168658}, NULL) = 0
14:36:33.168810 read(8, "\27\3\3\0009", 5) = 5
14:36:33.168989 read(8,
"\0\0\0\0\0\0\0\7\213%w\301\246\211\227\331\331i\3\0321\360\262.\237\346t,S\232\323\246"...,
57) = 57
14:36:33.169214 read(8, 0x2a1b863, 5) = -1 EAGAIN (Resource temporarily
unavailable)
14:36:33.169434 gettimeofday({1514986593, 169469}, NULL) = 0
14:36:33.169660 epoll_wait(3, [], 200, 1000) = 0
14:36:34.171061 gettimeofday({1514986594, 171170}, NULL) = 0
14:36:34.171546 gettimeofday({1514986594, 171612}, NULL) = 0
14:36:34.171880 epoll_wait(3, [], 200, 1000) = 0
14:36:35.173360 gettimeofday({1514986595, 173462}, NULL) = 0
14:36:35.173775 gettimeofday({1514986595, 173864}, NULL) = 0
14:36:35.174119 epoll_wait(3, [], 200, 1000) = 0
14:36:36.175517 gettimeofday({1514986596, 175616}, NULL) = 0
14:36:36.175917 gettimeofday({1514986596, 176004}, NULL) = 0
14:36:36.176360 epoll_wait(3, [], 200, 1000) = 0
14:36:37.177806 gettimeofday({1514986597, 177905}, NULL) = 0
14:36:37.178213 gettimeofday({1514986597, 178302}, NULL) = 0
14:36:37.178640 epoll_wait(3, [], 200, 1000) = 0
14:36:38.180120 gettimeofday({1514986598, 180219}, NULL) = 0
14:36:38.180594 gettimeofday({1514986598, 180713}, NULL) = 0
14:36:38.181016 epoll_wait(3, [], 200, 1000) = 0
14:36:39.182282 gettimeofday({1514986599, 182333}, NULL) = 0
14:36:39.182404 gettimeofday({1514986599, 182443}, NULL) = 0
14:36:39.182512 epoll_wait(3, [], 200, 1000) = 0
14:36:40.183757 gettimeofday({1514986600, 183809}, NULL) = 0
14:36:40.183879 gettimeofday({1514986600, 183908}, NULL) = 0
14:36:40.183962 epoll_wait(3, [], 200, 1000) = 0
14:36:41.185173 gettimeofday({1514986601, 185223}, NULL) = 0
14:36:41.185293 gettimeofday({1514986601, 185332}, NULL) = 0
14:36:41.185399 epoll_wait(3, [], 200, 1000) = 0
14:36:42.186620 gettimeofday({1514986602, 186668}, NULL) = 0
14:36:42.186737 gettimeofday({1514986602, 186780}, NULL) = 0
14:36:42.186843 epoll_wait(3, [], 200, 1000) = 0
14:36:43.188095 gettimeofday({1514986603, 188159}, NULL) = 0
14:36:43.188237 gettimeofday({1514986603, 188282}, NULL) = 0
14:36:43.188349 epoll_wait(3, [], 200, 1000) = 0
14:36:44.189579 gettimeofday({1514986604, 189632}, NULL) = 0
14:36:44.189727 gettimeofday({1514986604, 189760}, NULL) = 0
14:36:44.189923 epoll_wait(3, [], 200, 1000) = 0
14:36:45.191141 gettimeofday({1514986605, 191189}, NULL) = 0
14:36:45.191258 gettimeofday({1514986605, 191297}, NULL) = 0
14:36:45.191359 epoll_wait(3, [], 200, 1000) = 0
14:36:46.192580 gettimeofday({1514986606, 192630}, NULL) = 0
14:36:46.192700 gettimeofday({1514986606, 192736}, NULL) = 0
14:36:46.192799 epoll_wait(3, [], 200, 1000) = 0
14:36:47.194035 gettimeofday({1514986607, 194092}, NULL) = 0
14:36:47.194166 gettimeofday({1514986607, 194208}, NULL) = 0
14:36:47.194274 epoll_wait(3, [], 200, 1000) = 0
14:36:48.195493 gettimeofday({1514986608, 195542}, NULL) = 0
14:36:48.195612 gettimeofday({1514986608, 195649}, NULL) = 0
14:36:48.195714 epoll_wait(3, [], 200, 712) = 0
14:36:48.908639 gettimeofday({1514986608, 908683}, NULL) = 0
14:36:48.908751 gettimeofday({1514986608, 908904}, NULL) = 0
14:36:48.909043 epoll_wait(3, [], 200, 10) = 0
14:36:48.919345 gettimeofday({1514986608, 919390}, NULL) = 0
14:36:48.919455 gettimeofday({1514986608, 919481}, NULL) = 0
14:36:48.919534 epoll_wait(3, [], 200, 0) = 0
14:36:48.919606 gettimeofday({1514986608, 919630}, NULL) = 0
14:36:48.919693 gettimeofday({1514986608, 919719}, NULL) = 0
14:36:48.919772 epoll_wait(3, [], 200, 0) = 0
14:36:48.919843 gettimeofday({1514986608, 919866}, NULL) = 0
14:36:48.919957 sendmsg(5, {msg_name(16)={sa_family=AF_INET,
sin_port=htons(514), sin_addr=inet_addr("10.0.0.4")}, msg_iov(8)=[{"<46>Jan 3
14:36:48 ", 20}, {"haproxy", 7}, {"[", 1}, {"24744", 5}, {"]: ", 3}, {"", 0},
{"10.0.0.4:61783 [03/Jan/2018:14:3"..., 132}, {"\n", 1}], msg_controllen=0,
msg_flags=0}, MSG_DONTWAIT|MSG_NOSIGNAL) = 169
14:36:48.920175 setsockopt(9, SOL_SOCKET, SO_LINGER, {onoff=1, linger=0}, 8) = 0
14:36:48.920260 close(9) = 0
14:36:48.920381 write(1, "00000003:https_in.clicls[0008:ff"...,
4000000003:https_in.clicls[0008:ffffffff]) = 40
14:36:48.920469 write(1, "00000003:https_in.closed[0008:ff"...,
4000000003:https_in.closed[0008:ffffffff]) = 40
14:36:48.920555 gettimeofday({1514986608, 920580}, NULL) = 0
14:36:48.920632 epoll_wait(3, [], 200, 1000) = 0
14:36:49.921847 gettimeofday({1514986609, 921893}, NULL) = 0
14:36:49.921963 gettimeofday({1514986609, 922004}, NULL) = 0
14:36:49.922069 epoll_wait(3, [], 200, 1000) = 0
14:36:50.923281 gettimeofday({1514986610, 923328}, NULL) = 0
14:36:50.923397 gettimeofday({1514986610, 923439}, NULL) = 0
14:36:50.923504 epoll_wait(3, [], 200, 1000) = 0
14:36:51.924717 gettimeofday({1514986611, 924764}, NULL) = 0
14:36:51.924832 gettimeofday({1514986611, 924984}, NULL) = 0
14:36:51.925141 epoll_wait(3, [], 200, 1000) = 0
14:36:52.926363 gettimeofday({1514986612, 926409}, NULL) = 0
14:36:52.926478 gettimeofday({1514986612, 926520}, NULL) = 0
14:36:52.926585 epoll_wait(3, [], 200, 228) = 0
14:36:53.155024 gettimeofday({1514986613, 155070}, NULL) = 0
14:36:53.155138 gettimeofday({1514986613, 155180}, NULL) = 0
14:36:53.155244 epoll_wait(3, [], 200, 0) = 0
14:36:53.155353 gettimeofday({1514986613, 155383}, NULL) = 0
14:36:53.155438 gettimeofday({1514986613, 155468}, NULL) = 0
14:36:53.155554 epoll_wait(3, [], 200, 12) = 0
14:36:53.167812 gettimeofday({1514986613, 167937}, NULL) = 0
14:36:53.167996 gettimeofday({1514986613, 168031}, NULL) = 0
14:36:53.168091 epoll_wait(3, [], 200, 0) = 0
14:36:53.168183 gettimeofday({1514986613, 168212}, NULL) = 0
14:36:53.168280 setsockopt(10, SOL_SOCKET, SO_LINGER, {onoff=1, linger=0}, 8) = 0
14:36:53.168365 close(10) = 0
14:36:53.168485 write(1, "00000002:https_in.clicls[0008:ff"...,
4000000002:https_in.clicls[0008:ffffffff]) = 40
14:36:53.168593 write(1, "00000002:https_in.closed[0008:ff"...,
4000000002:https_in.closed[0008:ffffffff]) = 40
14:36:53.168698 gettimeofday({1514986613, 168727}, NULL) = 0
14:36:53.168780 epoll_wait(3, [], 200, 1000) = 0
14:36:54.170156 gettimeofday({1514986614, 170240}, NULL) = 0
14:36:54.170613 gettimeofday({1514986614, 170704}, NULL) = 0
14:36:54.171008 epoll_wait(3, [], 200, 1000) = 0
14:36:55.172463 gettimeofday({1514986615, 172561}, NULL) = 0
14:36:55.172859 gettimeofday({1514986615, 172974}, NULL) = 0
14:36:55.173180 epoll_wait(3, [], 200, 1000) = 0
14:36:56.174438 gettimeofday({1514986616, 174483}, NULL) = 0
14:36:56.174551 gettimeofday({1514986616, 174581}, NULL) = 0
14:36:56.174636 epoll_wait(3, [], 200, 1000) = 0
14:36:57.175860 gettimeofday({1514986617, 175908}, NULL) = 0
14:36:57.175978 gettimeofday({1514986617, 176007}, NULL) = 0
14:36:57.176069 epoll_wait(3, [], 200, 1000) = 0
14:36:58.177288 gettimeofday({1514986618, 177335}, NULL) = 0
14:36:58.177404 gettimeofday({1514986618, 177435}, NULL) = 0
14:36:58.177498 epoll_wait(3, [], 200, 1000) = 0
14:36:59.178710 gettimeofday({1514986619, 178755}, NULL) = 0
14:36:59.178824 gettimeofday({1514986619, 178854}, NULL) = 0
14:36:59.178918 epoll_wait(3, [], 200, 1000) = 0
14:37:00.180131 gettimeofday({1514986620, 180177}, NULL) = 0
14:37:00.180245 gettimeofday({1514986620, 180274}, NULL) = 0
14:37:00.180328 epoll_wait(3, [], 200, 1000) = 0
14:37:01.181554 gettimeofday({1514986621, 181599}, NULL) = 0
14:37:01.181689 gettimeofday({1514986621, 181722}, NULL) = 0
14:37:01.181782 epoll_wait(3, [], 200, 1000) = 0
14:37:02.183048 gettimeofday({1514986622, 183102}, NULL) = 0
14:37:02.183171 gettimeofday({1514986622, 183202}, NULL) = 0
14:37:02.183256 epoll_wait(3, [], 200, 1000) = 0
14:37:03.184474 gettimeofday({1514986623, 184522}, NULL) = 0
14:37:03.184591 gettimeofday({1514986623, 184622}, NULL) = 0
14:37:03.184683 epoll_wait(3, [], 200, 1000) = 0
14:37:04.185897 gettimeofday({1514986624, 185943}, NULL) = 0
14:37:04.186011 gettimeofday({1514986624, 186041}, NULL) = 0
14:37:04.186103 epoll_wait(3, [], 200, 1000) = 0
14:37:05.187317 gettimeofday({1514986625, 187363}, NULL) = 0
14:37:05.187431 gettimeofday({1514986625, 187581}, NULL) = 0
14:37:05.187792 epoll_wait(3, [], 200, 1000) = 0
14:37:06.189028 gettimeofday({1514986626, 189073}, NULL) = 0
14:37:06.189141 gettimeofday({1514986626, 189184}, NULL) = 0
14:37:06.189249 epoll_wait(3, [], 200, 1000) = 0
14:37:07.190472 gettimeofday({1514986627, 190519}, NULL) = 0
14:37:07.190588 gettimeofday({1514986627, 190618}, NULL) = 0
14:37:07.190680 epoll_wait(3, [], 200, 1000) = 0
14:37:08.191896 gettimeofday({1514986628, 191936}, NULL) = 0
14:37:08.191994 gettimeofday({1514986628, 192020}, NULL) = 0
14:37:08.192071 epoll_wait(3, [], 200, 1000) = 0
14:37:09.193282 gettimeofday({1514986629, 193329}, NULL) = 0
14:37:09.193396 gettimeofday({1514986629, 193426}, NULL) = 0
14:37:09.193488 epoll_wait(3, [], 200, 1000) = 0
14:37:10.194704 gettimeofday({1514986630, 194742}, NULL) = 0
14:37:10.194799 gettimeofday({1514986630, 194825}, NULL) = 0
14:37:10.194877 epoll_wait(3, [], 200, 1000) = 0
14:37:11.196091 gettimeofday({1514986631, 196137}, NULL) = 0
14:37:11.196206 gettimeofday({1514986631, 196236}, NULL) = 0
14:37:11.196290 epoll_wait(3, [], 200, 1000) = 0
14:37:12.197511 gettimeofday({1514986632, 197550}, NULL) = 0
14:37:12.197608 gettimeofday({1514986632, 197634}, NULL) = 0
14:37:12.197708 epoll_wait(3, [], 200, 972) = 0
14:37:13.170913 gettimeofday({1514986633, 170963}, NULL) = 0
14:37:13.171038 gettimeofday({1514986633, 171068}, NULL) = 0
14:37:13.171132 epoll_wait(3, [], 200, 0) = 0
14:37:13.171325 gettimeofday({1514986633, 171350}, NULL) = 0
14:37:13.171433 write(8,
"\27\3\3\0)01\244\232\200\25\352\364\236\340q'\232\24\n\224qW\355\216\260\277Y\235x\317\315"...,
46) = 46
14:37:13.171588 close(8) = 0
14:37:13.171747 gettimeofday({1514986633, 171795}, NULL) = 0
14:37:13.171851 epoll_wait(3, [{EPOLLIN, {u32=4, u64=4}}], 200, 1000) = 1
14:37:13.173167 gettimeofday({1514986633, 173328}, NULL) = 0
14:37:13.173479 accept4(4, {sa_family=AF_INET, sin_port=htons(61784),
sin_addr=inet_addr("10.0.0.4")}, [16], SOCK_NONBLOCK) = 8
14:37:13.173717 setsockopt(8, SOL_TCP, TCP_NODELAY, [1], 4) = 0
14:37:13.173810 accept4(4, 0x7ffcc0071200, 0x7ffcc00711f8, SOCK_NONBLOCK) = -1
EAGAIN (Resource temporarily unavailable)
14:37:13.174048 read(8, "\26\3\3\1\217", 5) = 5
14:37:13.174181 read(8,
"\1\0\1\213\3\3ZL\334\207\202\232\312\317\350\10d\212\\\202;\227
\317Y\256\317\376\257\307\331*"..., 399) = 399
14:37:13.174376 gettimeofday({1514986633, 174430}, NULL) = 0
14:37:13.174591 gettimeofday({1514986633, 174624}, NULL) = 0
14:37:13.174751 write(8,
"\26\3\3\0>\2\0\0:\3\3@\216\227\227\276b\330\263\375\233\235*\250.\374Q#ZG\23\336"...,
118) = 118
14:37:13.174867 read(8, 0x2a20dc3, 5) = -1 EAGAIN (Resource temporarily
unavailable)
14:37:13.174980 epoll_ctl(3, EPOLL_CTL_ADD, 8, {EPOLLIN|EPOLLRDHUP, {u32=8,
u64=8}}) = 0
14:37:13.175076 gettimeofday({1514986633, 175120}, NULL) = 0
14:37:13.175213 epoll_wait(3, [{EPOLLIN, {u32=8, u64=8}}], 200, 1000) = 1
14:37:13.175325 gettimeofday({1514986633, 175390}, NULL) = 0
14:37:13.175477 read(8, "\24\3\3\0\1", 5) = 5
14:37:13.175612 read(8, "\1", 1) = 1
14:37:13.175778 read(8, "\26\3\3\0(", 5) = 5
14:37:13.175920 read(8,
"\0\0\0\0\0\0\0\0\30\305\224\255\337-\303\332'\376o\216\265TX\250'\0\305\315\205f=\252"...,
40) = 40
14:37:13.176099 read(8, "\27\3\3\0R", 5) = 5
14:37:13.176235 read(8,
"\0\0\0\0\0\0\0\1\322\301{\311\205\330\322[\275Z\265\260\7\0176\200\371\370d.\22\246\257\354"...,
82) = 82
14:37:13.176384 read(8, "\27\3\3\0\371", 5) = 5
14:37:13.176492 read(8,
"\0\0\0\0\0\0\0\2\272\242\200\330W8r\354KKwS\346\17\243\301\311\366\272u/_\212\333"...,
249) = 249
14:37:13.176608 read(8, 0x2a1b863, 5) = -1 EAGAIN (Resource temporarily
unavailable)
14:37:13.176743 write(1, "00000004:https_in.accept(0004)=0"...,
6600000004:https_in.accept(0004)=0008 from [10.0.0.4:61784] ALPN=h2) = 66
14:37:13.176886 write(1, "00000004:https_in.clireq[0008:ff"...,
7300000004:https_in.clireq[0008:ffffffff]: GET /post.php?yeswedid HTTP/1.1) = 73
14:37:13.177026 write(1, "00000004:https_in.clihdr[0008:ff"...,
9800000004:https_in.clihdr[0008:ffffffff]: accept: text/html,
application/xhtml+xml, image/jxr, */*) = 98
14:37:13.177124 write(1, "00000004:https_in.clihdr[0008:ff"...,
8300000004:https_in.clihdr[0008:ffffffff]: referer:
https://dev.lan.ltri.eu/post.php) = 83
14:37:13.177256 write(1, "00000004:https_in.clihdr[0008:ff"...,
6400000004:https_in.clihdr[0008:ffffffff]: accept-language: de-DE) = 64
14:37:13.177351 write(1, "00000004:https_in.clihdr[0008:ff"...,
18300000004:https_in.clihdr[0008:ffffffff]: user-agent: Mozilla/5.0 (Windows NT
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116
Safari/537.36 Edge/15.15063) = 183
14:37:13.177465 write(1, "00000004:https_in.clihdr[0008:ff"...,
7600000004:https_in.clihdr[0008:ffffffff]: accept-encoding: gzip, deflate, br)
= 76
14:37:13.177591 write(1, "00000004:https_in.clihdr[0008:ff"...,
6300000004:https_in.clihdr[0008:ffffffff]: host: dev.lan.ltri.eu) = 63
14:37:13.177763 socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 9
14:37:13.177859 fcntl(9, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
14:37:13.177985 setsockopt(9, SOL_TCP, TCP_NODELAY, [1], 4) = 0
14:37:13.178075 connect(9, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("10.0.0.31")}, 16) = -1 EINPROGRESS (Operation now in
progress)
14:37:13.178230 gettimeofday({1514986633, 178261}, NULL) = 0
14:37:13.178358 epoll_wait(3, [], 200, 0) = 0
14:37:13.178443 gettimeofday({1514986633, 178471}, NULL) = 0
14:37:13.178569 write(8,
"\27\3\3\0000\363\202D_<\307\261/q;\363\371\357.;\216`\250\f\360fU\16\246)6\23"...,
53) = 53
14:37:13.178681 sendto(9, "GET /post.php?yeswedid HTTP/1.1\r"..., 362,
MSG_DONTWAIT|MSG_NOSIGNAL, NULL, 0) = 362
14:37:13.178833 gettimeofday({1514986633, 178866}, NULL) = 0
14:37:13.178958 epoll_wait(3, [{EPOLLIN, {u32=8, u64=8}}], 200, 0) = 1
14:37:13.179063 gettimeofday({1514986633, 179091}, NULL) = 0
14:37:13.179187 recvfrom(9, 0x2a0bd04, 15360, 0, NULL, NULL) = -1 EAGAIN
(Resource temporarily unavailable)
14:37:13.179295 read(8, "\27\3\3\0!", 5) = 5
14:37:13.179386 read(8,
"\0\0\0\0\0\0\0\3\332\ve\237\351X\261\273\222\371\315\322r^=\211\21\r\34\35\4\201Yp"...,
33) = 33
14:37:13.179517 read(8, 0x2a1b863, 5) = -1 EAGAIN (Resource temporarily
unavailable)
14:37:13.179643 epoll_ctl(3, EPOLL_CTL_ADD, 9, {EPOLLIN|EPOLLRDHUP, {u32=9,
u64=9}}) = 0
14:37:13.179753 gettimeofday({1514986633, 179782}, NULL) = 0
14:37:13.179837 epoll_wait(3, [{EPOLLIN, {u32=9, u64=9}}], 200, 1000) = 1
14:37:13.182265 gettimeofday({1514986633, 182309}, NULL) = 0
14:37:13.182514 recvfrom(9, "HTTP/1.1 200 OK\r\nServer: nginx/1"..., 15360, 0,
NULL, NULL) = 292
14:37:13.182745 recvfrom(9, 0x2a0be28, 15068, 0, NULL, NULL) = -1 EAGAIN
(Resource temporarily unavailable)
14:37:13.182933 write(1, "00000004:bk_www.srvrep[0008:0009"...,
5100000004:bk_www.srvrep[0008:0009]: HTTP/1.1 200 OK) = 51
14:37:13.183165 write(1, "00000004:bk_www.srvhdr[0008:0009"...,
6500000004:bk_www.srvhdr[0008:0009]: Server: nginx/1.10.3 (Ubuntu)) = 65
14:37:13.183358 write(1, "00000004:bk_www.srvhdr[0008:0009"...,
7100000004:bk_www.srvhdr[0008:0009]: Date: Wed, 03 Jan 2018 13:37:13 GMT) = 71
14:37:13.183569 write(1, "00000004:bk_www.srvhdr[0008:0009"...,
7400000004:bk_www.srvhdr[0008:0009]: Content-Type: text/html; charset=UTF-8) =
74
14:37:13.183754 write(1, "00000004:bk_www.srvhdr[0008:0009"...,
6200000004:bk_www.srvhdr[0008:0009]: Transfer-Encoding: chunked) = 62
14:37:13.183991 write(1, "00000004:bk_www.srvhdr[0008:0009"...,
5800000004:bk_www.srvhdr[0008:0009]: Connection: keep-alive) = 58
14:37:13.184164 gettimeofday({1514986633, 184200}, NULL) = 0
14:37:13.184342 epoll_wait(3, [], 200, 0) = 0
14:37:13.184514 gettimeofday({1514986633, 184567}, NULL) = 0
14:37:13.184682 write(8,
"\27\3\3\0\352\363\202D_<\307\2610\350\7\200\240\354%\3609\210n^\346B\206Z\224\254\177\\"...,
239) = 239
14:37:13.184864 gettimeofday({1514986633, 184915}, NULL) = 0
14:37:13.185087 epoll_wait(3, [], 200, 1000) = 0
14:37:14.186421 gettimeofday({1514986634, 186524}, NULL) = 0
14:37:14.186927 gettimeofday({1514986634, 187017}, NULL) = 0
14:37:14.187346 epoll_wait(3, [], 200, 1000) = 0
14:37:15.188764 gettimeofday({1514986635, 188864}, NULL) = 0
14:37:15.189154 gettimeofday({1514986635, 189266}, NULL) = 0
14:37:15.189599 epoll_wait(3, [], 200, 1000) = 0
14:37:16.191046 gettimeofday({1514986636, 191145}, NULL) = 0
14:37:16.191445 gettimeofday({1514986636, 191506}, NULL) = 0
14:37:16.191811 epoll_wait(3, [], 200, 1000) = 0
14:37:17.193355 gettimeofday({1514986637, 193468}, NULL) = 0
14:37:17.193841 gettimeofday({1514986637, 193937}, NULL) = 0
14:37:17.194297 epoll_wait(3, [{EPOLLIN|EPOLLERR|EPOLLHUP|EPOLLRDHUP, {u32=8,
u64=8}}], 200, 1000) = 1
14:37:17.540063 gettimeofday({1514986637, 540155}, NULL) = 0
14:37:17.540422 read(8, 0x2a1b863, 5) = -1 ECONNRESET (Connection reset by
peer)
14:37:17.540863 setsockopt(9, SOL_SOCKET, SO_LINGER, {onoff=1, linger=0}, 8) = 0
14:37:17.541171 close(9) = 0
14:37:17.541513 write(1, "00000004:bk_www.srvcls[0008:adfd"...,
3400000004:bk_www.srvcls[0008:adfd]) = 34
14:37:17.541813 write(1, "00000004:bk_www.clicls[0008:adfd"...,
3400000004:bk_www.clicls[0008:adfd]) = 34
14:37:17.542114 write(1, "00000004:bk_www.closed[0008:adfd"...,
3400000004:bk_www.closed[0008:adfd]) = 34
14:37:17.542426 sendmsg(5, {msg_name(16)={sa_family=AF_INET,
sin_port=htons(514), sin_addr=inet_addr("10.0.0.4")}, msg_iov(8)=[{"<46>Jan 3
14:37:17 ", 20}, {"haproxy", 7}, {"[", 1}, {"24744", 5}, {"]: ", 3}, {"", 0},
{"10.0.0.4:61784 [03/Jan/2018:14:3"..., 140}, {"\n", 1}], msg_controllen=0,
msg_flags=0}, MSG_DONTWAIT|MSG_NOSIGNAL) = 177
14:37:17.542746 close(8) = 0
14:37:17.542941 gettimeofday({1514986637, 542971}, NULL) = 0
14:37:17.543138 epoll_wait(3, ^Cstrace: Process 24744 detached
<detached ...>
lukas@dev:~/haproxy$
dev-private-key.key
Description: Binary data
haproxy-h2-ie-edge-post-redirect-issue-capture.cap
Description: Binary data

