Gentoo Archives: gentoo-user

From: Nistor Andrei <coder.tux@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: FUSE (was: Add a module post kernel config/build)
Date: Thu, 19 Apr 2007 04:47:34
Message-Id: 200704190742.12246.coder.tux@gmail.com
In Reply to: [gentoo-user] Re: FUSE (was: Add a module post kernel config/build) by reader@newsguy.com
1 On Thursday 19 April 2007, reader@×××××××.com wrote:
2 > Neil Bothwick <neil@××××××××××.uk> writes:
3 > > On Wed, 18 Apr 2007 15:35:49 +0200, Alexander Skwar wrote:
4 > >> Hm. Not so sure anymore. I seem to remember, that either sys-fs/ntfs3g
5 > >> or sys-fs/fuse would completely refuse to build, if in-kernel fuse was
6 > >> built.
7 > >
8 > > sys-fs/fuse builds the tools but not the module if the kernel module is
9 > > detected.
10 >
11 > I have sys-fs/fuse installed.
12 > # eix -I fuse
13 > [I] sys-fs/fuse
14 > Available versions: 2.6.1 2.6.3
15 > Installed versions: 2.6.3(06:56:33 03/20/07)(-kernel_FreeBSD
16 > kernel_linux) Homepage: http://fuse.sourceforge.net
17 > Description: An interface for filesystems implemented in
18 > userspace.
19 >
20 > [I] sys-fs/sshfs-fuse
21 > Available versions: 1.6 (~)1.7
22 > Installed versions: 1.7(06:38:10 02/22/07)
23 > Homepage: http://fuse.sourceforge.net/sshfs.html
24 > Description: Fuse-filesystem utilizing the sftp service.
25 >
26 > Should I have a fuse module?
27 >
28 > /usr/src/linux/.config has:
29 >
30 > grep -i fuse .config
31 > # CONFIG_FUSE_FS is not set
32 >
33 > I believe this is how I've been setup for some time. The previous
34 > kernel `.config' file also contains the line:
35 > # CONFIG_FUSE_FS is not set
36 > but I've had no problem loading the fuse module.
37 >
38 > In this case, after emerge -uvD world and building the new
39 > (linux-2.6.20-gentoo-r6) kernel with genkernal I cannot load the fuse
40 > module. It is not present in /lib/modules/under new kernel
41 > (...20..r6) but is present in previous modules directory
42 >
43 > root # find /lib/modules -iname '*fuse*'
44 > /lib/modules/2.6.19-gentoo-r4/fs/fuse.ko
45 > /lib/modules/2.6.19-gentoo-r4/kernel/fs/fuse
46 > /lib/modules/2.6.19-gentoo-r4/kernel/fs/fuse/fuse.ko
47 >
48 > I guess I'm kind of lost here, as to what has happened...
49
50
51 Try "module-rebuild -X rebuild". Usually, after a kernel upgrade, you have to
52 re-emerge all the kernel modules you have installed from portage.
53 Module-rebuild does it for you ;)
54 --
55 gentoo-user@g.o mailing list