Hello all, running FreeBSD 10.3 with ntpd enabled through rc.conf with these lines
I started receiving this message at startup
I take a look at my leap-seconds.list at /var/db/ntpd.leap-seconds.list and sure enough it is expired:
I take a look at /etc/ntp.conf and it has this blurb about the leapseconds
Both files(/etc/ntp/leap-seconds and /var/db/ntpd.leap-seconds) noted here have the same expiration date of 1 Jun 2016. I've attempted the
I've gone into the periodic.conf and enabled the periodic then run it with no luck.
Is there anything I'm missing? Any help would be greatly appreciated.
Code:
ntpd_enable="YES"
ntpd_sync_on_start="YES"
Code:
ntpd[655]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): expired less than 17 days ago
Code:
# Updated through IERS Bulletin C 50
# File expires on: 1 Jun 2016
Code:
# See http://support.ntp.org/bin/view/Support/ConfiguringNTP#Section_6.14.
# for documentation regarding leapfile. Updates to the file can be obtained
# from ftp://time.nist.gov/pub/ or ftp://tycho.usno.navy.mil/pub/ntp/.
# Use either leapfile in /etc/ntp or weekly updated leapfile in /var/db.
#leapfile "/etc/ntp/leap-seconds"
leapfile "/var/db/ntpd.leap-seconds.list"
#ntpd fetch
and #service ntpd fetch
commands with no luck. The files at the web locations noted have expiration in Dec 2016.I've gone into the periodic.conf and enabled the periodic then run it with no luck.
Code:
# 480.leapfile-ntpd
daily_ntpd_leapfile_enable="YES" # Fetch NTP leapfile
daily_ntpd_avoid_congestion="NO" # Avoid congesting
# leapfile sources
Last edited by a moderator: