Hi all,
One of our Proxmox backup servers is currently facing the following issue. After upgrading apt wants to get rid of all proxmox backup packages which does not make sense.
Additional information:
Currently configured repositories (local mirror)
Best regards
Torben
One of our Proxmox backup servers is currently facing the following issue. After upgrading apt wants to get rid of all proxmox backup packages which does not make sense.
Code:
~# apt-get update && apt-get dist-upgrade
Hit:1 http://[local-mirror]/deb/debian bullseye InRelease
Hit:2 http://[local-mirror]/deb/debian-security bullseye-security InRelease
Hit:3 http://[local-mirror]/deb/debian bullseye-updates InRelease
Hit:4 http://[local-mirror]/deb/debian bullseye-backports InRelease
Hit:5 http://[local-mirror]/deb/proxmox-backup/debian/pbs bullseye InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
dmeventd fonts-font-awesome fonts-mathjax gdisk idn libaio1 libdevmapper-event1.02.1 libfuse3-3 libjs-extjs libjs-mathjax libjs-qrcodejs
liblvm2cmd2.03 libnvpair3linux libproxmox-acme-plugins libsgutils2-2 libtinyxml2-8 libuutil3linux libzfs4linux libzpool5linux lvm2 pbs-i18n
proxmox-archive-keyring proxmox-backup-client proxmox-backup-docs proxmox-backup-server proxmox-mail-forward proxmox-mini-journalreader
proxmox-offline-mirror-docs proxmox-offline-mirror-helper proxmox-widget-toolkit pve-kernel-helper pve-xtermjs qrencode sg3-utils
smartmontools thin-provisioning-tools zfs-zed zfsutils-linux
Use 'apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Additional information:
Currently configured repositories (local mirror)
Code:
~# cat /etc/apt/sources.list /etc/apt/sources.list.d/*
deb http://[local-mirror]/deb/debian bullseye main contrib non-free
deb-src http://[local-mirror]/deb/debian bullseye main contrib non-free
deb http://[local-mirror]/deb/debian-security/ bullseye-security main contrib non-free
deb-src http://[local-mirror]/deb/debian-security/ bullseye-security main contrib non-free
deb http://[local-mirror]/deb/debian bullseye-updates main contrib non-free
deb-src http://[local-mirror]/deb/debian bullseye-updates main contrib non-free
deb http://[local-mirror]/deb/debian bullseye-backports main contrib non-free
deb-src http://[local-mirror]/deb/debian bullseye-backports main contrib non-free
deb http://[local-mirror]/deb/proxmox-backup/debian/pbs bullseye pbs-no-subscription
Best regards
Torben