taich Active Member Aug 15, 2020 116 18 38 64 Mar 16, 2022 #1 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. How can I fix this?
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. How can I fix this?
oguz Proxmox Retired Staff Retired Staff Nov 19, 2018 5,207 808 118 Mar 16, 2022 #2 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
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
taich Active Member Aug 15, 2020 116 18 38 64 Mar 16, 2022 #3 systemctl | grep -v active did the job. ● pve-firewall.service ● pvestatd.service did not run. Thank you!
systemctl | grep -v active did the job. ● pve-firewall.service ● pvestatd.service did not run. Thank you!
oguz Proxmox Retired Staff Retired Staff Nov 19, 2018 5,207 808 118 Mar 16, 2022 #4 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
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