Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2024 13:36:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 283550] freebsd-update doesn't refresh leapsecond file
Message-ID:  <bug-283550-227-qcS3z5oZYq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283550-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283550

--- Comment #1 from void@f-m.fm ---
Seem to have fixed it by removing 

https://data.iana.org/time-zones/tzdb/leap-seconds.list

from ntp_leapfile_sources

which can be accomplished either by removing it from /etc/defaults/rc.conf or
adding

ntp_leapfile_sources="https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list"

to /etc/rc.conf

Whats really odd is that files from either source have the same md5 hash
(ec795e1cbff8b3d39c6cc2d9e3aa3c16) so maybe the problem is having two URLs by
default in ntp_leapfile_sources

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283550-227-qcS3z5oZYq>