У меня только что появилась новая машина для запуска виртуальных машин XEN с процессором Intel i7: - Intel Haswell Core i7-4790 3,6 ГГц 8 МБ LGA1150
[Скринкаст того, что я делаю - https://www.youtube.com/watch?v=KVcf0ycMJwU )
Я установил хост с текущей версией 6.2.0
Я установил новую 64-битную виртуальную машину Debian 7, и любой пакет, который я пытаюсь запустить, выдает следующие ошибки:
Errors were encountered while processing:
xen-utils-common
xen-utils-4.1
xen-system-amd64
xen-linux-system-3.2.0-4-amd64
xen-linux-system-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
Setting up xen-utils-common (4.1.4-3+deb7u2) ...
[warn] Starting Xen daemons: (warning).
invoke-rc.d: initscript xen, action "start" failed.
dpkg: error processing xen-utils-common (--configure):
subprocess installed post-installation script returned error exit status 255
dpkg: dependency problems prevent configuration of xen-utils-4.1:
xen-utils-4.1 depends on xen-utils-common (>= 4.1.4-3+deb7u2); however:
Package xen-utils-common is not configured yet.
dpkg: error processing xen-utils-4.1 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of xen-system-amd64:
xen-system-amd64 depends on xen-utils-4.1; however:
Package xen-utils-4.1 is not configured yet.
dpkg: error processing xen-system-amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of xen-linux-system-3.2.0-4-amd64:
xen-linux-system-3.2.0-4-amd64 depends on xen-system-amd64; however:
Package xen-system-amd64 is not configured yet.
dpkg: error processing xen-linux-system-3.2.0-4-amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of xen-linux-system-amd64:
xen-linux-system-amd64 depends on xen-linux-system-3.2.0-4-amd64; however:
Package xen-linux-system-3.2.0-4-amd64 is not configured yet.
dpkg: error processing xen-linux-system-amd64 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
xen-utils-common
xen-utils-4.1
xen-system-amd64
xen-linux-system-3.2.0-4-amd64
xen-linux-system-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
[Ответил: Простите меня, но должен ли он работать с пакетом AMD?]
Есть какие нибудь идеи как это починить ?
Спасибо
Шелдон,
Я поискал в Google и наткнулся на отчет об ошибке на debian.org (Ошибка № 709103): https://lists.debian.org/debian-kernel/2013/05/msg00478.html. Этот пользователь сообщил нечто очень похожее на то, что вы описали выше. Он запустил следующее:
root@debian7:~# aptitude install xen-linux-system-amd64
Вы пробовали сначала обновить Debian, а затем снова попробовать установку xen (например, aptitude update && aptitude dist-upgrade)?
Удачи