그것을하는 한 가지 방법은 ntp
여전히 우분투 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
서버를 아시아 풀 서버 로 변경하려면 다음 과 같이 파일 의 # 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
도움이 되었기를 바랍니다!
timesyncd.conf
파일 에 ntp 서버 목록 (공백으로 구분 된 목록)을 제공 할 수도 있습니다.NTP=0.ur.ntp.srv 1.ur.ntp.srv
; 서버 풀 (전역 풀 또는 지역 또는 국가에 따라