Bug 275415 - leap-Seconds.list file cannot be found
Summary: leap-Seconds.list file cannot be found
Status: Closed DUPLICATE of bug 275419
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: Unspecified
Hardware: Any Any
: --- Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-28 22:31 UTC by Kenji Takefu
Modified: 2024-01-29 19:18 UTC (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.