在 Debian 10 上,ntpd [email protected]
无法同步并出现以下错误:
kernel reports TIME_ERROR: 0x41: Clock Unsynchronize
这是ntp.conf
:
disable monitor
statsdir /var/log/ntpstats
restrict -4 default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery
restrict 127.0.0.1
restrict ::1
server 0.us.pool.ntp.org iburst
server 1.us.pool.ntp.org iburst
server 2.us.pool.ntp.org iburst
server 3.us.pool.ntp.org iburst
server 127.127.1.0
fudge 127.127.1.0 stratum 10
restrict 127.127.1.0
driftfile /var/lib/ntp/drift
ntpq -c sysinfo
:
associd=0 status=0614 leap_none, sync_ntp, 1 event, freq_mode,
system peer: 50-205-57-38-static.hfc.comcastbusiness.net:123
system peer mode: client
leap indicator: 00
stratum: 2
log2 precision: -23
root delay: 70.634
root dispersion: 3.569
reference ID: 50.205.57.38
reference time: e3a0c049.c39d770a Wed, Jan 6 2021 23:03:37.764
system jitter: 0.723169
clock jitter: 1.177
clock wander: 0.000
broadcast delay: -50.000
symm. auth. delay: 0.000
ntpq -c lpeers
:
remote refid st t when poll reach delay offset jitter
==============================================================================
LOCAL(0) .LOCL. 10 l 286 64 20 0.000 0.000 0.000
*50-205-57-38-st .GPS. 1 u 19 64 37 70.631 1.618 1.843
-ns1.backplanedn 173.162.192.156 2 u 14 64 37 84.235 -1.575 2.852
+c-73-239-136-18 74.6.168.73 3 u 11 64 37 48.606 1.598 2.522
+time-d.bbnx.net 252.74.143.178 2 u 14 64 37 92.632 0.623 0.799
timedatectl
:
Local time: Wed 2021-01-06 23:06:44 UTC
Universal time: Wed 2021-01-06 23:06:44 UTC
RTC time: Wed 2021-01-06 23:06:44
Time zone: Etc/UTC (UTC, +0000)
System clock synchronized: no
NTP service: inactive
RTC in local TZ: no
知道有什么问题吗?
您的时钟同步正常。在
sync_ntp
你的ntpq -c sysinfo
证明。您所指的内核消息在ntpd
启动期间是短暂的,无需担心。我在您的设置中看到的问题:
timedatectl
未正确报告时间同步。解决这个问题的简单方法是不运行它。:-) 在同一操作系统和 NTP 版本上的我的一台服务器上,timedatectl
根本不会产生任何有用的东西,而是说Failed to create bus connection: No such file or directory
,因为我不运行dbus
.restrict source ...
线。disable monitor
保护自己不被用于反射 DDoS - 默认restrict
线路处理。您应该恢复到默认的 Debian
/etc/ntp.conf
内容 - 它会比您当前的配置工作得更好,并且在升级时给您带来的问题更少。这是一份副本,以防您手头没有:http: //paste.debian.net/1180011/