Got "Package blah-blah-blah is not configured yet" on Debian 8.2 today
The root of the issue was that there were no IP-Hostname binding in /etc/hosts
Steps to solve:
#dpkg -f --remove proxmox-ve ntp ssh postfix ksm-control-daemon open-iscsi
#echo '192.168.247.132 my-debian.domain.com my-debian'>> /etc/hosts
#apt-get install proxmox-ve ntp ssh postfix ksm-control-daemon open-iscsi
The root of the issue was that there were no IP-Hostname binding in /etc/hosts
Steps to solve:
#dpkg -f --remove proxmox-ve ntp ssh postfix ksm-control-daemon open-iscsi
#echo '192.168.247.132 my-debian.domain.com my-debian'>> /etc/hosts
#apt-get install proxmox-ve ntp ssh postfix ksm-control-daemon open-iscsi