From: Charles COLLIN <collin_fsb@yahoo.fr>
To: xen-devel@lists.sourceforge.net
Subject: Xen 2.0.5 - Xend doesn't start
Date: Sat, 19 Mar 2005 22:43:51 +0100 [thread overview]
Message-ID: <423C9D17.2060808@yahoo.fr> (raw)
Hi,
I installed today xen 2.0.5 from source (i'm running a LFS system).
This system provides python 2.4 (in /usr/lib/python2.4/).
There were no problem during compilation of Xen itself (python code was
installed to /usr/lib/python/xen/), but during compilation of dependent
packages, i've had to hack a bit:
Packages installed:
° bridge-utils-1.0.6 : build OK
° iproute2-2.6.9-050209 : build OK
° ZopeInterface-3.0.1 : build OK (at least no error message)
° Twisted-2.0.0a3 : starts the problems,
./configure finds python but doesn't
want to use it as it expects 2.3.4 -> forced using 2.4 (./configure
--with-python /usr/bin/python). it installed to
/usr/lib/python2.4/site-packages/twisted
° ZopeX3-3.0.0 :
didn't know if it really was required, but installed it, in
/opt/ZopeX3 as it didn't want /usr as prefix.
Moved /opt/ZopeX3/* to /usr
(especially /opt/ZopeX3/lib/* to /usr/lib/python2.4).
still i don't like this kind of installation.
Tried to start xend: complains that it can't find the twisted package.
--> Symlinked /usr/lib/python2.4/site-packages/twisted to
/usr/lib/python2.4/twisted
Retried to start xend: now complains about missing TwistedWeb package!
OK, downloaded TwistedWeb-0.5.0a3 and installed it.
Tried Again xend: complains twisted.protocols.http is deprecated in
xend/server/SrvBase.py, should use twisted.web.http
Jesus !!! Recompiled Xen tools and installed.
Now, when i start xend i get no errors messages, but apparently it
doesn't start:
root@clientFSB-19:/home/charles/VIRTUALIZATION# xm list
(111, 'Connection refused')
Error: Error connecting to xend, is xend running?
However:
root@clientFSB-19:/home/charles/VIRTUALIZATION# ps aux
...
root 751 0.0 0.1 3108 792 ? S 19:55 0:00 xfrd
...
Any opinion about this?
CH COLLIN
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
next reply other threads:[~2005-03-19 21:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-19 21:43 Charles COLLIN [this message]
2005-03-20 13:55 ` Xen 2.0.5 - Xend doesn't start Tommi Virtanen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=423C9D17.2060808@yahoo.fr \
--to=collin_fsb@yahoo.fr \
--cc=xen-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.