Web Interface and VMs won't start

Masstec

New Member
Jul 31, 2024
4
0
1
I'm having problems with a Proxmox, I came up like that after a reboot.

At first I thought it was due to disk space, since /var/lib/vz/dump was filling up, I moved a file vzdump-qemu-100-2024_05_18-23_00_00.vma.zst to another disk but no luck.
Additonally, /etc/hosts is empty and journalctl shows

Code:
/etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/per15/PVE/APIServer/AnyEvent.pm line 2009
[main] crit: Unable to get local IP address

Any help is appreciated
 
Additonally, /etc/hosts
This is a problem. Probably not the only one. Running out of space on any disk, but especially on root disk, leads to unpredictable and often catastrophic results.
Start with recovering /etc/hosts context, then continue fixing issues as they come up.
If you want to be sure - you need to reinstall the OS (after saving what data you can).

Good luck


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
This is a problem. Probably not the only one. Running out of space on any disk, but especially on root disk, leads to unpredictable and often catastrophic results.
Start with recovering /etc/hosts context, then continue fixing issues as they come up.
If you want to be sure - you need to reinstall the OS (after saving what data you can).

Good luck


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Thanks for answering, I've rebuilt the hosts files and journalctl keeps showing me the same errors cited before. I'll see if the .zst can be used to get the vm running again on another server before reinstalling.