I have four systems with Proxmox subscriptions. All subs were purchased through a reseller. Sometimes the subscriptions become invalid even though the accounts are paid in full. When the sub is invalid, I cannot obtain patches for the system.
I need to maintain a current patch state for HIPAA compliance and when systems are out of compliance, managers become concerned because cybersecurity emails them daily to let them know they have non-conforming systems. These emails come to me and can directly influence compensation.
Today is the third week I have not been able to get patches for one of my systems. We have had a support ticket in for two weeks with the reseller.
I have deb files on another Proxmox 7.4-3 system I can copy to the "broken" system however I need to know the order in which to install them.
I have tried dpkg -i *.deb but there are dependencies, in particular proxmox-ve package. How can I fix this error? Is removing proxmox-ve really the way to go about this?
I need to maintain a current patch state for HIPAA compliance and when systems are out of compliance, managers become concerned because cybersecurity emails them daily to let them know they have non-conforming systems. These emails come to me and can directly influence compensation.
Today is the third week I have not been able to get patches for one of my systems. We have had a support ticket in for two weeks with the reseller.
I have deb files on another Proxmox 7.4-3 system I can copy to the "broken" system however I need to know the order in which to install them.
I have tried dpkg -i *.deb but there are dependencies, in particular proxmox-ve package. How can I fix this error? Is removing proxmox-ve really the way to go about this?
Code:
# apt-get -f install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libjemalloc2 pve-headers-5.15.85-1-pve pve-kernel-5.15.83-1-pve pve-kernel-helper
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
proxmox-ve
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
1 not fully installed or removed.
After this operation, 28.7 kB disk space will be freed.
Do you want to continue? [Y/n] y
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
Last edited: