• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

ntp Synchronisation funtkioniert nicht

fhihu

Member
Hallo habe mir eigentlich noch nie Sorgen wegen der Uhrzeit gemacht.
Habe allerdings vor einiger Zeit ein Flashkartenprogramm installiert (Anki), bei dem aufgrund der Synchronisation über mehrere Geräte die Uhrzeit sehr wichtig ist.

So und als ich mich jetzt also mit der Uhrzeit mal beschäftigt habe in Yast ist mit aufgefallen, dass bei mir das automatische einstellen der Uhrzeit nicht geht. Habe UTC drinnen, verstelle die Uhrzeit manuell auf eine total falsche Zeit und wenn ich dann ntp sync auswähle und die Einstellungen übernehme und den sync durchführe bleibt die Uhrzeit falsch.

Auch die synchronisation mit dem Daemon bei boot lässt sich nicht auswählen weil Yast dann abstürzt.


Hat jemand auch Probleme mit dem NTP sync, verwende openSUSE 13.1 x64 mit allen updates.

lg tbo
 

P6CNAT

Advanced Hacker
Hi,
gibt es Fehlermeldungen in /var/log/ntp oder /var/log/messages?
Läuft der ntpd?

Code:
# ps -ef | grep ntpd
ntp       3000     1  0 10:12 ?        00:00:01 /usr/sbin/ntpd -p /var/run/ntp/ntpd.pid -g -u ntp:ntp -i /var/lib/ntp -c /etc/ntp.conf
Ähm, der läuft wahrscheinlich nicht, wenn Yast abstürzt :???:. Gibt es denn noch mehr Probleme mit der Konfiguration in Yast?

Grüße
Georg
 
OP
F

fhihu

Member
ja das bekomme ich als Ausgabe

Code:
workstation@linux-m1yv:~> ps -ef | grep ntpd
ntp      18764     1  0 17:50 ?        00:00:00 /usr/sbin/ntpd -p /var/run/ntp/ntpd.pid -g -u ntp:ntp -c /etc/ntp.conf
workstation  31850 31819  0 19:02 pts/3    00:00:00 grep --color=auto ntpd


Also scheint doch zu laufen.

Komischerweise hab ich jetzt doch den Daemon auf syncronize "now and at boot" stellen können.

Aber die Zeit wird trotzdem nicht korrekt geändert, wenn ich manuell etwas falsches einstelle und dann mit NTP die richtige Zeit aufrufen will.

lg
 

Pitti 1

Hacker
Ich habe bei mir soeben nachgeschaut und festgestellt, dass NTP ebenfalls inaktiv war - hier meine Herangehensweise:

1 . Überprüfen der benötigten Pakete:
Code:
*** Benutzer: kobold *** 
/home/kobold => su -
Passwort: 
*** Benutzer: root *** 
/root => rpm -qa | grep ntp
ntp-4.2.6p5-15.2.1.i586
yast2-ntp-client-3.0.1-7.1.noarch

2. Überprüfen des Status:
Code:
*** Benutzer: root *** 
/root =>systemctl status ntpd.service
ntp.service - LSB: Network time protocol daemon (ntpd)
   Loaded: loaded (/etc/init.d/ntp)
  Drop-In: /run/systemd/generator/ntp.service.d
           └─50-insserv.conf-$time.conf
   Active: inactive (dead)

3. Aktivieren des Dienstes:
Code:
*** Benutzer: root *** 
/root => systemctl start ntpd.service

4. Nochmaliges Überprüfen des Status:
Code:
*** Benutzer: root *** 
/root =>  systemctl status ntpd.service
ntp.service - LSB: Network time protocol daemon (ntpd)
   Loaded: loaded (/etc/init.d/ntp)
  Drop-In: /run/systemd/generator/ntp.service.d
           └─50-insserv.conf-$time.conf
   Active: active (running) since So 2014-04-27 20:17:31 CEST; 29s ago
  Process: 17494 ExecStart=/etc/init.d/ntp start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/ntp.service
           └─17513 /usr/sbin/ntpd -p /var/run/ntp/ntpd.pid -g -u ntp:ntp -i /var/lib/ntp -c /etc/ntp.conf

Apr 27 20:17:31 kobold ntpd[17513]: ntp_io: estimated max descriptors: 1024, initial socket boundary: 16
Apr 27 20:17:31 kobold ntpd[17513]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
Apr 27 20:17:31 kobold ntpd[17513]: Listen and drop on 1 v6wildcard :: UDP 123
Apr 27 20:17:31 kobold ntpd[17513]: Listen normally on 2 lo 127.0.0.1 UDP 123
Apr 27 20:17:31 kobold ntpd[17513]: Listen normally on 3 ppp0 88.130.191.222 UDP 123
Apr 27 20:17:31 kobold ntpd[17513]: Listen normally on 4 lo ::1 UDP 123
Apr 27 20:17:31 kobold ntpd[17513]: Listen normally on 5 enp0s20 fe80::213:8fff:fec2:473e UDP 123
Apr 27 20:17:31 kobold ntpd[17513]: peers refreshed
Apr 27 20:17:31 kobold ntpd[17513]: Listening on routing socket on fd #22 for interface updates
Apr 27 20:17:31 kobold systemd[1]: Started LSB: Network time protocol daemon (ntpd).

Fazit: Es funktioniert! Vielleicht hilft es ja weiter...
 
OP
F

fhihu

Member
Ja Bios Uhr stimmt, aber hat glaub ich keinen Einfluss wenn man UTC verwendet, weil dann sollte die Zeit ja vom Server kommen. Wenn man Lokale Zeit nimmt sollte der PC die Zeit vom Bios nehmen, aber man muss dann Sommer und Winterzeit umstellen.

Bei mir läuft der Daemon

Code:
linux-m1yv:/home/workstation # systemctl status ntpd.service
ntp.service - LSB: Network time protocol daemon (ntpd)
   Loaded: loaded (/etc/init.d/ntp)
  Drop-In: /run/systemd/generator/ntp.service.d
           └─50-insserv.conf-$time.conf
   Active: active (running) since Sun 2014-04-27 19:10:40 CEST; 2h 42min ago
  Process: 2945 ExecStop=/etc/init.d/ntp stop (code=exited, status=0/SUCCESS)
  Process: 2958 ExecStart=/etc/init.d/ntp start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/ntp.service
           └─2971 /usr/sbin/ntpd -p /var/run/ntp/ntpd.pid -g -u ntp:ntp -c /etc/ntp.conf

Apr 27 19:10:40 linux-m1yv ntpd[2971]: ntp_io: estimated max descriptors: 1024, initial socket boundary: 16
Apr 27 19:10:40 linux-m1yv ntpd[2971]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
Apr 27 19:10:40 linux-m1yv systemd[1]: Started LSB: Network time protocol daemon (ntpd).
Apr 27 19:10:40 linux-m1yv ntpd[2971]: Listen and drop on 1 v6wildcard :: UDP 123
Apr 27 19:10:40 linux-m1yv ntpd[2971]: Listen normally on 2 lo 127.0.0.1 UDP 123
Apr 27 19:10:40 linux-m1yv ntpd[2971]: Listen normally on 3 enp6s0 10.0.0.4 UDP 123
Apr 27 19:10:40 linux-m1yv ntpd[2971]: Listen normally on 4 lo ::1 UDP 123
Apr 27 19:10:40 linux-m1yv ntpd[2971]: Listen normally on 5 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
Apr 27 19:10:40 linux-m1yv ntpd[2971]: peers refreshed
Apr 27 19:10:40 linux-m1yv ntpd[2971]: Listening on routing socket on fd #22



Außerdem hab ich xntp server in den Firewall settings erlaubt.

Aber Zeit wird scheinbar nicht vom Server genommen.
 
OP
F

fhihu

Member
Vielen Dank für deine Antwort

/etc/ntp.conf

Code:
################################################################################
## /etc/ntp.conf
##
## Sample NTP configuration file.
## See package 'ntp-doc' for documentation, Mini-HOWTO and FAQ.
## Copyright (c) 1998 S.u.S.E. GmbH Fuerth, Germany.
##
## Author: Michael Andres,  <ma@suse.de>
##         Michael Skibbe,  <mskibbe@suse.de>
##
################################################################################

##
## Radio and modem clocks by convention have addresses in the 
## form 127.127.t.u, where t is the clock type and u is a unit 
## number in the range 0-3. 
##
## Most of these clocks require support in the form of a 
## serial port or special bus peripheral. The particular  
## device is normally specified by adding a soft link 
## /dev/device-u to the particular hardware device involved, 
## where u correspond to the unit number above. 
## 
## Generic DCF77 clock on serial port (Conrad DCF77)
## Address:     127.127.8.u
## Serial Port: /dev/refclock-u
##  
## (create soft link /dev/refclock-0 to the particular ttyS?)
##
# server 127.127.8.0 mode 5 prefer

##
## Undisciplined Local Clock. This is a fake driver intended for backup
## and when no outside source of synchronized time is available.
##
# server 127.127.1.0		# local clock (LCL)
# fudge  127.127.1.0 stratum 10	# LCL is unsynchronized

##
## Add external Servers using
## # rcntp addserver <yourserver>
## 

##
## Miscellaneous stuff
##

driftfile /var/lib/ntp/drift/ntp.drift           
# path for drift file

logfile /var/log/ntp		          
# alternate log file
# logconfig =syncstatus + sysevents
# logconfig =all

# statsdir /tmp/		# directory for statistics files
# filegen peerstats  file peerstats  type day enable
# filegen loopstats  file loopstats  type day enable
# filegen clockstats file clockstats type day enable

#
# Authentication stuff
#
keys /etc/ntp.keys		          
# path for keys file
trustedkey 1			          
# define trusted keys
requestkey 1			          
server bigben.cac.washington.edu  iburst
# key (7) for accessing server variables
# controlkey 15			# key (6) for accessing server variables

/var/log/ntp

