WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Install Errors for Xen 3.3 on Ubuntu 9.04?

To: xen-users@xxxxxxxxxxxxxxxxxxx, Jan Muhammad <janmuhd@xxxxxxxxx>
Subject: Re: [Xen-users] Install Errors for Xen 3.3 on Ubuntu 9.04?
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Mon, 1 Jun 2009 10:08:55 -0700 (PDT)
Cc:
Delivery-date: Mon, 01 Jun 2009 10:09:47 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1243876135; bh=vuUE8wEDt3L3/gfnZu45TfMv0kEAa7ID9EYI2xyF2MY=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=FCNd8R5YfilMImW83haOF6aV0gRUvpcGRodac6OHiU5840/1hLn+3C+qIpzOD1oq/7mxXD0V2abwAsDP7PtY7RnhyTixoM9spRu9otP8FGaL1ntW/GfAKqulRzQGFCZIAaYfhoqAjRfeBzkg/w1kyX8ypZrjaWTcxhvU7vi2Q1I=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=5tOr3ttGUN3I5C/oqg5psaqBI8aUHW5Q6Kr16sN8YdfWHcfBuatMH4WhZ0Yqz3L/WO+suPCo/mmMKqtUJOyvvzmLCNMhXzHIYljMv4CZkeq184L1xd4xYPEkQn+DenpVJAKqNbJauJUydSAyrP4c9GzW49v7X75MSfWprPkiE8g=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Xen 3.4 & 3.5 hackery  on Ubuntu 9.Server :-

http://librenix.com/?inode=13547

Second – install on Uubuntu 9.04 Server all packages required for Xen build:-

libcurl-dev
xserver-dev
python2.6-dev
python2.5
python2.5-dev
mercurial
gitk
build-essential
libncurses5-dev
uuid-dev
gawk
gettext
texinfo
bcc

and perform fake Xen Unstable build on Ubuntu Jaunty Server :-

# cd /usr/src
# hg clone http://xenbits.xensource.com/xen-unstable.hg
# cd xen-unstable.hg
Set in Config.mk
PYTHON = python
PYTHON_PREFIX_ARG =
# make install-xen
# make install-tools
Remove installed Hypervisor and tools
# make uninstall

CS 19594 ( Config.mk ) has to be backported to Xen 3.3

Boris.
--- On Mon, 6/1/09, Jan Muhammad <janmuhd@xxxxxxxxx> wrote:

From: Jan Muhammad <janmuhd@xxxxxxxxx>
Subject: [Xen-users] Install Errors for Xen 3.3 on Ubuntu 9.04?
To: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Monday, June 1, 2009, 11:53 AM

Hi,

Refer to my earlier email on the subject of installation; after taking more 30 mins the command '# make world' throws errors, which I don't know what happend & how to resolve it?

..................
+ test -d ioemu-qemu-xen
+ rm -f ioemu-dir
+ ln -sf ioemu-qemu-xen ioemu-dir
set -e; \
            case "../" in /*) XEN_ROOT=../ ;; *)  xen_root_lhs=`pwd`; xen_root_rhs=..//; while [ "x${xen_root_rhs#../}" != "x$xen_root_rhs" ]; do xen_root_rhs="${xen_root_rhs#../}"; xen_root_rhs="${xen_root_rhs#/}"; xen_root_rhs="${xen_root_rhs#/}"; xen_root_lhs="${xen_root_lhs%/*}"; done; XEN_ROOT="$xen_root_lhs/$xen_root_rhs" ;; esac; export XEN_ROOT; \
        cd ioemu-dir; \
        ./xen-setup

Error: zlib check failed
Make sure to have the zlib libs and headers installed.

sed: can't read config-host.h: No such file or directory
make[2]: *** [ioemu-dir-find] Error 2
make[2]: Leaving directory `/opt/xen-3.4.0/tools'
make[1]: *** [tools/ioemu-dir] Error 2
make[1]: Leaving directory `/opt/xen-3.4.0'
make: *** [world] Error 2


-Jan Muhammad


--- On Mon, 6/1/09, Jan Muhammad <janmuhd@xxxxxxxxx> wrote:

From: Jan Muhammad <janmuhd@xxxxxxxxx>
Subject: [Xen-users] How to Install Xen 3.3 on Ubuntu 9.04?
To: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Monday, June 1, 2009, 8:47 PM

Hi,

I'v downloaded Xen 3.3 from the following link and now following the installation steps given on this site:
https://wiki.ubuntu.com/XenVirtualMachine/XenOnUbuntuDapper

Since I haven't got any response from someone about installing Xen from LiveCD (except one......of installing via Synaptic package manager); which being a novice I couldn't installed.
Now download the tar file from the above link and untared it. have run the '# make world'; which taking very long time to complete.

Any ideas of To-the-Point & Accurate documenatation manual/installation guide would be highly appriciated.

Regards

-Jan Muhammad



-----Inline Attachment Follows-----

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users


-----Inline Attachment Follows-----

_______________________________________________
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