2019年2月14日木曜日

FreeBSDでのntp関連のファイルがexpireしている

FreeBSDを起動すると
leapsecond file ('/var/db/ntpd.leap-seconds.list'): expired less than 413 days ago
のような、ntp関連のファイルがexpireしているというメッセージが出ます。これは以下のようにすれば修正できました。
FreeBSD 10.3-RELEASE ntpd 閏秒ファイル更新
https://qiita.com/kakiuchi-m/items/ab372d446698af0b2068
手順を引用します。
# pkg install ca_root_nss
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    ca_root_nss: 3.42.1
....


# /etc/rc.d/ntpd fetch
#