PVE install via debian hangs on vzctl

Feb 8, 2015
46
0
26
Switzerland
Hi

I am trying to do a fresh install of Proxmox on a PCengines APU. Due to the fact that it have to be installed by serial console I go the way through a fresh Debian 7.8 install instead of the bare metal installer.
After a successful clean install of Debian 7.8 I follow the instructions on http://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Wheezy and I can not install Proxmox because vzctl something wont go through.

Code:
Selecting previously unselected package vzctl.Unpacking vzctl (from .../vzctl_4.0-1pve4_amd64.deb) ...
rmdir: failed to remove `/etc/vz/conf': No such file or directory
dpkg: dependency problems prevent configuration of vzctl:
 vzctl depends on pve-cluster; however:
 vzctl depends on libpve-storage-perl; however:
dpkg: error processing vzctl (--configure):
 proxmox-ve-2.6.32 depends on vzctl (>= 3.0.29); however:
  Package vzctl is not configured yet.
 vzctl

1. I have modefid /etc/hosts to
Code:
root@apu:~# more /etc/hosts127.0.0.1       localhost
192.168.122.80   apu.mydomain.com apu pvelocalhost 
 
# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2. My /etc/sources.list
Code:
root@apu:/etc/apt# more sources.listdeb http://ftp.at.debian.org/debian wheezy main contrib
## #  
deb http://download.proxmox.com/debian wheezy pve
 
# security updates
deb http://security.debian.org/ wheezy/updates main contrib

I also tried by changing debian repo servers from at to ch or de . I also tried an installtion via pve-no-subscription instead of pve.

3. I changed the kernel to PVE, made uname-a and everthing went fine until:
Code:
[COLOR=#000000][FONT=monospace]apt-get install proxmox-ve-2.6.32 ntp ssh lvm2 postfix ksm-control-daemon vzprocps open-iscsi bootlogd[/FONT][/COLOR]

Any suggestions or ideas for me. A few months ago I installed several APUs with proxmox successfully, a wonderful cheap and stable way to test clustering.

Greets moustache