HOST Summary time displaying different than host time

Nov 5, 2018
24
1
3
43
So NTP is working from the host and it's time is correct. But if I go to the summary page, the time is off by 3 hours. Can this be adjusted somewhere? It would be nice if it could be done via GUI.
2018-11-22 12_41_56-C14G-HOST1-pve - Proxmox Virtual Environment.png
*screenshot above showing proper time and zone

2018-11-22 12_42_10-C14G-HOST1-pve - Proxmox Virtual Environment.png
*screenshot above showing that summary page with improper time
 
Hi,

where do you see the wall time on the summary page?
The time in the kernel line is the compile time of the kernel.
 
I am referring to the date and time underneath each graph. It's set to UTC, even though the host isn't. If this is "compile time" how is the information useful on the graph as opposed to system time so you can actually see spikes at system times? (actually curious, not being a smart-alec)
 
Ok, now I got your problem.

You changed the timezone.
Your rrdcached service use the old setting you have to restart it.
 
I have restarted the host about 5 times since changing the time zone. In theory I would think that the service has been restarted as well. I will manually restart the service tonight and report back.

Thank you for the response,
Scott [C14G]
 
i solved the problem

solution inside

Code:
timedatectl set-local-rtc 1  --adjust-system-clock

Code:
cd /var/lib/rrdcached

Code:
find . -type f -print -exec rm {} \;

Code:
systemctl restart rrdcached
systemctl restart pve-cluster
 
  • Like
Reactions: fabrasil
i solved the problem

solution inside

Code:
timedatectl set-local-rtc 1  --adjust-system-clock

Code:
cd /var/lib/rrdcached

Code:
find . -type f -print -exec rm {} \;

Code:
systemctl restart rrdcached
systemctl restart pve-cluster

for All

Just this worked for me.

thks
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!