NTP 同步问题并且它自动关闭

NTP 同步问题并且它自动关闭

由于时间同步问题,我们尝试手动同步时间,

sudo ntpdate pool.ntp.org

可以了。但我没有每次都手动运行这个命令,而是NTP通过安装来设置

sudo apt-get install ntp

输出结果为timedatectl

    Local time: Mon 2017-01-09 10:19:24 CET
  Universal time: Mon 2017-01-09 09:19:24 UTC
        Timezone: Europe/Paris (CET, +0100)
     NTP enabled: yes
NTP synchronized: yes
 RTC in local TZ: no
      DST active: no
 Last DST change: DST ended at
                  Sun 2016-10-30 02:59:59 CEST
                  Sun 2016-10-30 02:00:00 CET
 Next DST change: DST begins (the clock jumps one hour forward) at
                  Sun 2017-03-26 01:59:59 CET
                  Sun 2017-03-26 03:00:00 CEST

NTP 已启用,NTP 同步值yes现已启用。但是,如果我明天尝试此命令,它会将 NTP 同步值设置为,No并且时间仍然落后 20 分钟,从而导致时间错误的问题。

编辑 :

sudo service ntp status启动 NTP 服务器 ntpd

ntpq -p 给出,

     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 dedibox.demonge 195.83.222.27    2 u   10   64    1    4.715   -4.367   0.000
 electra.pinklem 129.69.1.153     2 u    9   64    1    8.588   -5.518   0.000
 head1.mirror.ca 195.66.241.10    2 u    8   64    1    5.990   -5.512   0.000
 lon.jonesey.net 81.174.136.35    2 u    7   64    1    5.191   -4.197   0.000
 x.ns.gin.ntt.ne 249.224.99.213   2 u    6   64    1   24.962   -3.461   0.000
 alphyn.canonica 132.246.11.231   2 u    5   64    1   75.727   -4.524   0.000

相关内容