Hi! We have some problems w web interface. it isnt working after deleting cluster group and change hostname one of the our proxmox not well. There is some logs with errors.
journalctl -u pve-cluster
/etc/hosts
hostname - pve00
TY for answering!
Dec 19 08:39:30 pve00 pveproxy[2593]: /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 2009.
root@pve00:~# systemctl status -l pve-cluster
× pve-cluster.service - The Proxmox VE cluster filesystem
Loaded: loaded (/lib/systemd/system/pve-cluster.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Tue 2023-12-19 08:47:44 +04; 10min ago
Process: 3007 ExecStart=/usr/bin/pmxcfs (code=exited, status=255/EXCEPTION)
CPU: 13ms
Dec 19 08:47:44 pve00 systemd[1]: pve-cluster.service: Scheduled restart job, restart counter is at 5.
Dec 19 08:47:44 pve00 systemd[1]: Stopped pve-cluster.service - The Proxmox VE cluster filesystem.
Dec 19 08:47:44 pve00 systemd[1]: pve-cluster.service: Start request repeated too quickly.
Dec 19 08:47:44 pve00 systemd[1]: pve-cluster.service: Failed with result 'exit-code'.
Dec 19 08:47:44 pve00 systemd[1]: Failed to start pve-cluster.service - The Proxmox VE cluster filesystem.
journalctl -u pve-cluster
Dec 18 08:46:24 pve pmxcfs[824157]: [quorum] crit: quorum_initialize failed: 2
Dec 18 08:46:24 pve pmxcfs[824157]: [quorum] crit: can't initialize service
Dec 18 08:46:24 pve pmxcfs[824157]: [confdb] crit: cmap_initialize failed: 2
Dec 18 08:46:24 pve pmxcfs[824157]: [confdb] crit: can't initialize service
Dec 18 08:46:24 pve pmxcfs[824157]: [dcdb] crit: cpg_initialize failed: 2
Dec 18 08:46:24 pve pmxcfs[824157]: [dcdb] crit: can't initialize service
Dec 18 08:46:24 pve pmxcfs[824157]: [status] crit: cpg_initialize failed: 2
Dec 18 08:46:24 pve pmxcfs[824157]: [status] crit: can't initialize service
Dec 18 10:09:54 pve00 pmxcfs[1153]: [main] crit: Unable to resolve node name 'pve00' to a non-loopback IP address - missing entry in '/etc/hosts' or DNS?
Dec 18 10:26:39 pve00 systemd[1]: pve-cluster.service: Control process exited, code=exited, status=255/EXCEPTION
Dec 18 10:26:39 pve00 systemd[1]: pve-cluster.service: Failed with result 'exit-code'.
ec 18 14:45:42 pve00 systemd[1]: Stopped pve-cluster.service - The Proxmox VE cluster filesystem.
Dec 18 14:45:42 pve00 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem...
Dec 18 14:45:42 pve00 pmxcfs[2894]: [main] notice: resolved node name 'pve00' to '192.168.69.55' for default node IP address
Dec 18 14:45:42 pve00 pmxcfs[2894]: [main] notice: resolved node name 'pve00' to '192.168.69.55' for default node IP address
Dec 18 14:45:42 pve00 pmxcfs[2894]: fuse: mountpoint is not empty
Dec 18 14:45:42 pve00 pmxcfs[2894]: fuse: if you are sure this is safe, use the 'nonempty' mount option
Dec 18 14:45:42 pve00 pmxcfs[2894]: [main] crit: fuse_mount error: File exists
Dec 18 14:45:42 pve00 pmxcfs[2894]: [main] crit: fuse_mount error: File exists
Dec 18 14:45:42 pve00 pmxcfs[2894]: [main] notice: exit proxmox configuration filesystem (-1)
Dec 18 14:45:42 pve00 pmxcfs[2894]: [main] notice: exit proxmox configuration filesystem (-1)
Dec 18 14:45:42 pve00 systemd[1]: pve-cluster.service: Control process exited, code=exited, status=255/EXCEPTION
Dec 18 14:45:42 pve00 systemd[1]: pve-cluster.service: Failed with result 'exit-code'.
Dec 18 14:45:42 pve00 systemd[1]: Failed to start pve-cluster.service - The Proxmox VE cluster filesystem.
Dec 18 14:45:42 pve00 systemd[1]: pve-cluster.service: Scheduled restart job, restart counter is at 5.
Dec 18 14:45:42 pve00 systemd[1]: Stopped pve-cluster.service - The Proxmox VE cluster filesystem.
Dec 18 14:45:42 pve00 systemd[1]: pve-cluster.service: Start request repeated too quickly.
Dec 18 14:45:42 pve00 systemd[1]: pve-cluster.service: Failed with result 'exit-code'.
Dec 18 14:45:42 pve00 systemd[1]: Failed to start pve-cluster.service - The Proxmox VE cluster filesystem.
/etc/hosts
#127.0.0.1 localhost.localdomain localhost
192.168.69.55 pve00.servtest pve00
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
hostname - pve00
root@pve00:~# cat /etc/postfix/main.cf
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
myhostname=pve00.servtest
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = $myhostname, localhost.$mydomain, localhost
relayhost =
mynetworks = 127.0.0.0/8
inet_interfaces = loopback-only
recipient_delimiter = +
compatibility_level = 2
TY for answering!
Last edited: