Hi,
I tried to install Xen 4 on Ubuntu Lucid (10.04), like was done
here, but when I boot (and the system gets to a working desktop), I get the following errors from xend:
/etc/init.d/xend start
^CTraceback (most recent call last):
File "/usr/sbin/xend", line 36, in <module>
from xen.xend.server import SrvDaemon
File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvDaemon.py", line 26, in <module>
import relocate
File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/relocate.py", line 28, in <module>
from xen.xend import XendDomain
File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDomain.py", line 36, in <module>
from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo
File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendCheckpoint.py", line 23, in <module>
from xen.xend.XendConfig import XendConfig
File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendConfig.py", line 29, in <module>
from xen.xend.XendDPCI import XendDPCI
File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDPCI.py", line 24, in <module>
import XendDomain, XendNode
File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 39, in <module>
from XendPIF import *
File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendPIF.py", line 37, in <module>
Vifctl.network('start')
File "/usr/local/lib/python2.6/dist-packages/xen/xend/Vifctl.py", line 35, in network
xpopen.call(script)
File "/usr/local/lib/python2.6/dist-packages/xen/util/xpopen.py", line 183, in call
return xPopen3(*popenargs, **kwargs).wait()
File "/usr/local/lib/python2.6/dist-packages/xen/util/xpopen.py", line 154, in wait
pid, sts = os.waitpid(self.pid, 0)
KeyboardInterrupt
What is the problem?