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

xen-users

[Top] [All Lists]

Re: [Xen-users] Running Xen 4.0.0-rc8 with Linux 2.6.32.10 paravirt_ops

To: Xen List <xen-users@xxxxxxxxxxxxxxxxxxx>, Martinx - ジェームズ <thiagocmartinsc@xxxxxxxxx>
Subject: Re: [Xen-users] Running Xen 4.0.0-rc8 with Linux 2.6.32.10 paravirt_ops dom0 on top of Ubuntu Lucid 10.04 64bits.
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: 2010年3月26日 09:11:25 -0700 (PDT)
Cc:
Delivery-date: 2010年3月26日 10:48:04 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1269619885; bh=pqsmGyVRLVuJ90aa5EYre4h7rEVBi7XJqSptXZUmpzQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=r43Sv3qFz8uSSAFDFOXKeGxVyVZaZZezc7V2+UBWHf1/yLzkdOvL2O4ql3ss2QVLr/sj0H3SLzgZPez4q0QAv0zkgDWnaIxKBozIgjK6kzuuVfklQld/hBw7nlc6zoJsvuljLeS655RQA5635vK1sG/HIDcuFMX+6nnt3UeDB/E=
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:In-Reply-To:MIME-Version:Content-Type; b=nXHYVRfJl0TrUT0M+Br92L/VO0nXhZrnXCnSHTPTyVN+JVqJv3LqcDUpWHy7YPwSud6z7GLoWAAXc2jsedJY21QtFc2269sg54Uf0TXSKPTdioVSMxgmaHuHUTyaC+ESrkqz2fR1dQDi+BkMdvrJyYFVjrXcYaMpY/ScN0LdWRA=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <6b7f6eb1003260752i2ec1c914h425060c0a97828dc@xxxxxxxxxxxxxx>
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
Whats wrong with this, otherwise you want to switch current branch ?

# cd /usr/src
# git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen
# cd linux-2.6-xen

Down here you may select for checkout any branch listed in

# git branch -r

output

# git checkout -b xen/stable origin/xen/stable
# make menuconfig
# make -j4

Boris.


--- On Fri, 3/26/10, Martinx - ジェームズ <thiagocmartinsc@xxxxxxxxx> wrote:

From: Martinx - ジェームズ <thiagocmartinsc@xxxxxxxxx>
Subject: [Xen-users] Running Xen 4.0.0-rc8 with Linux 2.6.32.10 paravirt_ops dom0 on top of Ubuntu Lucid 10.04 64bits.
To: "Xen List" <xen-users@xxxxxxxxxxxxxxxxxxx>
Date: Friday, March 26, 2010, 10:52 AM

Hi!

This is a quick guide to help us to try the new Xen.
Also I have the composite window manager on top of the Xen! With full 3D support!

To achieve this I do:

1- Install your Ubuntu Desktop 10.4 beta1 and upgrade your system;

1.1 - Install some packages:

aptitude install build-essential libncurses5-dev dpkg-dev debhelper fakeroot

2- Download and install a new kernel with dom0 pv_ops enabled:

sudo -s
cd /usr/src
git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen
cd linux-2.6-xen
git pull
git reset --hard
git checkout -b xen/stable origin/xen/stable
git pull

2.1 - Download the kernel config file attached to this mail (config-for-xen-2.6.32.10-pvops):

Copy the config file to the kernel source dir:

cp ~Downloads/config-for-xen-2.6.32.10-pvops /usr/src/linux-2.6-xen/.config

You can see the differences of my config file against the Lucid one:

diff /boot/config-2.6.32-17-generic ~Downloads/config-for-xen-2.6.32.10-pvops | vim -

...both are close to each other.

2.2 Configure, compile and install:

make menuconfig # Enable the dom0 support and the Xen backend/frontend/xenfs stuffs...
make
chmod g-s /usr/src -R # To avoid the error: "dpkg-deb: control directory has bad permissions 2755 (must be >=0755 and <=0775)"
make dep-pkg
dpkg -i ../linux-image*2.6.32.10*.deb
depmod 2.6.32.10
update-initramfs -c -k 2.6.32.10
update-grub
echo "xen-evtchn" >> /etc/modules

Now you can try your new kernel without Xen, if you want, it should work smootly.

3- Download and install the latest Xen:

Preparing your environment:

apt-get build-dep xen-3.3
aptitude install uuid-dev iasl texinfo

Download and compile:

cd /usr/src
hg clone -r 4.0.0-rc8 http://xenbits.xensource.com/xen-unstable.hg
cd xen-unstable.hg
make xen
make tools
make stubdom
make install-xen
make install-tools PYTHON_PREFIX_ARG=
make install-stubdom

update-rc.d xend defaults 20 21
update-rc.d xendomains defaults 21 20

4- Configuring your Grub2 through the file /etc/grub.d/40_custom:

---- cut here ----
#!/bin/sh
exec tail -n +3 0ドル
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.10 pvops" {
insmod ext2
set root=(hd0,1)
multiboot (hd0,1)/xen-4.0.0-rc8.gz dummy=dummy
module (hd0,1)/vmlinuz-2.6.32.10 dummy=dummy root=/dev/mapper/HyperDeskVG01-tcmc--dell--lucid ro
module (hd0,1)/initrd.img-2.6.32.10
}
---- cut here ----

Don't forget to change your "root=" option of your Linux!

Run update-grub again:

update-grub

5- Reboot into your new dom0!

reboot

6- Look if your Xen is up and running

xm list
xm info

.. if not:

/etc/init.d/xendomains stop
/etc/init.d/xend stop
/etc/init.d/xend start
/etc/init.d/xendomains start

xm list
xm info

-
Cheers!
Thiago

-----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 
<Prev in Thread] Current Thread [Next in Thread>
Previous by Date: Re: [Xen-users] Hot resizing xfs domU. , Markus Hochholdinger
Next by Date: Re: [Xen-users] One or two vcpu? , Peter Privat
Previous by Thread: [Xen-users] Re: Running Xen 4.0.0-rc8 with Linux 2.6.32.10 paravirt_ops dom0 on top of Ubuntu Lucid 10.04 64bits. , Martinx - ジェームズ
Next by Thread: Re: [Xen-users] Running Xen 4.0.0-rc8 with Linux 2.6.32.10 paravirt_ops dom0 on top of Ubuntu Lucid 10.04 64bits. , Martinx - ジェームズ
Indexes: [Date] [Thread] [Top] [All Lists]

Copyright ©, Citrix Systems Inc. All rights reserved. Legal and Privacy
Citrix This site is hosted by Citrix

AltStyle によって変換されたページ (->オリジナル) /