Alright, so NOW the Proxmox Web Interface comes up! Here is what I've done, and I don't know if it's a longterm solution:
Code:
wget http://download.proxmox.com/debian/pve/dists/stretch/pve-no-subscription/binary-amd64/libpve-access-control_5.1-12_amd64.deb
dpkg -i libpve-access-control_5.1-12_amd64.deb
Since I downloaded an older version of
libpve-access-control, and now I went back to the previous (and more updated) version.
Code:
apt --fix-broken install
apt-get install pve-manager
pve-manager has unmet dependencies apparently:
Code:
The following packages have unmet dependencies:
libpve-guest-common-perl : Breaks: qemu-server (< 6.1-19) but 5.0-56 is to be installed
libpve-storage-perl : Breaks: qemu-server (< 6.1-14) but 5.0-56 is to be installed
pve-cluster : Breaks: qemu-server (<= 6.0-13) but 5.0-56 is to be installed
pve-ha-manager : Depends: qemu-server (>= 6.0-15) but 5.0-56 is to be installed
pve-manager : Depends: qemu-server (>= 6.2-17) but 5.0-56 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
But THIS was what I installed to allow me to login to the PVE Web Manager again:
Code:
apt-get install libspice-server1
At the end however, I was given the following warning:
Code:
W: (pve-apt-hook) !! WARNING !!
W: (pve-apt-hook) You are attempting to remove the meta-package 'proxmox-ve'!
W: (pve-apt-hook)
W: (pve-apt-hook) If you really want to permanently remove 'proxmox-ve' from your system, run the following command
W: (pve-apt-hook) touch '/please-remove-proxmox-ve'
W: (pve-apt-hook) run apt purge proxmox-ve to remove the meta-package
W: (pve-apt-hook) and repeat your apt invocation.
W: (pve-apt-hook)
W: (pve-apt-hook) If you are unsure why 'proxmox-ve' would be removed, please verify
W: (pve-apt-hook) - your APT repository settings
W: (pve-apt-hook) - that you are using 'apt full-upgrade' to upgrade your system
E: Sub-process /usr/share/proxmox-ve/pve-apt-hook returned an error code (1)
E: Failure running script /usr/share/proxmox-ve/pve-apt-hook
I have NO idea why! I am quite worried there is a lot of misconfigurations with my
Proxmox VE 5.4-2 (which I know is old, but I'm not quite sure what I need to do to upgrade from
5.4-2 to
6.X).