![Fedora 26은 UTC가 +3시간 이동했습니다.](https://rvso.com/image/1558042/Fedora%2026%EC%9D%80%20UTC%EA%B0%80%20%2B3%EC%8B%9C%EA%B0%84%20%EC%9D%B4%EB%8F%99%ED%96%88%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
동일한 소스에서 두 대의 컴퓨터를 설치했는데 그 중 하나에서 이상한 시간 문제가 발생했습니다.
sudo timedatectl
[sudo] password for mmucha:
Local time: Mon 2018-04-09 13:58:51 CEST
Universal time: Mon 2018-04-09 11:58:51 UTC
RTC time: Mon 2018-04-09 11:58:51
Time zone: Europe/Prague (CEST, +0200)
Network time on: yes
NTP synchronized: no
RTC in local TZ: no
시간대가 정확하고 UTC에 올바르게 적용되었지만 UTC가 3시간 잘못되었습니다. NTP 동기화가 설치되지 않은 것이 이상합니다. 그래서 NTP를 설치하고 실행하여 systemctl start ntpd
. 나는 또한 '활성화'를 수행했습니다. 그러나 부팅 후:
sudo systemctl status ntpd
● ntpd.service - Network Time Service
Loaded: loaded (/usr/lib/systemd/system/ntpd.service; disabled; vendor preset: disabled)
Active: inactive (dead)
어쩌면 이것이 문제일까요? 어쨌든 수동으로 다시 시작한 후 서비스가 실행되고 다음과 같은 결과가 나왔습니다.
[mmucha@embNotebook ~]$ sudo timedatectl
Local time: Mon 2018-04-09 14:04:47 CEST
Universal time: Mon 2018-04-09 12:04:47 UTC
RTC time: Mon 2018-04-09 12:04:46
Time zone: Europe/Prague (CEST, +0200)
Network time on: no
NTP synchronized: yes
RTC in local TZ: no
그러나 내가 무엇을 시도하든 UTC가 동기화되지 않습니다.
올바른 방법은 무엇이며 내가 뭘 잘못하고 있습니까?