I am testing chronyd 3.1 on FreeBSD 11.1 with this config:
user chronyd
driftfile /var/db/chrony/drift
dumponexit
dumpdir /var/db/chrony
pidfile /var/run/chronyd.pid
stratumweight 0
makestep 1.0 3
logchange 0.5
bindcmdaddress 127.0.0.1
bindcmdaddress ::1
allow
For an unknown reasons when using
time.google.com chronyd don’t stat but if I use for example “
time.apple.com” it works, this is the output I get when using chronyd -d:
2018-05-06T11:51:41Z chronyd version 3.1 starting (+CMDMON +NTP +REFCLOCK -RTC +PRIVDROP -SCFILTER +SECHASH -SIGND +ASYNCDNS +IPV6 -DEBUG)
2018-05-06T11:51:41Z Frequency 0.090 +/- 0.037 ppm read from /var/db/chrony/drift
Assertion failed: (MD5_hash >= 0), function UTI_IPToRefid, file util.c, line 373.
Abort
Any ideas about how to make it work?
Thanks in advance.
Regards.