-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NTP server is giving a time far in the future #683
Comments
@AlexisMontagne I'm seeing the same issue using Flatcar stable 3033.2.0 and with:
In my case, ~11 hours in the future. |
These nodes come from https://www.ntppool.org/en/, the Flatcar project doesn't control them. The 'X.flatcar.pool.ntp.org' is an alias assigned to a vendor, but refers to the public pool of machines. For 86.108.190.23 I found a reference to something like this happening last year: https://forum.proxmox.com/threads/ntp-node-has-backed-in-time-for-5h.82767/. There is nothing we can do here. |
You may consider overriding the server config to use a different pool that you trust or following the advice from ntpool.org:
|
Just checked, it seems to work now:
Anyway, as mentioned by @jepio :
I'm going ahead and closing this. |
Description
Twice in the last week, we observed that one machine in particular (out of a fleet of 100s) has had their clock drifting far in the future (more than 10hrs).
After restarting
timesyncd
the correct time was updated.When i queried the ntp servers after noticing the issue the correct time was returned.
Do you have any idea what could cause this issue? Who is running
2.flatcar.pool.ntp.org
?Impact
The wrong time was set in the kernel, created confusion for the applications using the kernel time.
Environment and steps to reproduce
Expected behavior
[ describe what you expected to happen at 4. above but instead got an error ]
Additional information
Please add any information here that does not fit the above format.
The text was updated successfully, but these errors were encountered: