Displaying 1 result from an estimated 1 matches for "td24628838".
2010 Jul 22
4
Installation
...nd runing?''
In the serial output, there are many errors saying "*No **Module names
xen.xend.server*". Obviously, the xend fails to start.
By google a lot, I finally fix this problem with the guide of the following
link:
http://old.nabble.com/Fail-to-start-Xend-with--unstable-code-td24628838.html
The Reason is XEN rely on python, but the default python path is
/usr/lib/python2.6/, while XEN would find its script from
/usr/local/lib/python2.6/dist-packages,
So the solution is to run ''make install-tools PYTHON_PREFIX_ARG='' or modify
the Config.mk to remove the path foll...