Hi all,
I recently upgraded my main server to 13.0-RELEASE-p4, and since then I have noticed the clock can't keep sync. It has drifted as much as 12 hours out of sync, despite ntpd running.
After investigating further, it seems that the clock will drift about 3.5 seconds every minute. I have tried with ntpd enabled and disabled, with no change.
At the moment I am forcing the machine into approximate time keeping using the below (which also illustrates the drift over 2 mins):
Has anyone seen this before? The closest I have found when searching is this thread:
However that seems to be temperature related. In my case the above happens whether my system is at 20C (near idle) and 60C (fully loaded), so it is not temperature related in my case.
Not sure what the problem is. The only change is the upgrade, and a reboot which was requested as part of the upgrade (the machine has been running non stop for almost a year beforehand).
I recently upgraded my main server to 13.0-RELEASE-p4, and since then I have noticed the clock can't keep sync. It has drifted as much as 12 hours out of sync, despite ntpd running.
After investigating further, it seems that the clock will drift about 3.5 seconds every minute. I have tried with ntpd enabled and disabled, with no change.
At the moment I am forcing the machine into approximate time keeping using the below (which also illustrates the drift over 2 mins):
Code:
root@Mnemosyne:~ # perl -e "while(1) { system('ntpdate chronos'); sleep(120); } "
3 Sep 09:34:22 ntpdate[57112]: step time server 192.168.42.200 offset +12.480596 sec
3 Sep 09:36:35 ntpdate[3822]: step time server 192.168.42.200 offset +6.933638 sec
3 Sep 09:38:48 ntpdate[46086]: step time server 192.168.42.200 offset +6.925549 sec
3 Sep 09:41:02 ntpdate[91641]: step time server 192.168.42.200 offset +7.160535 sec
3 Sep 09:43:15 ntpdate[35922]: step time server 192.168.42.200 offset +6.705718 sec
3 Sep 09:45:28 ntpdate[83972]: step time server 192.168.42.200 offset +7.150969 sec
3 Sep 09:47:41 ntpdate[26272]: step time server 192.168.42.200 offset +7.038713 sec
3 Sep 09:49:54 ntpdate[86971]: step time server 192.168.42.200 offset +6.595963 sec
3 Sep 09:52:07 ntpdate[30945]: step time server 192.168.42.200 offset +7.259224 sec
3 Sep 09:54:20 ntpdate[73020]: step time server 192.168.42.200 offset +6.710433 sec
3 Sep 09:56:33 ntpdate[21868]: step time server 192.168.42.200 offset +6.813922 sec
3 Sep 09:58:46 ntpdate[62818]: step time server 192.168.42.200 offset +6.925944 sec
3 Sep 10:00:59 ntpdate[15254]: step time server 192.168.42.200 offset +7.038149 sec
3 Sep 10:03:12 ntpdate[55843]: step time server 192.168.42.200 offset +6.819024 sec
3 Sep 10:05:25 ntpdate[97260]: step time server 192.168.42.200 offset +6.926079 sec
3 Sep 10:07:39 ntpdate[38818]: step time server 192.168.42.200 offset +7.146834 sec
3 Sep 10:09:52 ntpdate[81000]: step time server 192.168.42.200 offset +7.037698 sec
3 Sep 10:12:05 ntpdate[29782]: step time server 192.168.42.200 offset +6.819971 sec
3 Sep 10:14:18 ntpdate[70384]: step time server 192.168.42.200 offset +6.931456 sec
3 Sep 10:16:31 ntpdate[15662]: step time server 192.168.42.200 offset +6.927489 sec
3 Sep 10:18:44 ntpdate[57086]: step time server 192.168.42.200 offset +6.817528 sec
3 Sep 10:20:57 ntpdate[2895]: step time server 192.168.42.200 offset +6.813379 sec
Has anyone seen this before? The closest I have found when searching is this thread:
Terrible clock skew
Hi everyone, I've been experiencing some terrible clock skew and just can't figure it out. By terrible I mean I'm losing 30 minutes a day. The loss only occurs when I bring the system under heavy load. The load is multiple Rsync backups to a ZFS pool(with gzip compression) backed by a 16 disk...
forums.freebsd.org
However that seems to be temperature related. In my case the above happens whether my system is at 20C (near idle) and 60C (fully loaded), so it is not temperature related in my case.
Not sure what the problem is. The only change is the upgrade, and a reboot which was requested as part of the upgrade (the machine has been running non stop for almost a year beforehand).