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@lists.xensource.com http://lists.xensource.com/xen-users
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@gmail.com> 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@lists.xensource.com http://lists.xensource.com/xen-users
On Friday 10 February 2006 13:08, Chris Fanning wrote:> 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 229Just a wild guess: try ARCH=xen ./configure ARCH=xen make ARCH=xen ... or export ARCH=xen or edit /root/xen/xen-3.0-testing/linux-2.6.12-xen/Makefile and add a line "ARCH=xen" on top. /Ernst _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Seemingly Similar Threads
- DAHDI or Zaptel doesn't compile against 1.4.24
- compile glusterfs for debian squeeze
- build and install lustre from source code -- warning on livcfs.ko for no modversions
- FUSE/SSHFS RPM Packages.
- [PATCH libnbd] nbdfuse: New tool to present a network block device in a FUSE filesystem.