/etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key)

Jul 12, 2022
35
2
13
Hallo ihr Lieben,

ich habe versucht, eine frisch installierte Proxmox (die noch nicht einmal VMs hat) über die GUI einem Cluster hinzuzufügen.
Leider hat dies nicht geklappt und die GUI des neuen Proxmox funktioniert nicht mehr.

Wenn ich "journalctl -f" ausführe, erhalte ich folgende Fehlermeldungen:
/etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1998. [quorum] crit: quorum_initialize failed: 2 [confdb] crit: cmap_initialize failed: 2 [dcdb] crit: cpg_initialize failed: 2 [status] crit: cpg_initialize failed: 2
Unter /etc/pve/ finde ich keinen Ordner "local", sondern einen Link zur "nodes/<mein-hostname>"


Hat jemand eine Idee, wie ich dieses Problem lösen kann?

Vielen Dank!
 
Das hier hat geholfen:

systemctl stop pve-cluster

systemctl stop corosync

pmxcfs -l

rm /etc/pve/corosync.conf

rm -fr /etc/corosync/*

killall pmxcfs

systemctl start pve-cluster

pvecm updatecerts --force
 
Könntest du mal cat /etc/network/interfaces und cat /etc/pve/corosync.conf posten?

EDIT: Oh du hast es schon selber gefixt. Never mind :)