Hello,
A FreeBSD VPS has the TZ set at exactly 1 hour behind and I can't tell exactly why.
Se below:
Tried every option. All of them lag 1 hour behind UTC. I tried using
Then I noticed that ntpd(8) is not running (no open ports, no process, just the drift and pid files). Running in debug mode I noticed:
I am running FreeBSD 10.2:
Shouldn't the kernel time sync be enabled by default to allow ntpd(8) to work properly?
Any other ideas about if and why this is happening are welcome.
Ty!
A FreeBSD VPS has the TZ set at exactly 1 hour behind and I can't tell exactly why.
Se below:
Code:
root@localhost:/root # dmesg | grep Timecounter
Timecounter "HPET" frequency 100000000 Hz quality 950
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
Timecounter "i8254" frequency 1193182 Hz quality 0
Timecounters tick every 10.000 msec
Timecounter "TSC-low" frequency 1100017316 Hz quality 800
Tried every option. All of them lag 1 hour behind UTC. I tried using
tzsetup
and cp
to set time to UTC. Still one hour behind.Then I noticed that ntpd(8) is not running (no open ports, no process, just the drift and pid files). Running in debug mode I noticed:
Code:
....
event at 1 0.0.0.0 c617 07 panic_stop +3600 s; set clock manually within 1000 s.
event at 1 0.0.0.0 c61d 0d kern kernel time sync disabled
I am running FreeBSD 10.2:
Code:
FreeBSD localhost.localdomain.org 10.2-RELEASE FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
Shouldn't the kernel time sync be enabled by default to allow ntpd(8) to work properly?
Any other ideas about if and why this is happening are welcome.
Ty!