Hi!
I tried to upgrade my non subscription proxmox 7 to 8 and I failed.
The apt dist-upgrade worked fine, nothings caught my eye while doing so, just some minor
questions like on the /etc/issue and some others, 3 libs were removed (did not look relevant) all looked to have gone smooth.
But after a reboot of the host, it all went bad.
It started with a changed ssh key.
The web site :8006 did not return anything (was just hanging).
No VMs seem to run
I digged a bit deeper and it looks parts of the old /etc were gone. Like the /etc/pve directory was existant but empty.
I copied over the backup of the etc I made and restarted the host, the :8006 port behaves now different but still fails
(now it returns a 501 error)
An other strange thing, the changed hostname is a name of one of the VMs I had. I tried to use hostname and or just change /etc/hostname
back to proxmox-1 but after a reboot it always reverts to debclone3
I looked if this is somehow a wrong reverse dns, but no, the ip of the proxmox host has and had no reverse in dns.
(I could find the debclone3 name in the backup:
/root/backup/etc/2023-06-28T23:06:45+02:00/etc/pve/nodes/proxmox-1/qemu-server/104.conf
/root/backup/etc/2023-06-28T23:06:45+02:00/etc/pve/.rrd
It would be great to bring this server back to live again, so highly appreci.ated to hear what I could try (or
at least what additional information might be handy
I tried to upgrade my non subscription proxmox 7 to 8 and I failed.
The apt dist-upgrade worked fine, nothings caught my eye while doing so, just some minor
questions like on the /etc/issue and some others, 3 libs were removed (did not look relevant) all looked to have gone smooth.
But after a reboot of the host, it all went bad.
It started with a changed ssh key.
The web site :8006 did not return anything (was just hanging).
No VMs seem to run
I digged a bit deeper and it looks parts of the old /etc were gone. Like the /etc/pve directory was existant but empty.
I copied over the backup of the etc I made and restarted the host, the :8006 port behaves now different but still fails
(now it returns a 501 error)
An other strange thing, the changed hostname is a name of one of the VMs I had. I tried to use hostname and or just change /etc/hostname
back to proxmox-1 but after a reboot it always reverts to debclone3
I looked if this is somehow a wrong reverse dns, but no, the ip of the proxmox host has and had no reverse in dns.
(I could find the debclone3 name in the backup:
/root/backup/etc/2023-06-28T23:06:45+02:00/etc/pve/nodes/proxmox-1/qemu-server/104.conf
/root/backup/etc/2023-06-28T23:06:45+02:00/etc/pve/.rrd
It would be great to bring this server back to live again, so highly appreci.ated to hear what I could try (or
at least what additional information might be handy
Code:
> GET / HTTP/1.1
> Host: localhost:8006
> User-Agent: curl/7.88.1
> Accept: */*
>
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
< HTTP/1.1 501 Connection refused
< Cache-Control: max-age=0
< Connection: close
< Date: Wed, 28 Jun 2023 22:28:41 GMT
< Pragma: no-cache
< Server: pve-api-daemon/3.0
< Expires: Wed, 28 Jun 2023 22:28:41 GMT
Code:
root@debclone3:/etc/pve# systemctl status pveproxy pvedaemon pvecluster|cat
Unit pvecluster.service could not be found.
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
Active: active (running) since Thu 2023-06-29 00:10:59 CEST; 18min ago
Process: 1386 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=111)
Process: 1547 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
Main PID: 1990 (pveproxy)
Tasks: 4 (limit: 38157)
Memory: 149.2M
CPU: 1.066s
CGroup: /system.slice/pveproxy.service
├─1990 pveproxy
├─1999 "pveproxy worker"
├─2003 "pveproxy worker"
└─2008 "pveproxy worker"
Jun 29 00:10:58 debclone3 pvecm[1386]: ipcc_send_rec[1] failed: Connection refused
Jun 29 00:10:58 debclone3 pvecm[1386]: ipcc_send_rec[2] failed: Connection refused
Jun 29 00:10:58 debclone3 pvecm[1386]: ipcc_send_rec[3] failed: Connection refused
Jun 29 00:10:58 debclone3 pvecm[1386]: Unable to load access control list: Connection refused
Jun 29 00:10:59 debclone3 pveproxy[1990]: starting server
Jun 29 00:10:59 debclone3 pveproxy[1990]: starting 3 worker(s)
Jun 29 00:10:59 debclone3 pveproxy[1990]: worker 1999 started
Jun 29 00:10:59 debclone3 pveproxy[1990]: worker 2003 started
Jun 29 00:10:59 debclone3 pveproxy[1990]: worker 2008 started
Jun 29 00:10:59 debclone3 systemd[1]: Started pveproxy.service - PVE API Proxy Server.
● pvedaemon.service - PVE API Daemon
Loaded: loaded (/lib/systemd/system/pvedaemon.service; enabled; preset: enabled)
Active: active (running) since Thu 2023-06-29 00:10:58 CEST; 18min ago
Process: 970 ExecStart=/usr/bin/pvedaemon start (code=exited, status=0/SUCCESS)
Main PID: 1380 (pvedaemon)
Tasks: 4 (limit: 38157)
Memory: 213.2M
CPU: 843ms
CGroup: /system.slice/pvedaemon.service
├─1380 pvedaemon
├─1381 "pvedaemon worker"
├─1382 "pvedaemon worker"
└─1383 "pvedaemon worker"
Jun 29 00:10:57 debclone3 systemd[1]: Starting pvedaemon.service - PVE API Daemon...
Jun 29 00:10:58 debclone3 pvedaemon[1380]: starting server
Jun 29 00:10:58 debclone3 pvedaemon[1380]: starting 3 worker(s)
Jun 29 00:10:58 debclone3 pvedaemon[1380]: worker 1381 started
Jun 29 00:10:58 debclone3 pvedaemon[1380]: worker 1382 started
Jun 29 00:10:58 debclone3 pvedaemon[1380]: worker 1383 started
Jun 29 00:10:58 debclone3 systemd[1]: Started pvedaemon.service - PVE API Daemon.
Code:
root@debclone3:~# pve7to8
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").
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