[chrony-users] Second key always fails

[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-users Archives ]


Only the key labeled as 1 in the key file works. The line position in the file does not matter (just the label). If I use the same configuration but with a key labeled any number other than 1, chronyd fails.
My server in the examples is ntpd 4.2.8p4 from ntp.org. I have the same results with 4.2.8p10.
chronyd is version 4.2.

I added some debug prints and it looks like chronyd reads the keys correctly.

Am I doing something incorrectly or does chronyd have a bug?

I have attached outputs with debugging enabled. I have included normal output below.

Thank you.

chrony-4.2$ cat ntp.conf
keyfile ntp.keys
server 192.168.62.28 key 2

chrony-4.2$ cat ntp.keys
2 MD5 ASCII:anASCIIkey
1 MD5 ASCII:anASCIIkey

chrony-4.2$ ./chronyd -f ntp.conf -Q
2022-07-20T13:59:03Z chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH +IPV6 +DEBUG)
2022-07-20T13:59:03Z Disabled control of system clock
2022-07-20T14:05:31Z No suitable source for synchronisation
2022-07-20T14:05:31Z chronyd exiting

chrony-4.2$ cat ntp.conf
keyfile ntp.keys
server 192.168.62.28 key 1

chrony-4.2$ cat ntp.keys
2 MD5 ASCII:anASCIIkey
1 MD5 ASCII:anASCIIkey

chrony-4.2$ ./chronyd -f ntp.conf -Q
2022-07-20T14:09:11Z chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH +IPV6 +DEBUG)
2022-07-20T14:09:11Z Disabled control of system clock
2022-07-20T14:11:21Z System clock wrong by 0.021648 seconds (ignored)
2022-07-20T14:11:21Z chronyd exiting



Ce message, ainsi que tous les fichiers joints à ce message, peuvent contenir des informations sensibles et/ ou confidentielles ne devant pas être divulguées. Si vous n'êtes pas le destinataire de ce message (ou que vous recevez ce message par erreur), nous vous remercions de le notifier immédiatement à son expéditeur, et de détruire ce message. Toute copie, divulgation, modification, utilisation ou diffusion, non autorisée, directe ou indirecte, de tout ou partie de ce message, est strictement interdite.


This e-mail, and any document attached hereby, may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized, direct or indirect, copying, disclosure, distribution or other use of the material or parts thereof is strictly forbidden.

chrony-4.2$ cat ntp.conf
keyfile ntp.keys
server 192.168.62.28 key 2

chrony-4.2$ cat ntp.keys 
1 MD5 ASCII:anASCIIkey
2 MD5 ASCII:anASCIIkey

chrony-4.2$ ./chronyd -f ntp.conf -Q -d -d
2022-07-20T13:21:25Z main.c:569:(main) chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH +IPV6 +DEBUG)
2022-07-20T13:21:25Z util.c:1319:(UTI_OpenFile) Opened ntp.conf fd=3 mode=R
2022-07-20T13:21:25Z local.c:171:(LCL_Initialise) Clock precision 0.000000090 (-23)
2022-07-20T13:21:25Z local.c:663:(lcl_RegisterSystemDrivers) Local freq=0.000ppm
2022-07-20T13:21:25Z sys_null.c:132:(SYS_Null_Initialise) Disabled control of system clock
2022-07-20T13:21:25Z util.c:1319:(UTI_OpenFile) Opened ntp.keys fd=3 mode=r
2022-07-20T13:21:25Z clientlog.c:400:(CLG_Initialise) Max records 4096
2022-07-20T13:21:25Z ntp_core.c:1270:(transmit_timeout) Transmit timeout for 192.168.62.28:123
2022-07-20T13:21:25Z socket.c:492:(open_ip_socket) Opened UDPv4 socket fd=3 remote=192.168.62.28:123 local=0.0.0.0:0
2022-07-20T13:21:25Z socket.c:705:(log_message) Sent message fd=3 len=68
2022-07-20T13:21:25Z socket.c:705:(log_message) Received error message to 192.168.62.28 fd=3 len=96 if=10 tss=K
2022-07-20T13:21:25Z ntp_io_linux.c:792:(NIO_Linux_ProcessMessage) Extracted message for [UNSPEC]:0 fd=3 len=0
2022-07-20T13:21:25Z socket.c:705:(log_message) Received message from 192.168.62.28:123 to 192.168.32.166 fd=3 len=52 if=10 tss=K
2022-07-20T13:21:25Z ntp_io.c:442:(process_message) Updated RX timestamp delay=0.000046528 tss=1
2022-07-20T13:21:25Z ntp_core.c:2027:(process_response) NTP packet lvm=44 stratum=2 poll=6 prec=-23 root_delay=0.025100708 root_disp=0.030197144 refid=cc093677 []
2022-07-20T13:21:25Z ntp_core.c:2032:(process_response) reference=1658322743.287375134 origin=4179992459.721026267 receive=1658323285.595074426 transmit=1658323285.595206709
2022-07-20T13:21:25Z ntp_core.c:2035:(process_response) offset=0.000000000 delay=0.000000000 dispersion=0.000000 root_delay=0.000000 root_dispersion=0.000000
2022-07-20T13:21:25Z ntp_core.c:2038:(process_response) remote_interval=0.000000000 local_interval=0.000000000 response_time=0.000000000 mono_doffset=0.000000000 txs=D rxs=K
2022-07-20T13:21:25Z ntp_core.c:2043:(process_response) test123=111 test567=011 testABCD=0000 kod_rate=0 interleaved=0 presend=0 valid=0 good=0 updated=0
2022-07-20T13:21:32Z ntp_core.c:960:(receive_timeout) Receive timeout for 192.168.62.28:123
2022-07-20T13:22:29Z ntp_core.c:1270:(transmit_timeout) Transmit timeout for 192.168.62.28:123
2022-07-20T13:22:29Z socket.c:492:(open_ip_socket) Opened UDPv4 socket fd=3 remote=192.168.62.28:123 local=0.0.0.0:0
2022-07-20T13:22:29Z socket.c:705:(log_message) Sent message fd=3 len=68
2022-07-20T13:22:29Z socket.c:705:(log_message) Received error message to 192.168.62.28 fd=3 len=96 if=10 tss=K
2022-07-20T13:22:29Z ntp_io_linux.c:792:(NIO_Linux_ProcessMessage) Extracted message for [UNSPEC]:0 fd=3 len=0
2022-07-20T13:22:29Z socket.c:705:(log_message) Received message from 192.168.62.28:123 to 192.168.32.166 fd=3 len=52 if=10 tss=K
2022-07-20T13:22:29Z ntp_io.c:442:(process_message) Updated RX timestamp delay=0.000127051 tss=1
2022-07-20T13:22:29Z ntp_core.c:2027:(process_response) NTP packet lvm=44 stratum=2 poll=6 prec=-23 root_delay=0.025100708 root_disp=0.031158447 refid=cc093677 []
2022-07-20T13:22:29Z ntp_core.c:2032:(process_response) reference=1658322743.287375134 origin=1185748820.288365039 receive=1658323349.760019752 transmit=1658323349.760185630
2022-07-20T13:22:29Z ntp_core.c:2035:(process_response) offset=0.000000000 delay=0.000000000 dispersion=0.000000 root_delay=0.000000 root_dispersion=0.000000
2022-07-20T13:22:29Z ntp_core.c:2038:(process_response) remote_interval=0.000000000 local_interval=0.000000000 response_time=0.000000000 mono_doffset=0.000000000 txs=D rxs=K
2022-07-20T13:22:29Z ntp_core.c:2043:(process_response) test123=111 test567=011 testABCD=0000 kod_rate=0 interleaved=0 presend=0 valid=0 good=0 updated=0
2022-07-20T13:22:36Z ntp_core.c:960:(receive_timeout) Receive timeout for 192.168.62.28:123
2022-07-20T13:23:33Z ntp_core.c:1270:(transmit_timeout) Transmit timeout for 192.168.62.28:123
2022-07-20T13:23:33Z socket.c:492:(open_ip_socket) Opened UDPv4 socket fd=3 remote=192.168.62.28:123 local=0.0.0.0:0
2022-07-20T13:23:33Z socket.c:705:(log_message) Sent message fd=3 len=68
2022-07-20T13:23:33Z socket.c:705:(log_message) Received error message to 192.168.62.28 fd=3 len=96 if=10 tss=K
2022-07-20T13:23:33Z ntp_io_linux.c:792:(NIO_Linux_ProcessMessage) Extracted message for [UNSPEC]:0 fd=3 len=0
2022-07-20T13:23:33Z socket.c:705:(log_message) Received message from 192.168.62.28:123 to 192.168.32.166 fd=3 len=52 if=10 tss=K
2022-07-20T13:23:33Z ntp_io.c:442:(process_message) Updated RX timestamp delay=0.000085821 tss=1
2022-07-20T13:23:33Z ntp_core.c:2027:(process_response) NTP packet lvm=44 stratum=2 poll=6 prec=-23 root_delay=0.025100708 root_disp=0.032119751 refid=cc093677 []
2022-07-20T13:23:33Z ntp_core.c:2032:(process_response) reference=1658322743.287375134 origin=1367695319.266971423 receive=1658323413.897535433 transmit=1658323413.897739071
2022-07-20T13:23:33Z ntp_core.c:2035:(process_response) offset=0.000000000 delay=0.000000000 dispersion=0.000000 root_delay=0.000000 root_dispersion=0.000000
2022-07-20T13:23:33Z ntp_core.c:2038:(process_response) remote_interval=0.000000000 local_interval=0.000000000 response_time=0.000000000 mono_doffset=0.000000000 txs=D rxs=K
2022-07-20T13:23:33Z ntp_core.c:2043:(process_response) test123=111 test567=011 testABCD=0000 kod_rate=0 interleaved=0 presend=0 valid=0 good=0 updated=0
2022-07-20T13:23:40Z ntp_core.c:960:(receive_timeout) Receive timeout for 192.168.62.28:123
2022-07-20T13:24:38Z ntp_core.c:1270:(transmit_timeout) Transmit timeout for 192.168.62.28:123
2022-07-20T13:24:38Z socket.c:492:(open_ip_socket) Opened UDPv4 socket fd=3 remote=192.168.62.28:123 local=0.0.0.0:0
2022-07-20T13:24:38Z socket.c:705:(log_message) Sent message fd=3 len=68
2022-07-20T13:24:38Z socket.c:705:(log_message) Received error message to 192.168.62.28 fd=3 len=96 if=10 tss=K
2022-07-20T13:24:38Z ntp_io_linux.c:792:(NIO_Linux_ProcessMessage) Extracted message for [UNSPEC]:0 fd=3 len=0
2022-07-20T13:24:38Z socket.c:705:(log_message) Received message from 192.168.62.28:123 to 192.168.32.166 fd=3 len=52 if=10 tss=K
2022-07-20T13:24:38Z ntp_io.c:442:(process_message) Updated RX timestamp delay=0.000070714 tss=1
2022-07-20T13:24:38Z ntp_core.c:2027:(process_response) NTP packet lvm=44 stratum=2 poll=6 prec=-23 root_delay=0.025100708 root_disp=0.033096313 refid=cc093677 []
2022-07-20T13:24:38Z ntp_core.c:2032:(process_response) reference=1658322743.287375134 origin=366968887.760591160 receive=1658323478.605732935 transmit=1658323478.605877185
2022-07-20T13:24:38Z ntp_core.c:2035:(process_response) offset=0.000000000 delay=0.000000000 dispersion=0.000000 root_delay=0.000000 root_dispersion=0.000000
2022-07-20T13:24:38Z ntp_core.c:2038:(process_response) remote_interval=0.000000000 local_interval=0.000000000 response_time=0.000000000 mono_doffset=0.000000000 txs=D rxs=K
2022-07-20T13:24:38Z ntp_core.c:2043:(process_response) test123=111 test567=011 testABCD=0000 kod_rate=0 interleaved=0 presend=0 valid=0 good=0 updated=0
2022-07-20T13:24:45Z ntp_core.c:960:(receive_timeout) Receive timeout for 192.168.62.28:123
2022-07-20T13:25:43Z ntp_core.c:1270:(transmit_timeout) Transmit timeout for 192.168.62.28:123
2022-07-20T13:25:43Z socket.c:492:(open_ip_socket) Opened UDPv4 socket fd=3 remote=192.168.62.28:123 local=0.0.0.0:0
2022-07-20T13:25:43Z socket.c:705:(log_message) Sent message fd=3 len=68
2022-07-20T13:25:43Z socket.c:705:(log_message) Received error message to 192.168.62.28 fd=3 len=96 if=10 tss=K
2022-07-20T13:25:43Z ntp_io_linux.c:792:(NIO_Linux_ProcessMessage) Extracted message for [UNSPEC]:0 fd=3 len=0
2022-07-20T13:25:43Z socket.c:705:(log_message) Received message from 192.168.62.28:123 to 192.168.32.166 fd=3 len=52 if=10 tss=K
2022-07-20T13:25:43Z ntp_io.c:442:(process_message) Updated RX timestamp delay=0.000048617 tss=1
2022-07-20T13:25:43Z ntp_core.c:2027:(process_response) NTP packet lvm=44 stratum=2 poll=6 prec=-23 root_delay=0.025100708 root_disp=0.034057617 refid=cc093677 []
2022-07-20T13:25:43Z ntp_core.c:2032:(process_response) reference=1658322743.287375134 origin=1473774534.656358311 receive=1658323543.348737954 transmit=1658323543.348943406
2022-07-20T13:25:43Z ntp_core.c:2035:(process_response) offset=0.000000000 delay=0.000000000 dispersion=0.000000 root_delay=0.000000 root_dispersion=0.000000
2022-07-20T13:25:43Z ntp_core.c:2038:(process_response) remote_interval=0.000000000 local_interval=0.000000000 response_time=0.000000000 mono_doffset=0.000000000 txs=D rxs=K
2022-07-20T13:25:43Z ntp_core.c:2043:(process_response) test123=111 test567=011 testABCD=0000 kod_rate=0 interleaved=0 presend=0 valid=0 good=0 updated=0
2022-07-20T13:25:50Z ntp_core.c:960:(receive_timeout) Receive timeout for 192.168.62.28:123
2022-07-20T13:27:52Z ntp_core.c:1270:(transmit_timeout) Transmit timeout for 192.168.62.28:123
2022-07-20T13:27:52Z socket.c:492:(open_ip_socket) Opened UDPv4 socket fd=3 remote=192.168.62.28:123 local=0.0.0.0:0
2022-07-20T13:27:52Z socket.c:705:(log_message) Sent message fd=3 len=68
2022-07-20T13:27:52Z reference.c:886:(special_mode_sync) No suitable source for synchronisation
2022-07-20T13:27:52Z main.c:685:(main) chronyd exiting
chrony-4.2$ cat ntp.conf
keyfile ntp.keys
server 192.168.62.28 key 1

