我正在尝试使用XEN虚拟化在专用服务器(Ubuntu 12.04)上设置VPS(Debian Squeeze)。

目前,我可以设置Ubuntu 10.04,没有任何问题,但是我想使用Ubuntu 12.04。尝试使用xen-tools尝试使用precise dist(Ubuntu 12.04)时,它告诉我发行版不可用,请查看/usr/lib/xen-tools/。快速的ls显示:

centos-4.d  debian.d          fedora-core-11.d  fedora-core-5.d  fedora-core-9.d  hardy.d     lenny.d     sarge.d    testing.d
centos-5.d  edgy.d            fedora-core-12.d  fedora-core-6.d  feisty.d         intrepid.d  lucid.d     sid.d      wheezy.d
common.sh   etch.d            fedora-core-13.d  fedora-core-7.d  gentoo.d         jaunty.d    maverick.d  squeeze.d
dapper.d    fedora-core-10.d  fedora-core-4.d   fedora-core-8.d  gutsy.d          karmic.d    natty.d     stable.d

我一直在寻找,但根本无法弄清楚如何将precise添加到此列表中,因此我可以使用它代替lucid。有人愿意指出如何做到这一点吗?

请指出是否缺少任何必要的信息以回答问题。

干杯

最佳答案

要添加新的发行版,您必须按照xen-tools FAQs的描述,在/usr/lib/xen-tools中创建一个新目录。

Squeeze的xen-tools软件包没有precise脚本,但是您可以从wheezy's package借用它们。


dpkg -x xen-tools_4.3.1-1_all.deb

提取文件,然后将precise.d移到/usr/lib/xen-tools

关于debian - 使用Debian Squeeze在/usr/lib/xen-tools/中将更新的ubuntu版本添加到XEN,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/14002438/

10-12 17:32