freebsd-update had ntp security changes available this morning. Updated 9.3, but now run into some issues with
This appears to be caused by a server entry in /etc/ntp.conf prior to the 0.freebsd entry. Removing the previous line (to my ISP's ntp server) causes this warning to go away as does putting the line last in the list.
See also:
https://www.mail-archive.com/freebsd-security@freebsd.org/msg05911.html
ntpd. ntpd throws some errors:
Code:
Oct 26 10:23:19 gabriella ntpd[6579]: giving up resolving host 0.freebsd.pool.ntp.org: servname not supported for ai_socktype (9)
ntpq aborts:
Code:
/usr/src/usr.sbin/ntp/libntp/../../../contrib/ntp/lib/isc/unix/net.c:221: fatal error: RUNTIME_CHECK(((pthread_once((&once), (initialize_action)) == 0) ? 0 : 34) == 0) failed
Abort (core dumped)
See also:
https://www.mail-archive.com/freebsd-security@freebsd.org/msg05911.html