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] Can someone please build a Xen 3.2 rpm for CentOS 5.1 x6

To: xen-users@xxxxxxxxxxxxxxxxxxx, Rudi@xxxxxxxxxxx
Subject: Re: [Xen-users] Can someone please build a Xen 3.2 rpm for CentOS 5.1 x64?
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Mon, 31 Mar 2008 14:16:31 -0700 (PDT)
Delivery-date: Mon, 31 Mar 2008 14:17:06 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=NB6Kau83gZJPL/oZZ/clxzIdqJHzEIUhqARFDG6yHoIt32gHm/RKfTyzjD1q5lQxXZe/6Ql8ej+AfTs3rSWJuRy0WLGMIZDqcRmbhTJjovul6oynnvFrZm/DgFYAWzJJPUhCpf1OwRclVV18z+940ly+X6whieUZfOq3J0/ldc8=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <47F134D8.1060700@xxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Mercurial is Ubuntu technology to clone
repos from one host to another.
Actually, on the Net it's tar.gz archive,
which can be downloaded,extracted and been built
by "make" on local machine.
You need binary "hg" in your PATH
and connection to Internet ( DHCP bridge or
remote Proxy doesn't matter).
Then:-
# cd /usr/src
# hg clone \
http://xenbits.xensource.com/xen-3.2-testing.hg

will copy folder xen-3.2-testing.hg
from remote host to your current directory 

--- Rudi Ahlers <Rudi@xxxxxxxxxxx> wrote:

> Boris Derzhavets wrote:
> > You might wait too long.
> >
> > 1.Download Mercurial 0.9.5 from
> >
>
http://www.selenic.com/mercurial/wiki/index.cgi/Mercurial
> > to /tmp
> > # cd /tmp; tar -zxvf mercurial_0.9.5.tar.gz
> > # cd mercurial_0.9.5
> > # make local
> > # export PATH=/tmp/mercurial_0.9.5:$PATH
> > # cd /usr/src/
> > # hg clone
> > http://xenbits.xensource.com/xen-3.2-testing.hg
> >
> > # cd xen-3.2-testing.hg
> > # make world
> > # make install
> >
> > Determine the name of the Xen Linux kernel version
> > that was installed.
> >
> > # ls /lib/modules
> >
> > There should be a directory for the Xen Linux
> kernel
> > (e.g., 2.6.18.8-xen)
> > Generate the module dependency list and map files
> >
> > # /sbin/depmod 2.6.18.8-xen
> >
> > Create the Xen initial ramdisk image
> >
> > # /sbin/mkinitrd /boot/initrd-2.6.18.8-xen.img  
> > 2.6.18.8-xen 
> >
> > Disable tls
> >
> > # mv /lib64/tls /lib64/tls.disabled
> >
> > Set xend service to start
> >
> > # /sbin/chkconfig --add xend
> > # /sbin/chkconfig xend on
> >
> > Edit /boot/grub/grub.conf and copy one of the
> existing
> > boot entries to make the
> > required changes for Xen and reboot into new
> kernel.
> >
> > title Xen-3.2 x86_64  (2.6.18.8-xen) 
> > root (hd1,4) 
> > kernel /xen-3.2.gz 
> > module /vmlinuz-2.6.18.8-xen ro
> > root=/dev/VolGroup01/LogVol00 rhgb quiet 
> > module /initrd-2.6.18.8-xen.img
> >
> > Reboot into new kernel. 
> >
> > ****************************
> > CentOS 5.1 is not UBUNTU !!
> > ****************************
> > --- Rudi Ahlers <Rudi@xxxxxxxxxxx> wrote:
> >
> >   
> >> Hi all
> >>
> >> I'm looking for the rpm's for Xen 3.2 x64 to use
> on
> >> CentOS 5.1. 
> >> Unfortunately I have had no joy in trying to
> rebuild
> >> the src rpm. If 
> >> anyone has done it before, please let me know
> >>
> >> -- 
> >>
> >> Kind Regards
> >> Rudi Ahlers
> >> CEO, SoftDux
> >>
> >> Web:   http://www.SoftDux.com
> >> Check out my technical blog,
> http://blog.softdux.com
> >> for Linux or other technical stuff, or visit
> >> http://www.WebHostingTalk.co.za for Web Hosting
> >> stuff
> >>
> >>
> >> _______________________________________________
> >> Xen-users mailing list
> >> Xen-users@xxxxxxxxxxxxxxxxxxx
> >> http://lists.xensource.com/xen-users
> >>
> >>     
> >
> >
> >
> >      
>
____________________________________________________________________________________
> > You rock. That's why Blockbuster's offering you
> one month of Blockbuster Total Access, No Cost.  
> > http://tc.deals.yahoo.com/tc/blockbuster/text5.com
> >
> > _______________________________________________
> > Xen-users mailing list
> > Xen-users@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-users
> >
> >   
> What exactly is Mercurial?
> 
> -- 
> 
> Kind Regards
> Rudi Ahlers
> CEO, SoftDux
> 
> Web:   http://www.SoftDux.com
> Check out my technical blog, http://blog.softdux.com
> for Linux or other technical stuff, or visit
> http://www.WebHostingTalk.co.za for Web Hosting
> stuff
> 
> 
> 



      
____________________________________________________________________________________
Special deal for Yahoo! users & friends - No Cost. Get a month of Blockbuster 
Total Access now 
http://tc.deals.yahoo.com/tc/blockbuster/text3.com

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