chrony-4.2$ cat ntp.keys 
1 MD5 ASCII:anASCIIkey
2 MD5 ASCII:anASCIIkey

chrony-4.2$ ./chronyd -f ntp.conf -Q -d -d
2022-07-20T13:17:02Z main.c:569:(main) chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH +IPV6 +DEBUG)
2022-07-20T13:17:02Z util.c:1319:(UTI_OpenFile) Opened ntp.conf fd=3 mode=R
2022-07-20T13:17:02Z local.c:171:(LCL_Initialise) Clock precision 0.000000104 (-23)
2022-07-20T13:17:02Z local.c:663:(lcl_RegisterSystemDrivers) Local freq=0.000ppm
2022-07-20T13:17:02Z sys_null.c:132:(SYS_Null_Initialise) Disabled control of system clock
2022-07-20T13:17:02Z util.c:1319:(UTI_OpenFile) Opened ntp.keys fd=3 mode=r
2022-07-20T13:17:02Z clientlog.c:400:(CLG_Initialise) Max records 4096
2022-07-20T13:17:02Z ntp_core.c:1270:(transmit_timeout) Transmit timeout for 192.168.62.28:123
2022-07-20T13:17:02Z socket.c:492:(open_ip_socket) Opened UDPv4 socket fd=3 remote=192.168.62.28:123 local=0.0.0.0:0
2022-07-20T13:17:02Z socket.c:705:(log_message) Sent message fd=3 len=68
2022-07-20T13:17:02Z socket.c:705:(log_message) Received error message to 192.168.62.28 fd=3 len=96 if=10 tss=K
2022-07-20T13:17:02Z ntp_io_linux.c:792:(NIO_Linux_ProcessMessage) Extracted message for [UNSPEC]:0 fd=3 len=0
2022-07-20T13:17:02Z socket.c:705:(log_message) Received message from 192.168.62.28:123 to 192.168.32.166 fd=3 len=68 if=10 tss=K
2022-07-20T13:17:02Z ntp_io.c:442:(process_message) Updated RX timestamp delay=0.000101873 tss=1
2022-07-20T13:17:02Z ntp_core.c:2027:(process_response) NTP packet lvm=44 stratum=2 poll=6 prec=-23 root_delay=0.025100708 root_disp=0.026260376 refid=cc093677 []
2022-07-20T13:17:02Z ntp_core.c:2032:(process_response) reference=1658322743.287375134 origin=350664898.481478288 receive=1658323022.969582489 transmit=1658323022.969870161
2022-07-20T13:17:02Z ntp_core.c:2035:(process_response) offset=0.019717208 delay=0.047402685 dispersion=0.000096 root_delay=0.072503 root_dispersion=0.026356
2022-07-20T13:17:02Z ntp_core.c:2038:(process_response) remote_interval=0.000287672 local_interval=0.047690357 response_time=0.000287672 mono_doffset=0.000000000 txs=D rxs=K
2022-07-20T13:17:02Z ntp_core.c:2043:(process_response) test123=111 test567=111 testABCD=1111 kod_rate=0 interleaved=0 presend=0 valid=1 good=1 updated=2
2022-07-20T13:17:02Z sources.c:411:(SRC_AccumulateSample) src=192.168.62.28 ts=1658323022.950009117 offset=-1.971721e-02 delay=7.250339e-02 disp=2.635598e-02
2022-07-20T13:17:02Z sourcestats.c:708:(SST_GetSelectionData) n=1 off=-0.019717 dist=0.062656 sd=4.000000 first_ago=0.023947 last_ago=0.023947 selok=0
2022-07-20T13:17:02Z sources.c:648:(mark_source) 192.168.62.28 status=2 options=0 reach=1/1 updates=1 distant=0 leap=0 vote=0 lo=-0.082373 hi=0.042938
2022-07-20T13:17:02Z sources.c:953:(SRC_SelectSource) badstat=1 sel=0 badstat_reach=1 sel_reach=0 size=0 max_reach_ago=0.000000
2022-07-20T13:18:08Z ntp_core.c:1270:(transmit_timeout) Transmit timeout for 192.168.62.28:123
2022-07-20T13:18:08Z socket.c:492:(open_ip_socket) Opened UDPv4 socket fd=3 remote=192.168.62.28:123 local=0.0.0.0:0
2022-07-20T13:18:08Z socket.c:705:(log_message) Sent message fd=3 len=68
2022-07-20T13:18:08Z socket.c:705:(log_message) Received error message to 192.168.62.28 fd=3 len=96 if=10 tss=K
2022-07-20T13:18:08Z ntp_io_linux.c:792:(NIO_Linux_ProcessMessage) Extracted message for [UNSPEC]:0 fd=3 len=0
2022-07-20T13:18:08Z socket.c:705:(log_message) Received message from 192.168.62.28:123 to 192.168.32.166 fd=3 len=68 if=10 tss=K
2022-07-20T13:18:08Z ntp_io.c:442:(process_message) Updated RX timestamp delay=0.000035733 tss=1
2022-07-20T13:18:08Z ntp_core.c:2027:(process_response) NTP packet lvm=44 stratum=2 poll=6 prec=-23 root_delay=0.025100708 root_disp=0.027252197 refid=cc093677 []
2022-07-20T13:18:08Z ntp_core.c:2032:(process_response) reference=1658322743.287375134 origin=631239866.469725130 receive=1658323088.431627682 transmit=1658323088.431770537
2022-07-20T13:18:08Z ntp_core.c:2035:(process_response) offset=0.092622463 delay=0.179831674 dispersion=0.000360 root_delay=0.204932 root_dispersion=0.027612
2022-07-20T13:18:08Z ntp_core.c:2038:(process_response) remote_interval=0.000142855 local_interval=0.179974529 response_time=0.000142855 mono_doffset=0.000000000 txs=D rxs=K
2022-07-20T13:18:08Z ntp_core.c:2043:(process_response) test123=111 test567=111 testABCD=1111 kod_rate=0 interleaved=0 presend=0 valid=1 good=1 updated=2
2022-07-20T13:18:08Z sources.c:411:(SRC_AccumulateSample) src=192.168.62.28 ts=1658323088.339076646 offset=-9.262246e-02 delay=2.049324e-01 disp=2.761237e-02
2022-07-20T13:18:08Z sourcestats.c:708:(SST_GetSelectionData) n=2 off=-0.092622 dist=0.130259 sd=4.000000 first_ago=65.479091 last_ago=0.090023 selok=0
2022-07-20T13:18:08Z sources.c:648:(mark_source) 192.168.62.28 status=2 options=0 reach=3/2 updates=2 distant=0 leap=0 vote=0 lo=-0.222881 hi=0.037636
2022-07-20T13:18:08Z sources.c:953:(SRC_SelectSource) badstat=1 sel=0 badstat_reach=3 sel_reach=0 size=0 max_reach_ago=0.000000
2022-07-20T13:19:12Z ntp_core.c:1270:(transmit_timeout) Transmit timeout for 192.168.62.28:123
2022-07-20T13:19:12Z socket.c:492:(open_ip_socket) Opened UDPv4 socket fd=3 remote=192.168.62.28:123 local=0.0.0.0:0
2022-07-20T13:19:12Z socket.c:705:(log_message) Sent message fd=3 len=68
2022-07-20T13:19:12Z socket.c:705:(log_message) Received error message to 192.168.62.28 fd=3 len=96 if=10 tss=K
2022-07-20T13:19:12Z ntp_io_linux.c:792:(NIO_Linux_ProcessMessage) Extracted message for [UNSPEC]:0 fd=3 len=0
2022-07-20T13:19:19Z ntp_core.c:960:(receive_timeout) Receive timeout for 192.168.62.28:123
2022-07-20T13:20:17Z ntp_core.c:1270:(transmit_timeout) Transmit timeout for 192.168.62.28:123
2022-07-20T13:20:17Z socket.c:492:(open_ip_socket) Opened UDPv4 socket fd=3 remote=192.168.62.28:123 local=0.0.0.0:0
2022-07-20T13:20:17Z socket.c:705:(log_message) Sent message fd=3 len=68
2022-07-20T13:20:17Z socket.c:705:(log_message) Received error message to 192.168.62.28 fd=3 len=96 if=10 tss=K
2022-07-20T13:20:17Z ntp_io_linux.c:792:(NIO_Linux_ProcessMessage) Extracted message for [UNSPEC]:0 fd=3 len=0
2022-07-20T13:20:18Z socket.c:705:(log_message) Received message from 192.168.62.28:123 to 192.168.32.166 fd=3 len=68 if=10 tss=K
2022-07-20T13:20:18Z ntp_io.c:442:(process_message) Updated RX timestamp delay=0.000026604 tss=1
2022-07-20T13:20:18Z ntp_core.c:2027:(process_response) NTP packet lvm=44 stratum=2 poll=6 prec=-23 root_delay=0.025100708 root_disp=0.029190063 refid=cc093677 []
2022-07-20T13:20:18Z ntp_core.c:2032:(process_response) reference=1658322743.287375134 origin=924727110.493813625 receive=1658323218.279076766 transmit=1658323218.279285409
2022-07-20T13:20:18Z ntp_core.c:2035:(process_response) offset=0.149254167 delay=0.294639660 dispersion=0.000590 root_delay=0.319740 root_dispersion=0.029780
2022-07-20T13:20:18Z ntp_core.c:2038:(process_response) remote_interval=0.000208643 local_interval=0.294848303 response_time=0.000208643 mono_doffset=0.000000000 txs=D rxs=K
2022-07-20T13:20:18Z ntp_core.c:2043:(process_response) test123=111 test567=111 testABCD=1111 kod_rate=0 interleaved=0 presend=0 valid=1 good=1 updated=2
2022-07-20T13:20:18Z sources.c:411:(SRC_AccumulateSample) src=192.168.62.28 ts=1658323218.129926920 offset=-1.492542e-01 delay=3.197404e-01 disp=2.977998e-02
2022-07-20T13:20:18Z sourcestats.c:584:(SST_DoNewRegression) off=-1.691768e-01 freq=-7.605084e-04 skew=1.238978e-01 n=3 bs=0 runs=3 asym=0.000000 arun=0
2022-07-20T13:20:18Z sourcestats.c:708:(SST_GetSelectionData) n=3 off=-0.149366 dist=0.207919 sd=0.011154 first_ago=195.327369 last_ago=0.147451 selok=1
2022-07-20T13:20:18Z sources.c:953:(SRC_SelectSource) badstat=0 sel=1 badstat_reach=0 sel_reach=15 size=4 max_reach_ago=195.327369
2022-07-20T13:20:18Z sources.c:1193:(SRC_SelectSource) 192.168.62.28 score=4.807253 dist=0.208019
2022-07-20T13:20:18Z sources.c:648:(mark_source) 192.168.62.28 status=16 options=0 reach=15/4 updates=3 distant=0 leap=0 vote=1 lo=-0.357285 hi=0.058553
2022-07-20T13:20:18Z sourcestats.c:740:(SST_GetTrackingData) n=3 off=-0.169177 offsd=0.036849 freq=-7.605084e-04 freqsd=1.946243e-04 skew=1.238978e-01 delay=0.319740 disp=0.066629
2022-07-20T13:20:18Z reference.c:894:(special_mode_sync) System clock wrong by 0.169177 seconds (ignored)
2022-07-20T13:20:18Z main.c:685:(main) chronyd exiting
2022-07-20T13:20:18Z sourcestats.c:777:(SST_SlewSamples) n=3 m=0 old_off_time=1658323218.129926920 new=1658323218.129926920 old_off=-0.169177 new_off=-0.169177 old_freq=-760.508 new_freq=-760.508
2022-07-20T13:20:18Z sourcestats.c:708:(SST_GetSelectionData) n=3 off=-0.149366 dist=0.207919 sd=0.011154 first_ago=195.327369 last_ago=0.147451 selok=1
2022-07-20T13:20:18Z sources.c:648:(mark_source) 192.168.62.28 status=6 options=0 reach=0/1 updates=0 distant=0 leap=0 vote=0 lo=-0.357285 hi=0.058553
2022-07-20T13:20:18Z sources.c:953:(SRC_SelectSource) badstat=0 sel=0 badstat_reach=0 sel_reach=0 size=1 max_reach_ago=0.000000


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/