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

[Xen-users] Re: fuse module for domU

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: fuse module for domU
From: Chris Fanning <christopher.fanning@xxxxxxxxx>
Date: Fri, 10 Feb 2006 13:08:25 +0100
Delivery-date: Fri, 10 Feb 2006 12:19:58 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GV5DGGQnd2aPIHVl9oOY5HbY1Yk4QjnyuV49eyrUo+FMSBHONs6V3vcJLrGC+kAqqepxlwoUqZsJRSPpj+sid5FXaF7M/gB3vSKlxMQmdh/cWcQl1XcdILapC1aa8vWFhx4EIJrWVqO2QmTWGcrLHzL8eJSAup/DadKqa0NyI2g=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <215ff4410602090752x3970970ft5f42a2e084eb4286@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/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>
References: <215ff4410602090752x3970970ft5f42a2e084eb4286@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
To install fuse

download fuse

./configure
make

WARNING: Symbol version dump
/root/xen/xen-3.0-testing/linux-2.6.12-xen/Module.symvers
is missing; modules will have no dependencies and modversions.

make install

mount the image
mount -o loop image.xen /vserver/mnt/

cp -a /lib/modules/2.6.12.6-xen/kernel/fs/fuse/
/vserver/mnt/lib/modules/2.6.12.6-xen/kernel/fs/
cp -a /usr/local/bin/fusermount /vserver/mnt/usr/local/bin

boot domU
domu# mknod /dev/fuse -m 0666 c 10 229


on mounting a fuse filesystem I get a warning
no version for "struct_module" found: kernel tainted

Is this the result of the "Symbol version dump" warning I got while
compiling fuse?

Chris.

On 2/9/06, Chris Fanning <christopher.fanning@xxxxxxxxx> wrote:
> hello all,
>
> I'd like to install Fuse on a domU.
> I'm using debian testing.
>
> I did something like this on my pc at home:
> aptitude install kernel-image-2.6.8-2-386 kernel-headers-2.6.8-2-386
> aptitude install fuse-source fuse-utils libfuse-dev libfuse2
> aptitude install module-assistant
> m-a a-i fuse
> modprobe fuse
>
> but I'm not sure about it on a Xen instalation.
> after having compiled the 2.6.12.6-xen kernel for dom0 and domU and
> copying the modules to domU, I'm a bit stuck.
>
> Any advise?
>
> Thanks.
> Chris.
>

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

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