Answers:
一种方法是使用ntp
仍可在Ubuntu 18.04中使用的方法。运行以下命令进行安装ntp
。
sudo apt install ntp
安装后,您可以运行ntpq -p
以确保它可以正常工作。
~$ ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 0.000 0.000
1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 0.000 0.000
2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 0.000 0.000
3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 0.000 0.000
ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 0.000 0.000
然后在您的/etc/crontab
文件中添加,@reboot root /usr/sbin/ntpd -n
以便ntpd
会在系统重启时自动启动。使用您喜欢的编辑器,例如gedit
或mousepad
或任意使用:
pkexec gedit /etc/crontab
添加行时,它应该看起来像这样:
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
@reboot root /usr/sbin/ntpd -n
#
然后重新启动计算机以使设置生效。
~$ timedatectl status
Local time: Wed 2018-06-13 06:55:35 MDT
Universal time: Wed 2018-06-13 12:55:35 UTC
RTC time: Wed 2018-06-13 12:55:36
Time zone: America/Denver (MDT, -0600)
System clock synchronized: yes
systemd-timesyncd.service active: yes
RTC in local TZ: no
如果要将服务器更改为Asia Pool服务器,则将它们添加到文件的# Use servers from the NTP Pool Project.
一部分中,/etc/ntp.conf
如下所示:
# Use servers from the NTP Pool Project. Approved by Ubuntu Technical Board
# on 2011-02-08 (LP: #104525). See http://www.pool.ntp.org/join.html for
# more information.
server 0.asia.pool.ntp.org
server 1.asia.pool.ntp.org
server 2.asia.pool.ntp.org
server 3.asia.pool.ntp.org
希望这可以帮助!
对于在AWS EC2实例上使用Ubuntu 18+的用户,我发现它的工作异常出色。它利用AWS的内部时间同步服务:
sudo apt install chrony
sudo nano /etc/chromny/chrony.conf
在其他任何服务器条目之前添加以下行:
server 169.254.169.123 prefer iburst minpoll 4 maxpoll 4
然后
sudo /etc/init.d/chrony restart
对于EC2实例,此方法的最好之处在于,即使实例未连接到Internet ,也不必修改安全组规则:)
timesyncd.conf
文件:NTP=0.ur.ntp.srv 1.ur.ntp.srv
; :您也可以提供一个服务器池(全局池,或者具体到一个地区或国家)pool.ntp.org/zone/@