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
 
here is the answer:
<photo>

Please try to put the output of a console command into [code]...[/code]-tags. That makes it a) often better readable and b) copy-able. You may use the "</>" symbol at the top of the editor for that.

What I wanted to say: your second screenshot shows data from "February 22". Was that intended? It that relevant? Either scroll manually to the end or use "-e" like in journalctl -b -e -u pvestatd and look there for interesting lines.

Did you try to re-start the daemon? systemctl restart pvestatd.service should do that.