[SOLVED] Proxmox 5.3-5 Status ? Help

f.yakhyaev

Member
Sep 4, 2019
45
3
8
34
Hi. I have proxmox 5.3-5 and it has VM installed.
It works, but does not display the status on the web-face.
Look screenshot. What is it?

2019-09-04_10-32-33.png
 
Last edited:
hmm - check the logs (`journalctl -r` for newest messages first)
I guess pvestatd is not running - you can check it's status and try to restart it:
* `systemctl status -l pvestatd`
* `systemctl restart pvestatd`

I hope this helps!
 
  • Like
Reactions: f.yakhyaev
hmm - check the logs (`journalctl -r` for newest messages first)
I guess pvestatd is not running - you can check it's status and try to restart it:
* `systemctl status -l pvestatd`
* `systemctl restart pvestatd`

I hope this helps!
oh! Thanks man. I check service pvestatd status -> Running, but i restart this service and everything worked! THanks
 
Glad that worked out :)

Please mark the thread as 'SOLVED' (it helps others looking for solutions to similar problems)
Thanks!