Proxmox в локальной сети + 32-битный хост
Я работаю над установкой Proxmox в локальной сети.
Установка ядра PVE работает нормально:
root@localhost:~# uname -a
Linux localhost 2.6.32-14-pve #1 SMP Sat Sep 22 08:55:13 EST 2012 i686 GNU/Linux
Вот мой файл /etc/hosts:
root@localhost:~# cat /etc/hosts
127.0.0.1 localhost
192.168.1.30 localhost localhost localdev
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
Но когда я набираю apt-get install proxmox-ve-2.6.32, я получаю:
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:
proxmox-ve-2.6.32 :
Depends: pve-kernel-2.6.32-26-pve but it is not installable
Depends: pve-manager but it is not going to be installed
Depends: qemu-server but it is not going to be installed
Depends: pve-qemu-kvm but it is not going to be installed
Depends: vzctl (>= 3.0.29) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Итак, что я могу сделать для установки этого на мои 32-битные хосты в локальной сети?
Спасибо за помощь
1 ответ
Насколько я знаю, вы можете установить Proxmox 2 только в 32-разрядной системе на Debian Squeeze ( https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Squeeze_on_32-Bit_Processor), но Proxmox 3 на Debian Wheezy можно установить только на 64-битная система.