Hi,
after searching for hours online for a solution I finally decided to post here, hoping someone could guide me.
I am a fairly new proxmox user, installed PVE on a mini PC and deployed some VMs / LXCs. Everything was working fine, until I decided to change the hostname of my Proxmox-Server... (dumb I know).
I changed the hostname in
I can access the host via SSH.
After some troubleshooting, I changed the hostname back, hoping it would fix the error, but to no avail.
Can anyone please guide me where to look at? I think it might have something to do with the pve-cluster service, but my knowledge with PVE is too limited...
Here are some logs / info. If you need more logs / commands, please let me know!
Thank you very much in advance for any tips!
after searching for hours online for a solution I finally decided to post here, hoping someone could guide me.
I am a fairly new proxmox user, installed PVE on a mini PC and deployed some VMs / LXCs. Everything was working fine, until I decided to change the hostname of my Proxmox-Server... (dumb I know).
I changed the hostname in
/etc/hosts
as well as in /etc/hostname
(I think I also used hostnamectl) and rebooted the host, but then was unable to connect via the Web Interface (timeout).I can access the host via SSH.
After some troubleshooting, I changed the hostname back, hoping it would fix the error, but to no avail.
Can anyone please guide me where to look at? I think it might have something to do with the pve-cluster service, but my knowledge with PVE is too limited...
Here are some logs / info. If you need more logs / commands, please let me know!
Thank you very much in advance for any tips!
Code:
root@P-SRV01:~# pveversion
pve-manager/8.0.4/d258a813cfa6b390 (running kernel: 6.2.16-19-pve)
Code:
root@P-SRV01:~# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
10.0.10.11 P-SRV01.lan.mydomain.de P-SRV01
# 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
Code:
root@P-SRV01:~# cat /etc/hostname
P-SRV01
Code:
root@P-SRV01:~# systemctl status pve-cluster.service
× 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 Wed 2023-11-08 15:26:15 CET; 3min 17s ago
Process: 1295 ExecStart=/usr/bin/pmxcfs (code=exited, status=255/EXCEPTION)
CPU: 8ms
Nov 08 15:26:15 P-SRV01 systemd[1]: pve-cluster.service: Scheduled restart job, restart counter is at 5.
Nov 08 15:26:15 P-SRV01 systemd[1]: Stopped pve-cluster.service - The Proxmox VE cluster filesystem.
Nov 08 15:26:15 P-SRV01 systemd[1]: pve-cluster.service: Start request repeated too quickly.
Nov 08 15:26:15 P-SRV01 systemd[1]: pve-cluster.service: Failed with result 'exit-code'.
Nov 08 15:26:15 P-SRV01 systemd[1]: Failed to start pve-cluster.service - The Proxmox VE cluster filesystem.
Code:
root@P-SRV01:~# systemctl status pveproxy.service
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
Active: active (running) since Wed 2023-11-08 15:23:47 CET; 23min ago
Main PID: 1039 (pveproxy)
Tasks: 4 (limit: 18793)
Memory: 140.1M
CPU: 31.590s
CGroup: /system.slice/pveproxy.service
├─1039 pveproxy
├─2276 "pveproxy worker"
├─2277 "pveproxy worker"
└─2278 "pveproxy worker"
Nov 08 15:46:52 P-SRV01 pveproxy[2276]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEven>Nov 08 15:46:53 P-SRV01 pveproxy[2275]: worker exit
Nov 08 15:46:53 P-SRV01 pveproxy[2274]: worker exit
Nov 08 15:46:53 P-SRV01 pveproxy[1039]: worker 2274 finished
Nov 08 15:46:53 P-SRV01 pveproxy[1039]: worker 2275 finished
Nov 08 15:46:53 P-SRV01 pveproxy[1039]: starting 2 worker(s)
Nov 08 15:46:53 P-SRV01 pveproxy[1039]: worker 2277 started
Nov 08 15:46:53 P-SRV01 pveproxy[1039]: worker 2278 started
Nov 08 15:46:53 P-SRV01 pveproxy[2277]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEven>Nov 08 15:46:53 P-SRV01 pveproxy[2278]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEven>lines 1-23/23 (END)
Code:
root@P-SRV01:~# qm list
ipcc_send_rec[1] failed: Connection refused
ipcc_send_rec[2] failed: Connection refused
ipcc_send_rec[3] failed: Connection refused
Unable to load access control list: Connection refused
Last edited: