strace: Process 6653 attached select(2, [0 1], NULL, NULL, {tv_sec=27, tv_usec=451256}) = ? ERESTARTNOHAND (To be restarted if no handler) --- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} --- rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 rt_sigaction(SIGALRM, NULL, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, 8) = 0 rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 alarm(5) = 0 rt_sigreturn({mask=[]}) = -1 EINTR (Interrupted system call) rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 select(0, NULL, NULL, NULL, {tv_sec=0, tv_usec=200000}) = 0 (Timeout) rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 alarm(0) = 5 alarm(5) = 0 openat(AT_FDCWD, "/etc/shutmsg", O_RDONLY) = -1 ENOENT (No such file or directory) select(2, [0 1], NULL, NULL, {tv_sec=30, tv_usec=0}) = 1 (in [1], left {tv_sec=29, tv_usec=121173}) rt_sigprocmask(SIG_BLOCK, [TERM CHLD], NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [TERM CHLD], NULL, 8) = 0 fcntl(1, F_GETFL) = 0x2 (flags O_RDWR) fcntl(1, F_SETFL, O_RDWR|O_NONBLOCK) = 0 accept(1, NULL, NULL) = 11 pipe([12, 13]) = 0 fcntl(12, F_SETFD, FD_CLOEXEC) = 0 rt_sigprocmask(SIG_BLOCK, [USR1 USR2 TERM CHLD], NULL, 8) = 0 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fab5b863b50) = 6686 close(11) = 0 strace: Process 6686 attached [pid 6653] close(13) = 0 [pid 6653] rt_sigprocmask(SIG_UNBLOCK, [USR1 USR2 TERM CHLD], NULL, 8) = 0 [pid 6653] fcntl(1, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK) [pid 6686] set_robust_list(0x7fab5b863b60, 24 [pid 6653] fcntl(1, F_SETFL, O_RDWR) = 0 [pid 6653] openat(AT_FDCWD, "/etc/shutmsg", O_RDONLY [pid 6686] <... set_robust_list resumed> ) = 0 [pid 6653] <... openat resumed> ) = -1 ENOENT (No such file or directory) [pid 6653] select(13, [0 1 12], NULL, NULL, {tv_sec=30, tv_usec=0} [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [USR1 USR2 TERM CHLD], NULL, 8) = 0 [pid 6686] close(12) = 0 [pid 6686] getpid() = 6686 [pid 6686] close(1) = 0 [pid 6686] close(0) = 0 [pid 6686] getpid() = 6686 [pid 6686] rt_sigaction(SIGUSR1, {sa_handler=0x55b3c24318b0, sa_mask=[USR1], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fab5970b6f0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 6686] rt_sigaction(SIGUSR2, {sa_handler=0x55b3c2430db0, sa_mask=[USR2], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fab5970b6f0}, {sa_handler=0x55b3c2430db0, sa_mask=[USR2], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fab5970b6f0}, 8) = 0 [pid 6686] rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[CHLD], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fab5970b6f0}, {sa_handler=0x55b3c2430ed0, sa_mask=[CHLD], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fab5970b6f0}, 8) = 0 [pid 6686] rt_sigaction(SIGHUP, {sa_handler=SIG_IGN, sa_mask=[HUP], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fab5970b6f0}, {sa_handler=0x55b3c2430e70, sa_mask=[HUP], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fab5970b6f0}, 8) = 0 [pid 6686] close(-1) = -1 EBADF (Bad file descriptor) [pid 6686] close(-1) = -1 EBADF (Bad file descriptor) [pid 6686] getsockname(11, {sa_family=AF_INET6, sin6_port=htons(10022), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=htonl(0), sin6_scope_id=0}, [28]) = 0 [pid 6686] getpeername(11, {sa_family=AF_INET6, sin6_port=htons(45098), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=htonl(0), sin6_scope_id=0}, [28]) = 0 [pid 6686] dup2(11, 0) = 0 [pid 6686] dup2(11, 1) = 1 [pid 6686] close(11) = 0 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] fcntl(0, F_GETFL) = 0x2 (flags O_RDWR) [pid 6686] fcntl(0, F_SETFL, O_RDWR) = 0 [pid 6686] fcntl(1, F_GETFL) = 0x2 (flags O_RDWR) [pid 6686] fcntl(1, F_SETFL, O_RDWR) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setresuid(-1, 0, -1) = 0 [pid 6686] setresgid(-1, 0, -1) = 0 [pid 6686] close(-1) = -1 EBADF (Bad file descriptor) [pid 6686] socket(AF_UNIX, SOCK_DGRAM, 0) = 11 [pid 6686] fcntl(11, F_SETFD, FD_CLOEXEC) = 0 [pid 6686] connect(11, {sa_family=AF_UNIX, sun_path="/dev/log"}, 110) = 0 [pid 6686] fcntl(11, F_SETFD, FD_CLOEXEC) = 0 [pid 6686] geteuid() = 0 [pid 6686] setresgid(-1, 99, -1) = 0 [pid 6686] setresuid(-1, 99, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setsockopt(0, SOL_TCP, TCP_NODELAY, [1], 4) = 0 [pid 6686] setsockopt(1, SOL_TCP, TCP_NODELAY, [1], 4) = 0 [pid 6686] close(13) = 0 [pid 6653] <... select resumed> ) = 1 (in [12], left {tv_sec=29, tv_usec=999047}) [pid 6686] geteuid( [pid 6653] close(12 [pid 6686] <... geteuid resumed> ) = 99 [pid 6653] <... close resumed> ) = 0 [pid 6686] getegid( [pid 6653] openat(AT_FDCWD, "/etc/shutmsg", O_RDONLY [pid 6686] <... getegid resumed> ) = 99 [pid 6653] <... openat resumed> ) = -1 ENOENT (No such file or directory) [pid 6653] select(2, [0 1], NULL, NULL, {tv_sec=30, tv_usec=0} [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setresuid(-1, 0, -1) = 0 [pid 6686] setresgid(-1, 0, -1) = 0 [pid 6686] openat(AT_FDCWD, "/etc/ssh/ssh_host_rsa_key", O_RDONLY) = 12 [pid 6686] geteuid() = 0 [pid 6686] setresgid(-1, 99, -1) = 0 [pid 6686] setresuid(-1, 99, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] fstat(12, {st_mode=S_IFREG|0600, st_size=1679, ...}) = 0 [pid 6686] fcntl(12, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setresuid(-1, 0, -1) = 0 [pid 6686] setresgid(-1, 0, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] mlock(0x55b3c3cee000, 1023) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] geteuid() = 0 [pid 6686] setresgid(-1, 99, -1) = 0 [pid 6686] setresuid(-1, 99, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setresuid(-1, 0, -1) = 0 [pid 6686] setresgid(-1, 0, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] mlock(0x55b3c3cec000, 1023) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] geteuid() = 0 [pid 6686] setresgid(-1, 99, -1) = 0 [pid 6686] setresuid(-1, 99, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, " ", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, " ", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, " ", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "e", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "e", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "f", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "e", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "f", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "f", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "e", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "f", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "e", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "f", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "f", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "e", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "e", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "e", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "e", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "e", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "f", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "e", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "f", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "f", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "e", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "f", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "v", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "e", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "f", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "e", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "f", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "e", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "n", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "1", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "8", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "=", 1) = 1 [pid 6686] read(12, "=", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, " ", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, " ", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, " ", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] close(12) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setresuid(-1, 0, -1) = 0 [pid 6686] setresgid(-1, 0, -1) = 0 [pid 6686] openat(AT_FDCWD, "/etc/ssh/ssh_host_ecdsa_key", O_RDONLY) = 12 [pid 6686] geteuid() = 0 [pid 6686] setresgid(-1, 99, -1) = 0 [pid 6686] setresuid(-1, 99, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] fstat(12, {st_mode=S_IFREG|0600, st_size=227, ...}) = 0 [pid 6686] fcntl(12, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, " ", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, " ", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, " ", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "X", 1) = 1 [pid 6686] read(12, "3", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "u", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "l", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "F", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "6", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "e", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "g", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "w", 1) = 1 [pid 6686] read(12, "i", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "H", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "5", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "e", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "4", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "o", 1) = 1 [pid 6686] read(12, "S", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "G", 1) = 1 [pid 6686] read(12, "M", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "a", 1) = 1 [pid 6686] read(12, "J", 1) = 1 [pid 6686] read(12, "x", 1) = 1 [pid 6686] read(12, "c", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "W", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "L", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "Z", 1) = 1 [pid 6686] read(12, "k", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "z", 1) = 1 [pid 6686] read(12, "m", 1) = 1 [pid 6686] read(12, "q", 1) = 1 [pid 6686] read(12, "U", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "9", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "t", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "B", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "b", 1) = 1 [pid 6686] read(12, "p", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "h", 1) = 1 [pid 6686] read(12, "0", 1) = 1 [pid 6686] read(12, "s", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "O", 1) = 1 [pid 6686] read(12, "+", 1) = 1 [pid 6686] read(12, "2", 1) = 1 [pid 6686] read(12, "j", 1) = 1 [pid 6686] read(12, "r", 1) = 1 [pid 6686] read(12, "7", 1) = 1 [pid 6686] read(12, "y", 1) = 1 [pid 6686] read(12, "/", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, "d", 1) = 1 [pid 6686] read(12, "Q", 1) = 1 [pid 6686] read(12, "=", 1) = 1 [pid 6686] read(12, "=", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "N", 1) = 1 [pid 6686] read(12, "D", 1) = 1 [pid 6686] read(12, " ", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "C", 1) = 1 [pid 6686] read(12, " ", 1) = 1 [pid 6686] read(12, "P", 1) = 1 [pid 6686] read(12, "R", 1) = 1 [pid 6686] read(12, "I", 1) = 1 [pid 6686] read(12, "V", 1) = 1 [pid 6686] read(12, "A", 1) = 1 [pid 6686] read(12, "T", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, " ", 1) = 1 [pid 6686] read(12, "K", 1) = 1 [pid 6686] read(12, "E", 1) = 1 [pid 6686] read(12, "Y", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "-", 1) = 1 [pid 6686] read(12, "\n", 1) = 1 [pid 6686] close(12) = 0 [pid 6686] close(4) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setresuid(-1, 0, -1) = 0 [pid 6686] setresgid(-1, 0, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] mlock(0x55b3c3d09e10, 128) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] geteuid() = 0 [pid 6686] setresgid(-1, 99, -1) = 0 [pid 6686] setresuid(-1, 99, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2335, ...}) = 0 [pid 6686] write(2, "2018-02-06 20:47:53,653 bat.loca"..., 173) = 173 [pid 6686] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6686] rt_sigaction(SIGALRM, NULL, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, 8) = 0 [pid 6686] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6686] alarm(0) = 0 [pid 6686] alarm(5) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setresuid(-1, 0, -1) = 0 [pid 6686] setresgid(-1, 0, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] getpid() = 6686 [pid 6686] lstat("/run/proftpd/proftpd.scoreboard", {st_mode=S_IFREG|0644, st_size=656, ...}) = 0 [pid 6686] lstat("/run/proftpd/proftpd.scoreboard.lck", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 [pid 6686] openat(AT_FDCWD, "/run/proftpd/proftpd.scoreboard", O_RDWR|O_CREAT, 0644) = 4 [pid 6686] fchmod(4, 0644) = 0 [pid 6686] getpid() = 6686 [pid 6686] read(4, "\357\276\255\336\0\0\0\0\3\0\4\1\0\0\0\0\375\31\0\0\0\0\0\0\33\6zZ\0\0\0\0", 32) = 32 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] geteuid() = 0 [pid 6686] setresgid(-1, 99, -1) = 0 [pid 6686] setresuid(-1, 99, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] fcntl(10, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 0, SEEK_CUR) = 656 [pid 6686] geteuid() = 99 [pid 6686] getegid() = 99 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] fcntl(10, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 0, SEEK_CUR) = 32 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(10, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0 [pid 6686] read(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] fcntl(10, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0 [pid 6686] fcntl(10, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0 [pid 6686] read(4, "", 624) = 0 [pid 6686] fcntl(10, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6686] rt_sigaction(SIGALRM, NULL, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, 8) = 0 [pid 6686] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2335, ...}) = 0 [pid 6686] write(2, "2018-02-06 20:47:53,654 bat.loca"..., 95) = 95 [pid 6686] setsockopt(0, SOL_SOCKET, SO_OOBINLINE, [1], 4) = 0 [pid 6686] setsockopt(1, SOL_SOCKET, SO_OOBINLINE, [1], 4) = 0 [pid 6686] fcntl(0, F_SETOWN, 6686) = 0 [pid 6686] fcntl(1, F_SETOWN, 6686) = 0 [pid 6686] open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/proftpd.mo", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 6686] open("/usr/share/locale/en_US.utf8/LC_MESSAGES/proftpd.mo", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 6686] open("/usr/share/locale/en_US/LC_MESSAGES/proftpd.mo", O_RDONLY) = 12 [pid 6686] fstat(12, {st_mode=S_IFREG|0644, st_size=15145, ...}) = 0 [pid 6686] mmap(NULL, 15145, PROT_READ, MAP_PRIVATE, 12, 0) = 0x7fab5b88d000 [pid 6686] close(12) = 0 [pid 6686] open("/usr/share/locale/en.UTF-8/LC_MESSAGES/proftpd.mo", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 6686] open("/usr/share/locale/en.utf8/LC_MESSAGES/proftpd.mo", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 6686] open("/usr/share/locale/en/LC_MESSAGES/proftpd.mo", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 6686] getpid() = 6686 [pid 6686] select(2, NULL, [1], NULL, {tv_sec=600, tv_usec=0}) = 1 (out [1], left {tv_sec=599, tv_usec=999998}) [pid 6686] writev(1, [{iov_base="SSH-2.0-mod_sftp\r\n", iov_len=18}, {iov_base="\0\0\3\264", iov_len=4}, {iov_base="\7", iov_len=1}, {iov_base="\24\27\240\356'\2438\247\243e\352\202\365\375\"y\265\0\0\1\3ecdh-sha2-n"..., iov_len=940}, {iov_base="\346/SR\5\301o", iov_len=7}], 5) = 970 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "S", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "S", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "H", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "-", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "2", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, ".", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "0", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "-", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "O", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "p", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "e", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "n", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "S", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "S", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "H", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "_", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "7", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, ".", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "6", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "\r", 1) = 1 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "\n", 1) = 1 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "\0\0\5L\5\24\315\241", 8) = 8 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "\21\230!aV\226\5,\244\362\362\302\3\341\0\0\0010curve25519-sha"..., 1352) = 1352 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "\0\0\0L\5\36\0\0", 8) = 8 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "\0A\4A\301\364\305\274B\246\302w5\300M\255e\270\375\36n\324\21k\245G\353p\201\26\242f"..., 72) = 72 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] getpid() = 6686 [pid 6686] brk(NULL) = 0x55b3c3d43000 [pid 6686] brk(0x55b3c3d64000) = 0x55b3c3d64000 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] select(2, NULL, [1], NULL, {tv_sec=600, tv_usec=0}) = 1 (out [1], left {tv_sec=599, tv_usec=999999}) [pid 6686] writev(1, [{iov_base="\0\0\2|", iov_len=4}, {iov_base="\7", iov_len=1}, {iov_base="\37\0\0\1\27\0\0\0\7ssh-rsa\0\0\0\3\1\0\1\0\0\1\1\0\245\300/\341"..., iov_len=628}, {iov_base="Q%\337\323<\305\345", iov_len=7}], 4) = 640 [pid 6686] select(2, NULL, [1], NULL, {tv_sec=600, tv_usec=0}) = 1 (out [1], left {tv_sec=599, tv_usec=999999}) [pid 6686] writev(1, [{iov_base="\0\0\0\f", iov_len=4}, {iov_base="\n", iov_len=1}, {iov_base="\25", iov_len=1}, {iov_base="\363\32G\343\371\3),\240\26", iov_len=10}], 4) = 16 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999848}) [pid 6686] read(0, "\0\0\0\f\n\25\0\0", 8) = 8 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "\0\0\0\0\0\0\0\0", 8) = 8 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6686] rt_sigaction(SIGALRM, NULL, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, 8) = 0 [pid 6686] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] getpid() = 6686 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=960314}) [pid 6686] read(0, "\7=\177\247\21\330\0Sz\262\215 /s+i", 16) = 16 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999998}) [pid 6686] read(0, "\34{~\24|\232\265\205\0\272Bn\231\241I8", 16) = 16 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "Y\361\16\260v\232\1\236", 8) = 8 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] getpid() = 6686 [pid 6686] select(2, NULL, [1], NULL, {tv_sec=600, tv_usec=0}) = 1 (out [1], left {tv_sec=599, tv_usec=999999}) [pid 6686] writev(1, [{iov_base="\253\37Us\276\260S\227\341\376\346.\332\257\"qF\271\363\370\322<\273\3\222\211w\6\307\306\t\346", iov_len=32}, {iov_base="\342\211\24\23\36\262V8", iov_len=8}], 2) = 40 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "\4\233\206\315\227%\265'\266{\3467'\277\253\352", 16) = 16 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "4\344\321\n$\35\200#4\271h\310E\237v\334[Y\224\6\323\244\322\212\342\340\323o\207\206?\37", 32) = 32 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "q\205Jg\354\251\311\10", 8) = 8 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] close(6) = 0 [pid 6686] getpid() = 6686 [pid 6686] fstat(8, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 [pid 6686] close(8) = 0 [pid 6686] getpid() = 6686 [pid 6686] socket(AF_UNIX, SOCK_STREAM, 0) = 6 [pid 6686] fcntl(6, F_GETFL) = 0x2 (flags O_RDWR) [pid 6686] fcntl(6, F_SETFL, O_RDWR|O_NONBLOCK) = 0 [pid 6686] fcntl(6, F_GETFD) = 0 [pid 6686] fcntl(6, F_SETFD, FD_CLOEXEC) = 0 [pid 6686] connect(6, {sa_family=AF_UNIX, sun_path="/var/lib/sss/pipes/nss"}, 110) = 0 [pid 6686] fstat(6, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 [pid 6686] poll([{fd=6, events=POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] sendto(6, "\24\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0", 16, MSG_NOSIGNAL, NULL, 0) = 16 [pid 6686] poll([{fd=6, events=POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] sendto(6, "\1\0\0\0", 4, MSG_NOSIGNAL, NULL, 0) = 4 [pid 6686] poll([{fd=6, events=POLLIN}], 1, 300000) = 1 ([{fd=6, revents=POLLIN}]) [pid 6686] read(6, "\24\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0", 16) = 16 [pid 6686] poll([{fd=6, events=POLLIN}], 1, 300000) = 1 ([{fd=6, revents=POLLIN}]) [pid 6686] read(6, "\1\0\0\0", 4) = 4 [pid 6686] poll([{fd=6, events=POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] sendto(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16, MSG_NOSIGNAL, NULL, 0) = 16 [pid 6686] poll([{fd=6, events=POLLIN}], 1, 300000) = 1 ([{fd=6, revents=POLLIN}]) [pid 6686] read(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16) = 16 [pid 6686] getpid() = 6686 [pid 6686] select(2, NULL, [1], NULL, {tv_sec=600, tv_usec=0}) = 1 (out [1], left {tv_sec=599, tv_usec=999999}) [pid 6686] writev(1, [{iov_base="\33\265\7)\247&\225t\267DS6\246{^\305\315=o\341W\276\271X\2176\3279\376>I\377", iov_len=32}, {iov_base="1\253:\317\366\347\347\5", iov_len=8}], 2) = 40 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "3O'\265\305'\31L\216\251t\223\20\323D\343", 16) = 16 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "j\363B\326\207y\247\240!0r\275\\X}\367\210}\307\220\357\236\323\360\214\346_\242\217\37\353\302"..., 176) = 176 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "\321\314\f\367\30\222N\311", 8) = 8 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] poll([{fd=6, events=POLLIN|POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] poll([{fd=6, events=POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] sendto(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16, MSG_NOSIGNAL, NULL, 0) = 16 [pid 6686] poll([{fd=6, events=POLLIN}], 1, 300000) = 1 ([{fd=6, revents=POLLIN}]) [pid 6686] read(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16) = 16 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] poll([{fd=6, events=POLLIN|POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] poll([{fd=6, events=POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] sendto(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16, MSG_NOSIGNAL, NULL, 0) = 16 [pid 6686] poll([{fd=6, events=POLLIN}], 1, 300000) = 1 ([{fd=6, revents=POLLIN}]) [pid 6686] read(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16) = 16 [pid 6686] open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 8 [pid 6686] fstat(8, {st_mode=S_IFREG|0644, st_size=3321, ...}) = 0 [pid 6686] read(8, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 3321 [pid 6686] close(8) = 0 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] select(2, NULL, [1], NULL, {tv_sec=600, tv_usec=0}) = 1 (out [1], left {tv_sec=599, tv_usec=999999}) [pid 6686] writev(1, [{iov_base="\373\234\0\271\276\226\231oDcVc\\\360~\212\316-\252\367\346\20\n\257\277\363L\314(\263\264\20"..., iov_len=144}, {iov_base="~?:V\0206\364|", iov_len=8}], 2) = 152 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=597, tv_usec=660077}) [pid 6686] read(0, "|\375\227\221K\302\35\273f\301\16\215(\210\30\330", 16) = 16 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999995}) [pid 6686] read(0, "2W\335r\3235y\326r\16}\367z\375)\202F\313\365\244\212L\3308\273\315f4\307w7\233"..., 272) = 272 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999995}) [pid 6686] read(0, "\0173\33\261\21T\341\250", 8) = 8 [pid 6686] alarm(0) = 3 [pid 6686] alarm(5) = 0 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] poll([{fd=6, events=POLLIN|POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] poll([{fd=6, events=POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] sendto(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16, MSG_NOSIGNAL, NULL, 0) = 16 [pid 6686] poll([{fd=6, events=POLLIN}], 1, 300000) = 1 ([{fd=6, revents=POLLIN}]) [pid 6686] read(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16) = 16 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] poll([{fd=6, events=POLLIN|POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] poll([{fd=6, events=POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] sendto(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16, MSG_NOSIGNAL, NULL, 0) = 16 [pid 6686] poll([{fd=6, events=POLLIN}], 1, 300000) = 1 ([{fd=6, revents=POLLIN}]) [pid 6686] read(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16) = 16 [pid 6686] open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 8 [pid 6686] fstat(8, {st_mode=S_IFREG|0644, st_size=3321, ...}) = 0 [pid 6686] read(8, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 3321 [pid 6686] close(8) = 0 [pid 6686] getpid() = 6686 [pid 6686] openat(AT_FDCWD, "/etc/blacklist.dat", O_RDONLY) = 8 [pid 6686] fstat(8, {st_mode=S_IFREG|0644, st_size=1310700, ...}) = 0 [pid 6686] read(8, "SSH-FP00\20\0200\4\177\367\0\v", 16) = 16 [pid 6686] lseek(8, 130606, SEEK_SET) = 130606 [pid 6686] read(8, "\0009\0;", 4) = 4 [pid 6686] lseek(8, 1306544, SEEK_SET) = 1306544 [pid 6686] read(8, "8\236U\20", 4) = 4 [pid 6686] read(8, ":\325\346\327", 4) = 4 [pid 6686] read(8, "u\34\206\270", 4) = 4 [pid 6686] read(8, "{w[\244", 4) = 4 [pid 6686] read(8, "\217\234\221\246", 4) = 4 [pid 6686] read(8, "\330v\264\0", 4) = 4 [pid 6686] read(8, "\377\330\"I", 4) = 4 [pid 6686] close(8) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setresuid(-1, 0, -1) = 0 [pid 6686] setresgid(-1, 0, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] openat(AT_FDCWD, "/etc/proftpd/authorized_keys/fansari", O_RDONLY|O_NONBLOCK) = 8 [pid 6686] fcntl(8, F_SETFD, FD_CLOEXEC) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] geteuid() = 0 [pid 6686] setresgid(-1, 99, -1) = 0 [pid 6686] setresuid(-1, 99, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] fcntl(8, F_GETFL) = 0x8800 (flags O_RDONLY|O_NONBLOCK|O_LARGEFILE) [pid 6686] fcntl(8, F_SETFL, O_RDONLY|O_LARGEFILE) = 0 [pid 6686] fstat(8, {st_mode=S_IFREG|0644, st_size=337, ...}) = 0 [pid 6686] read(8, "---- BEGIN SSH2 PUBLIC KEY ----\n"..., 4096) = 337 [pid 6686] read(8, "", 4096) = 0 [pid 6686] lseek(8, 0, SEEK_SET) = 0 [pid 6686] close(8) = 0 [pid 6686] stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2335, ...}) = 0 [pid 6686] write(2, "2018-02-06 20:47:56,048 bat.loca"..., 162) = 162 [pid 6686] select(2, NULL, [1], NULL, {tv_sec=600, tv_usec=0}) = 1 (out [1], left {tv_sec=599, tv_usec=999996}) [pid 6686] writev(1, [{iov_base="\347BK\251\5\353b\233\202k\233\24m#\204m\200\251?\356\216\20\367\337c\3503q\273\341C6", iov_len=32}, {iov_base="Lg\244\31\220\302\274\3", iov_len=8}], 2) = 40 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "\301\27\20\337\"-\n\23\353\30\320\307\232\226\330\367", 16) = 16 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "\244%\34\203\327\273\242zWg\235\322\32\233\fs\231\23DYwo+\200\263\17\375g{o\343\245"..., 208) = 208 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "\32D\205\226\354\207\2368", 8) = 8 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] poll([{fd=6, events=POLLIN|POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] poll([{fd=6, events=POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] sendto(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16, MSG_NOSIGNAL, NULL, 0) = 16 [pid 6686] poll([{fd=6, events=POLLIN}], 1, 300000) = 1 ([{fd=6, revents=POLLIN}]) [pid 6686] read(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16) = 16 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] poll([{fd=6, events=POLLIN|POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] poll([{fd=6, events=POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] sendto(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16, MSG_NOSIGNAL, NULL, 0) = 16 [pid 6686] poll([{fd=6, events=POLLIN}], 1, 300000) = 1 ([{fd=6, revents=POLLIN}]) [pid 6686] read(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16) = 16 [pid 6686] open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 8 [pid 6686] fstat(8, {st_mode=S_IFREG|0644, st_size=3321, ...}) = 0 [pid 6686] read(8, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 3321 [pid 6686] close(8) = 0 [pid 6686] getpid() = 6686 [pid 6686] select(2, NULL, [1], NULL, {tv_sec=600, tv_usec=0}) = 1 (out [1], left {tv_sec=599, tv_usec=999999}) [pid 6686] writev(1, [{iov_base="\261\254\373\263\30?\211M\367}\33\266\26\252\305N\32\243T9|\7s\350\202\\\334=\323\211\363#"..., iov_len=176}, {iov_base="\26\310\311\23Z\215\376A", iov_len=8}], 2) = 184 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0(none)\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0} [pid 6653] <... select resumed> ) = ? ERESTARTNOHAND (To be restarted if no handler) [pid 6653] --- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} --- [pid 6653] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6653] rt_sigaction(SIGALRM, NULL, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, 8) = 0 [pid 6653] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6653] alarm(5) = 0 [pid 6653] rt_sigreturn({mask=[]}) = -1 EINTR (Interrupted system call) [pid 6653] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6653] select(0, NULL, NULL, NULL, {tv_sec=0, tv_usec=200000}) = 0 (Timeout) [pid 6653] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6653] alarm(0) = 5 [pid 6653] select(6, [4], NULL, NULL, {tv_sec=0, tv_usec=500}) = 0 (Timeout) [pid 6653] alarm(5) = 0 [pid 6653] openat(AT_FDCWD, "/etc/shutmsg", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 6653] select(2, [0 1], NULL, NULL, {tv_sec=30, tv_usec=0} [pid 6686] <... select resumed> ) = ? ERESTARTNOHAND (To be restarted if no handler) [pid 6686] --- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} --- [pid 6686] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6686] rt_sigaction(SIGALRM, NULL, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, 8) = 0 [pid 6686] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6686] alarm(5) = 0 [pid 6686] rt_sigreturn({mask=[]}) = -1 EINTR (Interrupted system call) [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] select(0, NULL, NULL, NULL, {tv_sec=0, tv_usec=200000}) = 0 (Timeout) [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=595, tv_usec=668}) = 1 (in [0], left {tv_sec=593, tv_usec=861574}) [pid 6686] read(0, "j:\212m\336\311\206Yj\214|\32365@\252", 16) = 16 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999995}) [pid 6686] read(0, "\261[\205\314\334P\351\307\0A]\246\326l\334\25Y9Z\16\23]\226\265\202A\276\264\206Rd\340"..., 352) = 352 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999995}) [pid 6686] read(0, "4\32\370Wkv\210|", 8) = 8 [pid 6686] alarm(0) = 4 [pid 6686] alarm(5) = 0 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] poll([{fd=6, events=POLLIN|POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] poll([{fd=6, events=POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] sendto(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16, MSG_NOSIGNAL, NULL, 0) = 16 [pid 6686] poll([{fd=6, events=POLLIN}], 1, 300000) = 1 ([{fd=6, revents=POLLIN}]) [pid 6686] read(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16) = 16 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] poll([{fd=6, events=POLLIN|POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] poll([{fd=6, events=POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] sendto(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16, MSG_NOSIGNAL, NULL, 0) = 16 [pid 6686] poll([{fd=6, events=POLLIN}], 1, 300000) = 1 ([{fd=6, revents=POLLIN}]) [pid 6686] read(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16) = 16 [pid 6686] open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 8 [pid 6686] fstat(8, {st_mode=S_IFREG|0644, st_size=3321, ...}) = 0 [pid 6686] read(8, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 3321 [pid 6686] close(8) = 0 [pid 6686] getpid() = 6686 [pid 6686] openat(AT_FDCWD, "/etc/blacklist.dat", O_RDONLY) = 8 [pid 6686] fstat(8, {st_mode=S_IFREG|0644, st_size=1310700, ...}) = 0 [pid 6686] read(8, "SSH-FP00\20\0200\4\177\367\0\v", 16) = 16 [pid 6686] lseek(8, 79258, SEEK_SET) = 79258 [pid 6686] read(8, "\0\220\0\217", 4) = 4 [pid 6686] lseek(8, 844776, SEEK_SET) = 844776 [pid 6686] read(8, "(\362\f\35", 4) = 4 [pid 6686] read(8, "\3177\250a", 4) = 4 [pid 6686] read(8, "\330\353\342\306", 4) = 4 [pid 6686] close(8) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setresuid(-1, 0, -1) = 0 [pid 6686] setresgid(-1, 0, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] openat(AT_FDCWD, "/etc/proftpd/authorized_keys/fansari", O_RDONLY|O_NONBLOCK) = 8 [pid 6686] fcntl(8, F_SETFD, FD_CLOEXEC) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] geteuid() = 0 [pid 6686] setresgid(-1, 99, -1) = 0 [pid 6686] setresuid(-1, 99, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] fcntl(8, F_GETFL) = 0x8800 (flags O_RDONLY|O_NONBLOCK|O_LARGEFILE) [pid 6686] fcntl(8, F_SETFL, O_RDONLY|O_LARGEFILE) = 0 [pid 6686] fstat(8, {st_mode=S_IFREG|0644, st_size=337, ...}) = 0 [pid 6686] read(8, "---- BEGIN SSH2 PUBLIC KEY ----\n"..., 4096) = 337 [pid 6686] lseek(8, 0, SEEK_SET) = 0 [pid 6686] close(8) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setresuid(-1, 0, -1) = 0 [pid 6686] setresgid(-1, 0, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] open("/etc/shadow", O_RDONLY|O_CLOEXEC) = 8 [pid 6686] open("/etc/shadow", O_RDONLY|O_CLOEXEC) = 12 [pid 6686] fstat(12, {st_mode=S_IFREG|000, st_size=1838, ...}) = 0 [pid 6686] read(12, "root:$5$MiHmLNXoTSoplCB.$FL9wiMF"..., 4096) = 1838 [pid 6686] close(12) = 0 [pid 6686] close(8) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] geteuid() = 0 [pid 6686] setresgid(-1, 99, -1) = 0 [pid 6686] setresuid(-1, 99, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 8 [pid 6686] fstat(8, {st_mode=S_IFREG|0644, st_size=3321, ...}) = 0 [pid 6686] read(8, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 3321 [pid 6686] close(8) = 0 [pid 6686] openat(AT_FDCWD, "/etc/shells", O_RDONLY) = 8 [pid 6686] fstat(8, {st_mode=S_IFREG|0644, st_size=98, ...}) = 0 [pid 6686] read(8, "/bin/sh\n/bin/bash\n/sbin/nologin\n"..., 4096) = 98 [pid 6686] close(8) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setresuid(-1, 0, -1) = 0 [pid 6686] setresgid(-1, 0, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] openat(AT_FDCWD, "/etc/ftpusers", O_RDONLY) = 8 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] geteuid() = 0 [pid 6686] setresgid(-1, 99, -1) = 0 [pid 6686] setresuid(-1, 99, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] fstat(8, {st_mode=S_IFREG|0644, st_size=176, ...}) = 0 [pid 6686] read(8, "root\nbin\ndaemon\nadm\nlp\nsync\nshut"..., 4096) = 176 [pid 6686] read(8, "", 4096) = 0 [pid 6686] close(8) = 0 [pid 6686] getpid() = 6686 [pid 6686] open("/etc/group", O_RDONLY|O_CLOEXEC) = 8 [pid 6686] fstat(8, {st_mode=S_IFREG|0644, st_size=1372, ...}) = 0 [pid 6686] read(8, "root:x:0:\nbin:x:1:\ndaemon:x:2:\ns"..., 4096) = 1372 [pid 6686] close(8) = 0 [pid 6686] open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 8 [pid 6686] fstat(8, {st_mode=S_IFREG|0644, st_size=3321, ...}) = 0 [pid 6686] read(8, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 3321 [pid 6686] close(8) = 0 [pid 6686] open("/etc/group", O_RDONLY|O_CLOEXEC) = 8 [pid 6686] fstat(8, {st_mode=S_IFREG|0644, st_size=1372, ...}) = 0 [pid 6686] read(8, "root:x:0:\nbin:x:1:\ndaemon:x:2:\ns"..., 4096) = 1372 [pid 6686] close(8) = 0 [pid 6686] open("/etc/group", O_RDONLY|O_CLOEXEC) = 8 [pid 6686] geteuid() = 99 [pid 6686] mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fab5b822000 [pid 6686] open("/etc/group", O_RDONLY|O_CLOEXEC) = 12 [pid 6686] lseek(12, 0, SEEK_CUR) = 0 [pid 6686] fstat(12, {st_mode=S_IFREG|0644, st_size=1372, ...}) = 0 [pid 6686] read(12, "root:x:0:\nbin:x:1:\ndaemon:x:2:\ns"..., 4096) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] lseek(12, 0, SEEK_CUR) = 1372 [pid 6686] read(12, "", 4096) = 0 [pid 6686] close(12) = 0 [pid 6686] fstat(7, {st_mode=S_IFREG|0644, st_size=10406312, ...}) = 0 [pid 6686] munmap(0x7fab5b822000, 266240) = 0 [pid 6686] open("/etc/group", O_RDONLY|O_CLOEXEC) = 12 [pid 6686] fstat(12, {st_mode=S_IFREG|0644, st_size=1372, ...}) = 0 [pid 6686] read(12, "root:x:0:\nbin:x:1:\ndaemon:x:2:\ns"..., 4096) = 1372 [pid 6686] close(12) = 0 [pid 6686] open("/etc/group", O_RDONLY|O_CLOEXEC) = 12 [pid 6686] fstat(12, {st_mode=S_IFREG|0644, st_size=1372, ...}) = 0 [pid 6686] read(12, "root:x:0:\nbin:x:1:\ndaemon:x:2:\ns"..., 4096) = 1372 [pid 6686] close(12) = 0 [pid 6686] open("/etc/group", O_RDONLY|O_CLOEXEC) = 12 [pid 6686] fstat(12, {st_mode=S_IFREG|0644, st_size=1372, ...}) = 0 [pid 6686] read(12, "root:x:0:\nbin:x:1:\ndaemon:x:2:\ns"..., 4096) = 1372 [pid 6686] close(12) = 0 [pid 6686] open("/etc/group", O_RDONLY|O_CLOEXEC) = 12 [pid 6686] fstat(12, {st_mode=S_IFREG|0644, st_size=1372, ...}) = 0 [pid 6686] read(12, "root:x:0:\nbin:x:1:\ndaemon:x:2:\ns"..., 4096) = 1372 [pid 6686] close(12) = 0 [pid 6686] open("/etc/group", O_RDONLY|O_CLOEXEC) = 12 [pid 6686] fstat(12, {st_mode=S_IFREG|0644, st_size=1372, ...}) = 0 [pid 6686] read(12, "root:x:0:\nbin:x:1:\ndaemon:x:2:\ns"..., 4096) = 1372 [pid 6686] close(12) = 0 [pid 6686] open("/etc/group", O_RDONLY|O_CLOEXEC) = 12 [pid 6686] fstat(12, {st_mode=S_IFREG|0644, st_size=1372, ...}) = 0 [pid 6686] read(12, "root:x:0:\nbin:x:1:\ndaemon:x:2:\ns"..., 4096) = 1372 [pid 6686] close(12) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setresuid(-1, 0, -1) = 0 [pid 6686] setresgid(-1, 1000, -1) = 0 [pid 6686] setresuid(-1, 1000, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] lstat("/", {st_mode=S_IFDIR|0555, st_size=170, ...}) = 0 [pid 6686] lstat("/home", {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0 [pid 6686] lstat("/home/fansari", {st_mode=S_IFDIR|0710, st_size=4984, ...}) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] geteuid() = 1000 [pid 6686] setresuid(-1, 0, -1) = 0 [pid 6686] setresgid(-1, 99, -1) = 0 [pid 6686] setresuid(-1, 99, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setresuid(-1, 0, -1) = 0 [pid 6686] setresgid(-1, 0, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] openat(AT_FDCWD, "/var/log/wtmp", O_WRONLY|O_APPEND) = 12 [pid 6686] fstat(12, {st_mode=S_IFREG|0664, st_size=465408, ...}) = 0 [pid 6686] write(12, "\7\0\0\0\36\32\0\0ssh\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 [pid 6686] stat("/var/log", {st_mode=S_IFDIR|0755, st_size=1216, ...}) = 0 [pid 6686] openat(AT_FDCWD, "/var/log/xferlog", O_WRONLY|O_CREAT|O_APPEND|O_NONBLOCK|O_NOFOLLOW, 0644) = 13 [pid 6686] fstat(13, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 [pid 6686] fstat(13, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 [pid 6686] fcntl(13, F_SETFD, FD_CLOEXEC) = 0 [pid 6686] fcntl(13, F_GETFL) = 0x28c01 (flags O_WRONLY|O_APPEND|O_NONBLOCK|O_LARGEFILE|O_NOFOLLOW) [pid 6686] fcntl(13, F_SETFL, O_WRONLY|O_APPEND|O_LARGEFILE|O_NOFOLLOW) = 0 [pid 6686] getuid() = 0 [pid 6686] setgroups(6, [1000, 4, 10, 982, 1003, 1005]) = 0 [pid 6686] setgid(1000) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] geteuid() = 0 [pid 6686] setresgid(-1, 99, -1) = 0 [pid 6686] setresuid(-1, 99, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setresuid(-1, 0, -1) = 0 [pid 6686] setresgid(-1, 0, -1) = 0 [pid 6686] getuid() = 0 [pid 6686] getuid() = 0 [pid 6686] setuid(0) = 0 [pid 6686] setgid(1000) = 0 [pid 6686] setresuid(-1, 1000, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setresuid(-1, 0, -1) = 0 [pid 6686] setresgid(-1, 0, -1) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setresuid(-1, 0, -1) = 0 [pid 6686] setgid(1000) = 0 [pid 6686] setuid(1000) = 0 [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] lstat("/", {st_mode=S_IFDIR|0555, st_size=170, ...}) = 0 [pid 6686] lstat("/home", {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0 [pid 6686] lstat("/home/fansari", {st_mode=S_IFDIR|0710, st_size=4984, ...}) = 0 [pid 6686] chdir("/home/fansari") = 0 [pid 6686] lstat("/", {st_mode=S_IFDIR|0555, st_size=170, ...}) = 0 [pid 6686] lstat("/home", {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0 [pid 6686] lstat("/home/fansari", {st_mode=S_IFDIR|0710, st_size=4984, ...}) = 0 [pid 6686] getpid() = 6686 [pid 6686] stat("/home/fansari", {st_mode=S_IFDIR|0710, st_size=4984, ...}) = 0 [pid 6686] stat("/home/fansari/.ftpaccess", 0x7fff7a92bae0) = -1 ENOENT (No such file or directory) [pid 6686] stat("/home/.ftpaccess", 0x7fff7a92bae0) = -1 ENOENT (No such file or directory) [pid 6686] stat("/.ftpaccess", 0x7fff7a92bae0) = -1 ENOENT (No such file or directory) [pid 6686] umask(022) = 022 [pid 6686] stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2335, ...}) = 0 [pid 6686] write(2, "2018-02-06 20:48:02,409 bat.loca"..., 105) = 105 [pid 6686] stat("/home/fansari", {st_mode=S_IFDIR|0710, st_size=4984, ...}) = 0 [pid 6686] stat("/home/fansari/.ftpaccess", 0x7fff7a92bbf0) = -1 ENOENT (No such file or directory) [pid 6686] stat("/home/.ftpaccess", 0x7fff7a92bbf0) = -1 ENOENT (No such file or directory) [pid 6686] stat("/.ftpaccess", 0x7fff7a92bbf0) = -1 ENOENT (No such file or directory) [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] select(2, NULL, [1], NULL, {tv_sec=600, tv_usec=0}) = 1 (out [1], left {tv_sec=599, tv_usec=999998}) [pid 6686] writev(1, [{iov_base="O$\16^m\17@\316$Bv\231\313Ka\26", iov_len=16}, {iov_base="\364X\276\233;;?Z", iov_len=8}], 2) = 24 [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] setreuid(1000, 0) = -1 EPERM (Operation not permitted) [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] stat("/home/fansari", {st_mode=S_IFDIR|0710, st_size=4984, ...}) = 0 [pid 6686] stat("/home/fansari/.ftpaccess", 0x7fff7a92b940) = -1 ENOENT (No such file or directory) [pid 6686] stat("/home/.ftpaccess", 0x7fff7a92b940) = -1 ENOENT (No such file or directory) [pid 6686] stat("/.ftpaccess", 0x7fff7a92b940) = -1 ENOENT (No such file or directory) [pid 6686] openat(AT_FDCWD, "/usr/lib64/gconv/ISO8859-1.so", O_RDONLY|O_CLOEXEC) = 14 [pid 6686] read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\6\0\0\0\0\0\0"..., 832) = 832 [pid 6686] fstat(14, {st_mode=S_IFREG|0755, st_size=12664, ...}) = 0 [pid 6686] mmap(NULL, 2105408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7fab4e684000 [pid 6686] mprotect(0x7fab4e686000, 2093056, PROT_NONE) = 0 [pid 6686] mmap(0x7fab4e885000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x1000) = 0x7fab4e885000 [pid 6686] close(14) = 0 [pid 6686] mprotect(0x7fab4e885000, 4096, PROT_READ) = 0 [pid 6686] getpid() = 6686 [pid 6686] getpid() = 6686 [pid 6686] stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2335, ...}) = 0 [pid 6686] write(2, "2018-02-06 20:48:02,410 bat.loca"..., 106) = 106 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "q\240\f\266\265\347\301\371\352%\310\200E6\4\243", 16) = 16 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "\217+\365\371\34\252jY\225\347\23\33xY\303\231T5\333h\357H\16\t\2219V\2\270\255\313P", 32) = 32 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "{\367\355\362I\301\16\371", 8) = 8 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] getpid() = 6686 [pid 6686] select(2, NULL, [1], NULL, {tv_sec=600, tv_usec=0}) = 1 (out [1], left {tv_sec=599, tv_usec=999999}) [pid 6686] writev(1, [{iov_base="\230\34\300{\206No\202\27\5\227\200\264\23\203\3\ruAnh \3229L\35k)\352F\35\242", iov_len=32}, {iov_base="\274\236\\\22\177)vz", iov_len=8}], 2) = 40 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "\320\223\244\337x[\225\217\3538\370/q\35<\\", 16) = 16 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "\271\21\303\237m_z<\232\253\334<\262\230\27\233x'\234\3\320\210b\211QO\264\346D\343\244\377", 32) = 32 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "\230\\;|\323\315\3701", 8) = 8 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] getpid() = 6686 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] select(2, NULL, [1], NULL, {tv_sec=600, tv_usec=0}) = 1 (out [1], left {tv_sec=599, tv_usec=999999}) [pid 6686] writev(1, [{iov_base="\316\360\272`if({Q\376\27I\201\214\204 ", iov_len=16}, {iov_base="\26~\6\207&Dx\n", iov_len=8}], 2) = 24 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "0\263\21p\237\364\177S\272\222y\16?\334\27\337", 16) = 16 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "m\243J\262_p\f\276\307\241qb\323\213\276\326", 16) = 16 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "\377b\341\332\240\5\333\244", 8) = 8 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] getpid() = 6686 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] select(2, NULL, [1], NULL, {tv_sec=600, tv_usec=0}) = 1 (out [1], left {tv_sec=599, tv_usec=999999}) [pid 6686] writev(1, [{iov_base="\327\243\252\334\276\372\375\257\232&\305Z>\351\264\320\247\231D[\276\313\352\342?\275\16\264\270 \353\343"..., iov_len=208}, {iov_base="\f\235\252\2761\343\256\221", iov_len=8}], 2) = 216 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999939}) [pid 6686] read(0, "\222[#\27\225`r\177\225\2066\353\265IeB", 16) = 16 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "|I\353p|\213\336_*\317\21E\0\330~R", 16) = 16 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999999}) [pid 6686] read(0, "Z\220\"@DiO\21", 8) = 8 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] getpid() = 6686 [pid 6686] stat("/home/fansari", {st_mode=S_IFDIR|0710, st_size=4984, ...}) = 0 [pid 6686] stat("/home/fansari/.ftpaccess", 0x7fff7a92b8c0) = -1 ENOENT (No such file or directory) [pid 6686] stat("/home/.ftpaccess", 0x7fff7a92b8c0) = -1 ENOENT (No such file or directory) [pid 6686] stat("/.ftpaccess", 0x7fff7a92b8c0) = -1 ENOENT (No such file or directory) [pid 6686] umask(022) = 022 [pid 6686] lstat("/home/fansari", {st_mode=S_IFDIR|0710, st_size=4984, ...}) = 0 [pid 6686] select(2, NULL, [1], NULL, {tv_sec=600, tv_usec=0}) = 1 (out [1], left {tv_sec=599, tv_usec=999999}) [pid 6686] writev(1, [{iov_base="\326\23\357f= eQ\340+L\225G\231\213DyM\260\35\265\346p2\232\230\350\223\212f@\265"..., iov_len=128}, {iov_base="\347 [pid 6653] <... select resumed> ) = ? ERESTARTNOHAND (To be restarted if no handler) [pid 6653] --- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} --- [pid 6653] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6653] rt_sigaction(SIGALRM, NULL, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, 8) = 0 [pid 6653] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6653] alarm(5) = 0 [pid 6653] rt_sigreturn({mask=[]}) = -1 EINTR (Interrupted system call) [pid 6653] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6653] select(0, NULL, NULL, NULL, {tv_sec=0, tv_usec=200000}) = 0 (Timeout) [pid 6653] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6653] alarm(0) = 5 [pid 6653] alarm(2) = 0 [pid 6653] openat(AT_FDCWD, "/etc/shutmsg", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 6653] select(2, [0 1], NULL, NULL, {tv_sec=30, tv_usec=0}) = ? ERESTARTNOHAND (To be restarted if no handler) [pid 6653] --- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} --- [pid 6653] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6653] rt_sigaction(SIGALRM, NULL, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, 8) = 0 [pid 6653] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6653] alarm(2) = 0 [pid 6653] rt_sigreturn({mask=[]}) = -1 EINTR (Interrupted system call) [pid 6653] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6653] select(0, NULL, NULL, NULL, {tv_sec=0, tv_usec=200000}) = 0 (Timeout) [pid 6653] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6653] alarm(0) = 2 [pid 6653] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6653] setresuid(-1, 0, -1) = 0 [pid 6653] setresgid(-1, 0, -1) = 0 [pid 6653] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6653] openat(AT_FDCWD, "/run/proftpd/proftpd.scoreboard", O_RDWR) = 11 [pid 6653] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6653] geteuid() = 0 [pid 6653] setresgid(-1, 99, -1) = 0 [pid 6653] setresuid(-1, 99, -1) = 0 [pid 6653] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6653] fcntl(10, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0 [pid 6653] getpgrp() = 6653 [pid 6653] lseek(11, 32, SEEK_SET) = 32 [pid 6653] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6653] setresuid(-1, 0, -1) = 0 [pid 6653] setresgid(-1, 0, -1) = 0 [pid 6653] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6653] fcntl(11, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6653] read(11, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6653] kill(6686, SIG_0) = 0 [pid 6653] getpgid(6686) = 6653 [pid 6653] fcntl(11, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6653] lseek(11, 0, SEEK_CUR) = 656 [pid 6653] fcntl(11, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=656, l_len=624}) = 0 [pid 6653] read(11, "", 624) = 0 [pid 6653] fcntl(11, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=656, l_len=624}) = 0 [pid 6653] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6653] geteuid() = 0 [pid 6653] setresgid(-1, 99, -1) = 0 [pid 6653] setresuid(-1, 99, -1) = 0 [pid 6653] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6653] fcntl(10, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0 [pid 6653] close(11) = 0 [pid 6653] alarm(2) = 0 [pid 6653] openat(AT_FDCWD, "/etc/shutmsg", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 6653] select(2, [0 1], NULL, NULL, {tv_sec=30, tv_usec=0}) = ? ERESTARTNOHAND (To be restarted if no handler) [pid 6653] --- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} --- [pid 6653] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6653] rt_sigaction(SIGALRM, NULL, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, 8) = 0 [pid 6653] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6653] alarm(2) = 0 [pid 6653] rt_sigreturn({mask=[]}) = -1 EINTR (Interrupted system call) [pid 6653] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6653] select(0, NULL, NULL, NULL, {tv_sec=0, tv_usec=200000} [pid 6686] <... select resumed> ) = ? ERESTARTNOHAND (To be restarted if no handler) [pid 6686] --- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} --- [pid 6686] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6686] rt_sigaction(SIGALRM, NULL, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, 8) = 0 [pid 6686] rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 [pid 6686] alarm(5) = 0 [pid 6686] rt_sigreturn({mask=[]}) = -1 EINTR (Interrupted system call) [pid 6686] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] select(0, NULL, NULL, NULL, {tv_sec=0, tv_usec=200000} [pid 6653] <... select resumed> ) = 0 (Timeout) [pid 6653] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6653] alarm(0) = 2 [pid 6653] select(6, [4], NULL, NULL, {tv_sec=0, tv_usec=500}) = 0 (Timeout) [pid 6653] alarm(5) = 0 [pid 6653] openat(AT_FDCWD, "/etc/shutmsg", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 6653] select(2, [0 1], NULL, NULL, {tv_sec=30, tv_usec=0} [pid 6686] <... select resumed> ) = 0 (Timeout) [pid 6686] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=595, tv_usec=545}) = 1 (in [0], left {tv_sec=590, tv_usec=118982}) [pid 6686] read(0, "\316a\36\311\205\"\227\204\277\250\247D\3169E\232", 16) = 16 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999995}) [pid 6686] read(0, "2D:$\4\377:\4", 8) = 8 [pid 6686] alarm(0) = 1 [pid 6686] alarm(5) = 0 [pid 6686] getpid() = 6686 [pid 6686] select(2, NULL, [1], NULL, {tv_sec=600, tv_usec=0}) = 1 (out [1], left {tv_sec=599, tv_usec=999995}) [pid 6686] writev(1, [{iov_base="G\362\\\361\10Bi\354\26\313QtG#\334\343kY\177\32\332z\346U\r:[\10\373\4\352I"..., iov_len=48}, {iov_base="\366\247q\306h\371U\203", iov_len=8}], 2) = 56 [pid 6686] select(2, NULL, [1], NULL, {tv_sec=600, tv_usec=0}) = 1 (out [1], left {tv_sec=599, tv_usec=999997}) [pid 6686] writev(1, [{iov_base="\262'\257]\v\f\335\260\300Ll\365$+\312$", iov_len=16}, {iov_base="\20\0179\37*\246\222\376", iov_len=8}], 2) = 24 [pid 6686] select(2, NULL, [1], NULL, {tv_sec=600, tv_usec=0}) = 1 (out [1], left {tv_sec=599, tv_usec=999998}) [pid 6686] writev(1, [{iov_base="\1\323G\256\243\356\241Kco'/\334F'\242", iov_len=16}, {iov_base=" \317\263\325%\364\344\320", iov_len=8}], 2) = 24 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999996}) [pid 6686] read(0, "9\233\273\207\222\271^~\374\250\207\31\37c\360\370", 16) = 16 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999998}) [pid 6686] read(0, "2\341f\177WoA\227", 8) = 8 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] getpid() = 6686 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\36\32\0\0c\0\0\0c\0\0\0fansari\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999995}) [pid 6686] read(0, "\207e~6\322\4ES-\202\247\265G\341u\207", 16) = 16 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999998}) [pid 6686] read(0, "\243\7s\f\353\331\201\220\345K\332I\221\253\7\235e\304W\312\213b6t\214\16x&\377\4>\272", 32) = 32 [pid 6686] select(1, [0], NULL, NULL, {tv_sec=600, tv_usec=0}) = 1 (in [0], left {tv_sec=599, tv_usec=999998}) [pid 6686] read(0, "\270\254\353\336\t\261<\365", 8) = 8 [pid 6686] alarm(0) = 5 [pid 6686] alarm(5) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fcntl(10, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 624) = 624 [pid 6686] lseek(4, 32, SEEK_SET) = 32 [pid 6686] fcntl(10, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0 [pid 6686] fcntl(4, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_CUR, l_start=32, l_len=624}) = 0 [pid 6686] fstat(12, {st_mode=S_IFREG|0664, st_size=465792, ...}) = 0 [pid 6686] write(12, "\10\0\0\0\36\32\0\0ssh\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 [pid 6686] close(0) = 0 [pid 6686] close(1) = 0 [pid 6686] close(0) = -1 EBADF (Bad file descriptor) [pid 6686] close(1) = -1 EBADF (Bad file descriptor) [pid 6686] close(8) = 0 [pid 6686] getpid() = 6686 [pid 6686] poll([{fd=6, events=POLLIN|POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] poll([{fd=6, events=POLLOUT}], 1, 300000) = 1 ([{fd=6, revents=POLLOUT}]) [pid 6686] sendto(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16, MSG_NOSIGNAL, NULL, 0) = 16 [pid 6686] poll([{fd=6, events=POLLIN}], 1, 300000) = 1 ([{fd=6, revents=POLLIN}]) [pid 6686] read(6, "\20\0\0\0%\0\0\0\0\0\0\0\0\0\0\0", 16) = 16 [pid 6686] close(4) = 0 [pid 6686] close(10) = 0 [pid 6686] getpid() = 6686 [pid 6686] stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2335, ...}) = 0 [pid 6686] write(2, "2018-02-06 20:48:12,505 bat.loca"..., 95) = 95 [pid 6686] close(-1) = -1 EBADF (Bad file descriptor) [pid 6686] close(11) = 0 [pid 6686] exit_group(0) = ? [pid 6686] +++ exited with 0 +++ <... select resumed> ) = ? ERESTARTNOHAND (To be restarted if no handler) --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=6686, si_uid=1000, si_status=0, si_utime=0, si_stime=1} --- rt_sigprocmask(SIG_BLOCK, [TERM CHLD], NULL, 8) = 0 wait4(-1, NULL, WNOHANG, NULL) = 6686 wait4(-1, NULL, WNOHANG, NULL) = -1 ECHILD (No child processes) rt_sigprocmask(SIG_UNBLOCK, [TERM CHLD], NULL, 8) = 0 rt_sigaction(SIGCHLD, {sa_handler=0x55b3c2430ed0, sa_mask=[CHLD], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fab5970b6f0}, {sa_handler=0x55b3c2430ed0, sa_mask=[CHLD], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fab5970b6f0}, 8) = 0 rt_sigreturn({mask=[]}) = -1 EINTR (Interrupted system call) rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 select(0, NULL, NULL, NULL, {tv_sec=0, tv_usec=200000}) = 0 (Timeout) rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 --- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} --- rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 rt_sigaction(SIGALRM, NULL, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, 8) = 0 rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 alarm(5) = 0 rt_sigreturn({mask=[]}) = 0 alarm(0) = 5 alarm(5) = 0 rt_sigprocmask(SIG_BLOCK, [TERM CHLD], NULL, 8) = 0 wait4(-1, NULL, WNOHANG, NULL) = -1 ECHILD (No child processes) rt_sigprocmask(SIG_UNBLOCK, [TERM CHLD], NULL, 8) = 0 openat(AT_FDCWD, "/etc/shutmsg", O_RDONLY) = -1 ENOENT (No such file or directory) select(2, [0 1], NULL, NULL, {tv_sec=30, tv_usec=0}) = ? ERESTARTNOHAND (To be restarted if no handler) --- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} --- rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 rt_sigaction(SIGALRM, NULL, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, 8) = 0 rt_sigaction(SIGALRM, {sa_handler=0x55b3c2424500, sa_mask=[], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7fab5970b6f0}, NULL, 8) = 0 alarm(5) = 0 rt_sigreturn({mask=[]}) = -1 EINTR (Interrupted system call) rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 select(0, NULL, NULL, NULL, {tv_sec=0, tv_usec=200000}) = 0 (Timeout) rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM TERM CHLD IO], NULL, 8) = 0 alarm(0) = 5 select(6, [4], NULL, NULL, {tv_sec=0, tv_usec=500}) = 0 (Timeout) alarm(5) = 0 openat(AT_FDCWD, "/etc/shutmsg", O_RDONLY) = -1 ENOENT (No such file or directory) select(2, [0 1], NULL, NULL, {tv_sec=30, tv_usec=0}strace: Process 6653 detached