I have 2 hosts both running 6.1-8 in a cluster. One of the hosts updated fine (apparently) the other throws errors (below). I have double checked the sources.list and confirmed against the documentation that it's correct. I am using the non-subscription repos. I have also commented out the enterprise repos - per the documentation since I do not have a valid subscription - this is my home/test lab not production.
Here is the output of the following command: apt-get update && apt-get dist-upgrade -y (I also get the same output running full-upgrade -y)
root@pv0:~# apt-get update && apt-get dist-upgrade -y
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://ftp.debian.org/debian buster InRelease
Hit:3 http://ftp.debian.org/debian buster-updates InRelease
Hit:4 http://download.proxmox.com/debian/pve buster InRelease
Hit:5 http://download.proxmox.com/debian/ceph-luminous stretch InRelease
Hit:6 http://download.proxmox.com/debian/corosync-3 stretch InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Error!
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you 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-guest-common-perl : Breaks: pve-container (< 3.1-4) but 3.0-23 is to be installed
Breaks: qemu-server (< 6.1-19) but 6.1-7 is to be installed
libpve-storage-perl : Breaks: pve-container (< 3.1-2) but 3.0-23 is to be installed
Breaks: qemu-server (< 6.1-14) but 6.1-7 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
I cannot seem to find any information about this issue. I've attempted to correct with apt install -f to no avail.
I also attempted to migrate a vm between the hosts. This has always worked just fine, but today it failed. I don't know if it's related, but it seems relevant.
Any help would be greatly appreciated!
Thank you
Here is the output of the following command: apt-get update && apt-get dist-upgrade -y (I also get the same output running full-upgrade -y)
root@pv0:~# apt-get update && apt-get dist-upgrade -y
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://ftp.debian.org/debian buster InRelease
Hit:3 http://ftp.debian.org/debian buster-updates InRelease
Hit:4 http://download.proxmox.com/debian/pve buster InRelease
Hit:5 http://download.proxmox.com/debian/ceph-luminous stretch InRelease
Hit:6 http://download.proxmox.com/debian/corosync-3 stretch InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Error!
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you 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-guest-common-perl : Breaks: pve-container (< 3.1-4) but 3.0-23 is to be installed
Breaks: qemu-server (< 6.1-19) but 6.1-7 is to be installed
libpve-storage-perl : Breaks: pve-container (< 3.1-2) but 3.0-23 is to be installed
Breaks: qemu-server (< 6.1-14) but 6.1-7 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
I cannot seem to find any information about this issue. I've attempted to correct with apt install -f to no avail.
I also attempted to migrate a vm between the hosts. This has always worked just fine, but today it failed. I don't know if it's related, but it seems relevant.
Any help would be greatly appreciated!
Thank you