| 
 Hi everyone,
  I managed to install xen 4 on ubuntu lucid. I managed to read around what kernel configuration options are needed. The problem is that xend can't start. If I try to run it I get errors from some python scripts. 
virt-viewer can't connect to xend, also.
  I followed the steps in the Xen 4 wiki and the links from Boris' blog.
  What should I do?
  These are the errors that I get:
 
  Traceback (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)
 
  
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |