Hi,
I've been testing a proxmox installation and I removed apparmor which in turned also removed proxmox-ve, pve-manager, lve-container, lxc-pve. Then it said "error processing package pve-hamanager (--configure):
dpkg: error processing package pve-ha-manager (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for man-db (2.7.6.1-2) ...
Errors were encountered while processing:
pve-ha-manager
E: Sub-process /usr/bin/dpkg returned an error code (1)
W: Operation was interrupted before it could finish"
I'm guessing the reason why it did that was because I pressed ctrl+d trying to abort at a stage where he'd already uninstalled essential packages.
Anyway, is there any way I can reinstall proxmox from the cli without having to do a clean reinstallation?
apt-get install pve-manager says:
I'm guessing I'd also have to uninstall other proxmox packages first. Where should I begin?
Thanks!
I've been testing a proxmox installation and I removed apparmor which in turned also removed proxmox-ve, pve-manager, lve-container, lxc-pve. Then it said "error processing package pve-hamanager (--configure):
dpkg: error processing package pve-ha-manager (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for man-db (2.7.6.1-2) ...
Errors were encountered while processing:
pve-ha-manager
E: Sub-process /usr/bin/dpkg returned an error code (1)
W: Operation was interrupted before it could finish"
I'm guessing the reason why it did that was because I pressed ctrl+d trying to abort at a stage where he'd already uninstalled essential packages.
Anyway, is there any way I can reinstall proxmox from the cli without having to do a clean reinstallation?
apt-get install pve-manager says:
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
pve-manager : Depends: qemu-server (>= 1.1-1) but it is not going to be installed
Depends: pve-ha-manager but it is not going to be installed
Depends: pve-container but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Thanks!