无法与NTP服务器同步

时间:2019-01-17 10:50:05

标签: ntp

我正在使用lubuntu Linux 18.04 Bionic。当我打印ntpq -pn时,看不到我的计算机已与所需的NTP服务器同步。

我尝试了一些类似这里的教程:LINK。我从Google HERE处获取了NTP服务器,并将所有4台服务器都包含在我的配置文件中。

然后,为了与其中一台Google NTP服务器进行同步,我做了以下事情:

  1. sudo service stop
  2. sudo service ntpdate time1.google.com并收到日志ntpdate[2671]: adjust time server 216.239.35.0 offset -0.000330 sec
  3. sudo service start

这是我的/etc/ntp.conf文件:

driftfile /var/lib/ntp/ntp.drift
leapfile /usr/share/zoneinfo/leap-seconds.list

statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable

restrict -4 default kod notrap nomodify nopeer noquery limited
restrict -6 default kod notrap nomodify nopeer noquery limited

restrict 127.0.0.1
restrict ::1
restrict source notrap nomodify noquery

server time1.google.com iburst
server time2.google.com iburst
server time3.google.com iburst
server time4.google.com iburst

完成上述步骤后,我从ntpq -pn得到了结果:

remote refid st t when poll reach delay offset jitter +216.239.35.0 .GOOG. 1 u 33 64 1 36.992 0.519 0.550 +216.239.35.4 .GOOG. 1 u 32 64 1 20.692 0.688 0.612 *216.239.35.8 .GOOG. 1 u 36 64 1 22.233 0.088 1.091 -216.239.35.12 .GOOG. 1 u 32 64 1 33.480 -0.218 1.378

为什么我的计算机不同步?

编辑:

这是sudo systemctl status ntp.service之后的日志输出:

ntp.service - Network Time Service
   Loaded: loaded (/lib/systemd/system/ntp.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2019-01-17 11:37:33 CET; 17min ago
     Docs: man:ntpd(8)
  Process: 2704 ExecStart=/usr/lib/ntp/ntp-systemd-wrapper (code=exited, status=0/SUCCESS)
 Main PID: 2712 (ntpd)
   CGroup: /system.slice/ntp.service
           └─2712 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 105:108

Jan 17 11:37:33 ELAR-Systems ntpd[2712]: proto: precision = 1.750 usec (-19)
Jan 17 11:37:33 ELAR-Systems ntpd[2712]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash
Jan 17 11:37:33 ELAR-Systems ntpd[2712]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, e
Jan 17 11:37:33 ELAR-Systems ntpd[2712]: Listen and drop on 0 v6wildcard [::]:123
Jan 17 11:37:33 ELAR-Systems ntpd[2712]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Jan 17 11:37:33 ELAR-Systems ntpd[2712]: Listen normally on 2 lo 127.0.0.1:123
Jan 17 11:37:33 ELAR-Systems ntpd[2712]: Listen normally on 3 wlan0 192.168.86.26:123
Jan 17 11:37:33 ELAR-Systems ntpd[2712]: Listen normally on 4 lo [::1]:123
Jan 17 11:37:33 ELAR-Systems ntpd[2712]: Listen normally on 5 wlan0 [fe80::71d6:ec6e:fa92:b53%4]:123
Jan 17 11:37:33 ELAR-Systems ntpd[2712]: Listening on routing socket on fd #22 for interface updates

1 个答案:

答案 0 :(得分:0)

您的系统时间实际上正在同步,但运行速度很快。

Raspberry Pi,Arduino,Asus Tinker和其他PCB单板计算机没有板载RTC(实时时钟),也没有电池来保持其持续运行。它与RAM或电流无关,而仅仅是计算机上没有硬件时钟这一事实。

在我的树莓派上,时间在一小时内缩短了几分钟。 计算机上的“软件时钟”受系统负载的影响,非常不稳定。

(用于RPI的)RTC扩展如下:

enter image description here (来源:www.robotshop.com)