Code:
 4 Feb 17:02:25 ntpd[1112]: Deferring DNS for bigben.cac.washington.edu 1
 4 Feb 17:02:25 ntpd[1124]: signal_no_reset: signal 17 had flags 4000000
 4 Feb 17:02:27 ntpd[1124]: host name not found: bigben.cac.washington.edu
 4 Feb 17:02:28 ntpd[1112]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 4 Feb 17:02:28 ntpd[1112]: peers refreshed
 4 Feb 17:02:28 ntpd[1112]: new interface(s) found: waking up resolver
 4 Feb 17:02:30 ntpd[1124]: host name not found: bigben.cac.washington.edu
 4 Feb 17:02:33 ntpd[1112]: Listen normally on 5 enp6s0 10.0.0.14 UDP 123
 4 Feb 17:02:33 ntpd[1112]: peers refreshed
 4 Feb 17:02:33 ntpd[1112]: new interface(s) found: waking up resolver
 4 Feb 17:02:36 ntpd[1124]: DNS bigben.cac.washington.edu -> 140.142.16.34
 4 Feb 16:38:35 ntpd[1112]: ntpd exiting on signal 15
 4 Feb 16:39:19 ntpd[1125]: Deferring DNS for bigben.cac.washington.edu 1
 4 Feb 16:39:19 ntpd[1278]: signal_no_reset: signal 17 had flags 4000000
 4 Feb 16:39:21 ntpd[1278]: host name not found: bigben.cac.washington.edu
 4 Feb 16:39:23 ntpd[1125]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 4 Feb 16:39:23 ntpd[1125]: peers refreshed
 4 Feb 16:39:23 ntpd[1125]: new interface(s) found: waking up resolver
 4 Feb 16:39:25 ntpd[1278]: host name not found: bigben.cac.washington.edu
 4 Feb 16:39:27 ntpd[1125]: Listen normally on 5 enp6s0 10.0.0.14 UDP 123
 4 Feb 16:39:27 ntpd[1125]: peers refreshed
 4 Feb 16:39:27 ntpd[1125]: new interface(s) found: waking up resolver
 4 Feb 16:39:29 ntpd[1278]: DNS bigben.cac.washington.edu -> 140.142.16.34
 4 Feb 18:52:21 ntpd[1125]: ntpd exiting on signal 15
 4 Feb 18:53:01 ntpd[1189]: Deferring DNS for bigben.cac.washington.edu 1
 4 Feb 18:53:01 ntpd[1190]: signal_no_reset: signal 17 had flags 4000000
 4 Feb 18:53:03 ntpd[1190]: host name not found: bigben.cac.washington.edu
 4 Feb 18:53:04 ntpd[1189]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 4 Feb 18:53:04 ntpd[1189]: peers refreshed
 4 Feb 18:53:04 ntpd[1189]: new interface(s) found: waking up resolver
 4 Feb 18:53:06 ntpd[1190]: host name not found: bigben.cac.washington.edu
 4 Feb 18:53:09 ntpd[1189]: Listen normally on 5 enp6s0 10.0.0.14 UDP 123
 4 Feb 18:53:09 ntpd[1189]: peers refreshed
 4 Feb 18:53:09 ntpd[1189]: new interface(s) found: waking up resolver
 4 Feb 18:53:11 ntpd[1190]: DNS bigben.cac.washington.edu -> 140.142.16.34
 4 Feb 19:20:55 ntpd[1189]: ntpd exiting on signal 15
 4 Feb 19:22:00 ntpd[1145]: Deferring DNS for bigben.cac.washington.edu 1
 4 Feb 19:22:00 ntpd[1216]: signal_no_reset: signal 17 had flags 4000000
 4 Feb 19:22:02 ntpd[1216]: host name not found: bigben.cac.washington.edu
 4 Feb 19:22:02 ntpd[1145]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 4 Feb 19:22:02 ntpd[1145]: peers refreshed
 4 Feb 19:22:02 ntpd[1145]: new interface(s) found: waking up resolver
 4 Feb 19:22:04 ntpd[1216]: host name not found: bigben.cac.washington.edu
 4 Feb 19:22:08 ntpd[1145]: Listen normally on 5 enp6s0 10.0.0.14 UDP 123
 4 Feb 19:22:08 ntpd[1145]: peers refreshed
 4 Feb 19:22:08 ntpd[1145]: new interface(s) found: waking up resolver
 4 Feb 19:22:11 ntpd[1216]: DNS bigben.cac.washington.edu -> 140.142.16.34
 4 Feb 21:21:15 ntpd[1145]: ntpd exiting on signal 15
 5 Feb 19:11:46 ntpd[1183]: Deferring DNS for bigben.cac.washington.edu 1
 5 Feb 19:11:46 ntpd[1315]: signal_no_reset: signal 17 had flags 4000000
 5 Feb 19:11:48 ntpd[1315]: host name not found: bigben.cac.washington.edu
 5 Feb 19:11:49 ntpd[1183]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 5 Feb 19:11:49 ntpd[1183]: peers refreshed
 5 Feb 19:11:49 ntpd[1183]: new interface(s) found: waking up resolver
 5 Feb 19:11:51 ntpd[1315]: host name not found: bigben.cac.washington.edu
 5 Feb 19:11:54 ntpd[1183]: Listen normally on 5 enp6s0 10.0.0.14 UDP 123
 5 Feb 19:11:54 ntpd[1183]: peers refreshed
 5 Feb 19:11:54 ntpd[1183]: new interface(s) found: waking up resolver
 5 Feb 19:11:56 ntpd[1315]: DNS bigben.cac.washington.edu -> 140.142.16.34
 5 Feb 21:39:11 ntpd[1183]: Deleting interface #5 enp6s0, 10.0.0.14#123, interface stats: received=66, sent=104, dropped=0, active_time=8800 secs
 5 Feb 21:39:11 ntpd[1183]: 140.142.16.34 interface 10.0.0.14 -> (none)
 5 Feb 21:39:11 ntpd[1183]: Deleting interface #4 enp6s0, fe80::922b:34ff:fe34:2452#123, interface stats: received=0, sent=0, dropped=0, active_time=8805 secs
 5 Feb 21:39:11 ntpd[1183]: peers refreshed
 5 Feb 21:39:13 ntpd[1183]: Listen normally on 6 enp6s0 10.0.0.14 UDP 123
 5 Feb 21:39:13 ntpd[1183]: Listen normally on 7 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 5 Feb 21:39:13 ntpd[1183]: peers refreshed
 5 Feb 21:39:13 ntpd[1183]: new interface(s) found: waking up resolver
 5 Feb 21:39:28 ntpd[1183]: Deleting interface #7 enp6s0, fe80::922b:34ff:fe34:2452#123, interface stats: received=0, sent=0, dropped=0, active_time=15 secs
 5 Feb 21:39:28 ntpd[1183]: Deleting interface #6 enp6s0, 10.0.0.14#123, interface stats: received=0, sent=1, dropped=0, active_time=15 secs
 5 Feb 21:39:28 ntpd[1183]: 140.142.16.34 interface 10.0.0.14 -> (none)
 5 Feb 21:39:28 ntpd[1183]: peers refreshed
 5 Feb 21:40:55 ntpd[1183]: Listen normally on 8 enp6s0 10.0.0.14 UDP 123
 5 Feb 21:40:55 ntpd[1183]: Listen normally on 9 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 5 Feb 21:40:55 ntpd[1183]: peers refreshed
 5 Feb 21:40:55 ntpd[1183]: new interface(s) found: waking up resolver
 5 Feb 21:41:39 ntpd[1183]: Deleting interface #9 enp6s0, fe80::922b:34ff:fe34:2452#123, interface stats: received=0, sent=0, dropped=0, active_time=12 secs
 5 Feb 21:41:39 ntpd[1183]: Deleting interface #8 enp6s0, 10.0.0.14#123, interface stats: received=4, sent=5, dropped=1, active_time=12 secs
 5 Feb 21:41:39 ntpd[1183]: 140.142.16.34 interface 10.0.0.14 -> (none)
 5 Feb 21:41:39 ntpd[1183]: peers refreshed
 5 Feb 21:41:42 ntpd[1183]: Listen normally on 10 enp6s0 10.0.0.14 UDP 123
 5 Feb 21:41:42 ntpd[1183]: Listen normally on 11 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 5 Feb 21:41:42 ntpd[1183]: peers refreshed
 5 Feb 21:41:42 ntpd[1183]: new interface(s) found: waking up resolver
 5 Feb 21:44:58 ntpd[1183]: Deleting interface #11 enp6s0, fe80::922b:34ff:fe34:2452#123, interface stats: received=0, sent=0, dropped=0, active_time=196 secs
 5 Feb 21:44:58 ntpd[1183]: Deleting interface #10 enp6s0, 10.0.0.14#123, interface stats: received=2, sent=4, dropped=1, active_time=196 secs
 5 Feb 21:44:58 ntpd[1183]: 140.142.16.34 interface 10.0.0.14 -> (none)
 5 Feb 21:44:58 ntpd[1183]: peers refreshed
 7 Feb 11:14:20 ntpd[1183]: Listen normally on 12 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 7 Feb 11:14:20 ntpd[1183]: peers refreshed
 7 Feb 11:14:20 ntpd[1183]: new interface(s) found: waking up resolver
 7 Feb 11:14:25 ntpd[1183]: Listen normally on 13 enp6s0 10.0.0.14 UDP 123
 7 Feb 11:14:25 ntpd[1183]: peers refreshed
 7 Feb 11:14:25 ntpd[1183]: new interface(s) found: waking up resolver
 7 Feb 11:25:49 ntpd[1183]: ntpd exiting on signal 15
 7 Feb 11:26:44 ntpd[1747]: Deferring DNS for bigben.cac.washington.edu 1
 7 Feb 11:26:44 ntpd[1749]: signal_no_reset: signal 17 had flags 4000000
 7 Feb 11:26:46 ntpd[1749]: host name not found: bigben.cac.washington.edu
 7 Feb 11:26:47 ntpd[1747]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 7 Feb 11:26:47 ntpd[1747]: peers refreshed
 7 Feb 11:26:47 ntpd[1747]: new interface(s) found: waking up resolver
 7 Feb 11:26:49 ntpd[1749]: host name not found: bigben.cac.washington.edu
 7 Feb 11:26:52 ntpd[1747]: Listen normally on 5 enp6s0 10.0.0.14 UDP 123
 7 Feb 11:26:52 ntpd[1747]: peers refreshed
 7 Feb 11:26:52 ntpd[1747]: new interface(s) found: waking up resolver
 7 Feb 11:26:54 ntpd[1749]: DNS bigben.cac.washington.edu -> 140.142.16.34
 7 Feb 13:29:47 ntpd[1747]: ntpd exiting on signal 15
 7 Feb 13:30:24 ntpd[1156]: Deferring DNS for bigben.cac.washington.edu 1
 7 Feb 13:30:24 ntpd[1306]: signal_no_reset: signal 17 had flags 4000000
 7 Feb 13:30:26 ntpd[1306]: host name not found: bigben.cac.washington.edu
 7 Feb 13:30:28 ntpd[1156]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 7 Feb 13:30:28 ntpd[1156]: peers refreshed
 7 Feb 13:30:28 ntpd[1156]: new interface(s) found: waking up resolver
 7 Feb 13:30:30 ntpd[1306]: host name not found: bigben.cac.washington.edu
 7 Feb 13:30:33 ntpd[1156]: Listen normally on 5 enp6s0 10.0.0.14 UDP 123
 7 Feb 13:30:33 ntpd[1156]: peers refreshed
 7 Feb 13:30:33 ntpd[1156]: new interface(s) found: waking up resolver
 7 Feb 13:30:35 ntpd[1306]: DNS bigben.cac.washington.edu -> 140.142.16.34
 8 Feb 05:55:25 ntpd[1156]: Deleting interface #5 enp6s0, 10.0.0.14#123, interface stats: received=116, sent=164, dropped=0, active_time=59092 secs
 8 Feb 05:55:25 ntpd[1156]: 140.142.16.34 interface 10.0.0.14 -> (none)
 8 Feb 05:55:25 ntpd[1156]: Deleting interface #4 enp6s0, fe80::922b:34ff:fe34:2452#123, interface stats: received=0, sent=0, dropped=0, active_time=59097 secs
 8 Feb 05:55:25 ntpd[1156]: peers refreshed
 8 Feb 17:53:09 ntpd[1156]: Listen normally on 6 enp6s0 10.0.0.14 UDP 123
 8 Feb 17:53:09 ntpd[1156]: Listen normally on 7 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 8 Feb 17:53:09 ntpd[1156]: peers refreshed
 8 Feb 17:53:09 ntpd[1156]: new interface(s) found: waking up resolver
 9 Feb 04:46:57 ntpd[1156]: Deleting interface #7 enp6s0, fe80::922b:34ff:fe34:2452#123, interface stats: received=0, sent=0, dropped=0, active_time=39227 secs
 9 Feb 04:46:57 ntpd[1156]: Deleting interface #6 enp6s0, 10.0.0.14#123, interface stats: received=34, sent=53, dropped=0, active_time=39227 secs
 9 Feb 04:46:57 ntpd[1156]: 140.142.16.34 interface 10.0.0.14 -> (none)
 9 Feb 04:46:57 ntpd[1156]: peers refreshed
 9 Feb 16:57:28 ntpd[1156]: Listen normally on 8 enp6s0 10.0.0.14 UDP 123
 9 Feb 16:57:28 ntpd[1156]: Listen normally on 9 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 9 Feb 16:57:28 ntpd[1156]: peers refreshed
 9 Feb 16:57:28 ntpd[1156]: new interface(s) found: waking up resolver
 9 Feb 17:00:07 ntpd[1156]: ntpd exiting on signal 15
10 Feb 14:33:49 ntpd[1154]: Deferring DNS for bigben.cac.washington.edu 1
10 Feb 14:33:49 ntpd[1195]: signal_no_reset: signal 17 had flags 4000000
10 Feb 14:33:51 ntpd[1195]: host name not found: bigben.cac.washington.edu
10 Feb 14:33:52 ntpd[1154]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
10 Feb 14:33:52 ntpd[1154]: peers refreshed
10 Feb 14:33:52 ntpd[1154]: new interface(s) found: waking up resolver
10 Feb 14:33:54 ntpd[1195]: host name not found: bigben.cac.washington.edu
10 Feb 14:33:57 ntpd[1154]: Listen normally on 5 enp6s0 10.0.0.14 UDP 123
10 Feb 14:33:57 ntpd[1154]: peers refreshed
10 Feb 14:33:57 ntpd[1154]: new interface(s) found: waking up resolver
10 Feb 14:33:59 ntpd[1195]: DNS bigben.cac.washington.edu -> 140.142.16.34
10 Feb 18:35:50 ntpd[1154]: ntpd exiting on signal 15
11 Feb 18:49:01 ntpd[1130]: Deferring DNS for bigben.cac.washington.edu 1
11 Feb 18:49:01 ntpd[1197]: signal_no_reset: signal 17 had flags 4000000
11 Feb 18:49:03 ntpd[1197]: host name not found: bigben.cac.washington.edu
11 Feb 18:49:04 ntpd[1130]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
11 Feb 18:49:04 ntpd[1130]: peers refreshed
11 Feb 18:49:04 ntpd[1130]: new interface(s) found: waking up resolver
11 Feb 18:49:06 ntpd[1197]: host name not found: bigben.cac.washington.edu
11 Feb 18:49:09 ntpd[1130]: Listen normally on 5 enp6s0 10.0.0.14 UDP 123
11 Feb 18:49:09 ntpd[1130]: peers refreshed
11 Feb 18:49:09 ntpd[1130]: new interface(s) found: waking up resolver
11 Feb 18:49:17 ntpd[1197]: DNS bigben.cac.washington.edu -> 140.142.16.34
11 Feb 21:12:46 ntpd[1130]: ntpd exiting on signal 15
12 Feb 00:14:20 ntpd[1145]: Deferring DNS for bigben.cac.washington.edu 1
12 Feb 00:14:20 ntpd[1174]: signal_no_reset: signal 17 had flags 4000000
12 Feb 00:14:22 ntpd[1174]: host name not found: bigben.cac.washington.edu
12 Feb 00:14:23 ntpd[1145]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
12 Feb 00:14:23 ntpd[1145]: peers refreshed
12 Feb 00:14:23 ntpd[1145]: new interface(s) found: waking up resolver
12 Feb 00:14:25 ntpd[1174]: host name not found: bigben.cac.washington.edu
12 Feb 00:14:33 ntpd[1145]: Listen normally on 5 enp6s0 10.0.0.14 UDP 123
12 Feb 00:14:34 ntpd[1145]: peers refreshed
12 Feb 00:14:35 ntpd[1145]: new interface(s) found: waking up resolver
12 Feb 00:14:37 ntpd[1174]: host name not found: bigben.cac.washington.edu
12 Feb 00:18:39 ntpd[1174]: DNS bigben.cac.washington.edu -> 140.142.16.34
12 Feb 02:12:32 ntpd[1145]: ntpd exiting on signal 15
12 Feb 17:42:28 ntpd[1177]: Deferring DNS for bigben.cac.washington.edu 1
12 Feb 17:42:28 ntpd[1183]: signal_no_reset: signal 17 had flags 4000000
12 Feb 17:42:30 ntpd[1183]: host name not found: bigben.cac.washington.edu
12 Feb 17:42:37 ntpd[1177]: Listen normally on 5 enp6s0 10.0.0.14 UDP 123
12 Feb 17:42:37 ntpd[1177]: peers refreshed
12 Feb 17:42:37 ntpd[1177]: new interface(s) found: waking up resolver
12 Feb 17:42:39 ntpd[1183]: DNS bigben.cac.washington.edu -> 140.142.16.34
13 Feb 04:20:34 ntpd[1177]: Deleting interface #5 enp6s0, 10.0.0.14#123, interface stats: received=96, sent=465, dropped=0, active_time=38275 secs
13 Feb 04:20:34 ntpd[1177]: 140.142.16.34 interface 10.0.0.14 -> (none)
13 Feb 04:20:34 ntpd[1177]: Deleting interface #4 enp6s0, fe80::922b:34ff:fe34:2452#123, interface stats: received=0, sent=0, dropped=0, active_time=38284 secs
13 Feb 04:20:34 ntpd[1177]: peers refreshed
13 Feb 12:52:44 ntpd[1177]: Listen normally on 6 enp6s0 10.0.0.14 UDP 123
13 Feb 12:52:44 ntpd[1177]: Listen normally on 7 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
13 Feb 12:52:44 ntpd[1177]: peers refreshed
13 Feb 12:52:44 ntpd[1177]: new interface(s) found: waking up resolver
14 Feb 00:10:15 ntpd[1193]: Deferring DNS for bigben.cac.washington.edu 1
14 Feb 00:10:15 ntpd[1222]: signal_no_reset: signal 17 had flags 4000000
14 Feb 00:10:17 ntpd[1193]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
14 Feb 00:10:17 ntpd[1193]: peers refreshed
14 Feb 00:10:17 ntpd[1193]: new interface(s) found: waking up resolver
14 Feb 00:10:17 ntpd[1222]: host name not found: bigben.cac.washington.edu
14 Feb 00:10:19 ntpd[1222]: host name not found: bigben.cac.washington.edu
14 Feb 00:10:23 ntpd[1193]: Listen normally on 5 enp6s0 10.0.0.5 UDP 123
14 Feb 00:10:23 ntpd[1193]: peers refreshed
14 Feb 00:10:23 ntpd[1193]: new interface(s) found: waking up resolver
14 Feb 00:10:25 ntpd[1222]: DNS bigben.cac.washington.edu -> 140.142.16.34
18 Feb 16:58:52 ntpd[1186]: Deferring DNS for bigben.cac.washington.edu 1
18 Feb 16:58:52 ntpd[1221]: signal_no_reset: signal 17 had flags 4000000
18 Feb 16:58:54 ntpd[1221]: host name not found: bigben.cac.washington.edu
18 Feb 16:58:55 ntpd[1186]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
18 Feb 16:58:55 ntpd[1186]: peers refreshed
18 Feb 16:58:55 ntpd[1186]: new interface(s) found: waking up resolver
18 Feb 16:58:57 ntpd[1221]: host name not found: bigben.cac.washington.edu
18 Feb 16:59:01 ntpd[1186]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
18 Feb 16:59:01 ntpd[1186]: peers refreshed
18 Feb 16:59:01 ntpd[1186]: new interface(s) found: waking up resolver
18 Feb 16:59:03 ntpd[1221]: DNS bigben.cac.washington.edu -> 140.142.16.34
19 Feb 08:41:19 ntpd[1186]: ntpd exiting on signal 15
19 Feb 18:32:48 ntpd[1192]: Deferring DNS for bigben.cac.washington.edu 1
19 Feb 18:32:48 ntpd[1200]: signal_no_reset: signal 17 had flags 4000000
19 Feb 18:32:50 ntpd[1200]: host name not found: bigben.cac.washington.edu
19 Feb 18:32:51 ntpd[1192]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
19 Feb 18:32:51 ntpd[1192]: peers refreshed
19 Feb 18:32:51 ntpd[1192]: new interface(s) found: waking up resolver
19 Feb 18:32:53 ntpd[1200]: host name not found: bigben.cac.washington.edu
19 Feb 18:32:56 ntpd[1192]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
19 Feb 18:32:56 ntpd[1192]: peers refreshed
19 Feb 18:32:56 ntpd[1192]: new interface(s) found: waking up resolver
19 Feb 18:32:58 ntpd[1200]: DNS bigben.cac.washington.edu -> 140.142.16.34
20 Feb 07:06:50 ntpd[1192]: ntpd exiting on signal 15
20 Feb 07:07:26 ntpd[1155]: Deferring DNS for bigben.cac.washington.edu 1
20 Feb 07:07:26 ntpd[1230]: signal_no_reset: signal 17 had flags 4000000
20 Feb 07:07:28 ntpd[1155]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
20 Feb 07:07:28 ntpd[1155]: peers refreshed
20 Feb 07:07:28 ntpd[1155]: new interface(s) found: waking up resolver
20 Feb 07:07:28 ntpd[1230]: host name not found: bigben.cac.washington.edu
20 Feb 07:07:30 ntpd[1155]: Deleting interface #4 enp6s0, fe80::922b:34ff:fe34:2452#123, interface stats: received=0, sent=0, dropped=0, active_time=2 secs
20 Feb 07:07:30 ntpd[1155]: peers refreshed
20 Feb 07:07:30 ntpd[1230]: host name not found: bigben.cac.washington.edu
20 Feb 07:07:32 ntpd[1155]: Listen normally on 5 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
20 Feb 07:07:32 ntpd[1155]: peers refreshed
20 Feb 07:07:32 ntpd[1155]: new interface(s) found: waking up resolver
20 Feb 07:07:34 ntpd[1230]: host name not found: bigben.cac.washington.edu
20 Feb 07:07:36 ntpd[1155]: Listen normally on 6 enp6s0 10.0.0.16 UDP 123
20 Feb 07:07:36 ntpd[1155]: peers refreshed
20 Feb 07:07:36 ntpd[1155]: new interface(s) found: waking up resolver
20 Feb 07:07:38 ntpd[1230]: DNS bigben.cac.washington.edu -> 140.142.16.34
20 Feb 07:38:33 ntpd[1155]: ntpd exiting on signal 15
20 Feb 16:27:32 ntpd[1207]: Deferring DNS for bigben.cac.washington.edu 1
20 Feb 16:27:32 ntpd[1212]: signal_no_reset: signal 17 had flags 4000000
20 Feb 16:27:34 ntpd[1212]: host name not found: bigben.cac.washington.edu
20 Feb 16:27:35 ntpd[1207]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
20 Feb 16:27:35 ntpd[1207]: peers refreshed
20 Feb 16:27:35 ntpd[1207]: new interface(s) found: waking up resolver
20 Feb 16:27:37 ntpd[1212]: host name not found: bigben.cac.washington.edu
20 Feb 16:27:40 ntpd[1207]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
20 Feb 16:27:40 ntpd[1207]: peers refreshed
20 Feb 16:27:40 ntpd[1207]: new interface(s) found: waking up resolver
20 Feb 16:27:43 ntpd[1212]: DNS bigben.cac.washington.edu -> 140.142.16.34
21 Feb 14:52:35 ntpd[1207]: Deleting interface #5 enp6s0, 10.0.0.16#123, interface stats: received=0, sent=144, dropped=0, active_time=52861 secs
21 Feb 14:52:35 ntpd[1207]: 140.142.16.34 interface 10.0.0.16 -> (none)
21 Feb 14:52:35 ntpd[1207]: Deleting interface #4 enp6s0, fe80::922b:34ff:fe34:2452#123, interface stats: received=0, sent=0, dropped=0, active_time=52866 secs
21 Feb 14:52:35 ntpd[1207]: peers refreshed
21 Feb 14:52:38 ntpd[1207]: Listen normally on 6 enp6s0 10.0.0.16 UDP 123
21 Feb 14:52:38 ntpd[1207]: Listen normally on 7 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
21 Feb 14:52:38 ntpd[1207]: peers refreshed
21 Feb 14:52:38 ntpd[1207]: new interface(s) found: waking up resolver
23 Feb 04:29:01 ntpd[1207]: Deleting interface #7 enp6s0, fe80::922b:34ff:fe34:2452#123, interface stats: received=0, sent=0, dropped=0, active_time=135383 secs
23 Feb 04:29:01 ntpd[1207]: Deleting interface #6 enp6s0, 10.0.0.16#123, interface stats: received=0, sent=345, dropped=0, active_time=135383 secs
23 Feb 04:29:01 ntpd[1207]: 140.142.16.34 interface 10.0.0.16 -> (none)
23 Feb 04:29:01 ntpd[1207]: peers refreshed
23 Feb 14:12:47 ntpd[1207]: Listen normally on 8 enp6s0 10.0.0.16 UDP 123
23 Feb 14:12:47 ntpd[1207]: Listen normally on 9 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
23 Feb 14:12:47 ntpd[1207]: peers refreshed
23 Feb 14:12:47 ntpd[1207]: new interface(s) found: waking up resolver
23 Feb 20:09:23 ntpd[1207]: ntpd exiting on signal 15
23 Feb 20:28:33 ntpd[1166]: Deferring DNS for bigben.cac.washington.edu 1
23 Feb 20:28:34 ntpd[1198]: signal_no_reset: signal 17 had flags 4000000
23 Feb 20:28:35 ntpd[1166]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
23 Feb 20:28:35 ntpd[1166]: peers refreshed
23 Feb 20:28:35 ntpd[1166]: new interface(s) found: waking up resolver
23 Feb 20:28:36 ntpd[1198]: host name not found: bigben.cac.washington.edu
23 Feb 20:28:38 ntpd[1198]: host name not found: bigben.cac.washington.edu
23 Feb 20:28:41 ntpd[1166]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
23 Feb 20:28:41 ntpd[1166]: peers refreshed
23 Feb 20:28:41 ntpd[1166]: new interface(s) found: waking up resolver
23 Feb 20:28:43 ntpd[1198]: DNS bigben.cac.washington.edu -> 140.142.16.34
24 Feb 00:14:22 ntpd[1166]: ntpd exiting on signal 15
25 Feb 23:39:41 ntpd[1163]: Deferring DNS for bigben.cac.washington.edu 1
25 Feb 23:39:41 ntpd[1181]: signal_no_reset: signal 17 had flags 4000000
25 Feb 23:39:43 ntpd[1181]: host name not found: bigben.cac.washington.edu
25 Feb 23:39:45 ntpd[1163]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
25 Feb 23:39:45 ntpd[1163]: peers refreshed
25 Feb 23:39:45 ntpd[1163]: new interface(s) found: waking up resolver
25 Feb 23:39:47 ntpd[1181]: host name not found: bigben.cac.washington.edu
25 Feb 23:39:49 ntpd[1163]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
25 Feb 23:39:49 ntpd[1163]: peers refreshed
25 Feb 23:39:49 ntpd[1163]: new interface(s) found: waking up resolver
25 Feb 23:39:51 ntpd[1181]: DNS bigben.cac.washington.edu -> 140.142.16.34
25 Feb 23:43:26 ntpd[1163]: ntpd exiting on signal 15
26 Feb 21:56:17 ntpd[1186]: Deferring DNS for bigben.cac.washington.edu 1
26 Feb 21:56:17 ntpd[1315]: signal_no_reset: signal 17 had flags 4000000
26 Feb 21:56:19 ntpd[1315]: host name not found: bigben.cac.washington.edu
26 Feb 21:56:25 ntpd[1186]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
26 Feb 21:56:25 ntpd[1186]: peers refreshed
26 Feb 21:56:25 ntpd[1186]: new interface(s) found: waking up resolver
26 Feb 21:56:27 ntpd[1315]: DNS bigben.cac.washington.edu -> 140.142.16.34
27 Feb 00:56:16 ntpd[1186]: ntpd exiting on signal 15
28 Feb 14:12:01 ntpd[1169]: Deferring DNS for bigben.cac.washington.edu 1
28 Feb 14:12:01 ntpd[1174]: signal_no_reset: signal 17 had flags 4000000
28 Feb 14:12:03 ntpd[1174]: host name not found: bigben.cac.washington.edu
28 Feb 14:12:04 ntpd[1169]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
28 Feb 14:12:04 ntpd[1169]: peers refreshed
28 Feb 14:12:04 ntpd[1169]: new interface(s) found: waking up resolver
28 Feb 14:12:06 ntpd[1174]: host name not found: bigben.cac.washington.edu
28 Feb 14:12:08 ntpd[1169]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
28 Feb 14:12:08 ntpd[1169]: peers refreshed
28 Feb 14:12:08 ntpd[1169]: new interface(s) found: waking up resolver
28 Feb 14:12:11 ntpd[1174]: DNS bigben.cac.washington.edu -> 140.142.16.34
 1 Mar 02:39:46 ntpd[1169]: Deleting interface #5 enp6s0, 10.0.0.16#123, interface stats: received=0, sent=123, dropped=0, active_time=44858 secs
 1 Mar 02:39:46 ntpd[1169]: 140.142.16.34 interface 10.0.0.16 -> (none)
 1 Mar 02:39:46 ntpd[1169]: Deleting interface #4 enp6s0, fe80::922b:34ff:fe34:2452#123, interface stats: received=0, sent=0, dropped=0, active_time=44862 secs
 1 Mar 02:39:46 ntpd[1169]: peers refreshed
 2 Mar 06:41:18 ntpd[1169]: Listen normally on 6 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 2 Mar 06:41:18 ntpd[1169]: peers refreshed
 2 Mar 06:41:18 ntpd[1169]: new interface(s) found: waking up resolver
 2 Mar 06:41:23 ntpd[1169]: Listen normally on 7 enp6s0 10.0.0.16 UDP 123
 2 Mar 06:41:23 ntpd[1169]: peers refreshed
 2 Mar 06:41:23 ntpd[1169]: new interface(s) found: waking up resolver
 2 Mar 06:46:08 ntpd[1169]: Deleting interface #7 enp6s0, 10.0.0.16#123, interface stats: received=0, sent=3, dropped=0, active_time=285 secs
 2 Mar 06:46:08 ntpd[1169]: 140.142.16.34 interface 10.0.0.16 -> (none)
 2 Mar 06:46:08 ntpd[1169]: Deleting interface #6 enp6s0, fe80::922b:34ff:fe34:2452#123, interface stats: received=0, sent=0, dropped=0, active_time=290 secs
 2 Mar 06:46:08 ntpd[1169]: peers refreshed
 3 Mar 11:33:11 ntpd[1169]: Listen normally on 8 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 3 Mar 11:33:11 ntpd[1169]: peers refreshed
 3 Mar 11:33:11 ntpd[1169]: new interface(s) found: waking up resolver
 3 Mar 11:33:16 ntpd[1169]: Listen normally on 9 enp6s0 10.0.0.16 UDP 123
 3 Mar 11:33:16 ntpd[1169]: peers refreshed
 3 Mar 11:33:16 ntpd[1169]: new interface(s) found: waking up resolver
 3 Mar 23:03:24 ntpd[1169]: ntpd exiting on signal 15
 6 Mar 15:30:53 ntpd[1219]: Deferring DNS for bigben.cac.washington.edu 1
 6 Mar 15:30:53 ntpd[1224]: signal_no_reset: signal 17 had flags 4000000
 6 Mar 15:30:55 ntpd[1224]: host name not found: bigben.cac.washington.edu
 6 Mar 15:30:56 ntpd[1219]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 6 Mar 15:30:56 ntpd[1219]: peers refreshed
 6 Mar 15:30:56 ntpd[1219]: new interface(s) found: waking up resolver
 6 Mar 15:30:58 ntpd[1224]: host name not found: bigben.cac.washington.edu
 6 Mar 15:31:01 ntpd[1219]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
 6 Mar 15:31:01 ntpd[1219]: peers refreshed
 6 Mar 15:31:01 ntpd[1219]: new interface(s) found: waking up resolver
 6 Mar 15:31:04 ntpd[1224]: DNS bigben.cac.washington.edu -> 140.142.16.34
 7 Mar 07:43:46 ntpd[1219]: Deleting interface #5 enp6s0, 10.0.0.16#123, interface stats: received=0, sent=158, dropped=0, active_time=58365 secs
 7 Mar 07:43:46 ntpd[1219]: 140.142.16.34 interface 10.0.0.16 -> (none)
 7 Mar 07:43:46 ntpd[1219]: Deleting interface #4 enp6s0, fe80::922b:34ff:fe34:2452#123, interface stats: received=0, sent=0, dropped=0, active_time=58370 secs
 7 Mar 07:43:46 ntpd[1219]: peers refreshed
 7 Mar 10:39:13 ntpd[1219]: Listen normally on 6 enp6s0 10.0.0.16 UDP 123
 7 Mar 10:39:13 ntpd[1219]: Listen normally on 7 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 7 Mar 10:39:13 ntpd[1219]: peers refreshed
 7 Mar 10:39:13 ntpd[1219]: new interface(s) found: waking up resolver
 7 Mar 10:43:31 ntpd[1219]: ntpd exiting on signal 15
 7 Mar 11:25:58 ntpd[1206]: Deferring DNS for bigben.cac.washington.edu 1
 7 Mar 11:25:58 ntpd[1210]: signal_no_reset: signal 17 had flags 4000000
 7 Mar 11:26:00 ntpd[1210]: host name not found: bigben.cac.washington.edu
 7 Mar 11:26:01 ntpd[1206]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 7 Mar 11:26:01 ntpd[1206]: peers refreshed
 7 Mar 11:26:01 ntpd[1206]: new interface(s) found: waking up resolver
 7 Mar 11:26:03 ntpd[1210]: host name not found: bigben.cac.washington.edu
 7 Mar 11:26:12 ntpd[1206]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
 7 Mar 11:26:12 ntpd[1206]: peers refreshed
 7 Mar 11:26:12 ntpd[1206]: new interface(s) found: waking up resolver
 7 Mar 11:26:15 ntpd[1210]: DNS bigben.cac.washington.edu -> 140.142.16.34
 7 Mar 22:46:39 ntpd[1206]: ntpd exiting on signal 15
 7 Mar 22:57:51 ntpd[11188]: ntpd exiting on signal 15
 7 Mar 22:57:54 ntpd[13434]: ntpd exiting on signal 15
 7 Mar 22:58:19 ntpd[13501]: ntpd exiting on signal 15
 7 Mar 22:06:04 ntpd[13681]: ntpd exiting on signal 15
 8 Mar 00:16:57 ntpd[15254]: Deleting interface #5 enp6s0, fe80::922b:34ff:fe34:2452#123, interface stats: received=0, sent=0, dropped=0, active_time=7853 secs
 8 Mar 00:16:57 ntpd[15254]: Deleting interface #3 enp6s0, 10.0.0.16#123, interface stats: received=0, sent=30, dropped=0, active_time=7853 secs
 8 Mar 00:16:57 ntpd[15254]: 140.142.16.34 interface 10.0.0.16 -> (none)
 8 Mar 00:16:57 ntpd[15254]: peers refreshed
 8 Mar 08:51:54 ntpd[15254]: Listen normally on 6 enp6s0 10.0.0.16 UDP 123
 8 Mar 08:51:54 ntpd[15254]: Listen normally on 7 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 8 Mar 08:51:54 ntpd[15254]: peers refreshed
 8 Mar 08:51:54 ntpd[15254]: new interface(s) found: waking up resolver
 8 Mar 08:54:48 ntpd[15254]: ntpd exiting on signal 15
 8 Mar 08:55:20 ntpd[1218]: Deferring DNS for bigben.cac.washington.edu 1
 8 Mar 08:55:20 ntpd[1219]: signal_no_reset: signal 17 had flags 4000000
 8 Mar 08:55:22 ntpd[1218]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 8 Mar 08:55:22 ntpd[1218]: peers refreshed
 8 Mar 08:55:22 ntpd[1218]: new interface(s) found: waking up resolver
 8 Mar 08:55:22 ntpd[1219]: host name not found: bigben.cac.washington.edu
 8 Mar 08:55:24 ntpd[1219]: host name not found: bigben.cac.washington.edu
 8 Mar 08:55:27 ntpd[1218]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
 8 Mar 08:55:27 ntpd[1218]: peers refreshed
 8 Mar 08:55:27 ntpd[1218]: new interface(s) found: waking up resolver
 8 Mar 08:55:30 ntpd[1219]: DNS bigben.cac.washington.edu -> 140.142.16.34
 9 Mar 01:10:02 ntpd[1218]: ntpd exiting on signal 15
 9 Mar 11:07:48 ntpd[1197]: Deferring DNS for bigben.cac.washington.edu 1
 9 Mar 11:07:48 ntpd[1202]: signal_no_reset: signal 17 had flags 4000000
 9 Mar 11:07:50 ntpd[1202]: host name not found: bigben.cac.washington.edu
 9 Mar 11:07:51 ntpd[1197]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 9 Mar 11:07:51 ntpd[1197]: peers refreshed
 9 Mar 11:07:51 ntpd[1197]: new interface(s) found: waking up resolver
 9 Mar 11:07:53 ntpd[1202]: host name not found: bigben.cac.washington.edu
 9 Mar 11:07:56 ntpd[1197]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
 9 Mar 11:07:56 ntpd[1197]: peers refreshed
 9 Mar 11:07:56 ntpd[1197]: new interface(s) found: waking up resolver
 9 Mar 11:07:58 ntpd[1202]: DNS bigben.cac.washington.edu -> 140.142.16.34
 9 Mar 17:50:16 ntpd[1197]: ntpd exiting on signal 15
 9 Mar 18:18:06 ntpd[1210]: Deferring DNS for bigben.cac.washington.edu 1
 9 Mar 18:18:06 ntpd[1219]: signal_no_reset: signal 17 had flags 4000000
 9 Mar 18:18:08 ntpd[1219]: host name not found: bigben.cac.washington.edu
 9 Mar 18:18:09 ntpd[1210]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 9 Mar 18:18:09 ntpd[1210]: peers refreshed
 9 Mar 18:18:09 ntpd[1210]: new interface(s) found: waking up resolver
 9 Mar 18:18:11 ntpd[1219]: host name not found: bigben.cac.washington.edu
 9 Mar 18:18:14 ntpd[1210]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
 9 Mar 18:18:14 ntpd[1210]: peers refreshed
 9 Mar 18:18:14 ntpd[1210]: new interface(s) found: waking up resolver
 9 Mar 18:18:16 ntpd[1219]: DNS bigben.cac.washington.edu -> 140.142.16.34
10 Mar 00:26:05 ntpd[1210]: ntpd exiting on signal 15
10 Mar 23:12:52 ntpd[1198]: Deferring DNS for bigben.cac.washington.edu 1
10 Mar 23:12:52 ntpd[1276]: signal_no_reset: signal 17 had flags 4000000
10 Mar 23:12:53 ntpd[1198]: Deleting interface #4 enp6s0, fe80::922b:34ff:fe34:2452#123, interface stats: received=0, sent=0, dropped=0, active_time=2 secs
10 Mar 23:12:53 ntpd[1198]: peers refreshed
10 Mar 23:12:54 ntpd[1276]: host name not found: bigben.cac.washington.edu
10 Mar 23:12:55 ntpd[1198]: Listen normally on 5 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
10 Mar 23:12:55 ntpd[1198]: peers refreshed
10 Mar 23:12:55 ntpd[1198]: new interface(s) found: waking up resolver
10 Mar 23:12:57 ntpd[1276]: host name not found: bigben.cac.washington.edu
10 Mar 23:13:01 ntpd[1198]: Listen normally on 6 enp6s0 10.0.0.16 UDP 123
10 Mar 23:13:01 ntpd[1198]: peers refreshed
10 Mar 23:13:01 ntpd[1198]: new interface(s) found: waking up resolver
10 Mar 23:13:03 ntpd[1276]: DNS bigben.cac.washington.edu -> 140.142.16.34
11 Mar 01:54:37 ntpd[1198]: ntpd exiting on signal 15
11 Mar 09:53:44 ntpd[1244]: Deferring DNS for bigben.cac.washington.edu 1
11 Mar 09:53:44 ntpd[1316]: signal_no_reset: signal 17 had flags 4000000
11 Mar 09:53:46 ntpd[1316]: host name not found: bigben.cac.washington.edu
11 Mar 09:53:53 ntpd[1244]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
11 Mar 09:53:53 ntpd[1244]: peers refreshed
11 Mar 09:53:53 ntpd[1244]: new interface(s) found: waking up resolver
11 Mar 09:53:55 ntpd[1316]: DNS bigben.cac.washington.edu -> 140.142.16.34
12 Mar 00:49:37 ntpd[1244]: ntpd exiting on signal 15
12 Mar 10:58:52 ntpd[1213]: Deferring DNS for bigben.cac.washington.edu 1
12 Mar 10:58:52 ntpd[1234]: signal_no_reset: signal 17 had flags 4000000
12 Mar 10:58:54 ntpd[1234]: host name not found: bigben.cac.washington.edu
12 Mar 10:58:55 ntpd[1213]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
12 Mar 10:58:55 ntpd[1213]: peers refreshed
12 Mar 10:58:55 ntpd[1213]: new interface(s) found: waking up resolver
12 Mar 10:58:57 ntpd[1234]: host name not found: bigben.cac.washington.edu
12 Mar 10:58:59 ntpd[1213]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
12 Mar 10:58:59 ntpd[1213]: peers refreshed
12 Mar 10:58:59 ntpd[1213]: new interface(s) found: waking up resolver
12 Mar 10:59:03 ntpd[1234]: DNS bigben.cac.washington.edu -> 140.142.16.34
12 Mar 11:54:44 ntpd[1213]: ntpd exiting on signal 15
12 Mar 18:03:22 ntpd[1185]: Deferring DNS for bigben.cac.washington.edu 1
12 Mar 18:03:22 ntpd[1189]: signal_no_reset: signal 17 had flags 4000000
12 Mar 18:03:24 ntpd[1189]: host name not found: bigben.cac.washington.edu
12 Mar 18:03:25 ntpd[1185]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
12 Mar 18:03:25 ntpd[1185]: peers refreshed
12 Mar 18:03:25 ntpd[1185]: new interface(s) found: waking up resolver
12 Mar 18:03:27 ntpd[1189]: host name not found: bigben.cac.washington.edu
12 Mar 18:03:30 ntpd[1185]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
12 Mar 18:03:30 ntpd[1185]: peers refreshed
12 Mar 18:03:30 ntpd[1185]: new interface(s) found: waking up resolver
12 Mar 18:03:32 ntpd[1189]: DNS bigben.cac.washington.edu -> 140.142.16.34
13 Mar 02:47:11 ntpd[1185]: ntpd exiting on signal 15
13 Mar 20:13:26 ntpd[1192]: Deferring DNS for bigben.cac.washington.edu 1
13 Mar 20:13:26 ntpd[1201]: signal_no_reset: signal 17 had flags 4000000
13 Mar 20:13:28 ntpd[1201]: host name not found: bigben.cac.washington.edu
13 Mar 20:13:29 ntpd[1192]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
13 Mar 20:13:29 ntpd[1192]: peers refreshed
13 Mar 20:13:29 ntpd[1192]: new interface(s) found: waking up resolver
13 Mar 20:13:31 ntpd[1201]: host name not found: bigben.cac.washington.edu
13 Mar 20:13:34 ntpd[1192]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
13 Mar 20:13:34 ntpd[1192]: peers refreshed
13 Mar 20:13:34 ntpd[1192]: new interface(s) found: waking up resolver
13 Mar 20:13:36 ntpd[1201]: DNS bigben.cac.washington.edu -> 140.142.16.34
13 Mar 20:16:40 ntpd[1192]: ntpd exiting on signal 15
13 Mar 23:48:36 ntpd[1230]: Deferring DNS for bigben.cac.washington.edu 1
13 Mar 23:48:36 ntpd[1237]: signal_no_reset: signal 17 had flags 4000000
13 Mar 23:48:38 ntpd[1237]: host name not found: bigben.cac.washington.edu
13 Mar 23:48:39 ntpd[1230]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
13 Mar 23:48:40 ntpd[1230]: peers refreshed
13 Mar 23:48:40 ntpd[1230]: new interface(s) found: waking up resolver
13 Mar 23:48:42 ntpd[1237]: host name not found: bigben.cac.washington.edu
13 Mar 23:48:45 ntpd[1230]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
13 Mar 23:48:45 ntpd[1230]: peers refreshed
13 Mar 23:48:45 ntpd[1230]: new interface(s) found: waking up resolver
13 Mar 23:48:47 ntpd[1237]: DNS bigben.cac.washington.edu -> 140.142.16.34
14 Mar 01:58:38 ntpd[1230]: ntpd exiting on signal 15
14 Mar 19:27:27 ntpd[1182]: Deferring DNS for bigben.cac.washington.edu 1
14 Mar 19:27:27 ntpd[1326]: signal_no_reset: signal 17 had flags 4000000
14 Mar 19:27:29 ntpd[1326]: host name not found: bigben.cac.washington.edu
14 Mar 19:27:33 ntpd[1182]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
14 Mar 19:27:33 ntpd[1182]: peers refreshed
14 Mar 19:27:33 ntpd[1182]: new interface(s) found: waking up resolver
14 Mar 19:27:35 ntpd[1326]: DNS bigben.cac.washington.edu -> 140.142.16.34
16 Mar 07:07:54 ntpd[1182]: ntpd exiting on signal 15
17 Mar 20:11:46 ntpd[1177]: Deferring DNS for bigben.cac.washington.edu 1
17 Mar 20:11:46 ntpd[1188]: signal_no_reset: signal 17 had flags 4000000
17 Mar 20:11:48 ntpd[1188]: host name not found: bigben.cac.washington.edu
17 Mar 20:11:49 ntpd[1177]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
17 Mar 20:11:49 ntpd[1177]: peers refreshed
17 Mar 20:11:49 ntpd[1177]: new interface(s) found: waking up resolver
17 Mar 20:11:51 ntpd[1188]: host name not found: bigben.cac.washington.edu
17 Mar 20:11:55 ntpd[1177]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
17 Mar 20:11:55 ntpd[1177]: peers refreshed
17 Mar 20:11:55 ntpd[1177]: new interface(s) found: waking up resolver
17 Mar 20:11:57 ntpd[1188]: DNS bigben.cac.washington.edu -> 140.142.16.34
17 Mar 20:41:35 ntpd[1177]: ntpd exiting on signal 15
17 Mar 20:51:29 ntpd[1179]: Deferring DNS for bigben.cac.washington.edu 1
17 Mar 20:51:29 ntpd[1239]: signal_no_reset: signal 17 had flags 4000000
17 Mar 20:51:31 ntpd[1239]: host name not found: bigben.cac.washington.edu
17 Mar 20:51:32 ntpd[1179]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
17 Mar 20:51:32 ntpd[1179]: peers refreshed
17 Mar 20:51:32 ntpd[1179]: new interface(s) found: waking up resolver
17 Mar 20:51:34 ntpd[1239]: host name not found: bigben.cac.washington.edu
17 Mar 20:51:37 ntpd[1179]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
17 Mar 20:51:37 ntpd[1179]: peers refreshed
17 Mar 20:51:37 ntpd[1179]: new interface(s) found: waking up resolver
17 Mar 20:51:39 ntpd[1239]: DNS bigben.cac.washington.edu -> 140.142.16.34
17 Mar 23:41:43 ntpd[1179]: ntpd exiting on signal 15
30 Mar 16:01:52 ntpd[1214]: Deferring DNS for bigben.cac.washington.edu 1
30 Mar 16:01:52 ntpd[1219]: signal_no_reset: signal 17 had flags 4000000
30 Mar 16:01:54 ntpd[1219]: host name not found: bigben.cac.washington.edu
30 Mar 16:01:55 ntpd[1214]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
30 Mar 16:01:55 ntpd[1214]: peers refreshed
30 Mar 16:01:55 ntpd[1214]: new interface(s) found: waking up resolver
30 Mar 16:01:57 ntpd[1219]: host name not found: bigben.cac.washington.edu
30 Mar 16:02:01 ntpd[1214]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
30 Mar 16:02:01 ntpd[1214]: peers refreshed
30 Mar 16:02:01 ntpd[1214]: new interface(s) found: waking up resolver
30 Mar 16:02:08 ntpd[1219]: DNS bigben.cac.washington.edu -> 140.142.16.34
31 Mar 07:14:14 ntpd[1214]: ntpd exiting on signal 15
31 Mar 16:08:00 ntpd[1169]: Deferring DNS for bigben.cac.washington.edu 1
31 Mar 16:08:00 ntpd[1253]: signal_no_reset: signal 17 had flags 4000000
31 Mar 16:08:02 ntpd[1169]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
31 Mar 16:08:02 ntpd[1169]: peers refreshed
31 Mar 16:08:02 ntpd[1169]: new interface(s) found: waking up resolver
31 Mar 16:08:02 ntpd[1253]: host name not found: bigben.cac.washington.edu
31 Mar 16:08:04 ntpd[1253]: host name not found: bigben.cac.washington.edu
31 Mar 16:08:07 ntpd[1169]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
31 Mar 16:08:08 ntpd[1169]: peers refreshed
31 Mar 16:08:08 ntpd[1169]: new interface(s) found: waking up resolver
31 Mar 16:08:11 ntpd[1253]: DNS bigben.cac.washington.edu -> 140.142.16.34
 1 Apr 00:50:30 ntpd[1169]: Deleting interface #5 enp6s0, 10.0.0.16#123, interface stats: received=0, sent=90, dropped=0, active_time=31343 secs
 1 Apr 00:50:30 ntpd[1169]: 140.142.16.34 interface 10.0.0.16 -> (none)
 1 Apr 00:50:30 ntpd[1169]: Deleting interface #4 enp6s0, fe80::922b:34ff:fe34:2452#123, interface stats: received=0, sent=0, dropped=0, active_time=31348 secs
 1 Apr 00:50:30 ntpd[1169]: peers refreshed
 5 Apr 15:38:32 ntpd[1169]: Listen normally on 6 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 5 Apr 15:38:32 ntpd[1169]: peers refreshed
 5 Apr 15:38:32 ntpd[1169]: new interface(s) found: waking up resolver
 5 Apr 15:38:37 ntpd[1169]: Listen normally on 7 enp6s0 10.0.0.16 UDP 123
 5 Apr 15:38:37 ntpd[1169]: peers refreshed
 5 Apr 15:38:37 ntpd[1169]: new interface(s) found: waking up resolver
 5 Apr 15:52:31 ntpd[1169]: ntpd exiting on signal 15
 5 Apr 16:16:38 ntpd[1196]: Deferring DNS for bigben.cac.washington.edu 1
 5 Apr 16:16:38 ntpd[1203]: signal_no_reset: signal 17 had flags 4000000
 5 Apr 16:16:40 ntpd[1203]: host name not found: bigben.cac.washington.edu
 5 Apr 16:16:41 ntpd[1196]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 5 Apr 16:16:41 ntpd[1196]: peers refreshed
 5 Apr 16:16:41 ntpd[1196]: new interface(s) found: waking up resolver
 5 Apr 16:16:43 ntpd[1203]: host name not found: bigben.cac.washington.edu
 5 Apr 16:16:46 ntpd[1196]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
 5 Apr 16:16:46 ntpd[1196]: peers refreshed
 5 Apr 16:16:46 ntpd[1196]: new interface(s) found: waking up resolver
 5 Apr 16:16:48 ntpd[1203]: DNS bigben.cac.washington.edu -> 140.142.16.34
 5 Apr 16:17:23 ntpd[1196]: ntpd exiting on signal 15
 5 Apr 16:52:35 ntpd[1214]: Deferring DNS for bigben.cac.washington.edu 1
 5 Apr 16:52:35 ntpd[1220]: signal_no_reset: signal 17 had flags 4000000
 5 Apr 16:52:37 ntpd[1220]: host name not found: bigben.cac.washington.edu
 5 Apr 16:52:38 ntpd[1214]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 5 Apr 16:52:38 ntpd[1214]: peers refreshed
 5 Apr 16:52:38 ntpd[1214]: new interface(s) found: waking up resolver
 5 Apr 16:52:40 ntpd[1220]: host name not found: bigben.cac.washington.edu
 5 Apr 16:52:43 ntpd[1214]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
 5 Apr 16:52:43 ntpd[1214]: peers refreshed
 5 Apr 16:52:43 ntpd[1214]: new interface(s) found: waking up resolver
 5 Apr 16:52:45 ntpd[1220]: DNS bigben.cac.washington.edu -> 140.142.16.34
 6 Apr 08:11:15 ntpd[1214]: ntpd exiting on signal 15
 6 Apr 19:07:41 ntpd[1210]: Deferring DNS for bigben.cac.washington.edu 1
 6 Apr 19:07:41 ntpd[1273]: signal_no_reset: signal 17 had flags 4000000
 6 Apr 19:07:43 ntpd[1273]: host name not found: bigben.cac.washington.edu
 6 Apr 19:07:43 ntpd[1210]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 6 Apr 19:07:43 ntpd[1210]: peers refreshed
 6 Apr 19:07:43 ntpd[1210]: new interface(s) found: waking up resolver
 6 Apr 19:07:45 ntpd[1273]: host name not found: bigben.cac.washington.edu
 6 Apr 19:07:48 ntpd[1210]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
 6 Apr 19:07:48 ntpd[1210]: peers refreshed
 6 Apr 19:07:48 ntpd[1210]: new interface(s) found: waking up resolver
 6 Apr 19:07:51 ntpd[1273]: DNS bigben.cac.washington.edu -> 140.142.16.34
 7 Apr 01:05:47 ntpd[1210]: ntpd exiting on signal 15
 8 Apr 18:24:47 ntpd[1219]: Deferring DNS for bigben.cac.washington.edu 1
 8 Apr 18:24:47 ntpd[1223]: signal_no_reset: signal 17 had flags 4000000
 8 Apr 18:24:49 ntpd[1223]: host name not found: bigben.cac.washington.edu
 8 Apr 18:24:50 ntpd[1219]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 8 Apr 18:24:50 ntpd[1219]: peers refreshed
 8 Apr 18:24:50 ntpd[1219]: new interface(s) found: waking up resolver
 8 Apr 18:24:52 ntpd[1223]: host name not found: bigben.cac.washington.edu
 8 Apr 18:24:55 ntpd[1219]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
 8 Apr 18:24:55 ntpd[1219]: peers refreshed
 8 Apr 18:24:55 ntpd[1219]: new interface(s) found: waking up resolver
 8 Apr 18:24:57 ntpd[1223]: DNS bigben.cac.washington.edu -> 140.142.16.34
 8 Apr 20:07:43 ntpd[1219]: ntpd exiting on signal 15
 9 Apr 01:05:21 ntpd[22692]: ntpd exiting on signal 15
