ntpdate alternative for arc-config-check on RHEL 9 likes
Currently on Rocky Linux 9.x, for example, we get [Arc.validator] [WARNING] Could not find location of 'ntpdate'.
in the logs.
Perhaps use the ntpcheck
package, where ntpcheck utils ntpdate -r 1 -s $timeserver
would be similar to ntpdate -p 1 -q $timeserver
.