NTP reporting incorrect time Print

  • 54

Problem: NTPd running, but for some reason can't change the system clock in any way, it just stays the same.

Solution:

Edit /etc/sysctl.confand add

xen.independent_wallclock=1
Then reload sysctl.conf with “sysctl -p”

Sometimes you also might need to do is append jiffies to the current clock source

echo "jiffies" >> /sys/devices/system/clocksource/clocksource0/current_clocksource

Was this answer helpful?

« Back