-
Notifications
You must be signed in to change notification settings - Fork 81
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
Clock skew Debian 10 #100
Comments
Hi!
|
Oh nice, thank you. I'm seeing
And |
I think I found the issue. I don't know if this is the correct place to report it then but it would be great if the base debian 10 image would get fix for this as I expect a lot of people just running the image don't immediately notice this (it also doesn't happen on every boot). |
/assign @hopkiw |
* add test fixtures * PR feedback
Hi,
I've noticed some clock skew on compute engine instances running debian 10 (debian-10-buster-v20200805).
Running
/sbin/hwclock --hctosys -u --noadjfile
fixed the issue.But I can't seem to find a conclusive answer as to how the image is syncing the clock.
As far as I understand now the guest agent runs the clock sync on start and migration?
But there is nothing that runs the sync periodically to keep the clock in sync? I don't see anything that suggest ntp is configured.
(https://cloud.google.com/compute/docs/instances/managing-instances#configure_ntp_for_your_instances talks about setting it up but I get the feeling that is more for custom images?)
Setting up my own cronjob to run the sync seems weird as I'd expect the image to do this out of the box.
Am I missing something? Is there something that can mess with running the sync (like startupscript, apt upgrades, shielded vm or...)?
This did not seem to be an issue with debian 9 images.
The text was updated successfully, but these errors were encountered: