It's actually 10:02 PM on October 25, but the computer thinks it's four hours later:
I think that means that the BIOS is set to UTC, but the computer thinks it's set to EDT.
I thought that maybe ntpd would solve this issue, but I can't even tell if ntpd is running.
It looks like it started when I rebooted:
But I don't see it running:
service says it's enabled:
Code:
michael@freebsd:/var/log % date
Wed Oct 26 02:03:23 EDT 2016
michael@freebsd:/var/log %
I thought that maybe ntpd would solve this issue, but I can't even tell if ntpd is running.
It looks like it started when I rebooted:
Code:
michael@freebsd:/var/log % grep ntpd messages
Oct 26 01:13:06 freebsd michael: /etc/rc.d/ntpd: WARNING: failed to start ntpd
Oct 26 01:42:33 freebsd ntpd[967]: ntpd 4.2.8p8-a (1): Starting
Oct 26 01:42:33 freebsd ntpd[968]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): good hash signature
Oct 26 01:42:33 freebsd ntpd[968]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): loaded, expire=2017-06-01T00:00:00Z last=2017-01-01T00:00:00Z ofs=37
michael@freebsd:/var/log %
Code:
michael@freebsd:/var/log % ps aux | grep ntp
michael 2263 0.0 0.0 14796 2496 0 S+ 03:14 0:00.00 grep ntp
michael@freebsd:/var/log % sudo ps aux | grep ntp
Password:
michael 2265 0.0 0.0 14796 2496 0 S+ 03:14 0:00.00 grep ntp
michael@freebsd:/var/log %
Code:
michael@freebsd:/var/log % service -e
/etc/rc.d/hostid
/etc/rc.d/hostid_save
//...
/etc/rc.d/ntpd
//...