Proxmox no longer work/load after install virt-manager

arkecosystem

New Member
Jun 27, 2018
4
0
1
45
Proxmox 3.1 working fine but after apt-get install virt-mananger and reboot the qm command no longer work and no qm list, not found. reboot ok and connection ok but don't seem to load proxmox? Any help is appreciated.
 
virt-manager/libvirt is incompatible with proxmox, try to reinstall the proxmox packages
 
in case of proxmox 3.x
Code:
apt-get install proxmox-ve-2.6.32

else

Code:
apt install proxmox-ve
 
in case of proxmox 3.x
Code:
apt-get install proxmox-ve-2.6.32

else

Code:
apt install proxmox-ve

Great! something seem to work now but it show some error

apt-get install proxmox-ve-2.6.32

Code:
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for man-db ...
Errors were encountered while processing:
/var/cache/apt/archives/pve-qemu-kvm_1.4-17_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Code:
The following packages have unmet dependencies:
 proxmox-ve-2.6.32 : Depends: pve-qemu-kvm but it is not going to be installed
 qemu-server : Depends: pve-qemu-kvm (>= 1.4-16) but it is not going to be installed

edit; reboot and now the Proxmox is working even though the error is still there. vm are not working at this moment.

Code:
qm start 100
detected old qemu-kvm binary (unknown)
 
Last edited:
found the solution to install the package and now Proxmox working normal;
Code:
dpkg -i --force-overwrite /var/cache/apt/archives/pve-qemu-kvm_1.4-17_amd64.deb

Please marking this as solved and thanks for your help.
Ark Ecosystem delegate benbenz
 
Last edited: