Linux

如何在 Ubuntu 20.04.1 LTS 上設置與 NTP 的時間同步

  • January 6, 2021

使用最新的可用軟體包更新基本系統後:

apt-get update -y

root@localhost:~# timedatectl
              Local time: Wed 2021-01-06 08:03:11 UTC
          Universal time: Wed 2021-01-06 08:03:11 UTC
                RTC time: Wed 2021-01-06 08:03:12    
               Time zone: Etc/UTC (UTC, +0000)       
System clock synchronized: yes                        
             NTP service: active                     
         RTC in local TZ: no  

但是當我使用以下內容檢查時間同步服務的狀態時:

systemctl status systemd-timesyncd.service

我懂了:

● systemd-timesyncd.service
    Loaded: masked (Reason: Unit systemd-timesyncd.service is masked.)
    Active: inactive (dead)

timedatectl沒有說明

systemd-timesyncd.service active: yes

NTP service: active

這建議您改為使用 NTP。

使用 Ubuntu 20.04 LTS,您可以執行 Chrony。試試例如

chronyc sources

引用自:https://serverfault.com/questions/1048764