Skip to content

Instantly share code, notes, and snippets.

@s7nio
Last active May 4, 2019 23:47
Show Gist options
  • Select an option

  • Save s7nio/24e36465c40557daed924a2ecf482eb9 to your computer and use it in GitHub Desktop.

Select an option

Save s7nio/24e36465c40557daed924a2ecf482eb9 to your computer and use it in GitHub Desktop.

freebsd ntpd leapseconds file expired

rc.conf

ntpd_enable="YES"
ntpd_sync_on_start="YES"

boot log message

ntpd[...]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): expired less than ... days ago

fix

pkg install ca_root_nss && service ntpd onefetch && pkg remove ca_root_nss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment