|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] xend start error
Theres more than one host :)
It was an upgrade from 3.3 which worked fine. This is the way it was done.
------------------------------------------------------------
cd /usr/src
hg clone -r RELEASE-3.4.0 http://xenbits.xensource.com/xen-3.4-testing.hg
# hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg
# cd xen-3.3-testing.hg
# make world
# cp /boot/config-2.6.18-my build-linux-2.6.18-xen_x86_32/.config
# make linux-2.6-xen-config CONFIGMODE=menuconfig
# vi Config.mk (disable PAE - copy below under XEN_OS)
# make clean
# make
# make install
--------------------------------------------------------------------
Directly after I also upgraded it to Lenny from etch so im thinking maybe the
OS upgrade has overwritten something?
Thanks
Ian
-----Original Message-----
From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Fajar A. Nugraha
Sent: 18 June 2009 10:14
To: Ian Tobin
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] xend start error
On Thu, Jun 18, 2009 at 4:10 PM, Ian Tobin<itobin@xxxxxxxxxxxxx> wrote:
> Just upgraded to 3.4 and are getting this error when issuing xend start
I thought you already had a 3.4 host? on Debian?
> WARING! Can't find version 3.4.0 of xen utils, fallback to default version!
>
> /usr/lib/xen-3.0.3-1/bin/../lib/python/xen/xend/server/SrvDaemon.py:17:
> RuntimeW
How did you install Xen? looks like xen utils (xm, xend, etc) from 3.4
was not installed, and you're using an old version (3.0.3)
--
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|