upgraded 3 servers to 6.3-3 on gui two of the servers getting "communication refused(595)"

rlong011

Member
Jan 31, 2018
3
0
21
77
I just upgraded 3 servers to 6.3-3 and on two of the servers I'm getting "communication refused(595)".
From the cmd line on the two servers most commands qm, pvesh , etc.. I get the following:

no such standard option 'prune-backups'
Compilation failed in require at /usr/share/perl5/PVE/VZDump/Plugin.pm line 11.

I tried the apt dist-upgrade suggested in another forum and get

The following packages have been kept back:
libpve-storage-perl pve-container pve-manager
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.

Any ideas
 
The following packages have been kept back:
libpve-storage-perl pve-container pve-manager
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
What happens if you do not keep these packages back anymore?
 
apt-mark unhold libpve-storage-perl pve-container pve-manager
libpve-storage-perl was already not hold.
pve-container was already not hold.
pve-manager was already not hold.

I'm not sure why these are being held back
 
Some dependencies seem to be off... Please double check if you have the correct Proxmox VE repositories and also Debian repositories configured. Usually you would have a file /etc/apt/sources.list.d/pve-enterprise.list with
Code:
deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
If you do not have a subscription, you have to remove or comment this out and use pve-no-subscription repository instead.

You can also try to explicitly install those packages, for example
Code:
apt install pve-manager