Proxmox VE time issue

Jackmynet

Member
Oct 5, 2024
36
0
6
Hi all,

I have a weird and frustrating issue with the time on my proxmox VE.

This virtual environment sits on an off site server and is used for backups etc. It runs a few VM's such as a windows sftp server, proxmox backup server and some firewalls. All of the VM's sitting on this VE have correct time but not the VE itself.

The time is for some reason out by 3 minutes preventing my TFA from working. I have read every thread I can find on this and cannot seem to resolve it.

Hoping someone might have ran into the same issue :)

Any ideas?

See attached picture of the time.
 

Attachments

  • Screenshot 2025-03-01 093116.png
    Screenshot 2025-03-01 093116.png
    5.6 KB · Views: 3
Any ideas?
Did you read https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_time_synchronization ?

If chrony is running, ask it what it sees:
Code:
~# chronyc sources
MS Name/IP address         Stratum Poll Reach LastRx Last sample              
===============================================================================
^? static.88-198-53-80.clie>     0  10     0     -     +0ns[   +0ns] +/-    0ns
^? s5.vonderste.in               0  10     0     -     +0ns[   +0ns] +/-    0ns
^? static.179.181.75.5.clie>     0  10     0     -     +0ns[   +0ns] +/-    0ns
^? www.kashra.com                0  10     0     -     +0ns[   +0ns] +/-    0ns
...

Read man chronyc for other commands :-)
 
Last edited:
  • Like
Reactions: Kingneutron
It shows me servers it is obviously syncing itself with. But why it is achieving a time that is slightly off it doesn't tell me anything about.

If it was off by an hour or a few hours it would be easier to troubleshoot due to ntp or time zones but a few minutes makes no sense to me.