Hi, so we had an unexpected power outage this morning and found that none of our VMs are coming back up. Upon further inspection, it seems the proxmox web ui doesn't load (hangs after Accept */*). Proxmox was recently updated to the latest version (2 major versions) and I thought I thoroughly rebooted after all updates finished to make sure it would recover in the event of a power outage (and it typically does) but something must have been overlooked...
As well as getting pubkey denied when trying to ssh in.
I checked
and suggestions to fix the hostname, so I checked /etc/hosts and /etc/hostname, my machine's hostname is "proxmox"
/etc/hosts:
I changed the second line to
And now I can ssh in again and the web UI loads again. However all the VMs have a question mark icon and I can't seem to actually do any operations and I see this error everywhere:
Additional information, this is just a bare metal single node install. The last updates were applied maybe 2 weeks ago, and it's internal only so all certs that proxmox knows about should be self signed or whatever the default is.
Any help would be greatly appreciated, thanks!
Code:
* Trying 192.168.1.3:8006...
* Connected to 192.168.1.3 (192.168.1.3) port 8006 (#0)
> GET / HTTP/1.1
> Host: 192.168.1.3:8006
> User-Agent: curl/7.78.0
> Accept: */*
>
As well as getting pubkey denied when trying to ssh in.
I checked
journalctl -u pve-cluster -b
after googling around for "web ui not loading", and saw
Code:
proxmox pmxcfs[1082]: [main] crit: unable to get local IP address
and suggestions to fix the hostname, so I checked /etc/hosts and /etc/hostname, my machine's hostname is "proxmox"
Code:
root@proxmox:~# hostname -f
proxmox.home.stephen304.com
root@proxmox:~# hostname
proxmox
/etc/hosts:
Code:
127.0.0.1 localhost.localdomain localhost
192.168.1.3 proxmox.home.stephen304.com pve pvelocalhost
# 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
I changed the second line to
Code:
192.168.1.3 proxmox.home.stephen304.com proxmox pve pvelocalhost
And now I can ssh in again and the web UI loads again. However all the VMs have a question mark icon and I can't seem to actually do any operations and I see this error everywhere:
Code:
Error Connection error 596: tls_process_server_certificate: certificate verify failed
Additional information, this is just a bare metal single node install. The last updates were applied maybe 2 weeks ago, and it's internal only so all certs that proxmox knows about should be self signed or whatever the default is.
Any help would be greatly appreciated, thanks!
Last edited: