If ntpd works, then the kernel copies system time to hardware clock every 11 minutes. It is show by command
adjtimex --print
I want to stop the kernel eleven mode. If I run
hwclock --hctosys,
the eleven mode stops. But some time later it restores. I think, it is due to ntpd.
How can I stop the...