Chronyd - Can't synchronise: no selectable sources

My kvmserver (Rocky 9.5)

Cockpit - I got this message:

How can I resolve:

chronyd
Can't synchronise: no selectable sources

PRIORITY
    6
SYSLOG_FACILITY
    3
SYSLOG_IDENTIFIER
    chronyd
SYSLOG_PID
    2155
SYSLOG_TIMESTAMP
    May 19 20:31:29 
_BOOT_ID
    73f1a9c8591341e7aa70f4cd98257552
_CAP_EFFECTIVE
    2000400
_CMDLINE
    /usr/sbin/chronyd -F 2
_COMM
    chronyd
_EXE
    /usr/sbin/chronyd
_GID
    976
_HOSTNAME
    kvmserver
_MACHINE_ID
    644f7aad32d34849a716b7f89ef2a554
_PID
    2155
_RUNTIME_SCOPE
    system
_SELINUX_CONTEXT
    system_u:system_r:chronyd_t:s0
_SOURCE_REALTIME_TIMESTAMP
    1747708289600707
_SYSTEMD_CGROUP
    /system.slice/chronyd.service
_SYSTEMD_INVOCATION_ID
    0dbe2d3f3a324bed866ef2e8d59fd48f
_SYSTEMD_SLICE
    system.slice
_SYSTEMD_UNIT
    chronyd.service
_TRANSPORT
    syslog
_UID
    976
__CURSOR
    s=611ed15658bc4ebb926abfee8457f94e;i=3a9ce;b=73f1a9c8591341e7aa70f4cd98257552;m=5a1b9ea0a3;t=635880bc5cd1a;x=bcab2fa16d756d12
__MONOTONIC_TIMESTAMP
    387010437283
__REALTIME_TIMESTAMP
    1747708289600794

How do I get them to match below. Does it need to be restarted or ? I done this before, but I can’t wrap my head to it right now. Too much info running around up there. :grinning_face_with_smiling_eyes: I know it has to do with syncing everything to my NTP Sever.

My labmserver (Rocky 9.5)

My CachyOS

I will just re-read the doc’s regarding syncing everything to my NTP Server. These three OS are new additions and I just forgot to configure chronyd. :blush:

Take a look at /etc/chrony.conf to find out what servers or pools are configured (compare with your servers that are working). Once it’s configured/restarted, you can then use:

chronyc sources

to see what sources are configured. To restart chronyd:

systemctl restart chronyd

or in case it’s not enabled yet as a service:

systemctl enable --now chronyd
1 Like