我刚刚买了一台新机器来运行 XEN VM,它有一个 Intel i7 处理器:- Intel Haswell Core i7-4790 3.6GHz 8MB LGA1150
更新
[我正在做的事情的截图 -https://www.youtube.com/watch?v=KVcf0ycMJwU)
我已经使用当前 6.2.0 设置了主机
我已经设置了一个新的 Debian 7 64 位 VM,并且我尝试运行的任何包都会失败并出现以下错误:
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 包吗?]
有想法该怎么解决这个吗 ?
谢谢
答案1
谢尔顿,
我在 Google 上进行了一些搜索,并在 debian.org 上发现了一个错误报告(Bug#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)?
祝你好运