我正在尝试将运行 Ubuntu 16.04.3 LTS 的英特尔 NUC 上的时间与在 Windows PC 上运行的 NTP 服务器同步。
\n\n我已经检查了 NTP 服务器是否正常运行。
\n\n在我看来,好像服务没有从配置文件中读取/etc/systemd/timesyncd.conf
输出timedatectl status
Local time: Wed 2019-01-16 21:32:01 CET\n Universal time: Wed 2019-01-16 20:32:01 UTC\n RTC time: Wed 2019-01-16 20:32:01\n Time zone: Europe/Vienna (CET, +0100)\n Network time on: yes\nNTP synchronized: no\n RTC in local TZ: no\nRun Code Online (Sandbox Code Playgroud)\n\nsystemctl status systemd-timesyncd紧接着的输出systemctl restart systemd-timesyncd
\xe2\x97\x8f systemd-timesyncd.service - Network Time Synchronization\n Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; vendor pr\n Drop-In: /lib/systemd/system/systemd-timesyncd.service.d\n …Run Code Online (Sandbox Code Playgroud)