Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1843686
  • 博文数量: 473
  • 博客积分: 13997
  • 博客等级: 上将
  • 技术积分: 5953
  • 用 户 组: 普通用户
  • 注册时间: 2010-01-22 11:52
文章分类

全部博文(473)

文章存档

2014年(8)

2013年(38)

2012年(95)

2011年(181)

2010年(151)

分类: LINUX

2011-04-23 21:22:55

1.安装Xen后不能运行。

cd /usr/lib/python2.6/
sudo cp -fr site-packages/* dist-packages/

sudo update-rc.d xencommons defaults 19 23

2. 启动virt-manager时,出现“Unable to open connection to hypervisor URI 'xen:///':无法连接到 'localhost:8000'”问题。

检查一下 xen 配置文件 /etc/xen/xend-config.sxp,看看 xend port 有没有被注释掉:

(xend-http-server yes)
# Port xend should use for the HTTP interface, if xend-http-server is set.
(xend-port 8000)

sudo /etc/init.d/xend restart


阅读(863) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~