web frontend - unknown status after reboot

taich

Active Member
Aug 15, 2020
117
20
38
65
I have a proxmox 6.4 and it does not show names of vm's. But they are all up and running.

Here is a screenshoot.

Picture0001.png
How can I fix this?
 
hi,

the logs can provide some hints to what's going on. do you see any error messages?

please check the following from a shell:
* journalctl -xe
* systemctl | grep -v active
* cat /var/log/syslog
 
systemctl | grep -v active did the job.

● pve-firewall.service
● pvestatd.service

did not run.

Thank you!
 
restarting the services has fixed the interface i guess? :)

although would be still interesting to know why they failed in the first place... maybe you could dig a little bit in the logs?

also you should consider upgrading your node [0] to PVE 7, to get the latest features, along with security and bugfixes :)

[0]: https://pve.proxmox.com/wiki/Upgrade_from_6.x_to_7.0