|
Xen,据说是今后的热门技术之一。
我的Xen一开始编译安装过,后来用apt-get再次安装。
修改Grub,整个机器启动时候选择Xen的虚拟机,能起来,就是不能在Console下面跑虚拟机。
如下:
# xm list
(111, 'Connection refused')
Error: Error connecting to xend, is xend running?
# xend start
/usr/lib/python2.3/site-packages/xen/xend/server/SrvDir.py:3: DeprecationWarning: twisted.protocols.http has moved to twisted.web.http. See http://twistedmatrix.com/projects/web.
from twisted.protocols import http
ERROR: Could not obtain handle on privileged command interface (2 = No such file or directory)
Traceback (most recent call last):
File "/usr/sbin/xend", line 27, in ?
from xen.xend.server import SrvDaemon
File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDaemon.py", line 41, in ?
import channel
File "/usr/lib/python2.3/site-packages/xen/xend/server/channel.py", line 3, in ?
import xen.lowlevel.xc; xc = xen.lowlevel.xc.new()
xen.lowlevel.xc.error: (2, 'No such file or directory')
# python -V
Python 2.3.5
# which python
/usr/bin/python |
|