10.3 base ntpd leap-seconds. list file expires 2016-06-01
Andre Albsmeier
Andre.Albsmeier at siemens.com
Fri May 13 11:11:51 UTC 2016
On Fri, 13-May-2016 at 08:05:21 +0200, Trond Endrestøl wrote:
> On Thu, 12 May 2016 17:55-0400, Ernie Luzar wrote:
>
> > New install of 10.3 from .iso file.
> > On every boot of system get ntpd message saying
> > /var/db/ntpd.leap-seconds.list file expires 2016-06-01.
> >
> > I'm running the base version of ntpd, the one that
> > is included as part of the base system.
> >
> > This file should have been updated before 10.3 release was
> > published to the public.
> >
> > Where do I get the updated ntpd.leap-seconds.list file contents
> > to write to my /var/db/ntpd.leap-seconds.list file?
>
> Add these lines to /etc/periodic.conf:
>
> daily_ntpd_leapfile_enable="YES"
> daily_ntpd_avoid_congestion="YES"
Hmm, I did this on 9.3 a while ago.. The new file (fetched from
https://www.ietf.org/timezones/data/leap-seconds.list) has version
#$ 3629404800
and as expiry date:
#@ 3691872000
The old file (the copy of /etc/ntp/leap-seconds in /var/db/ntpd.leap-seconds.list)
has as version:
#$ 3660508800
and as expiry date:
#@ 3673728000
So the new file expires after the old file (which is good) but
its version is lower than the version of the old file. Since
/etc/rc.d/ntpd compares the versions it finally sticks with the
old file...
-Andre
More information about the freebsd-questions
mailing list