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] Modules not loading

To: "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Modules not loading
From: "Jerry Amundson" <jamundso@xxxxxxxxx>
Date: Tue, 26 Aug 2008 22:31:22 -0600
Delivery-date: Tue, 26 Aug 2008 21:31:58 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Xl1RdSzflZ3Rzz8wei/VHQLpYBkxkFoJM6cHLUC6JeY=; b=jmPI8U4/O3x2LJ+wmWyY1WfcfipL4KZTtpTIB6lxASDNgSaEpHb2kCxbhPONCvrilT JwG3RaJHA4e/DAeN6uIZHJgTTKkf4tZqCMgIsDlZFGBPzk0Z3hC9a2ocrzQUzM5Aj5ek zQ3FgB4e76F8XZVDkJglG1yX7wsqyoutq6rmg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=VmO/Q7h51unj+LLdQO1ef9fzZwxhmbCTZUoYuf0A5c1woTEQzY0WIGSeOKKBc1ZJqr 0S0X+mM3P0oIF0/yukZ2nvFodon8P0HDbZZBJHLP1Z3XaL2cBsFeFncQQeBzWiBHrrqB S+xGz1rs/J5/l2uwaQveObZ2l7QG/cIE/5Fgg=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <49627735003F5C479100225C339F9FE0D37050E88E@xxxxxxxxxxxxxxxxxxxxxx>
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: <49627735003F5C479100225C339F9FE0D37050E88E@xxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Tue, Aug 26, 2008 at 9:57 PM, Joseph L. Casale
<JCasale@xxxxxxxxxxxxxxxxx> wrote:
> I followed these steps to get 3.3 installed on a CentOS 5.2 machine:
>
> # wget http://bits.xensource.com/oss-xen/release/3.3.0/xen-3.3.0.tar.gz
> # tar xvcf xen-3.3.0.tar.gz
> # cd xen-3.3.0
> # make tools
> # make xen
> # make install-tools
> # make install-xen
>
> Development deps were all meet, everything compiled w/o error.
> Used yum to install kernel-xen bridge-utils bridge-utils gtk-vnc (did I need 
> that?)

kernel-xen bridge-utils was probably enough.

> Edited grub to use 3.3's hypervisor.

Does it look something like mine?
title CentOS (Xen 3.2)
        root (hd0,0)
        kernel /xen.gz-3.2
        module /vmlinuz-2.6.18-92.1.10.el5xen ro root=/dev/VolGroup00/LogVol00
        module /initrd-2.6.18-92.1.10.el5xen.img

> chkconfig xend on
>
> After a reboot, netbk, xenblk, blktap, blkbk, and netloop modules were not 
> loaded, so moprobe'ing them in got everything working. What's the right way 
> to get this accomplished?

Your method should work.
If you like, you could use the source archive and this spec I hacked
together to build rpms.
ftp://mirrors.dtint.com/pub/linux/xen/xen3.3.0.spec

I'm running it on a secondary node, but with no domU's yet...
(primary is xen 3.2.1 built the same way.)

jerry

-- 
There's plenty of youth in America - it's time we find the "fountain of smart".

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

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