Is it possible to NOT let ntpd-rs touch system clock?
I try to set up a nts server jo join this project. The server is a lxc container and should not mess with the system clock of the host. Right not the service fails to start:
ERROR ntpd::daemon::system: Could not control clock: Insufficient permissions to interact with the clock.
You install chrony in the VPS, then edit /etc/default/chrony to look like this:
DAEMON_OPTS="-F 1 -x"
Then restart chrony and it should stop controlling the clock.
If that doesn’t help you may need to # this line too like below:
# This directive enables kernel synchronisation (every 11 minutes) of the
# real-time clock. Note that it can’t be used along with the 'rtcfile' directive.
# rtcsync