No Servernames im Datacenter

alero

Member
Feb 3, 2021
25
0
21
61
Hi,
i have started Proxmox for updates. There are no names of the containers on the right side. Only ? See pic.
1745909813061.png
 
Last edited:
this usually happens if the 'pvestatd' daemon hangs or crashed. The most common cause for this is a hanging or not working nfs mount.

I'd check the journal/syslog of the host for errors/warnings
 
hi, i add journalctl --since=yesterday into shell. wrong comand?

1745913812339.png
 
Last edited:
hi, i add journalctl --since=yesterday into shell. wrong comand?
no that's the right command, but there is no indication what might be wrong

check the status of the pvestatd daemon with:

Code:
systemctl status pvestatd
journalctl -b -u pvestatd

the first command shows the current status and the second should print the logs of pvestatd since the last boot of the server