* Xen 2.0.5 - Xend doesn't start
@ 2005-03-19 21:43 Charles COLLIN
2005-03-20 13:55 ` Tommi Virtanen
0 siblings, 1 reply; 2+ messages in thread
From: Charles COLLIN @ 2005-03-19 21:43 UTC (permalink / raw)
To: xen-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Xen 2.0.5 - Xend doesn't start
2005-03-19 21:43 Xen 2.0.5 - Xend doesn't start Charles COLLIN
@ 2005-03-20 13:55 ` Tommi Virtanen
0 siblings, 0 replies; 2+ messages in thread
From: Tommi Virtanen @ 2005-03-20 13:55 UTC (permalink / raw)
To: Charles COLLIN; +Cc: xen-devel
Charles COLLIN wrote:
> 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
You should probably use twisted 1.3.0, that's the latest stable release.
Don't touch the alpha snapshots..
-------------------------------------------------------
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-03-20 13:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-19 21:43 Xen 2.0.5 - Xend doesn't start Charles COLLIN
2005-03-20 13:55 ` Tommi Virtanen
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.