Hello! I have ntpd enabled to start during boot. I see, that it starts. But querying it after booting fails: # ntpq -p ntpq: read: Connection refused After manual start, it works for several seconds and then dies. root_at_vzakharov:~ # service ntpd start Starting ntpd. root_at_vzakharov:~ # ntpq -p remote refid st t when poll reach delay offset jitter ============================================================================== 0.freebsd.pool. .POOL. 16 p - 64 0 0.000 0.000 0.000 ftpshare1.corbi 89.109.251.21 2 u 1 64 1 1.489 1344688 0.000 root_at_vzakharov:~ # ntpq -p remote refid st t when poll reach delay offset jitter ============================================================================== 0.freebsd.pool. .POOL. 16 p - 64 0 0.000 0.000 0.000 ftpshare1.corbi 89.109.251.21 2 u 1 64 1 1.495 1344688 0.018 time.ooonet.ru 89.109.251.24 2 u 1 64 1 25.201 1344687 0.000 nag.aleksdem.co 194.190.168.1 2 u 1 64 1 1.914 1344687 0.000 root_at_vzakharov:~ # ntpq -p remote refid st t when poll reach delay offset jitter ============================================================================== 0.freebsd.pool. .POOL. 16 p - 64 0 0.000 0.000 0.000 ground.corbina. 193.11.166.20 2 u 2 64 1 1.673 1344687 0.000 ftpshare1.corbi 193.11.166.20 2 u 1 64 1 1.532 1344688 0.018 time.ooonet.ru 89.109.251.24 2 u 2 64 1 25.169 1344687 0.035 nag.aleksdem.co 194.190.168.1 2 u 1 64 1 2.740 1344686 0.311 root_at_vzakharov:~ # ntpq -p ntpq: read: Connection refused Cleaning, rebuilding and reinstalling world does not help. # uname -a FreeBSD vzakharov 12.0-CURRENT FreeBSD 12.0-CURRENT #87 r319940: Wed Jun 14 17:02:16 MSK 2017 root_at_vzakharov:/home/obj/usr/src/sys/GENERIC-NODEBUG amd64 # truss -f /usr/sbin/ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid -f /var/db/ntpd.drift ... (closing descriptors is omitted) 14511: openat(AT_FDCWD,"/dev/null",O_RDONLY,00) = 0 (0x0) 14511: dup2(0,1) = 1 (0x1) 14511: dup2(0,2) = 2 (0x2) 14511: socket(PF_LOCAL,SOCK_DGRAM|SOCK_CLOEXEC,0) = 3 (0x3) 14511: connect(3,{ AF_UNIX "/var/run/logpriv" },106) = 0 (0x0) 14511: setsid() = 14511 (0x38af) 14511: getrlimit(RLIMIT_STACK,{ cur=536870912,max=536870912 }) = 0 (0x0) 14511: setrlimit(RLIMIT_STACK,{ cur=204800,max=536870912 }) = 0 (0x0) 14511: setrlimit(RLIMIT_MEMLOCK,{ cur=33554432,max=33554432 }) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGTRAP|SIGABRT|SIGEMT|SIGFPE|SIGKILL|SIGBUS|SIGSEGV|SIGSYS|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) 14511: sigaction(SIGHUP,{ 0x80107afe0 SA_SIGINFO ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGTRAP|SIGABRT|SIGEMT|SIGFPE|SIGKILL|SIGBUS|SIGSEGV|SIGSYS|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) 14511: sigaction(SIGINT,{ 0x80107afe0 SA_SIGINFO ss_t },{ SIG_DFL SA_RESTART ss_t }) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGTRAP|SIGABRT|SIGEMT|SIGFPE|SIGKILL|SIGBUS|SIGSEGV|SIGSYS|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) 14511: sigaction(SIGQUIT,{ 0x80107afe0 SA_SIGINFO ss_t },{ SIG_DFL SA_RESTART ss_t }) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGTRAP|SIGABRT|SIGEMT|SIGFPE|SIGKILL|SIGBUS|SIGSEGV|SIGSYS|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) 14511: sigaction(SIGTERM,{ 0x80107afe0 SA_SIGINFO ss_t },{ SIG_DFL SA_RESTART ss_t }) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGTRAP|SIGABRT|SIGEMT|SIGFPE|SIGKILL|SIGBUS|SIGSEGV|SIGSYS|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) 14511: sigaction(SIGBUS,{ 0x80107afe0 SA_SIGINFO ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGTRAP|SIGABRT|SIGEMT|SIGFPE|SIGKILL|SIGBUS|SIGSEGV|SIGSYS|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) 14511: sigaction(SIGUSR1,{ 0x80107afe0 SA_SIGINFO ss_t },{ SIG_DFL SA_RESTART ss_t }) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGTRAP|SIGABRT|SIGEMT|SIGFPE|SIGKILL|SIGBUS|SIGSEGV|SIGSYS|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) 14511: sigaction(SIGUSR2,{ 0x80107afe0 SA_SIGINFO ss_t },{ SIG_DFL SA_RESTART ss_t }) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGTRAP|SIGABRT|SIGEMT|SIGFPE|SIGKILL|SIGBUS|SIGSEGV|SIGSYS|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) 14511: sigaction(SIGPIPE,{ SIG_IGN 0x0 ss_t },{ SIG_DFL SA_RESTART ss_t }) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/usr/share/nls/C/libc.cat",0x7fffffffe460,0x0) ERR#2 'No such file or directory' 14511: fstatat(AT_FDCWD,"/usr/share/nls/libc/C",0x7fffffffe460,0x0) ERR#2 'No such file or directory' 14511: fstatat(AT_FDCWD,"/usr/local/share/nls/C/libc.cat",0x7fffffffe460,0x0) ERR#2 'No such file or directory' 14511: fstatat(AT_FDCWD,"/usr/local/share/nls/libc/C",0x7fffffffe460,0x0) ERR#2 'No such file or directory' 14511: sigprocmask(SIG_SETMASK,{ SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGTRAP|SIGABRT|SIGEMT|SIGFPE|SIGKILL|SIGBUS|SIGSEGV|SIGSYS|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) 14511: sigaction(SIGALRM,{ 0x80107afe0 SA_SIGINFO ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) 14511: setitimer(0,{ 1.000000, 1.000000 },0x0) = 0 (0x0) 14511: __sysctl(0x7fffffffe608,0x2,0x6c6f70,0x7fffffffe600,0x0,0x0) = 0 (0x0) 14511: __sysctl(0x7fffffffe608,0x2,0x6c7070,0x7fffffffe600,0x0,0x0) = 0 (0x0) 14511: __sysctl(0x7fffffffe608,0x2,0x6c7170,0x7fffffffe600,0x0,0x0) = 0 (0x0) 14511: __sysctl(0x7fffffffe608,0x2,0x6c7270,0x7fffffffe600,0x0,0x0) = 0 (0x0) 14511: __sysctl(0x7fffffffe608,0x2,0x6c7370,0x7fffffffe600,0x0,0x0) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: open("/etc/nsswitch.conf",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: ioctl(4,TIOCGETA,0x7fffffffdd60) ERR#25 'Inappropriate ioctl for device' 14511: fstat(4,{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 }) = 0 (0x0) 14511: read(4,"#\n# nsswitch.conf(5) - name ser"...,32768) = 331 (0x14b) 14511: read(4,0x801a89d00,32768) = 0 (0x0) 14511: access("/lib/nss_compat.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/lib/nss_compat.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/lib/compat/nss_compat.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/nss_compat.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/gcc5/nss_compat.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/nss/nss_compat.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/opencollada/nss_compat.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/perl5/5.24/mach/CORE/nss_compat.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/qt4/nss_compat.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/samba4/nss_compat.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/llvm40/lib/nss_compat.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/lib/casper/nss_compat.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/lib/nss_compat.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/lib/nss_compat.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/lib/nss_nis.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/lib/nss_nis.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/lib/compat/nss_nis.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/nss_nis.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/gcc5/nss_nis.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/nss/nss_nis.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/opencollada/nss_nis.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/perl5/5.24/mach/CORE/nss_nis.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/qt4/nss_nis.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/samba4/nss_nis.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/llvm40/lib/nss_nis.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/lib/casper/nss_nis.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/lib/nss_nis.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/lib/nss_nis.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/lib/nss_files.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/lib/nss_files.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/lib/compat/nss_files.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/nss_files.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/gcc5/nss_files.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/nss/nss_files.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/opencollada/nss_files.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/perl5/5.24/mach/CORE/nss_files.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/qt4/nss_files.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/samba4/nss_files.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/llvm40/lib/nss_files.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/lib/casper/nss_files.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/lib/nss_files.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/lib/nss_files.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/lib/nss_dns.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/lib/nss_dns.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/lib/compat/nss_dns.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/nss_dns.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/gcc5/nss_dns.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/nss/nss_dns.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/opencollada/nss_dns.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/perl5/5.24/mach/CORE/nss_dns.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/qt4/nss_dns.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/lib/samba4/nss_dns.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/local/llvm40/lib/nss_dns.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/lib/casper/nss_dns.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/lib/nss_dns.so.1",F_OK) ERR#2 'No such file or directory' 14511: access("/usr/lib/nss_dns.so.1",F_OK) ERR#2 'No such file or directory' 14511: ioctl(4,TIOCGETA,0x7fffffffdd30) ERR#25 'Inappropriate ioctl for device' 14511: close(4) = 0 (0x0) 14511: open("/etc/services",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=723103,size=86292,blksize=32768 }) = 0 (0x0) 14511: lseek(4,0x0,SEEK_CUR) = 0 (0x0) 14511: lseek(4,0x0,SEEK_SET) = 0 (0x0) 14511: read(4,"#\n# Network services, Internet "...,32768) = 32768 (0x8000) 14511: read(4,"all\t\t533/udp\t #for emergenc"...,32768) = 32768 (0x8000) 14511: read(4,"oracle\nmciautoreg\t1528/tcp\nmc"...,32768) = 20756 (0x5114) 14511: read(4,0x801a89d00,32768) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: open("/etc/hosts",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=722313,size=1454,blksize=32768 }) = 0 (0x0) 14511: read(4,"# $FreeBSD: head/etc/hosts 10999"...,32768) = 1454 (0x5ae) 14511: read(4,0x801a89d00,32768) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: getpid() = 14511 (0x38af) 14511: sendto(3,"<102>Jun 14 18:48:40 ntpd[14511]"...,69,0,NULL,0) = 69 (0x45) 14511: open("/var/db/ntpd.drift",O_RDONLY,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=642111,size=7,blksize=32768 }) = 0 (0x0) 14511: read(4,"39.458\n",32768) = 7 (0x7) 14511: close(4) = 0 (0x0) 14511: open("/var/run/ntpd.pid",O_WRONLY|O_CREAT|O_TRUNC,0666) = 4 (0x4) 14511: getpid() = 14511 (0x38af) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=240843,size=0,blksize=32768 }) = 0 (0x0) 14511: write(4,"14511",5) = 5 (0x5) 14511: close(4) = 0 (0x0) 14511: open("/etc/ntp.conf",O_RDONLY,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=723602,size=4070,blksize=32768 }) = 0 (0x0) 14511: read(4,"#\n# $FreeBSD: head/etc/ntp.conf"...,32768) = 4070 (0xfe6) 14511: read(4,0x801a89d00,32768) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/var/db/ntpd.leap-seconds.list",{ mode=-rw-r--r-- ,inode=240777,size=10408,blksize=32768 },0x0) = 0 (0x0) 14511: open("/var/db/ntpd.leap-seconds.list",O_RDONLY,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=240777,size=10408,blksize=32768 }) = 0 (0x0) 14511: read(4,"#\n#\tIn the following text, the"...,32768) = 10408 (0x28a8) 14511: read(4,0x801a89d00,32768) = 0 (0x0) 14511: getpid() = 14511 (0x38af) 14511: sendto(3,"<101>Jun 14 18:48:40 ntpd[14511]"...,105,0,NULL,0) = 105 (0x69) 14511: lseek(4,0x0,SEEK_CUR) = 10408 (0x28a8) 14511: lseek(4,0x0,SEEK_SET) = 0 (0x0) 14511: read(4,"#\n#\tIn the following text, the"...,32768) = 10408 (0x28a8) 14511: read(4,0x801a89d00,32768) = 0 (0x0) 14511: getpid() = 14511 (0x38af) 14511: sendto(3,"<101>Jun 14 18:48:40 ntpd[14511]"...,154,0,NULL,0) = 154 (0x9a) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET6,SOCK_DGRAM,0) = 4 (0x4) 14511: getrlimit(RLIMIT_NOFILE,{ cur=217944,max=217944 }) = 0 (0x0) 14511: getrlimit(RLIMIT_NOFILE,{ cur=217944,max=217944 }) = 0 (0x0) 14511: fcntl(4,F_DUPFD,0x14) = 20 (0x14) 14511: close(4) = 0 (0x0) 14511: setsockopt(20,SOL_SOCKET,SO_REUSEADDR,0x7fffffffe354,4) = 0 (0x0) 14511: setsockopt(20,IPPROTO_IPV6,IPV6_TCLASS,0x6bfd64,4) = 0 (0x0) 14511: socket(PF_INET6,SOCK_STREAM,0) = 4 (0x4) 14511: setsockopt(4,IPPROTO_IPV6,IPV6_V6ONLY,0x7fffffffe22c,4) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET6,SOCK_DGRAM,0) = 4 (0x4) 14511: setsockopt(4,IPPROTO_IPV6,IPV6_V6ONLY,0x7fffffffe22c,4) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: setsockopt(20,IPPROTO_IPV6,IPV6_V6ONLY,0x7fffffffe358,4) = 0 (0x0) 14511: setsockopt(20,IPPROTO_IPV6,IPV6_V6ONLY,0x7fffffffe358,4) = 0 (0x0) 14511: bind(20,{ AF_INET6 [::]:123 },28) = 0 (0x0) 14511: setsockopt(20,SOL_SOCKET,SO_BINTIME,0x7fffffffe358,4) = 0 (0x0) 14511: fcntl(20,F_SETFL,O_RDONLY|O_NONBLOCK) = 0 (0x0) 14511: getpid() = 14511 (0x38af) 14511: sendto(3,"<102>Jun 14 18:48:40 ntpd[14511]"...,74,0,NULL,0) = 74 (0x4a) 14511: socket(PF_INET,SOCK_DGRAM,0) = 4 (0x4) 14511: fcntl(4,F_DUPFD,0x14) = 21 (0x15) 14511: close(4) = 0 (0x0) 14511: setsockopt(21,SOL_SOCKET,SO_REUSEADDR,0x7fffffffe354,4) = 0 (0x0) 14511: setsockopt(21,IPPROTO_IP,IP_TOS,0x6bfd64,4) = 0 (0x0) 14511: bind(21,{ AF_INET 0.0.0.0:123 },16) = 0 (0x0) 14511: setsockopt(21,SOL_SOCKET,SO_BINTIME,0x7fffffffe358,4) = 0 (0x0) 14511: fcntl(21,F_SETFL,O_RDONLY|O_NONBLOCK) = 0 (0x0) 14511: getpid() = 14511 (0x38af) 14511: sendto(3,"<102>Jun 14 18:48:40 ntpd[14511]"...,77,0,NULL,0) = 77 (0x4d) 14511: __sysctl(0x7fffffffdf50,0x6,0x0,0x7fffffffdf48,0x0,0x0) = 0 (0x0) 14511: __sysctl(0x7fffffffdf50,0x6,0x801a7d700,0x7fffffffdf48,0x0,0x0) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,0) = 4 (0x4) 14511: ioctl(4,SIOCGIFINDEX,0x7fffffffdf80) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM,0) = 4 (0x4) 14511: fcntl(4,F_DUPFD,0x14) = 22 (0x16) 14511: close(4) = 0 (0x0) 14511: setsockopt(22,SOL_SOCKET,SO_REUSEADDR,0x7fffffffe018,4) = 0 (0x0) 14511: setsockopt(22,IPPROTO_IP,IP_TOS,0x6bfd64,4) = 0 (0x0) 14511: bind(22,{ AF_INET 10.60.0.245:123 },16) = 0 (0x0) 14511: setsockopt(22,SOL_SOCKET,SO_BINTIME,0x7fffffffe018,4) = 0 (0x0) 14511: fcntl(22,F_SETFL,O_RDONLY|O_NONBLOCK) = 0 (0x0) 14511: getpid() = 14511 (0x38af) 14511: sendto(3,"<102>Jun 14 18:48:40 ntpd[14511]"...,74,0,NULL,0) = 74 (0x4a) 14511: setsockopt(22,IPPROTO_IP,IP_MULTICAST_IF,0x801a32228,4) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,0) = 4 (0x4) 14511: ioctl(4,SIOCGIFINDEX,0x7fffffffdf80) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET6,SOCK_DGRAM,0) = 4 (0x4) 14511: ioctl(4,SIOCGIFAFLAG_IN6,0x7fffffffe220) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET6,SOCK_DGRAM,0) = 4 (0x4) 14511: ioctl(4,SIOCGIFAFLAG_IN6,0x7fffffffe220) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET6,SOCK_DGRAM,0) = 4 (0x4) 14511: fcntl(4,F_DUPFD,0x14) = 23 (0x17) 14511: close(4) = 0 (0x0) 14511: setsockopt(23,SOL_SOCKET,SO_REUSEADDR,0x7fffffffe018,4) = 0 (0x0) 14511: setsockopt(23,IPPROTO_IPV6,IPV6_TCLASS,0x6bfd64,4) = 0 (0x0) 14511: setsockopt(23,IPPROTO_IPV6,IPV6_V6ONLY,0x7fffffffe018,4) = 0 (0x0) 14511: setsockopt(23,IPPROTO_IPV6,IPV6_V6ONLY,0x7fffffffe018,4) = 0 (0x0) 14511: bind(23,{ AF_INET6 [::1]:123 },28) = 0 (0x0) 14511: setsockopt(23,SOL_SOCKET,SO_BINTIME,0x7fffffffe018,4) = 0 (0x0) 14511: fcntl(23,F_SETFL,O_RDONLY|O_NONBLOCK) = 0 (0x0) 14511: getpid() = 14511 (0x38af) 14511: sendto(3,"<102>Jun 14 18:48:40 ntpd[14511]"...,68,0,NULL,0) = 68 (0x44) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,0) = 4 (0x4) 14511: ioctl(4,SIOCGIFINDEX,0x7fffffffdf80) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET6,SOCK_DGRAM,0) = 4 (0x4) 14511: ioctl(4,SIOCGIFAFLAG_IN6,0x7fffffffe220) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET6,SOCK_DGRAM,0) = 4 (0x4) 14511: ioctl(4,SIOCGIFAFLAG_IN6,0x7fffffffe220) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET6,SOCK_DGRAM,0) = 4 (0x4) 14511: fcntl(4,F_DUPFD,0x14) = 24 (0x18) 14511: close(4) = 0 (0x0) 14511: setsockopt(24,SOL_SOCKET,SO_REUSEADDR,0x7fffffffe018,4) = 0 (0x0) 14511: setsockopt(24,IPPROTO_IPV6,IPV6_TCLASS,0x6bfd64,4) = 0 (0x0) 14511: setsockopt(24,IPPROTO_IPV6,IPV6_V6ONLY,0x7fffffffe018,4) = 0 (0x0) 14511: setsockopt(24,IPPROTO_IPV6,IPV6_V6ONLY,0x7fffffffe018,4) = 0 (0x0) 14511: bind(24,{ AF_INET6 [fe80::1]:123 },28) = 0 (0x0) 14511: setsockopt(24,SOL_SOCKET,SO_BINTIME,0x7fffffffe018,4) = 0 (0x0) 14511: fcntl(24,F_SETFL,O_RDONLY|O_NONBLOCK) = 0 (0x0) 14511: getpid() = 14511 (0x38af) 14511: sendto(3,"<102>Jun 14 18:48:40 ntpd[14511]"...,74,0,NULL,0) = 74 (0x4a) 14511: setsockopt(24,IPPROTO_IPV6,IPV6_MULTICAST_IF,0x801a324d0,4) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,0) = 4 (0x4) 14511: ioctl(4,SIOCGIFINDEX,0x7fffffffdf80) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM,0) = 4 (0x4) 14511: fcntl(4,F_DUPFD,0x14) = 25 (0x19) 14511: close(4) = 0 (0x0) 14511: setsockopt(25,SOL_SOCKET,SO_REUSEADDR,0x7fffffffe018,4) = 0 (0x0) 14511: setsockopt(25,IPPROTO_IP,IP_TOS,0x6bfd64,4) = 0 (0x0) 14511: bind(25,{ AF_INET 127.0.0.1:123 },16) = 0 (0x0) 14511: setsockopt(25,SOL_SOCKET,SO_BINTIME,0x7fffffffe018,4) = 0 (0x0) 14511: fcntl(25,F_SETFL,O_RDONLY|O_NONBLOCK) = 0 (0x0) 14511: getpid() = 14511 (0x38af) 14511: sendto(3,"<102>Jun 14 18:48:40 ntpd[14511]"...,72,0,NULL,0) = 72 (0x48) 14511: setsockopt(22,SOL_SOCKET,SO_REUSEADDR,0x7fffffffe3a0,4) = 0 (0x0) 14511: setsockopt(23,SOL_SOCKET,SO_REUSEADDR,0x7fffffffe3a0,4) = 0 (0x0) 14511: setsockopt(24,SOL_SOCKET,SO_REUSEADDR,0x7fffffffe3a0,4) = 0 (0x0) 14511: setsockopt(25,SOL_SOCKET,SO_REUSEADDR,0x7fffffffe3a0,4) = 0 (0x0) 14511: socket(PF_ROUTE,SOCK_RAW,0) = 4 (0x4) 14511: fcntl(4,F_DUPFD,0x14) = 26 (0x1a) 14511: close(4) = 0 (0x0) 14511: fcntl(26,F_SETFL,O_RDONLY|O_NONBLOCK) = 0 (0x0) 14511: getpid() = 14511 (0x38af) 14511: sendto(3,"<102>Jun 14 18:48:40 ntpd[14511]"...,93,0,NULL,0) = 93 (0x5d) 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: mlockall(MCL_CURRENT|MCL_FUTURE) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGTRAP|SIGABRT|SIGEMT|SIGFPE|SIGKILL|SIGBUS|SIGSEGV|SIGSYS|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) 14511: sigaction(SIGSYS,{ 0x80107afe0 SA_SIGINFO ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) 14511: sigprocmask(SIG_BLOCK,0x0,{ }) = 0 (0x0) 14511: ntp_adjtime(0x6c7c98) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGTRAP|SIGABRT|SIGEMT|SIGFPE|SIGKILL|SIGBUS|SIGSEGV|SIGSYS|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) 14511: sigaction(SIGSYS,{ SIG_DFL 0x0 ss_t },{ 0x80107afe0 SA_SIGINFO ss_t }) = 0 (0x0) 14511: sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) 14511: ntp_adjtime(0x6c7c98) = 0 (0x0) 14511: select(27,{ 20 21 22 23 24 25 26 },0x0,0x0,0x0) = 1 (0x1) 14511: read(26,"\^X\0\^E\^R\^C\0wlan0\0\0\0\0\0"...,5120) = 24 (0x18) 14511: select(27,{ 20 21 22 23 24 25 26 },0x0,0x0,0x0) ERR#4 'Interrupted system call' 14511: SIGNAL 14 (SIGALRM) 14511: sigprocmask(SIG_SETMASK,{ SIGALRM },0x0) = 0 (0x0) 14511: sigreturn(0x7fffffffd4c0) ERR#4 'Interrupted system call' 14511: socketpair(0x1,0x1,0x0,0x7fffffffdae8) = 0 (0x0) 14511: fcntl(4,F_DUPFD,0x14) = 27 (0x1b) 14511: close(4) = 0 (0x0) 14511: fcntl(5,F_DUPFD,0x14) = 28 (0x1c) 14511: close(5) = 0 (0x0) 14511: fcntl(27,F_GETFL,) = 2 (0x2) 14511: fcntl(27,F_SETFL,O_RDWR|O_NONBLOCK) = 0 (0x0) 14511: sigprocmask(SIG_BLOCK,{ SIGHUP|SIGINT|SIGQUIT|SIGBUS|SIGALRM|SIGTERM|SIGUSR1|SIGUSR2 },{ }) = 0 (0x0) 14511: mmap(0x0,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34367102976 (0x800706000) 14511: mmap(0x7fffdffbd000,266240,PROT_READ|PROT_WRITE,MAP_STACK,-1,0x0) = 140736951209984 (0x7fffdffbd000) 14511: mprotect(0x7fffdffbd000,4096,PROT_NONE) = 0 (0x0) 14511: thr_new(0x7fffffffda28,0x68) = 0 (0x0) 14511: <new thread 100639> 14511: sigprocmask(SIG_SETMASK,{ },0x0) = 0 (0x0) 14511: _umtx_op(0x801aa909c,UMTX_OP_SEM2_WAIT,0x0,0x0,0x0) = 0 (0x0) 14511: __sysctl(0x7fffffffe150,0x6,0x0,0x7fffffffe148,0x0,0x0) = 0 (0x0) 14511: __sysctl(0x7fffffffe150,0x6,0x801a7d700,0x7fffffffe148,0x0,0x0) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,0) = 4 (0x4) 14511: mmap(0x0,2097152,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34389098496 (0x801c00000) 14511: ioctl(4,SIOCGIFINDEX,0x7fffffffe180) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,0) = 4 (0x4) 14511: ioctl(4,SIOCGIFINDEX,0x7fffffffe180) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET6,SOCK_DGRAM,0) = 4 (0x4) 14511: ioctl(4,SIOCGIFAFLAG_IN6,0x7fffffffe420) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET6,SOCK_DGRAM,0) = 4 (0x4) 14511: ioctl(4,SIOCGIFAFLAG_IN6,0x7fffffffe420) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,0) = 4 (0x4) 14511: mmap(0x0,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34367107072 (0x800707000) 14511: ioctl(4,SIOCGIFINDEX,0x7fffffffe180) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET6,SOCK_DGRAM,0) = 4 (0x4) 14511: ioctl(4,SIOCGIFAFLAG_IN6,0x7fffffffe420) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET6,SOCK_DGRAM,0) = 4 (0x4) 14511: ioctl(4,SIOCGIFAFLAG_IN6,0x7fffffffe420) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,0) = 4 (0x4) 14511: ioctl(4,SIOCGIFINDEX,0x7fffffffe180) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: open("/etc/services",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=723103,size=86292,blksize=32768 }) = 0 (0x0) 14511: lseek(4,0x0,SEEK_CUR) = 0 (0x0) 14511: lseek(4,0x0,SEEK_SET) = 0 (0x0) 14511: read(4,"#\n# Network services, Internet "...,32768) = 32768 (0x8000) 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: open("/etc/hosts",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=722313,size=1454,blksize=32768 }) = 0 (0x0) 14511: read(4,"# $FreeBSD: head/etc/hosts 10999"...,32768) = 1454 (0x5ae) 14511: read(4,0x801c1fd40,32768) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: getpid() = 14511 (0x38af) 14511: issetugid() = 0 (0x0) 14511: open("/etc/resolv.conf",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=722327,size=35,blksize=32768 }) = 0 (0x0) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=722327,size=35,blksize=32768 }) = 0 (0x0) 14511: read(4,"nameserver 127.0.0.1\noptions ed"...,32768) = 35 (0x23) 14511: read(4,0x801c1fd40,32768) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: __sysctl(0x7fffdfffcbd0,0x2,0x7fffdfffcee0,0x7fffdfffcbc8,0x0,0x0) = 0 (0x0) 14511: issetugid() = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,0) = 4 (0x4) 14511: connect(4,{ AF_INET 127.0.0.1:53 },16) = 0 (0x0) 14511: sendto(4,"\M-#\M-z\^A\0\0\^A\0\0\0\0\0\^A"...,51,0,NULL,0) = 51 (0x33) 14511: poll({ 4/POLLRDNORM },1,5000) = 1 (0x1) 14511: recvfrom(4,"\M-#\M-z\M^A\M^_at_\0\^A\0\^D\0\0\0"...,65536,0,{ AF_INET 127.0.0.1:53 },0x7fffdfffc808) = 115 (0x73) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,0) = 4 (0x4) 14511: connect(4,{ AF_INET 127.0.0.1:53 },16) = 0 (0x0) 14511: sendto(4,"\^Y|\^A\0\0\^A\0\0\0\0\0\^A\^A0"...,51,0,NULL,0) = 51 (0x33) 14511: poll({ 4/POLLRDNORM },1,5000) = 1 (0x1) 14511: recvfrom(4,"\^Y|\M^A\M^_at_\0\^A\0\0\0\^A\0\^A"...,65536,0,{ AF_INET 127.0.0.1:53 },0x7fffdfffc808) = 106 (0x6a) 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: open("/etc/services",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=723103,size=86292,blksize=32768 }) = 0 (0x0) 14511: lseek(4,0x0,SEEK_CUR) = 0 (0x0) 14511: lseek(4,0x0,SEEK_SET) = 0 (0x0) 14511: read(4,"#\n# Network services, Internet "...,32768) = 32768 (0x8000) 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: open("/etc/services",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=723103,size=86292,blksize=32768 }) = 0 (0x0) 14511: lseek(4,0x0,SEEK_CUR) = 0 (0x0) 14511: lseek(4,0x0,SEEK_SET) = 0 (0x0) 14511: read(4,"#\n# Network services, Internet "...,32768) = 32768 (0x8000) 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: open("/etc/services",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=723103,size=86292,blksize=32768 }) = 0 (0x0) 14511: lseek(4,0x0,SEEK_CUR) = 0 (0x0) 14511: lseek(4,0x0,SEEK_SET) = 0 (0x0) 14511: read(4,"#\n# Network services, Internet "...,32768) = 32768 (0x8000) 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: open("/etc/services",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=723103,size=86292,blksize=32768 }) = 0 (0x0) 14511: lseek(4,0x0,SEEK_CUR) = 0 (0x0) 14511: lseek(4,0x0,SEEK_SET) = 0 (0x0) 14511: read(4,"#\n# Network services, Internet "...,32768) = 32768 (0x8000) 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: open("/etc/services",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=723103,size=86292,blksize=32768 }) = 0 (0x0) 14511: lseek(4,0x0,SEEK_CUR) = 0 (0x0) 14511: lseek(4,0x0,SEEK_SET) = 0 (0x0) 14511: read(4,"#\n# Network services, Internet "...,32768) = 32768 (0x8000) 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: open("/etc/services",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=723103,size=86292,blksize=32768 }) = 0 (0x0) 14511: lseek(4,0x0,SEEK_CUR) = 0 (0x0) 14511: lseek(4,0x0,SEEK_SET) = 0 (0x0) 14511: read(4,"#\n# Network services, Internet "...,32768) = 32768 (0x8000) 14511: close(4) = 0 (0x0) 14511: __sysctl(0x7fffdfffdd20,0x4,0x0,0x7fffdfffde40,0x0,0x0) = 0 (0x0) 14511: __sysctl(0x7fffdfffdd20,0x4,0x801c50300,0x7fffdfffde40,0x0,0x0) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,IPPROTO_UDP) = 4 (0x4) 14511: connect(4,{ AF_INET 85.21.78.91:1 },16) = 0 (0x0) 14511: getsockname(4,{ AF_INET 10.60.0.245:50809 },0x7fffdfffdcbc) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,IPPROTO_UDP) = 4 (0x4) 14511: connect(4,{ AF_INET 85.21.78.8:1 },16) = 0 (0x0) 14511: getsockname(4,{ AF_INET 10.60.0.245:56925 },0x7fffdfffdcbc) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,IPPROTO_UDP) = 4 (0x4) 14511: connect(4,{ AF_INET 91.207.136.50:1 },16) = 0 (0x0) 14511: getsockname(4,{ AF_INET 10.60.0.245:38693 },0x7fffdfffdcbc) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,IPPROTO_UDP) = 4 (0x4) 14511: connect(4,{ AF_INET 185.22.60.71:1 },16) = 0 (0x0) 14511: getsockname(4,{ AF_INET 10.60.0.245:44303 },0x7fffdfffdcbc) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: write(28,"\0",1) = 1 (0x1) 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: read(27,"\0",32) = 1 (0x1) 14511: socket(PF_INET,SOCK_DGRAM,0) = 4 (0x4) 14511: connect(4,{ AF_INET 85.21.78.91:123 },16) = 0 (0x0) 14511: getsockname(4,{ AF_INET 10.60.0.245:12832 },0x7fffffffdc1c) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: sendto(22,"\M-c\0\^F\M-h\0\0\0\0\0\0\0\0INI"...,48,0,{ AF_INET 85.21.78.91:123 },16) = 48 (0x30) 14511: getpid() = 14511 (0x38af) 14511: sendto(3,"<102>Jun 14 18:48:41 ntpd[14511]"...,68,0,NULL,0) = 68 (0x44) 14511: read(27,0x7fffffffe5d0,32) ERR#35 'Resource temporarily unavailable' 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: recvmsg(22,0x7fffffffe5f0,0) = 48 (0x30) 14511: recvmsg(22,0x7fffffffe5f0,0) ERR#35 'Resource temporarily unavailable' 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) ERR#4 'Interrupted system call' 14511: SIGNAL 14 (SIGALRM) 14511: sigprocmask(SIG_SETMASK,{ SIGALRM },0x0) = 0 (0x0) 14511: sigreturn(0x7fffffffd4c0) ERR#4 'Interrupted system call' 14511: socket(PF_INET,SOCK_DGRAM,0) = 4 (0x4) 14511: connect(4,{ AF_INET 85.21.78.8:123 },16) = 0 (0x0) 14511: getsockname(4,{ AF_INET 10.60.0.245:33043 },0x7fffffffdbfc) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: sendto(22,"\M-c\0\^F\M-h\0\0\0\0\0\0\0\^AIN"...,48,0,{ AF_INET 85.21.78.8:123 },16) = 48 (0x30) 14511: getpid() = 14511 (0x38af) 14511: sendto(3,"<102>Jun 14 18:48:42 ntpd[14511]"...,67,0,NULL,0) = 67 (0x43) 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: recvmsg(22,0x7fffffffe5f0,0) = 48 (0x30) 14511: recvmsg(22,0x7fffffffe5f0,0) ERR#35 'Resource temporarily unavailable' 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) ERR#4 'Interrupted system call' 14511: SIGNAL 14 (SIGALRM) 14511: sigprocmask(SIG_SETMASK,{ SIGALRM },0x0) = 0 (0x0) 14511: sigreturn(0x7fffffffd4c0) ERR#4 'Interrupted system call' 14511: socket(PF_INET,SOCK_DGRAM,0) = 4 (0x4) 14511: connect(4,{ AF_INET 91.207.136.50:123 },16) = 0 (0x0) 14511: getsockname(4,{ AF_INET 10.60.0.245:11423 },0x7fffffffdbfc) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: sendto(22,"\M-c\0\^F\M-h\0\0\0\0\0\0\0\^BIN"...,48,0,{ AF_INET 91.207.136.50:123 },16) = 48 (0x30) 14511: getpid() = 14511 (0x38af) 14511: sendto(3,"<102>Jun 14 18:48:43 ntpd[14511]"...,70,0,NULL,0) = 70 (0x46) 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: recvmsg(22,0x7fffffffe5f0,0) = 48 (0x30) 14511: recvmsg(22,0x7fffffffe5f0,0) ERR#35 'Resource temporarily unavailable' 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) ERR#4 'Interrupted system call' 14511: SIGNAL 14 (SIGALRM) 14511: sigprocmask(SIG_SETMASK,{ SIGALRM },0x0) = 0 (0x0) 14511: sigreturn(0x7fffffffd4c0) ERR#4 'Interrupted system call' 14511: socket(PF_INET,SOCK_DGRAM,0) = 4 (0x4) 14511: connect(4,{ AF_INET 185.22.60.71:123 },16) = 0 (0x0) 14511: getsockname(4,{ AF_INET 10.60.0.245:56727 },0x7fffffffdbfc) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: sendto(22,"\M-c\0\^F\M-h\0\0\0\0\0\0\0\^CIN"...,48,0,{ AF_INET 185.22.60.71:123 },16) = 48 (0x30) 14511: getpid() = 14511 (0x38af) 14511: sendto(3,"<102>Jun 14 18:48:44 ntpd[14511]"...,69,0,NULL,0) = 69 (0x45) 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: recvmsg(22,0x7fffffffe5f0,0) = 48 (0x30) 14511: recvmsg(22,0x7fffffffe5f0,0) ERR#35 'Resource temporarily unavailable' 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) ERR#4 'Interrupted system call' 14511: SIGNAL 14 (SIGALRM) 14511: sigprocmask(SIG_SETMASK,{ SIGALRM },0x0) = 0 (0x0) 14511: sigreturn(0x7fffffffd4c0) ERR#4 'Interrupted system call' 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: sendto(22,"\M-c\0\^F\M-h\0\0\0\0\0\0\0\^DIN"...,48,0,{ AF_INET 185.22.60.71:123 },16) = 48 (0x30) 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: sendto(22,"\M-c\0\^F\M-h\0\0\0\0\0\0\0\^DIN"...,48,0,{ AF_INET 85.21.78.8:123 },16) = 48 (0x30) 14511: _umtx_op(0x801aa909c,UMTX_OP_SEM2_WAKE,0x0,0x0,0x0) = 0 (0x0) 14511: _umtx_op(0x801aa909c,UMTX_OP_SEM2_WAIT,0x0,0x0,0x0) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: open("/etc/services",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=723103,size=86292,blksize=32768 }) = 0 (0x0) 14511: lseek(4,0x0,SEEK_CUR) = 0 (0x0) 14511: lseek(4,0x0,SEEK_SET) = 0 (0x0) 14511: read(4,"#\n# Network services, Internet "...,32768) = 32768 (0x8000) 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: open("/etc/hosts",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=722313,size=1454,blksize=32768 }) = 0 (0x0) 14511: read(4,"# $FreeBSD: head/etc/hosts 10999"...,32768) = 1454 (0x5ae) 14511: read(4,0x801c1fd40,32768) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/resolv.conf",{ mode=-rw-r--r-- ,inode=722327,size=35,blksize=32768 },0x0) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,0) = 4 (0x4) 14511: connect(4,{ AF_INET 127.0.0.1:53 },16) = 0 (0x0) 14511: sendto(4,"b:\^A\0\0\^A\0\0\0\0\0\^A\^A0\af"...,51,0,NULL,0) = 51 (0x33) 14511: poll({ 4/POLLRDNORM },1,5000) = 1 (0x1) 14511: recvfrom(4,"b:\M^A\M^_at_\0\^A\0\^D\0\0\0\^A\^A"...,65536,0,{ AF_INET 127.0.0.1:53 },0x7fffdfffc808) = 115 (0x73) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,0) = 4 (0x4) 14511: connect(4,{ AF_INET 127.0.0.1:53 },16) = 0 (0x0) 14511: sendto(4,"\M-I\r\^A\0\0\^A\0\0\0\0\0\^A\^A"...,51,0,NULL,0) = 51 (0x33) 14511: poll({ 4/POLLRDNORM },1,5000) = 1 (0x1) 14511: recvfrom(4,"\M-I\r\M^A\M^_at_\0\^A\0\0\0\^A\0"...,65536,0,{ AF_INET 127.0.0.1:53 },0x7fffdfffc808) = 106 (0x6a) 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: open("/etc/services",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=723103,size=86292,blksize=32768 }) = 0 (0x0) 14511: lseek(4,0x0,SEEK_CUR) = 0 (0x0) 14511: lseek(4,0x0,SEEK_SET) = 0 (0x0) 14511: read(4,"#\n# Network services, Internet "...,32768) = 32768 (0x8000) 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: open("/etc/services",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=723103,size=86292,blksize=32768 }) = 0 (0x0) 14511: lseek(4,0x0,SEEK_CUR) = 0 (0x0) 14511: lseek(4,0x0,SEEK_SET) = 0 (0x0) 14511: read(4,"#\n# Network services, Internet "...,32768) = 32768 (0x8000) 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: recvmsg(22,0x7fffffffe5f0,0) = 48 (0x30) 14511: recvmsg(22,0x7fffffffe5f0,0) ERR#35 'Resource temporarily unavailable' 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: open("/etc/services",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: recvmsg(22,0x7fffffffe5f0,0) = 48 (0x30) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=723103,size=86292,blksize=32768 }) = 0 (0x0) 14511: recvmsg(22,0x7fffffffe5f0,0) ERR#35 'Resource temporarily unavailable' 14511: lseek(4,0x0,SEEK_CUR) = 0 (0x0) 14511: lseek(4,0x0,SEEK_SET) = 0 (0x0) 14511: read(4,"#\n# Network services, Internet "...,32768) = 32768 (0x8000) 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: open("/etc/services",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=723103,size=86292,blksize=32768 }) = 0 (0x0) 14511: lseek(4,0x0,SEEK_CUR) = 0 (0x0) 14511: lseek(4,0x0,SEEK_SET) = 0 (0x0) 14511: read(4,"#\n# Network services, Internet "...,32768) = 32768 (0x8000) 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: open("/etc/services",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=723103,size=86292,blksize=32768 }) = 0 (0x0) 14511: lseek(4,0x0,SEEK_CUR) = 0 (0x0) 14511: lseek(4,0x0,SEEK_SET) = 0 (0x0) 14511: read(4,"#\n# Network services, Internet "...,32768) = 32768 (0x8000) 14511: close(4) = 0 (0x0) 14511: fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=722492,size=331,blksize=32768 },0x0) = 0 (0x0) 14511: open("/etc/services",O_RDONLY|O_CLOEXEC,0666) = 4 (0x4) 14511: fstat(4,{ mode=-rw-r--r-- ,inode=723103,size=86292,blksize=32768 }) = 0 (0x0) 14511: lseek(4,0x0,SEEK_CUR) = 0 (0x0) 14511: lseek(4,0x0,SEEK_SET) = 0 (0x0) 14511: read(4,"#\n# Network services, Internet "...,32768) = 32768 (0x8000) 14511: close(4) = 0 (0x0) 14511: __sysctl(0x7fffdfffdd20,0x4,0x0,0x7fffdfffde40,0x0,0x0) = 0 (0x0) 14511: __sysctl(0x7fffdfffdd20,0x4,0x801c50300,0x7fffdfffde40,0x0,0x0) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,IPPROTO_UDP) = 4 (0x4) 14511: connect(4,{ AF_INET 85.21.78.91:1 },16) = 0 (0x0) 14511: getsockname(4,{ AF_INET 10.60.0.245:34985 },0x7fffdfffdcbc) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,IPPROTO_UDP) = 4 (0x4) 14511: connect(4,{ AF_INET 85.21.78.8:1 },16) = 0 (0x0) 14511: getsockname(4,{ AF_INET 10.60.0.245:13180 },0x7fffdfffdcbc) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,IPPROTO_UDP) = 4 (0x4) 14511: connect(4,{ AF_INET 91.207.136.50:1 },16) = 0 (0x0) 14511: getsockname(4,{ AF_INET 10.60.0.245:10681 },0x7fffdfffdcbc) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: socket(PF_INET,SOCK_DGRAM|SOCK_CLOEXEC,IPPROTO_UDP) = 4 (0x4) 14511: connect(4,{ AF_INET 185.22.60.71:1 },16) = 0 (0x0) 14511: getsockname(4,{ AF_INET 10.60.0.245:41761 },0x7fffdfffdcbc) = 0 (0x0) 14511: close(4) = 0 (0x0) 14511: write(28,"\0",1) = 1 (0x1) 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: read(27,"\0",32) = 1 (0x1) 14511: read(27,0x7fffffffe5d0,32) ERR#35 'Resource temporarily unavailable' 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) ERR#4 'Interrupted system call' 14511: SIGNAL 14 (SIGALRM) 14511: sigprocmask(SIG_SETMASK,{ SIGALRM },0x0) = 0 (0x0) 14511: sigreturn(0x7fffffffd4c0) ERR#4 'Interrupted system call' 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: sendto(22,"\M-c\0\^F\M-h\0\0\0\0\0\0\0\^EIN"...,48,0,{ AF_INET 85.21.78.91:123 },16) = 48 (0x30) 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: recvmsg(22,0x7fffffffe5f0,0) = 48 (0x30) 14511: recvmsg(22,0x7fffffffe5f0,0) ERR#35 'Resource temporarily unavailable' 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) ERR#4 'Interrupted system call' 14511: SIGNAL 14 (SIGALRM) 14511: sigprocmask(SIG_SETMASK,{ SIGALRM },0x0) = 0 (0x0) 14511: sigreturn(0x7fffffffd4c0) ERR#4 'Interrupted system call' 14511: sendto(22,"\M-c\0\^F\M-h\0\0\0\0\0\0\0\^FIN"...,48,0,{ AF_INET 185.22.60.71:123 },16) = 48 (0x30) 14511: sendto(22,"\M-c\0\^F\M-h\0\0\0\0\0\0\0\^FIN"...,48,0,{ AF_INET 85.21.78.8:123 },16) = 48 (0x30) 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: recvmsg(22,0x7fffffffe5f0,0) = 48 (0x30) 14511: recvmsg(22,0x7fffffffe5f0,0) ERR#35 'Resource temporarily unavailable' 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: recvmsg(22,0x7fffffffe5f0,0) = 48 (0x30) 14511: recvmsg(22,0x7fffffffe5f0,0) ERR#35 'Resource temporarily unavailable' 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: read(26,"\^X\0\^E\^R\^C\0wlan0\0\0\0\0\0"...,5120) = 24 (0x18) 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) ERR#4 'Interrupted system call' 14511: SIGNAL 14 (SIGALRM) 14511: sigprocmask(SIG_SETMASK,{ SIGALRM },0x0) = 0 (0x0) 14511: sigreturn(0x7fffffffd4c0) ERR#4 'Interrupted system call' 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: sendto(22,"\M-c\0\^F\M-h\0\0\0\0\0\0\0\aINI"...,48,0,{ AF_INET 91.207.136.50:123 },16) = 48 (0x30) 14511: sendto(22,"\M-c\0\^F\M-h\0\0\0\0\0\0\0\aINI"...,48,0,{ AF_INET 85.21.78.91:123 },16) = 48 (0x30) 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: recvmsg(22,0x7fffffffe5f0,0) = 48 (0x30) 14511: recvmsg(22,0x7fffffffe5f0,0) ERR#35 'Resource temporarily unavailable' 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: recvmsg(22,0x7fffffffe5f0,0) = 48 (0x30) 14511: recvmsg(22,0x7fffffffe5f0,0) ERR#35 'Resource temporarily unavailable' 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) ERR#4 'Interrupted system call' 14511: SIGNAL 14 (SIGALRM) 14511: sigprocmask(SIG_SETMASK,{ SIGALRM },0x0) = 0 (0x0) 14511: sigreturn(0x7fffffffd4c0) ERR#4 'Interrupted system call' 14511: sendto(22,"\M-c\0\^F\M-h\0\0\0\0\0\0\0\bINI"...,48,0,{ AF_INET 185.22.60.71:123 },16) = 48 (0x30) 14511: sendto(22,"\M-c\0\^F\M-h\0\0\0\0\0\0\0\bINI"...,48,0,{ AF_INET 85.21.78.8:123 },16) = 48 (0x30) 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: recvmsg(22,0x7fffffffe5f0,0) = 48 (0x30) 14511: recvmsg(22,0x7fffffffe5f0,0) ERR#35 'Resource temporarily unavailable' 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: recvmsg(22,0x7fffffffe5f0,0) = 48 (0x30) 14511: recvmsg(22,0x7fffffffe5f0,0) ERR#35 'Resource temporarily unavailable' 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) ERR#4 'Interrupted system call' 14511: SIGNAL 14 (SIGALRM) 14511: sigprocmask(SIG_SETMASK,{ SIGALRM },0x0) = 0 (0x0) 14511: sigreturn(0x7fffffffd4c0) ERR#4 'Interrupted system call' 14511: sendto(22,"\M-c\0\^F\M-h\0\0\0\0\0\0\0\tINI"...,48,0,{ AF_INET 91.207.136.50:123 },16) = 48 (0x30) 14511: sendto(22,"\M-c\0\^F\M-h\0\0\0\0\0\0\0\tINI"...,48,0,{ AF_INET 85.21.78.91:123 },16) = 48 (0x30) 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: recvmsg(22,0x7fffffffe5f0,0) = 48 (0x30) 14511: recvmsg(22,0x7fffffffe5f0,0) ERR#35 'Resource temporarily unavailable' 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: recvmsg(22,0x7fffffffe5f0,0) = 48 (0x30) 14511: recvmsg(22,0x7fffffffe5f0,0) ERR#35 'Resource temporarily unavailable' 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) ERR#4 'Interrupted system call' 14511: SIGNAL 14 (SIGALRM) 14511: sigprocmask(SIG_SETMASK,{ SIGALRM },0x0) = 0 (0x0) 14511: sigreturn(0x7fffffffd4c0) ERR#4 'Interrupted system call' 14511: sendto(22,"\M-c\0\^F\M-h\0\0\0\0\0\0\0\nINI"...,48,0,{ AF_INET 185.22.60.71:123 },16) = 48 (0x30) 14511: sendto(22,"\M-c\0\^F\M-h\0\0\0\0\0\0\0\nINI"...,48,0,{ AF_INET 85.21.78.8:123 },16) = 48 (0x30) 14511: select(28,{ 20 21 22 23 24 25 26 27 },0x0,0x0,0x0) = 1 (0x1) 14511: recvmsg(22,0x7fffffffe5f0,0) = 48 (0x30) 14511: recvmsg(22,0x7fffffffe5f0,0) ERR#35 'Resource temporarily unavailable' 14511: socket(PF_UNSPEC,SOCK_DGRAM,0) ERR#47 'Address family not supported by protocol family' 14511: <thread 100639 exited> 14511: exit(0xffffffff) 14511: process exit, rval = 4294967295 -- Regards, | "In theory there is no difference between theory Vladimir Zakharov | and practice. In practice there is."- Yogi BerraReceived on Wed Jun 14 2017 - 14:19:45 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:12 UTC