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: AW: [Xen-users] compiling Xen 3.3.1 on Lenny

To: Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: AW: [Xen-users] compiling Xen 3.3.1 on Lenny
From: Peter <vmail@xxxxxxxxxxxxx>
Date: Tue, 24 Mar 2009 12:45:21 +0100
Cc:
Delivery-date: Tue, 24 Mar 2009 04:46:01 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <49C7A206.8040706@xxxxxxxxxxxxxxxxx>
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>
References: <5014562.81237819062942.JavaMail.root@uhura> <49C7A206.8040706@xxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.21 (X11/20090302)
Fabian Zimmermann wrote:
Hi,

here is what I did:

aptitude install build-essential mercurial gawk libx11-dev libssl-dev zlib1g-dev gettext ncurses-dev python-dev iproute bridge-utils texinfo pciutils-dev pkg-config bin86 bcc bzip2
cd /usr/src/
wget "http://bits.xensource.com/oss-xen/release/3.3.1/xen-3.3.1.tar.gz";
tar -xzvf xen-3.3.1.tar.gz
cd /usr/src/xen-3.3.1/
make -s xen
make -s tools
make -s stubdom

.. compile your kernel or use linux-image-2.6-xen-686

make install-xen
make install-tools
make install-stubdom
sed -i 's/# xenhopt=/# xenhopt=dom0_mem=256m/g' /boot/grub/menu.lst
update-grub
update-rc.d xend defaults 20 21
update-rc.d xendomains defaults 21 20
reboot

Cu,
Fabian

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
Hi
Thanks a lot.
What confuses me, is that ( if I correctly understand the Makefile ) ,
the option
"KERNELS="linux-2.6-xen0 linux-2.6-xenU" in the command :

make world "KERNELS="linux-2.6-xen0 linux-2.6-xenU"

causes the build of two (older ) kernels 2.6.18 ( one for dom0 and a
lighter version domU for the guests ) . But without any option in make
world , _no_ kernel is built at all and I have to use the one that comes
with the distribution ( in the debian case linux-image-2.6-xen-686 ).
Its a more recent one  ( 2.6.26-1 ) . Is there no way ( no need ) to
build this kernel from the xen Makefile ?

I guess, I am missing something ?
Peter


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

<Prev in Thread] Current Thread [Next in Thread>