Good time. Sorry for my english. I have.
and Intel Server Board S5000PARL.
The system clock is periodically lagging behind.
Although the right time.
Service ntpd stops working. Sometimes when ntpd is running, time lags behind.
What I did.
Changed the battery on the motherboard.Installed from ports ntpd. Delete port ntpd.Changed the value:
This did not bring change.
After a while begins to lag behind.
What can I do to correct?
If I expressed myself incomprehensibly, my poor knowledge of the language is to blame for this.))
Code:
# uname -a
FreeBSD bsd.tks 11.1-BETA3 FreeBSD 11.1-BETA3 #0 r320251: Fri Jun 23 02:31:05 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
The system clock is periodically lagging behind.
Code:
# date
Fri Jun 30 07:48:56 MSK 2017
Code:
% date
Fri Jun 30 09:31:42 MSK 2017
What I did.
Changed the battery on the motherboard.Installed from ports ntpd. Delete port ntpd.Changed the value:
kern.timecounter.hardware:
Code:
# dmesg | grep Timecounter
Timecounter "TSC" frequency 1995044082 Hz quality 1000
Timecounter "i8254" frequency 1193182 Hz quality 0
Timecounter "HPET" frequency 14318180 Hz quality 950
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
Timecounters tick every 1.000 msec
Code:
# sysctl kern.timecounter.hardware
kern.timecounter.hardware: TSC
Code:
# ntpdate pool.ntp.org
30 Jun 09:47:57 ntpdate[30838]: step time server 45.33.48.4 offset 6069.178468 sec
# date
Fri Jun 30 09:49:02 MSK 2017
# service ntpd start
Starting ntpd.
# cat /var/log/ntp.log
30 Jun 09:49:44 ntpd[31143]: Listen and drop on 0 v6wildcard [::]:123
30 Jun 09:49:44 ntpd[31143]: Listen and drop on 1 v4wildcard 0.0.0.0:123
30 Jun 09:49:44 ntpd[31143]: Listen normally on 2 em0 192.168.1.11:123
30 Jun 09:49:44 ntpd[31143]: Listen normally on 3 lo0 [::1]:123
30 Jun 09:49:44 ntpd[31143]: Listen normally on 4 lo0 [fe80::1%3]:123
30 Jun 09:49:44 ntpd[31143]: Listen normally on 5 lo0 127.0.0.1:123
30 Jun 09:49:44 ntpd[31143]: Listening on routing socket on fd #26 for interface updates
30 Jun 09:49:45 ntpd[31143]: Soliciting pool server 108.61.56.35
30 Jun 09:49:46 ntpd[31143]: Soliciting pool server 216.218.254.202
30 Jun 09:49:47 ntpd[31143]: Soliciting pool server 80.127.152.30
30 Jun 09:49:48 ntpd[31143]: Soliciting pool server 96.126.105.86
30 Jun 09:53:08 ntpd[31143]: Soliciting pool server 46.8.40.31
Code:
ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
0.freebsd.pool. .POOL. 16 p - 64 0 0.000 0.000 0.000
-lithium.constan 18.26.4.105 2 u 19 64 377 120.699 1.710 5.339
*clock.sjc.he.ne .CDMA. 1 u 23 64 377 180.945 -0.086 7.117
+aardbei.vanderz 131.211.8.244 2 u 11 64 377 57.812 -0.174 1.194
-mail.coldnortha 132.246.11.231 2 u 19 64 377 123.033 1.263 2.002
+46.8.40.31 (n2. 89.109.251.24 2 u 14 64 377 46.278 -2.719 0.939
What can I do to correct?
If I expressed myself incomprehensibly, my poor knowledge of the language is to blame for this.))