Hallo Allerseits,
ich glaube irgendwas stimmt mit meiner NTP Konfiguration nicht.
ich merke das heute wieder .
hwclock -w
setzt die Uhr eine Stunde zurück.
ich möchte darauf hinweise:
bei der Installation mit
ln -s /usr/share/zeitzone/Europe/Berlin /etc/locactime
kam die Meldung
failed to create symbolic link /etc/localtime file exists
timedatectl
zeigt
Local time: Mi 2017-01-18 10:30:16 UTC
Universal time: Mi 2017-01-18 10:30:16 UTC
RTC time: Mi 2017-01-18 10:30:16
Time zone: UTC (UTC, +0000)
Network time on: yes
NTP synchronized: no
RTC in local TZ: no
sudo systemctl status ntpd
zeigt
ntpd.service - Network Time Service
Loaded: loaded (/usr/lib/systemd/system/ntpd.service; disabled; vendor preset
Active: inactive (dead)
und
cat /etc/ntp.conf
zeigt
#
http://www.pool.ntp.org/join.html
#
# For additional information see:
# -
https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
# -
http://support.ntp.org/bin/view/Support/GettingStarted
# - the ntp.conf man page
# Associate to Arch's NTP pool
server 0.de.pool.ntp.org
server 1.de.pool.ntp.org
server 2.de.pool.ntp.org
server 3.de.pool.ntp.org
# By default, the server allows:
# - all queries from the local host
# - only time queries from remote hosts, protected by rate limiting and kod
restrict default kod limited nomodify nopeer noquery notrap
restrict 127.0.0.1
restrict ::1
# Location of drift file
Danke im voraus
MFG
John