Ich hab in der Suche zahlreiche Posts zum Thema timesyncd gefunden, aber keine Lösung zu folgendem Problem.
Es geht um einen Hetzner Server mit:
pve-manager 6.4-8 mit kernel 5.4.119-1-pve
timedatectl status meldet:
ntpd ist deinstalliert.
journalctl -u systemd-timesyncd meldet:
systemctl status systemd-timesyncd meldet:
In /etc/systemd/timesyncd.conf steht:
Meine Frage ist nun, warum timedatectl status anzeigt
System clock synchronized: no
Die Systemzeit wird nicht eingestellt.
Vielen Dank für einen Hinweis.
Es geht um einen Hetzner Server mit:
pve-manager 6.4-8 mit kernel 5.4.119-1-pve
timedatectl status meldet:
Code:
Local time: Mi 2021-06-16 11:31:42 CEST
Universal time: Mi 2021-06-16 09:31:42 UTC
RTC time: Mi 2021-06-16 09:31:43
Time zone: Europe/Zurich (CEST, +0200)
System clock synchronized: no
NTP service: active
RTC in local TZ: no
ntpd ist deinstalliert.
journalctl -u systemd-timesyncd meldet:
Code:
Jun 16 11:31:27 he1 systemd[1]: Stopping Network Time Synchronization...
Jun 16 11:31:27 he1 systemd[1]: systemd-timesyncd.service: Succeeded.
Jun 16 11:31:27 he1 systemd[1]: Stopped Network Time Synchronization.
Jun 16 11:31:27 he1 systemd[1]: Starting Network Time Synchronization...
Jun 16 11:31:27 he1 systemd[1]: Started Network Time Synchronization.
systemctl status systemd-timesyncd meldet:
Code:
● systemd-timesyncd.service - Network Time Synchronization
Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; vendor preset: enabled)
Drop-In: /lib/systemd/system/systemd-timesyncd.service.d
└─disable-with-time-daemon.conf
Active: active (running) since Wed 2021-06-16 11:31:27 CEST; 6min ago
Docs: man:systemd-timesyncd.service(8)
Main PID: 4868 (systemd-timesyn)
Status: "Idle."
Tasks: 2 (limit: 4915)
Memory: 2.0M
CGroup: /system.slice/systemd-timesyncd.service
└─4868 /lib/systemd/systemd-timesyncd
In /etc/systemd/timesyncd.conf steht:
Code:
[Time]
NTP=ntp.hetzner.de
#NTP=ntp1.hetzner.de ntp2.hetzner.com ntp3.hetzner.net
#NTP=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org
RootDistanceMaxSec=5
PollIntervalMinSec=32
PollIntervalMaxSec=62
Meine Frage ist nun, warum timedatectl status anzeigt
System clock synchronized: no
Die Systemzeit wird nicht eingestellt.
Vielen Dank für einen Hinweis.