Not sure if I should have posted this in category Applications, sorry if wrong here.
In /etc/chrony.conf
, a couple of days ago I’ve changed the line
pool 0.opensuse.pool.ntp.org iburst
to
#pool 0.opensuse.pool.ntp.org iburst
server 0.de.pool.ntp.org iburst
server 1.de.pool.ntp.org iburst
server 2.de.pool.ntp.org iburst
server 3.de.pool.ntp.org iburst
and saved the file and enabled chronyd.service.
Today, I checked the journal and found these entries:
Apr 20 08:25:10 xs chronyd[1475]: Selected source 2001:638:a000:1123:123::4 (2.opensuse.pool.ntp.org)
Apr 20 08:25:10 xs chronyd[1475]: System clock wrong by 1.773080 seconds
Apr 20 08:25:11 xs chronyd[1475]: System clock was stepped by 1.773080 seconds
Apr 20 08:26:16 xs chronyd[1475]: Selected source 2003:a:47f:abe4::1 (2.opensuse.pool.ntp.org)
Why is chronyd still using the original pool setting for time source and not the configured one?
I double-checked the configuration file /etc/chrony.conf
and it has the settings as shown above.