I lost the pveproxy webUI when I tried to install docker based upon someone's instructions for ProxmoxVE 5.x on the web and then did a "apt update && apt full-upgrade".
I tried to reinstall the proxmox-ve package as if I was installing proxmox on Debian as per the official description but only received lines from apt like this:
I thought I was missing the perlapi package but when I tried to use
And I found the entire folder /usr/share/proxmox-ve/ was actually missing.
What can I do to repair proxmox now? I thought proxmox-ve doesn't support a way to reinstall without wiping the whole SSD but I have all my vms deployed in the pve-data thin provisioning volume group and currently I have no free space to backup them up and it would be even more difficult to do it without an available GUI.
I tried to reinstall the proxmox-ve package as if I was installing proxmox on Debian as per the official description but only received lines from apt like this:
Some packages could not be installed. This may mean that you have requested an impossible situation of if your are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libpve-u2f-server-perl: Depends: perlapi-5.28.1
librados-perl: Depends: perlapi-5.28.1
pie-cluster: Depends: perlapi-5.28.1
E: Unable to correct problems, you have held broken packages.
I thought I was missing the perlapi package but when I tried to use
apt install perlapi-base perl-depends
, my computer reported the perlapi-base was already the newest version and the attempt of installing perl-depends resulted in the following statements:E: Sub-process /usr/share/proxmox-ve/pve-apt-hook: not found
E: Failure running script /usr/share/proxmox-ve/pve-apt-hook
And I found the entire folder /usr/share/proxmox-ve/ was actually missing.
What can I do to repair proxmox now? I thought proxmox-ve doesn't support a way to reinstall without wiping the whole SSD but I have all my vms deployed in the pve-data thin provisioning volume group and currently I have no free space to backup them up and it would be even more difficult to do it without an available GUI.