I have handy server I can play with (but not to kill it). Its
as I try to do 6 to 7 upgrade I did repo lines replacement trick, and got this file in such an updated way:
As I run
and these 62 packages to remove seems to be the problem "with the reason":
So the question is, if I miss something and I really need to remove this big part of system (seems that no).
Version used is 6.4-18, like this:
appears to be fresh versions...
How can I fix that and not to do simple reinstall?
/etc/apt/sources.list
looks this way:
Code:
deb http://ftp.debian.org/debian buster main non-free contrib
deb http://ftp.debian.org/debian buster-updates main non-free contrib
deb http://security.debian.org buster/updates main non-free contrib
deb http://download.proxmox.com/debian/pve buster pve-no-subscription
as I try to do 6 to 7 upgrade I did repo lines replacement trick, and got this file in such an updated way:
Code:
deb http://ftp.debian.org/debian bullseye main non-free contrib
deb http://ftp.debian.org/debian bullseye-updates main non-free contrib
deb http://security.debian.org bullseye-security main non-free contrib
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription
As I run
aptitude update
(yes, I got used to aptitude instead of apt) and then run aptitude dist-upgrade
it says that there are:
Code:
817 packages upgraded, 134 newly installed, 62 to remove and 0 not upgraded.
and these 62 packages to remove seems to be the problem "with the reason":
Code:
The following packages have unmet dependencies:
libldb2 : Breaks: libldb1 (< 2:2~) but 2:1.5.1+really1.4.6-3+deb10u1 is installed
libc6-dev : Breaks: libgcc-8-dev (< 8.4.0-2~) but 8.3.0-6 is installed
python2.7-minimal : Breaks: libpython-stdlib (< 2.7.18) but 2.7.16-1 is installed
Breaks: python (< 2.7.18) but 2.7.16-1 is installed
Breaks: python-minimal (< 2.7.18) but 2.7.16-1 is installed
python2.7 : Breaks: libpython-stdlib (< 2.7.18) but 2.7.16-1 is installed
Breaks: python (< 2.7.18) but 2.7.16-1 is installed
Breaks: python-minimal (< 2.7.18) but 2.7.16-1 is installed
python : Depends: python2 (= 2.7.16-1) but 2.7.18-2 is to be installed
libpython-stdlib : Depends: libpython2-stdlib (= 2.7.16-1) but 2.7.18-2 is to be installed
dh-python : Breaks: python but 2.7.16-1 is installed
libpython2.7-minimal : Breaks: libpython-stdlib (< 2.7.18) but 2.7.16-1 is installed
Breaks: python (< 2.7.18) but 2.7.16-1 is installed
Breaks: python-minimal (< 2.7.18) but 2.7.16-1 is installed
perl : Breaks: perl-modules-5.24 but 5.24.1-3+deb9u7 is installed
python3-chardet : Breaks: python-chardet (< 3.0.4-6) but 3.0.4-3 is installed
python-minimal : Depends: python2-minimal (= 2.7.16-1) but 2.7.18-2 is to be installed
So the question is, if I miss something and I really need to remove this big part of system (seems that no).
Version used is 6.4-18, like this:
Code:
# pveversion --verbose
proxmox-ve: 6.4-1 (running kernel: 5.4.124-1-pve)
pve-manager: 6.4-13 (running version: 6.4-13/9f411e79)
pve-kernel-5.4: 6.4-4
pve-kernel-helper: 6.4-4
pve-kernel-5.4.124-1-pve: 5.4.124-1
pve-kernel-5.4.119-1-pve: 5.4.119-1
ceph-fuse: 12.2.11+dfsg1-2.1+b1
corosync: 3.1.2-pve1
criu: 3.11-3
glusterfs-client: 5.5-3
ifupdown: residual config
ifupdown2: 3.0.0-1+pve4~bpo10
ksm-control-daemon: 1.3-1
libjs-extjs: 6.0.1-10
libknet1: 1.20-pve1
libproxmox-acme-perl: 1.1.0
libproxmox-backup-qemu0: 1.1.0-1
libpve-access-control: 6.4-3
libpve-apiclient-perl: 3.1-3
libpve-common-perl: 6.4-3
libpve-guest-common-perl: 3.1-5
libpve-http-server-perl: 3.2-3
libpve-storage-perl: 6.4-1
libqb0: 1.0.5-1
libspice-server1: 0.14.2-4~pve6+1
lvm2: 2.03.02-pve4
lxc-pve: 4.0.6-2
lxcfs: 4.0.6-pve1
novnc-pve: 1.1.0-1
proxmox-backup-client: 1.1.10-1
proxmox-mini-journalreader: 1.1-1
proxmox-widget-toolkit: 2.6-1
pve-cluster: 6.4-1
pve-container: 3.3-6
pve-docs: 6.4-2
pve-edk2-firmware: 2.20200531-1
pve-firewall: 4.1-4
pve-firmware: 3.2-4
pve-ha-manager: 3.1-1
pve-i18n: 2.3-1
pve-qemu-kvm: 5.2.0-6
pve-xtermjs: 4.7.0-3
pve-zsync: 2.2
qemu-server: 6.4-2
smartmontools: 7.2-pve2
spiceterm: 3.1-1
vncterm: 1.6-2
zfsutils-linux: 2.0.4-pve1
appears to be fresh versions...
How can I fix that and not to do simple reinstall?