Time synchronization issues ongoing with podman machine on macOS #1054
Replies: 1 comment
-
Ugh, copy-paste and URL focus strikes again! Apologies, accidental dupe of #1051. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am not sure what the current guidance or recommendation is for properly configuring podman on macOS. Current system and version info:
I have now had to reset my backing podman VM with a
podman machine reset && podman machine init
a few times due to intermittent system issues. I read up #354 and see some related commits and issues in 2023, but it seems to have died down. Is there good guidance on how to make sure time skew does not occur with the underlying VM? I have had skew range from a few minutes to days even after doing somepodman machine stop && podman machine start
and trying to play with timezone and sync settings. One time I swore I changed from UTC to local time too to see what happened and that doesn't necessarily persist. How can I ensure the time sync work as intended these days withpodman
? I notice this because inpodman-compose
andpodman build
signed Debian/Ubuntu release info forapt
fails because signature are not valid for X days Y hours Z minutes and the like. I can open a new issue, but Google wasn't clarifying for me what should be done, or if this behavior warrants a new bug.In either, thanks for the excellent Podman project and its various tools. I enjoy them very much!
Beta Was this translation helpful? Give feedback.
All reactions