Hi all,
I have a VPS running FreeBSD v10.1-p9.
Just now I noticed to my astonishment that the system time was approx. 45 minutes off (uptime of around nine days).
Related (or not) I saw a whole bunch of "kernel: calcru: runtime went backwards" in /var/log/mesages errors starting about 36 hours ago.
I then noticed that ntpd wasn't running. Either it didn't start properly or it crashed. Here is what I have in /etc/rc.conf
Clearly this set up isn't working. What do you all recommend?
I have a VPS running FreeBSD v10.1-p9.
Just now I noticed to my astonishment that the system time was approx. 45 minutes off (uptime of around nine days).
Related (or not) I saw a whole bunch of "kernel: calcru: runtime went backwards" in /var/log/mesages errors starting about 36 hours ago.
I then noticed that ntpd wasn't running. Either it didn't start properly or it crashed. Here is what I have in /etc/rc.conf
Code:
# NTP
ntpd_enable="YES"
ntpdate_enable="YES"
ntpdate_hosts="server 3.nl.pool.ntp.org"
daily_status_ntpd_enable="YES"