Package: ntp
Version: 1:4.2.8p11+dfsg-1
Followup-For: Bug #901363
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
* What exactly did you do (or not do) that was effective (or
ineffective)?
* What was the outcome of this action?
* What outcome did you expect instead?
Attaching syslog since most recent restart.
*** End of the template - remove these template lines ***
-- System Information:
Debian Release: buster/sid
APT prefers experimental
APT policy: (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.17.0+ (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE= (charmap=UTF-8), LANGUAGE=en_GB
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)
Versions of packages ntp depends on:
ii adduser 3.117
ii libc6 2.27-3
ii libcap2 1:2.25-1.2
ii libedit2 3.1-20180525-1
ii libopts25 1:5.18.12-4
ii libssl1.1 1.1.0h-4
ii lsb-base 9.20170808
ii netbase 5.4
ii tzdata 2018e-1
Versions of packages ntp recommends:
ii perl 5.26.2-6
ii sntp 1:4.2.8p11+dfsg-1
Versions of packages ntp suggests:
pn ntp-doc <none>
-- Configuration Files:
/etc/init.d/ntp changed:
PATH=/sbin:/bin:/usr/sbin:/usr/bin
. /lib/lsb/init-functions
DAEMON=/usr/sbin/ntpd
PIDFILE=/var/run/ntpd.pid
test -x $DAEMON || exit 5
if [ -r /etc/default/ntp ]; then
. /etc/default/ntp
fi
if [ -e /run/ntp.conf.dhcp ]; then
NTPD_OPTS="$NTPD_OPTS -c /run/ntp.conf.dhcp"
fi
LOCKFILE=/run/lock/ntpdate
RUNASUSER=ntp
UGID=$(getent passwd $RUNASUSER | cut -f 3,4 -d:) || true
if test "$(uname -s)" = "Linux"; then
NTPD_OPTS="$NTPD_OPTS -u $UGID"
fi
case $1 in
start)
log_daemon_msg "Starting NTP server" "ntpd"
if [ -z "$UGID" ]; then
log_failure_msg "user \"$RUNASUSER\" does not exist"
exit 1
fi
ntpdate 192.231.203.132
(
flock -w 180 9
start-stop-daemon --start --quiet --oknodo --pidfile
$PIDFILE --startas $DAEMON -- -p $PIDFILE $NTPD_OPTS
) 9>$LOCKFILE
log_end_msg $?
;;
stop)
log_daemon_msg "Stopping NTP server" "ntpd"
start-stop-daemon --stop --quiet --oknodo --pidfile $PIDFILE
--retry=TERM/30/KILL/5 --exec $DAEMON
log_end_msg $?
rm -f $PIDFILE
;;
restart|force-reload)
$0 stop && sleep 2 && $0 start
;;
try-restart)
if $0 status >/dev/null; then
$0 restart
else
exit 0
fi
;;
reload)
exit 3
;;
status)
status_of_proc $DAEMON "NTP server"
;;
*)
echo "Usage: $0
{start|stop|restart|try-restart|force-reload|status}"
exit 2
;;
esac
-- no debconf information
Jun 12 12:36:42 localhost kernel: [ 0.024000] Mountpoint-cache hash table
entries: 16384 (order: 5, 131072 bytes)
Jun 12 12:36:47 localhost ntpdate[1509]: step time server 220.233.156.30 offset
2.485796 sec
Jun 12 12:37:10 localhost ntpd[3016]: ntpd [email protected] (1): Starting
Jun 12 12:37:10 localhost ntpd[3016]: Command line: /usr/sbin/ntpd -p
/var/run/ntpd.pid -g -u 108:112
Jun 12 12:37:10 localhost ntpd[3059]: proto: precision = 0.086 usec (-23)
Jun 12 12:37:10 localhost ntpd[3059]: leapsecond file
('/usr/share/zoneinfo/leap-seconds.list'): good hash signature
Jun 12 12:37:10 localhost ntpd[3059]: leapsecond file
('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2018-12-28T00:00:00Z
last=2017-01-01T00:00:00Z ofs=37
Jun 12 12:37:10 localhost ntpd[3059]: Listen and drop on 0 v6wildcard [::]:123
Jun 12 12:37:10 localhost ntpd[3059]: Listen and drop on 1 v4wildcard
0.0.0.0:123
Jun 12 12:37:10 localhost ntpd[3059]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:37:10 localhost ntpd[3059]: bind(18) AF_INET 127.0.0.1#123 flags 0x5
failed: Address already in use
Jun 12 12:37:10 localhost ntpd[3059]: unable to create socket on lo (2) for
127.0.0.1#123
Jun 12 12:37:10 localhost ntpd[3059]: failed to init interface for address
127.0.0.1
Jun 12 12:37:10 localhost ntpd[3059]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:37:10 localhost ntpd[3059]: bind(18) AF_INET 192.168.1.101#123 flags
0x19 failed: Address already in use
Jun 12 12:37:10 localhost ntpd[3059]: unable to create socket on eth0 (3) for
192.168.1.101#123
Jun 12 12:37:10 localhost ntpd[3059]: failed to init interface for address
192.168.1.101
Jun 12 12:37:10 localhost ntpd[3059]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:37:10 localhost ntpd[3059]: bind(18) AF_INET6 ::1#123 flags 0x5
failed: Address already in use
Jun 12 12:37:10 localhost ntpd[3059]: unable to create socket on lo (4) for
::1#123
Jun 12 12:37:10 localhost ntpd[3059]: failed to init interface for address ::1
Jun 12 12:37:10 localhost ntpd[3059]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:37:10 localhost ntpd[3059]: bind(18) AF_INET6
fe80::223:54ff:fe5e:5dd5%2#123 flags 0x11 failed: Address already in use
Jun 12 12:37:10 localhost ntpd[3059]: unable to create socket on eth0 (5) for
fe80::223:54ff:fe5e:5dd5%2#123
Jun 12 12:37:10 localhost ntpd[3059]: failed to init interface for address
fe80::223:54ff:fe5e:5dd5%2
Jun 12 12:37:10 localhost ntpd[3059]: Listening on routing socket on fd #18 for
interface updates
Jun 12 12:37:11 localhost ntpd[3059]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:37:11 localhost ntpd[3059]: bind(21) AF_INET 127.0.0.1#123 flags 0x5
failed: Address already in use
Jun 12 12:37:11 localhost ntpd[3059]: unable to create socket on lo (6) for
127.0.0.1#123
Jun 12 12:37:11 localhost ntpd[3059]: failed to init interface for address
127.0.0.1
Jun 12 12:37:11 localhost ntpd[3059]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:37:11 localhost ntpd[3059]: bind(21) AF_INET 192.168.1.101#123 flags
0x19 failed: Address already in use
Jun 12 12:37:11 localhost ntpd[3059]: unable to create socket on eth0 (7) for
192.168.1.101#123
Jun 12 12:37:11 localhost ntpd[3059]: failed to init interface for address
192.168.1.101
Jun 12 12:37:11 localhost ntpd[3059]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:37:11 localhost ntpd[3059]: bind(21) AF_INET6 ::1#123 flags 0x5
failed: Address already in use
Jun 12 12:37:11 localhost ntpd[3059]: unable to create socket on lo (8) for
::1#123
Jun 12 12:37:11 localhost ntpd[3059]: failed to init interface for address ::1
Jun 12 12:37:11 localhost ntpd[3059]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:37:11 localhost ntpd[3059]: bind(21) AF_INET6
fe80::223:54ff:fe5e:5dd5%2#123 flags 0x11 failed: Address already in use
Jun 12 12:37:11 localhost ntpd[3059]: unable to create socket on eth0 (9) for
fe80::223:54ff:fe5e:5dd5%2#123
Jun 12 12:37:11 localhost ntpd[3059]: failed to init interface for address
fe80::223:54ff:fe5e:5dd5%2
Jun 12 12:37:11 localhost ntpd[3059]: Soliciting pool server 129.250.35.250
Jun 12 12:37:12 localhost ntpd[3059]: Soliciting pool server 103.214.220.220
Jun 12 12:37:13 localhost ntpd[3059]: Soliciting pool server 220.233.156.30
Jun 12 12:37:14 localhost ntpd[3059]: Soliciting pool server 103.76.40.123
Jun 12 12:38:15 localhost ntpd[3059]: Soliciting pool server 129.250.35.251
Jun 12 12:38:17 localhost ntpd[3059]: Soliciting pool server 203.19.252.4
Jun 12 12:38:20 localhost ntpd[3059]: Soliciting pool server 116.206.80.123
Jun 12 12:38:20 localhost ntpd[3059]: Soliciting pool server 27.124.125.251
Jun 12 12:39:20 localhost ntpd[3059]: Soliciting pool server 139.99.194.24
Jun 12 12:39:21 localhost ntpd[3059]: Soliciting pool server 27.124.125.252
Jun 12 12:39:26 localhost ntpd[3059]: Soliciting pool server 116.206.83.243
Jun 12 12:39:27 localhost ntpd[3059]: Soliciting pool server 52.65.237.49
Jun 12 12:40:25 localhost ntpd[3059]: Soliciting pool server 45.76.113.31
Jun 12 12:40:27 localhost ntpd[3059]: Soliciting pool server 13.55.50.68
Jun 12 12:40:30 localhost ntpd[3059]: Soliciting pool server 192.189.54.33
Jun 12 12:40:34 localhost ntpd[3059]: Soliciting pool server 203.100.61.10
Jun 12 12:41:30 localhost ntpd[3059]: Soliciting pool server 129.250.35.250
Jun 12 12:41:32 localhost ntpd[3059]: Soliciting pool server 27.124.125.250
Jun 12 12:41:36 localhost ntpd[3059]: Soliciting pool server 203.23.237.200
Jun 12 12:41:41 localhost ntpd[3059]: Soliciting pool server 2001:418:3ff::53
Jun 12 12:42:11 localhost ntpd[3059]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:42:11 localhost ntpd[3059]: bind(21) AF_INET 127.0.0.1#123 flags 0x5
failed: Address already in use
Jun 12 12:42:11 localhost ntpd[3059]: unable to create socket on lo (10) for
127.0.0.1#123
Jun 12 12:42:11 localhost ntpd[3059]: failed to init interface for address
127.0.0.1
Jun 12 12:42:11 localhost ntpd[3059]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:42:11 localhost ntpd[3059]: bind(21) AF_INET 192.168.1.101#123 flags
0x19 failed: Address already in use
Jun 12 12:42:11 localhost ntpd[3059]: unable to create socket on eth0 (11) for
192.168.1.101#123
Jun 12 12:42:11 localhost ntpd[3059]: failed to init interface for address
192.168.1.101
Jun 12 12:42:11 localhost ntpd[3059]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:42:11 localhost ntpd[3059]: bind(21) AF_INET6 ::1#123 flags 0x5
failed: Address already in use
Jun 12 12:42:11 localhost ntpd[3059]: unable to create socket on lo (12) for
::1#123
Jun 12 12:42:11 localhost ntpd[3059]: failed to init interface for address ::1
Jun 12 12:42:11 localhost ntpd[3059]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:42:11 localhost ntpd[3059]: bind(21) AF_INET6
fe80::223:54ff:fe5e:5dd5%2#123 flags 0x11 failed: Address already in use
Jun 12 12:42:11 localhost ntpd[3059]: unable to create socket on eth0 (13) for
fe80::223:54ff:fe5e:5dd5%2#123
Jun 12 12:42:11 localhost ntpd[3059]: failed to init interface for address
fe80::223:54ff:fe5e:5dd5%2
Jun 12 12:42:34 localhost ntpd[3059]: Soliciting pool server 129.250.35.251
Jun 12 12:42:36 localhost ntpd[3059]: Soliciting pool server 103.38.120.36
Jun 12 12:42:40 localhost ntpd[3059]: Soliciting pool server 203.122.222.157
Jun 12 12:42:45 localhost ntpd[3059]: Soliciting pool server
2001:44b8:60:12::157
Jun 12 12:43:40 localhost ntpd[3059]: Soliciting pool server 192.189.54.33
Jun 12 12:43:41 localhost ntpd[3059]: Soliciting pool server 103.76.40.123
Jun 12 12:43:46 localhost ntpd[3059]: Soliciting pool server 116.66.161.5
Jun 12 12:43:52 localhost ntpd[3059]: Soliciting pool server
2407:6180:0:b::123:1
Jun 12 12:44:47 localhost ntpd[3059]: Soliciting pool server 27.124.125.251
Jun 12 12:44:48 localhost ntpd[3059]: Soliciting pool server 103.214.220.220
Jun 12 12:44:51 localhost ntpd[3059]: Soliciting pool server 144.48.166.166
Jun 12 12:44:59 localhost ntpd[3059]: Soliciting pool server
2a00:fd80:aaaa:ffff::eeee:ff2
Jun 12 12:45:52 localhost ntpd[3059]: Soliciting pool server 139.99.194.24
Jun 12 12:45:54 localhost ntpd[3059]: Soliciting pool server 116.206.80.123
Jun 12 12:45:57 localhost ntpd[3059]: Soliciting pool server 129.250.35.251
Jun 12 12:46:03 localhost ntpd[3059]: Soliciting pool server 103.214.220.220
Jun 12 12:46:56 localhost ntpd[3059]: Soliciting pool server 202.90.244.30
Jun 12 12:47:01 localhost ntpd[3059]: Soliciting pool server 144.48.166.166
Jun 12 12:47:03 localhost ntpd[3059]: Soliciting pool server 52.65.237.49
Jun 12 12:47:10 localhost ntpd[3059]: Soliciting pool server 203.7.149.150
Jun 12 12:47:11 localhost ntpd[3059]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:47:11 localhost ntpd[3059]: bind(21) AF_INET 127.0.0.1#123 flags 0x5
failed: Address already in use
Jun 12 12:47:11 localhost ntpd[3059]: unable to create socket on lo (14) for
127.0.0.1#123
Jun 12 12:47:11 localhost ntpd[3059]: failed to init interface for address
127.0.0.1
Jun 12 12:47:11 localhost ntpd[3059]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:47:11 localhost ntpd[3059]: bind(21) AF_INET 192.168.1.101#123 flags
0x19 failed: Address already in use
Jun 12 12:47:11 localhost ntpd[3059]: unable to create socket on eth0 (15) for
192.168.1.101#123
Jun 12 12:47:11 localhost ntpd[3059]: failed to init interface for address
192.168.1.101
Jun 12 12:47:11 localhost ntpd[3059]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:47:11 localhost ntpd[3059]: bind(21) AF_INET6 ::1#123 flags 0x5
failed: Address already in use
Jun 12 12:47:11 localhost ntpd[3059]: unable to create socket on lo (16) for
::1#123
Jun 12 12:47:11 localhost ntpd[3059]: failed to init interface for address ::1
Jun 12 12:47:11 localhost ntpd[3059]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:47:11 localhost ntpd[3059]: bind(21) AF_INET6
fe80::223:54ff:fe5e:5dd5%2#123 flags 0x11 failed: Address already in use
Jun 12 12:47:11 localhost ntpd[3059]: unable to create socket on eth0 (17) for
fe80::223:54ff:fe5e:5dd5%2#123
Jun 12 12:47:11 localhost ntpd[3059]: failed to init interface for address
fe80::223:54ff:fe5e:5dd5%2
Jun 12 12:48:00 localhost ntpd[3059]: ntpd exiting on signal 15 (Terminated)
Jun 12 12:48:09 localhost ntpd[3797]: ntpd [email protected] (1): Starting
Jun 12 12:48:09 localhost ntpd[3797]: Command line: /usr/sbin/ntpd -p
/var/run/ntpd.pid -g -u 108:112
Jun 12 12:48:09 localhost ntpd[3799]: proto: precision = 0.089 usec (-23)
Jun 12 12:48:09 localhost ntpd[3799]: leapsecond file
('/usr/share/zoneinfo/leap-seconds.list'): good hash signature
Jun 12 12:48:09 localhost ntpd[3799]: leapsecond file
('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2018-12-28T00:00:00Z
last=2017-01-01T00:00:00Z ofs=37
Jun 12 12:48:09 localhost ntpd[3799]: Listen and drop on 0 v6wildcard [::]:123
Jun 12 12:48:09 localhost ntpd[3799]: Listen and drop on 1 v4wildcard
0.0.0.0:123
Jun 12 12:48:09 localhost ntpd[3799]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:48:09 localhost ntpd[3799]: bind(18) AF_INET 127.0.0.1#123 flags 0x5
failed: Address already in use
Jun 12 12:48:09 localhost ntpd[3799]: unable to create socket on lo (2) for
127.0.0.1#123
Jun 12 12:48:09 localhost ntpd[3799]: failed to init interface for address
127.0.0.1
Jun 12 12:48:09 localhost ntpd[3799]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:48:09 localhost ntpd[3799]: bind(18) AF_INET 192.168.1.101#123 flags
0x19 failed: Address already in use
Jun 12 12:48:09 localhost ntpd[3799]: unable to create socket on eth0 (3) for
192.168.1.101#123
Jun 12 12:48:09 localhost ntpd[3799]: failed to init interface for address
192.168.1.101
Jun 12 12:48:09 localhost ntpd[3799]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:48:09 localhost ntpd[3799]: bind(18) AF_INET6 ::1#123 flags 0x5
failed: Address already in use
Jun 12 12:48:09 localhost ntpd[3799]: unable to create socket on lo (4) for
::1#123
Jun 12 12:48:09 localhost ntpd[3799]: failed to init interface for address ::1
Jun 12 12:48:09 localhost ntpd[3799]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:48:09 localhost ntpd[3799]: bind(18) AF_INET6
fe80::223:54ff:fe5e:5dd5%2#123 flags 0x11 failed: Address already in use
Jun 12 12:48:09 localhost ntpd[3799]: unable to create socket on eth0 (5) for
fe80::223:54ff:fe5e:5dd5%2#123
Jun 12 12:48:09 localhost ntpd[3799]: failed to init interface for address
fe80::223:54ff:fe5e:5dd5%2
Jun 12 12:48:09 localhost ntpd[3799]: Listening on routing socket on fd #18 for
interface updates
Jun 12 12:48:10 localhost ntpd[3799]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:48:10 localhost ntpd[3799]: bind(21) AF_INET 127.0.0.1#123 flags 0x5
failed: Address already in use
Jun 12 12:48:10 localhost ntpd[3799]: unable to create socket on lo (6) for
127.0.0.1#123
Jun 12 12:48:10 localhost ntpd[3799]: failed to init interface for address
127.0.0.1
Jun 12 12:48:10 localhost ntpd[3799]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:48:10 localhost ntpd[3799]: bind(21) AF_INET 192.168.1.101#123 flags
0x19 failed: Address already in use
Jun 12 12:48:10 localhost ntpd[3799]: unable to create socket on eth0 (7) for
192.168.1.101#123
Jun 12 12:48:10 localhost ntpd[3799]: failed to init interface for address
192.168.1.101
Jun 12 12:48:10 localhost ntpd[3799]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:48:10 localhost ntpd[3799]: bind(21) AF_INET6 ::1#123 flags 0x5
failed: Address already in use
Jun 12 12:48:10 localhost ntpd[3799]: unable to create socket on lo (8) for
::1#123
Jun 12 12:48:10 localhost ntpd[3799]: failed to init interface for address ::1
Jun 12 12:48:10 localhost ntpd[3799]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:48:10 localhost ntpd[3799]: bind(21) AF_INET6
fe80::223:54ff:fe5e:5dd5%2#123 flags 0x11 failed: Address already in use
Jun 12 12:48:10 localhost ntpd[3799]: unable to create socket on eth0 (9) for
fe80::223:54ff:fe5e:5dd5%2#123
Jun 12 12:48:10 localhost ntpd[3799]: failed to init interface for address
fe80::223:54ff:fe5e:5dd5%2
Jun 12 12:48:10 localhost ntpd[3799]: Soliciting pool server 13.55.50.68
Jun 12 12:48:11 localhost ntpd[3799]: Soliciting pool server 116.206.80.123
Jun 12 12:48:12 localhost ntpd[3799]: Soliciting pool server 203.114.73.24
Jun 12 12:48:13 localhost ntpd[3799]: Soliciting pool server 129.250.35.250
Jun 12 12:49:15 localhost ntpd[3799]: Soliciting pool server 144.48.166.166
Jun 12 12:49:15 localhost ntpd[3799]: Soliciting pool server 139.99.172.118
Jun 12 12:49:19 localhost ntpd[3799]: Soliciting pool server 203.122.222.157
Jun 12 12:49:20 localhost ntpd[3799]: Soliciting pool server 129.250.35.251
Jun 12 12:50:20 localhost ntpd[3799]: Soliciting pool server 27.124.125.251
Jun 12 12:50:21 localhost ntpd[3799]: Soliciting pool server 139.99.194.24
Jun 12 12:50:25 localhost ntpd[3799]: Soliciting pool server 52.65.237.49
Jun 12 12:50:26 localhost ntpd[3799]: Soliciting pool server 103.214.220.220
Jun 12 12:51:25 localhost ntpd[3799]: Soliciting pool server 27.124.125.252
Jun 12 12:51:27 localhost ntpd[3799]: Soliciting pool server 202.90.244.30
Jun 12 12:51:30 localhost ntpd[3799]: Soliciting pool server 180.150.58.164
Jun 12 12:51:32 localhost ntpd[3799]: Soliciting pool server 116.206.83.243
Jun 12 12:52:32 localhost named[2153]: network unreachable resolving
'1.debian.pool.ntp.org/A/IN': 2001:500:12::d0d#53
Jun 12 12:52:32 localhost named[2153]: network unreachable resolving
'1.debian.pool.ntp.org/AAAA/IN': 2001:500:12::d0d#53
Jun 12 12:52:32 localhost named[2153]: network unreachable resolving
'1.debian.pool.ntp.org/A/IN': 2001:500:200::b#53
Jun 12 12:52:32 localhost named[2153]: network unreachable resolving
'1.debian.pool.ntp.org/AAAA/IN': 2001:500:200::b#53
Jun 12 12:52:32 localhost named[2153]: network unreachable resolving
'1.debian.pool.ntp.org/A/IN': 2001:500:9f::42#53
Jun 12 12:52:32 localhost named[2153]: network unreachable resolving
'1.debian.pool.ntp.org/AAAA/IN': 2001:500:9f::42#53
Jun 12 12:52:32 localhost named[2153]: network unreachable resolving
'1.debian.pool.ntp.org/A/IN': 2001:500:a8::e#53
Jun 12 12:52:32 localhost named[2153]: network unreachable resolving
'1.debian.pool.ntp.org/AAAA/IN': 2001:500:a8::e#53
Jun 12 12:52:32 localhost named[2153]: network unreachable resolving
'1.debian.pool.ntp.org/A/IN': 2001:503:c27::2:30#53
Jun 12 12:52:32 localhost named[2153]: network unreachable resolving
'1.debian.pool.ntp.org/AAAA/IN': 2001:503:c27::2:30#53
Jun 12 12:52:33 localhost named[2153]: network unreachable resolving
'1.debian.pool.ntp.org/A/IN': 2001:500:b::1#53
Jun 12 12:52:33 localhost named[2153]: network unreachable resolving
'1.debian.pool.ntp.org/A/IN': 2001:500:48::1#53
Jun 12 12:52:33 localhost named[2153]: network unreachable resolving
'1.debian.pool.ntp.org/A/IN': 2001:500:f::1#53
Jun 12 12:52:33 localhost named[2153]: network unreachable resolving
'1.debian.pool.ntp.org/A/IN': 2001:500:40::1#53
Jun 12 12:52:33 localhost named[2153]: network unreachable resolving
'1.debian.pool.ntp.org/A/IN': 2001:500:c::1#53
Jun 12 12:52:33 localhost named[2153]: network unreachable resolving
'1.debian.pool.ntp.org/A/IN': 2001:500:e::1#53
Jun 12 12:52:34 localhost named[2153]: network unreachable resolving
'a.ntpns.org/A/IN': 2001:500:14:6004:ad::1#53
Jun 12 12:52:34 localhost named[2153]: network unreachable resolving
'g.ntpns.org/AAAA/IN': 2a02:a00:2000:89::1#53
Jun 12 12:52:34 localhost named[2153]: network unreachable resolving
'g.ntpns.org/AAAA/IN': 2620:7:6000::ffff:c759:df35#53
Jun 12 12:52:34 localhost named[2153]: network unreachable resolving
'g.ntpns.org/AAAA/IN': 2a03:7900:104:1::2#53
Jun 12 12:52:34 localhost named[2153]: network unreachable resolving
'g.ntpns.org/AAAA/IN': 2620:101:d007::42#53
Jun 12 12:52:34 localhost named[2153]: network unreachable resolving
'g.ntpns.org/AAAA/IN': 2a01:238:426b:900:4535:f84f:5043:4854#53
Jun 12 12:52:34 localhost named[2153]: network unreachable resolving
'g.ntpns.org/AAAA/IN': 2620:95:4001::123#53
Jun 12 12:52:34 localhost named[2153]: network unreachable resolving
'g.ntpns.org/AAAA/IN': 2001:8e0:ffff:1::282#53
Jun 12 12:52:34 localhost named[2153]: network unreachable resolving
'g.ntpns.org/AAAA/IN': 2620:95:4002::123#53
Jun 12 12:52:34 localhost named[2153]: network unreachable resolving
'g.ntpns.org/AAAA/IN': 2001:4b20:0:ca01:5054:ff:fe6f:c4fb#53
Jun 12 12:52:34 localhost named[2153]: network unreachable resolving
'g.ntpns.org/AAAA/IN': 2a01:4f8:121:43cd::3:1#53
Jun 12 12:52:34 localhost named[2153]: network unreachable resolving
'g.ntpns.org/AAAA/IN': 2a02:2290:2:48::73#53
Jun 12 12:52:34 localhost named[2153]: network unreachable resolving
'g.ntpns.org/A/IN': 2a05:91c0:1505:5::c924#53
Jun 12 12:52:34 localhost named[2153]: network unreachable resolving
'g.ntpns.org/A/IN': 2001:67c:16c8:2242::1#53
Jun 12 12:52:34 localhost named[2153]: network unreachable resolving
'g.ntpns.org/A/IN': 2a02:a00:2000:89::1#53
Jun 12 12:52:34 localhost named[2153]: network unreachable resolving
'ntp.org/DS/IN': 2001:500:f::1#53
Jun 12 12:52:35 localhost ntpd[3799]: Soliciting pool server 192.189.54.33
Jun 12 12:52:35 localhost named[2153]: network unreachable resolving
'0.debian.pool.ntp.org/A/IN': 2a00:14b0:4200:32e0::1e5#53
Jun 12 12:52:35 localhost named[2153]: network unreachable resolving
'0.debian.pool.ntp.org/AAAA/IN': 2a00:14b0:4200:32e0::1e5#53
Jun 12 12:52:35 localhost named[2153]: network unreachable resolving
'0.debian.pool.ntp.org/A/IN': 2a02:a00:2000:89::1#53
Jun 12 12:52:35 localhost named[2153]: network unreachable resolving
'0.debian.pool.ntp.org/AAAA/IN': 2a02:a00:2000:89::1#53
Jun 12 12:52:35 localhost ntpd[3799]: Soliciting pool server 203.100.61.10
Jun 12 12:52:36 localhost ntpd[3799]: Soliciting pool server
2001:19f0:5801:414:5400:1ff:fe4b:880b
Jun 12 12:52:39 localhost ntpd[3799]: Soliciting pool server 27.124.125.252
Jun 12 12:53:10 localhost ntpd[3799]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:53:10 localhost ntpd[3799]: bind(21) AF_INET 127.0.0.1#123 flags 0x5
failed: Address already in use
Jun 12 12:53:10 localhost ntpd[3799]: unable to create socket on lo (10) for
127.0.0.1#123
Jun 12 12:53:10 localhost ntpd[3799]: failed to init interface for address
127.0.0.1
Jun 12 12:53:10 localhost ntpd[3799]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:53:10 localhost ntpd[3799]: bind(21) AF_INET 192.168.1.101#123 flags
0x19 failed: Address already in use
Jun 12 12:53:10 localhost ntpd[3799]: unable to create socket on eth0 (11) for
192.168.1.101#123
Jun 12 12:53:10 localhost ntpd[3799]: failed to init interface for address
192.168.1.101
Jun 12 12:53:10 localhost ntpd[3799]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:53:10 localhost ntpd[3799]: bind(21) AF_INET6 ::1#123 flags 0x5
failed: Address already in use
Jun 12 12:53:10 localhost ntpd[3799]: unable to create socket on lo (12) for
::1#123
Jun 12 12:53:10 localhost ntpd[3799]: failed to init interface for address ::1
Jun 12 12:53:10 localhost ntpd[3799]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:53:10 localhost ntpd[3799]: bind(21) AF_INET6
fe80::223:54ff:fe5e:5dd5%2#123 flags 0x11 failed: Address already in use
Jun 12 12:53:10 localhost ntpd[3799]: unable to create socket on eth0 (13) for
fe80::223:54ff:fe5e:5dd5%2#123
Jun 12 12:53:10 localhost ntpd[3799]: failed to init interface for address
fe80::223:54ff:fe5e:5dd5%2
Jun 12 12:53:36 localhost ntpd[3799]: Soliciting pool server 139.99.194.24
Jun 12 12:53:38 localhost ntpd[3799]: Soliciting pool server 121.0.0.41
Jun 12 12:53:42 localhost ntpd[3799]: Soliciting pool server
2406:da1c:b32:4000:b0c5:3cb7:5730:226
Jun 12 12:53:44 localhost ntpd[3799]: Soliciting pool server 27.124.125.251
Jun 12 12:54:42 localhost ntpd[3799]: Soliciting pool server 103.214.220.220
Jun 12 12:54:43 localhost ntpd[3799]: Soliciting pool server 103.38.120.36
Jun 12 12:54:49 localhost ntpd[3799]: Soliciting pool server
2407:6180:0:a::123:1
Jun 12 12:54:50 localhost ntpd[3799]: Soliciting pool server 203.100.61.10
Jun 12 12:55:49 localhost ntpd[3799]: Soliciting pool server 52.64.149.91
Jun 12 12:55:49 localhost ntpd[3799]: Soliciting pool server 116.206.83.243
Jun 12 12:55:54 localhost ntpd[3799]: Soliciting pool server
2a00:fd80:aaaa:ffff::eeee:ff2
Jun 12 12:55:57 localhost ntpd[3799]: Soliciting pool server 223.252.23.219
Jun 12 12:56:55 localhost ntpd[3799]: Soliciting pool server 203.122.222.157
Jun 12 12:56:56 localhost ntpd[3799]: Soliciting pool server 103.214.220.220
Jun 12 12:57:01 localhost ntpd[3799]: Soliciting pool server 103.76.40.123
Jun 12 12:57:02 localhost ntpd[3799]: Soliciting pool server 203.100.61.10
Jun 12 12:58:00 localhost ntpd[3799]: Soliciting pool server 203.7.149.150
Jun 12 12:58:01 localhost ntpd[3799]: Soliciting pool server 27.124.125.250
Jun 12 12:58:07 localhost ntpd[3799]: Soliciting pool server 203.19.252.4
Jun 12 12:58:08 localhost ntpd[3799]: Soliciting pool server 27.124.125.252
Jun 12 12:58:10 localhost ntpd[3799]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:58:10 localhost ntpd[3799]: bind(21) AF_INET 127.0.0.1#123 flags 0x5
failed: Address already in use
Jun 12 12:58:10 localhost ntpd[3799]: unable to create socket on lo (14) for
127.0.0.1#123
Jun 12 12:58:10 localhost ntpd[3799]: failed to init interface for address
127.0.0.1
Jun 12 12:58:10 localhost ntpd[3799]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:58:10 localhost ntpd[3799]: bind(21) AF_INET 192.168.1.101#123 flags
0x19 failed: Address already in use
Jun 12 12:58:10 localhost ntpd[3799]: unable to create socket on eth0 (15) for
192.168.1.101#123
Jun 12 12:58:10 localhost ntpd[3799]: failed to init interface for address
192.168.1.101
Jun 12 12:58:10 localhost ntpd[3799]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:58:10 localhost ntpd[3799]: bind(21) AF_INET6 ::1#123 flags 0x5
failed: Address already in use
Jun 12 12:58:10 localhost ntpd[3799]: unable to create socket on lo (16) for
::1#123
Jun 12 12:58:10 localhost ntpd[3799]: failed to init interface for address ::1
Jun 12 12:58:10 localhost ntpd[3799]: set_wildcard_reuse:
setsockopt(SO_REUSEADDR, on) failed: Structure needs cleaning
Jun 12 12:58:10 localhost ntpd[3799]: bind(21) AF_INET6
fe80::223:54ff:fe5e:5dd5%2#123 flags 0x11 failed: Address already in use
Jun 12 12:58:10 localhost ntpd[3799]: unable to create socket on eth0 (17) for
fe80::223:54ff:fe5e:5dd5%2#123
Jun 12 12:58:10 localhost ntpd[3799]: failed to init interface for address
fe80::223:54ff:fe5e:5dd5%2
Jun 12 12:59:04 localhost ntpd[3799]: Soliciting pool server 139.99.194.24
Jun 12 12:59:07 localhost ntpd[3799]: Soliciting pool server 129.250.35.251
Jun 12 12:59:12 localhost ntpd[3799]: Soliciting pool server 203.59.7.250
Jun 12 12:59:14 localhost ntpd[3799]: Soliciting pool server 202.90.244.30
Jun 12 13:00:10 localhost ntpd[3799]: Soliciting pool server 192.189.54.33
Jun 12 13:00:14 localhost ntpd[3799]: Soliciting pool server 144.48.166.166
Jun 12 13:00:17 localhost ntpd[3799]: Soliciting pool server 13.55.50.68
Jun 12 13:00:21 localhost ntpd[3799]: Soliciting pool server 27.124.125.251
Jun 12 13:01:15 localhost ntpd[3799]: Soliciting pool server 27.124.125.252
Jun 12 13:01:21 localhost ntpd[3799]: Soliciting pool server 129.250.35.251
Jun 12 13:01:23 localhost ntpd[3799]: Soliciting pool server
2001:19f0:5801:414:5400:1ff:fe4b:880b