10 Apr 02:52:11 ntpd[1187]: Deferring DNS for bigben.cac.washington.edu 1
10 Apr 02:52:11 ntpd[1248]: signal_no_reset: signal 17 had flags 4000000
10 Apr 02:52:13 ntpd[1248]: host name not found: bigben.cac.washington.edu
10 Apr 02:52:13 ntpd[1187]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
10 Apr 02:52:13 ntpd[1187]: peers refreshed
10 Apr 02:52:13 ntpd[1187]: new interface(s) found: waking up resolver
10 Apr 02:52:15 ntpd[1248]: host name not found: bigben.cac.washington.edu
10 Apr 02:52:19 ntpd[1187]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
10 Apr 02:52:19 ntpd[1187]: peers refreshed
10 Apr 02:52:19 ntpd[1187]: new interface(s) found: waking up resolver
10 Apr 02:52:22 ntpd[1248]: DNS bigben.cac.washington.edu -> 140.142.16.34
10 Apr 05:00:44 ntpd[1187]: ntpd exiting on signal 15
10 Apr 21:54:44 ntpd[1210]: Deferring DNS for bigben.cac.washington.edu 1
10 Apr 21:54:44 ntpd[1284]: signal_no_reset: signal 17 had flags 4000000
10 Apr 21:54:46 ntpd[1284]: host name not found: bigben.cac.washington.edu
10 Apr 21:54:50 ntpd[1210]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
10 Apr 21:54:50 ntpd[1210]: peers refreshed
10 Apr 21:54:50 ntpd[1210]: new interface(s) found: waking up resolver
10 Apr 21:54:52 ntpd[1284]: DNS bigben.cac.washington.edu -> 140.142.16.34
10 Apr 23:39:32 ntpd[1210]: ntpd exiting on signal 15
10 Apr 23:44:38 ntpd[1207]: Deferring DNS for bigben.cac.washington.edu 1
10 Apr 23:44:38 ntpd[1236]: signal_no_reset: signal 17 had flags 4000000
10 Apr 23:44:40 ntpd[1236]: host name not found: bigben.cac.washington.edu
10 Apr 23:44:41 ntpd[1207]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
10 Apr 23:44:41 ntpd[1207]: peers refreshed
10 Apr 23:44:41 ntpd[1207]: new interface(s) found: waking up resolver
10 Apr 23:44:43 ntpd[1236]: host name not found: bigben.cac.washington.edu
10 Apr 23:44:47 ntpd[1207]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
10 Apr 23:44:47 ntpd[1207]: peers refreshed
10 Apr 23:44:47 ntpd[1207]: new interface(s) found: waking up resolver
10 Apr 23:44:49 ntpd[1236]: DNS bigben.cac.washington.edu -> 140.142.16.34
11 Apr 00:02:57 ntpd[1207]: ntpd exiting on signal 15
14 Apr 16:50:54 ntpd[1222]: Deferring DNS for bigben.cac.washington.edu 1
14 Apr 16:50:54 ntpd[1279]: signal_no_reset: signal 17 had flags 4000000
14 Apr 16:50:56 ntpd[1279]: host name not found: bigben.cac.washington.edu
14 Apr 16:50:56 ntpd[1222]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
14 Apr 16:50:56 ntpd[1222]: peers refreshed
14 Apr 16:50:56 ntpd[1222]: new interface(s) found: waking up resolver
14 Apr 16:50:58 ntpd[1279]: host name not found: bigben.cac.washington.edu
14 Apr 16:51:02 ntpd[1222]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
14 Apr 16:51:02 ntpd[1222]: peers refreshed
14 Apr 16:51:02 ntpd[1222]: new interface(s) found: waking up resolver
14 Apr 16:51:04 ntpd[1279]: DNS bigben.cac.washington.edu -> 140.142.16.34
14 Apr 21:44:59 ntpd[1222]: ntpd exiting on signal 15
15 Apr 22:55:58 ntpd[1176]: Deferring DNS for bigben.cac.washington.edu 1
15 Apr 22:55:58 ntpd[1321]: signal_no_reset: signal 17 had flags 4000000
15 Apr 22:56:00 ntpd[1321]: host name not found: bigben.cac.washington.edu
15 Apr 22:56:02 ntpd[1176]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
15 Apr 22:56:02 ntpd[1176]: peers refreshed
15 Apr 22:56:02 ntpd[1176]: new interface(s) found: waking up resolver
15 Apr 22:56:04 ntpd[1321]: host name not found: bigben.cac.washington.edu
15 Apr 22:56:07 ntpd[1176]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
15 Apr 22:56:07 ntpd[1176]: peers refreshed
15 Apr 22:56:07 ntpd[1176]: new interface(s) found: waking up resolver
15 Apr 22:56:09 ntpd[1321]: DNS bigben.cac.washington.edu -> 140.142.16.34
15 Apr 23:44:10 ntpd[1176]: ntpd exiting on signal 15
16 Apr 14:15:16 ntpd[1172]: Deferring DNS for bigben.cac.washington.edu 1
16 Apr 14:15:16 ntpd[1183]: signal_no_reset: signal 17 had flags 4000000
16 Apr 14:15:18 ntpd[1183]: host name not found: bigben.cac.washington.edu
16 Apr 14:15:19 ntpd[1172]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
16 Apr 14:15:19 ntpd[1172]: peers refreshed
16 Apr 14:15:19 ntpd[1172]: new interface(s) found: waking up resolver
16 Apr 14:15:21 ntpd[1183]: host name not found: bigben.cac.washington.edu
16 Apr 14:15:24 ntpd[1172]: Listen normally on 5 enp6s0 10.0.0.16 UDP 123
16 Apr 14:15:24 ntpd[1172]: peers refreshed
16 Apr 14:15:24 ntpd[1172]: new interface(s) found: waking up resolver
16 Apr 14:15:26 ntpd[1183]: DNS bigben.cac.washington.edu -> 140.142.16.34
16 Apr 17:32:47 ntpd[1172]: ntpd exiting on signal 15
17 Apr 09:01:45 ntpd[1179]: Deferring DNS for bigben.cac.washington.edu 1
17 Apr 09:01:45 ntpd[1292]: signal_no_reset: signal 17 had flags 4000000
17 Apr 09:01:47 ntpd[1292]: host name not found: bigben.cac.washington.edu
17 Apr 09:01:51 ntpd[1179]: Listen normally on 5 enp6s0 10.0.0.4 UDP 123
17 Apr 09:01:51 ntpd[1179]: peers refreshed
17 Apr 09:01:51 ntpd[1179]: new interface(s) found: waking up resolver
17 Apr 09:01:53 ntpd[1292]: DNS bigben.cac.washington.edu -> 140.142.16.34
18 Apr 00:53:48 ntpd[1179]: ntpd exiting on signal 15
18 Apr 08:16:28 ntpd[1181]: Deferring DNS for bigben.cac.washington.edu 1
18 Apr 08:16:28 ntpd[1217]: signal_no_reset: signal 17 had flags 4000000
18 Apr 08:16:30 ntpd[1217]: host name not found: bigben.cac.washington.edu
18 Apr 08:16:31 ntpd[1181]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
18 Apr 08:16:31 ntpd[1181]: peers refreshed
18 Apr 08:16:31 ntpd[1181]: new interface(s) found: waking up resolver
18 Apr 08:16:33 ntpd[1217]: host name not found: bigben.cac.washington.edu
18 Apr 08:16:35 ntpd[1181]: Listen normally on 5 enp6s0 10.0.0.4 UDP 123
18 Apr 08:16:35 ntpd[1181]: peers refreshed
18 Apr 08:16:35 ntpd[1181]: new interface(s) found: waking up resolver
18 Apr 08:16:37 ntpd[1217]: DNS bigben.cac.washington.edu -> 140.142.16.34
18 Apr 14:46:20 ntpd[1181]: ntpd exiting on signal 15
22 Apr 14:52:13 ntpd[1194]: Deferring DNS for bigben.cac.washington.edu 1
22 Apr 14:52:13 ntpd[1197]: signal_no_reset: signal 17 had flags 4000000
22 Apr 14:52:15 ntpd[1197]: host name not found: bigben.cac.washington.edu
22 Apr 14:52:17 ntpd[1194]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
22 Apr 14:52:17 ntpd[1194]: peers refreshed
22 Apr 14:52:17 ntpd[1194]: new interface(s) found: waking up resolver
22 Apr 14:52:19 ntpd[1197]: host name not found: bigben.cac.washington.edu
22 Apr 14:52:21 ntpd[1194]: Listen normally on 5 enp6s0 10.0.0.4 UDP 123
22 Apr 14:52:21 ntpd[1194]: peers refreshed
22 Apr 14:52:21 ntpd[1194]: new interface(s) found: waking up resolver
22 Apr 14:52:23 ntpd[1197]: DNS bigben.cac.washington.edu -> 140.142.16.34
23 Apr 01:12:36 ntpd[1194]: ntpd exiting on signal 15
23 Apr 15:41:10 ntpd[1231]: Deferring DNS for bigben.cac.washington.edu 1
23 Apr 15:41:10 ntpd[1240]: signal_no_reset: signal 17 had flags 4000000
23 Apr 15:41:12 ntpd[1240]: host name not found: bigben.cac.washington.edu
23 Apr 15:41:13 ntpd[1231]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
23 Apr 15:41:13 ntpd[1231]: peers refreshed
23 Apr 15:41:13 ntpd[1231]: new interface(s) found: waking up resolver
23 Apr 15:41:15 ntpd[1240]: host name not found: bigben.cac.washington.edu
23 Apr 15:41:18 ntpd[1231]: Listen normally on 5 enp6s0 10.0.0.4 UDP 123
23 Apr 15:41:18 ntpd[1231]: peers refreshed
23 Apr 15:41:18 ntpd[1231]: new interface(s) found: waking up resolver
23 Apr 15:41:20 ntpd[1240]: DNS bigben.cac.washington.edu -> 140.142.16.34
23 Apr 23:06:26 ntpd[1231]: ntpd exiting on signal 15
24 Apr 09:06:05 ntpd[1216]: Deferring DNS for bigben.cac.washington.edu 1
24 Apr 09:06:05 ntpd[1296]: signal_no_reset: signal 17 had flags 4000000
24 Apr 09:06:07 ntpd[1296]: host name not found: bigben.cac.washington.edu
24 Apr 09:06:08 ntpd[1216]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
24 Apr 09:06:08 ntpd[1216]: peers refreshed
24 Apr 09:06:08 ntpd[1216]: new interface(s) found: waking up resolver
24 Apr 09:06:10 ntpd[1296]: host name not found: bigben.cac.washington.edu
24 Apr 09:06:13 ntpd[1216]: Listen normally on 5 enp6s0 10.0.0.4 UDP 123
24 Apr 09:06:13 ntpd[1216]: peers refreshed
24 Apr 09:06:13 ntpd[1216]: new interface(s) found: waking up resolver
24 Apr 09:06:15 ntpd[1296]: DNS bigben.cac.washington.edu -> 140.142.16.34
25 Apr 01:10:16 ntpd[1216]: ntpd exiting on signal 15
25 Apr 10:01:29 ntpd[1171]: Deferring DNS for bigben.cac.washington.edu 1
25 Apr 10:01:29 ntpd[1178]: signal_no_reset: signal 17 had flags 4000000
25 Apr 10:01:31 ntpd[1178]: host name not found: bigben.cac.washington.edu
25 Apr 10:01:33 ntpd[1171]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
25 Apr 10:01:33 ntpd[1171]: peers refreshed
25 Apr 10:01:33 ntpd[1171]: new interface(s) found: waking up resolver
25 Apr 10:01:35 ntpd[1178]: host name not found: bigben.cac.washington.edu
25 Apr 10:01:39 ntpd[1171]: Listen normally on 5 enp6s0 10.0.0.4 UDP 123
25 Apr 10:01:39 ntpd[1171]: peers refreshed
25 Apr 10:01:39 ntpd[1171]: new interface(s) found: waking up resolver
25 Apr 10:01:41 ntpd[1178]: DNS bigben.cac.washington.edu -> 140.142.16.34
26 Apr 11:34:52 ntpd[1171]: ntpd exiting on signal 15
27 Apr 16:35:52 ntpd[1188]: Deferring DNS for bigben.cac.washington.edu 1
27 Apr 16:35:53 ntpd[1264]: signal_no_reset: signal 17 had flags 4000000
27 Apr 16:35:55 ntpd[1264]: host name not found: bigben.cac.washington.edu
27 Apr 16:35:55 ntpd[1188]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
27 Apr 16:35:55 ntpd[1188]: peers refreshed
27 Apr 16:35:55 ntpd[1188]: new interface(s) found: waking up resolver
27 Apr 16:35:57 ntpd[1264]: host name not found: bigben.cac.washington.edu
27 Apr 16:36:01 ntpd[1188]: Listen normally on 5 enp6s0 10.0.0.4 UDP 123
27 Apr 16:36:01 ntpd[1188]: peers refreshed
27 Apr 16:36:01 ntpd[1188]: new interface(s) found: waking up resolver
27 Apr 16:36:04 ntpd[1264]: DNS bigben.cac.washington.edu -> 140.142.16.34
27 Apr 17:18:04 ntpd[1188]: ntpd exiting on signal 15
27 Apr 17:18:32 ntpd[11209]: ntpd exiting on signal 15
27 Apr 17:18:57 ntpd[11366]: ntpd exiting on signal 15
27 Apr 17:20:12 ntpd[11511]: ntpd exiting on signal 15
27 Apr 17:20:38 ntpd[11810]: ntpd exiting on signal 15
27 Apr 17:23:22 ntpd[11955]: ntpd exiting on signal 15
27 Apr 17:33:31 ntpd[12525]: ntpd exiting on signal 15
27 Apr 17:34:00 ntpd[14736]: ntpd exiting on signal 15
27 Apr 17:34:25 ntpd[14893]: ntpd exiting on signal 15
27 Apr 17:34:46 ntpd[15052]: ntpd exiting on signal 15
27 Apr 17:48:45 ntpd[15190]: ntpd exiting on signal 15
27 Apr 17:49:10 ntpd[18297]: ntpd exiting on signal 15
27 Apr 17:50:32 ntpd[18443]: ntpd exiting on signal 15
27 Apr 19:04:33 ntpd[18764]: ntpd exiting on signal 15
27 Apr 19:04:47 ntpd[32496]: ntpd exiting on signal 15
27 Apr 19:05:24 ntpd[352]: ntpd exiting on signal 15
27 Apr 03:13:04 ntpd[550]: ntpd exiting on signal 15
27 Apr 03:13:36 ntpd[711]: ntpd exiting on signal 15
27 Apr 03:14:01 ntpd[880]: ntpd exiting on signal 15
27 Apr 03:14:05 ntpd[1036]: ntpd exiting on signal 15
27 Apr 03:16:15 ntpd[1152]: ntpd exiting on signal 15
27 Apr 03:16:40 ntpd[2072]: ntpd exiting on signal 15
27 Apr 03:16:52 ntpd[2219]: ntpd exiting on signal 15
27 Apr 19:10:08 ntpd[2327]: ntpd exiting on signal 15
27 Apr 19:10:40 ntpd[2737]: ntpd exiting on signal 15
28 Apr 03:47:12 ntpd[2971]: ntpd exiting on signal 15
 3 May 09:21:48 ntpd[1179]: Deferring DNS for bigben.cac.washington.edu 1
 3 May 09:21:48 ntpd[1190]: signal_no_reset: signal 17 had flags 4000000
 3 May 09:21:50 ntpd[1179]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 3 May 09:21:50 ntpd[1179]: peers refreshed
 3 May 09:21:50 ntpd[1179]: new interface(s) found: waking up resolver
 3 May 09:21:50 ntpd[1190]: host name not found: bigben.cac.washington.edu
 3 May 09:21:52 ntpd[1190]: host name not found: bigben.cac.washington.edu
 3 May 09:21:56 ntpd[1179]: Listen normally on 5 enp6s0 10.0.0.4 UDP 123
 3 May 09:21:56 ntpd[1179]: peers refreshed
 3 May 09:21:56 ntpd[1179]: new interface(s) found: waking up resolver
 3 May 09:21:58 ntpd[1190]: DNS bigben.cac.washington.edu -> 140.142.16.34
 3 May 20:08:54 ntpd[1179]: ntpd exiting on signal 15
 3 May 20:16:18 ntpd[1188]: Deferring DNS for bigben.cac.washington.edu 1
 3 May 20:16:18 ntpd[1237]: signal_no_reset: signal 17 had flags 4000000
 3 May 20:16:20 ntpd[1237]: host name not found: bigben.cac.washington.edu
 3 May 20:16:21 ntpd[1188]: Listen normally on 4 enp6s0 fe80::922b:34ff:fe34:2452 UDP 123
 3 May 20:16:21 ntpd[1188]: peers refreshed
 3 May 20:16:21 ntpd[1188]: new interface(s) found: waking up resolver
 3 May 20:16:23 ntpd[1237]: host name not found: bigben.cac.washington.edu
 3 May 20:16:26 ntpd[1188]: Listen normally on 5 enp6s0 10.0.0.4 UDP 123
 3 May 20:16:26 ntpd[1188]: peers refreshed
 3 May 20:16:26 ntpd[1188]: new interface(s) found: waking up resolver
 3 May 20:16:28 ntpd[1237]: DNS bigben.cac.washington.edu -> 140.142.16.34
 4 May 03:39:19 ntpd[1188]: ntpd exiting on signal 15
 4 May 13:29:41 ntpd[1180]: Deferring DNS for bigben.cac.washington.edu 1
 4 May 13:29:41 ntpd[1334]: signal_no_reset: signal 17 had flags 4000000
 4 May 13:29:43 ntpd[1334]: host name not found: bigben.cac.washington.edu
 4 May 13:29:49 ntpd[1180]: Listen normally on 5 enp6s0 10.0.0.4 UDP 123
 4 May 13:29:49 ntpd[1180]: peers refreshed
 4 May 13:29:49 ntpd[1180]: new interface(s) found: waking up resolver
 4 May 13:29:51 ntpd[1334]: DNS bigben.cac.washington.edu -> 140.142.16.34


Schaut irgendwie so aus, als würde der Server nicht gefunden (host name not found: bigben.cac.washington.edu)

Aber ganz am Ende geht es wieder.

PS: Habe jetzt nur vom 4. Mai angehängt sonst sind es zu viele Zeichen.
 

josef-wien

Ultimate Guru
Wie sieht es mit anderen NTP-Servern aus?

Ansonsten muß hier jemand heran, der praktische Erfahrungen mit diesen Dingern hat.
 
Ein "sntp bigben.cac.washington.edu" liefert bei mir außer einer Fehlermeldung nichts zurück. Wenn ich meinen lokalen NTP-Server befrage kriege ich die Fehlermeldung zwar auch aber die Abweichung meiner Zeit zu der des Servers. Von daher würde ich vermuten das der bigben wohl nicht mehr on ist. Einfach mal den Pool von ntp.org eintragen, dann klappt es wohl auch mit der Zeit.
 
Oben