Bug 275415

Summary: leap-Seconds.list file cannot be found
Product: Base System Reporter: Kenji Takefu <je3kmz>
Component: confAssignee: Xin LI <delphij>
Status: Closed DUPLICATE    
Severity: Affects Only Me CC: aott01, delphij, michaelo, tatsuki_makino
Priority: ---    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Kenji Takefu freebsd_committer freebsd_triage 2023-11-28 22:31:35 UTC
/etc/periodic/daily/480.Leapfile-ntpd The following error appears during processing.
`fetch: https://www.ietf.org/timezones/data/leap-seconds.list: Not Found'

Solving
# sysrc ntp_leapfile_sources=https://ftp.iana.org/tz/tzdb/leap-seconds.list

obsolete
Bug #249163
Comment 1 Tatsuki Makino 2023-11-29 04:45:00 UTC
The file was also present at the URL as shown here.

https://data.iana.org/time-zones/tzdb/leap-seconds.list
Comment 2 Tatsuki Makino 2023-11-29 04:52:22 UTC
For us, the strongest URL was this one 🤣

https://cgit.freebsd.org/src/plain/contrib/tzdata/leap-seconds.list
Comment 3 Tatsuki Makino 2023-11-29 05:50:26 UTC
Fundamentally, is it possible that this file is not up-to-date, so we are updating it on a regular basis?
https://cgit.freebsd.org/src/tree/usr.sbin/ntp/ntpd/leap-seconds

Which is closer to the root of the source of the information, contrib/tzdata or this one?
Comment 4 Xin LI freebsd_committer freebsd_triage 2023-11-29 06:49:02 UTC

*** This bug has been marked as a duplicate of bug 275419 ***
Comment 5 Xin LI freebsd_committer freebsd_triage 2023-11-29 06:50:41 UTC
(In reply to Tatsuki Makino from comment #3)
We generally use ftp.boulder.nist.gov as source of truth for usr.sbin/ntp/ntpd/leap-seconds however we are still discussing about how to deal with the periodic run.