From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HeOYP-0006hW-V0 for garchives@archives.gentoo.org; Thu, 19 Apr 2007 04:47:34 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l3J4kIok025444; Thu, 19 Apr 2007 04:46:18 GMT Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l3J4fqKA020596 for ; Thu, 19 Apr 2007 04:41:52 GMT Received: by ug-out-1314.google.com with SMTP id z38so519526ugc for ; Wed, 18 Apr 2007 21:41:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=TkxnYw1p2wyH8aGmzV9pCxtwrvcukymSLiBOTUc9DW5f3BGa0xY2GwOdnm6LBGSaVfTCkicEgxw4QRu9m2KKccgcXsUhoFM9zryANPadC5NdEzhyokKey489BBLyMmBE9INF8mColIQMeb8URlrSUqQY1upZqBLSEQVVwawB4Ig= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=CL6Lz64UkbrtaYtiD0OuBYCiaEin1vw8fDzZ0boSxEN6Yrupl38sru6xpTHSk6oSsQqkYdzLqYa3Uk7QFqR+BKOlfx2GFCuY0/NKkVMPjbyQVjE//ZVRNZnjfuTa+se3xDOZi4pD61JSgGq1NRkGWtwvjBYQP+ALkv7re0a8uP4= Received: by 10.66.219.11 with SMTP id r11mr1778907ugg.1176957711766; Wed, 18 Apr 2007 21:41:51 -0700 (PDT) Received: from ?89.33.117.40? ( [89.33.117.40]) by mx.google.com with ESMTP id z34sm2726489ikz.2007.04.18.21.41.50; Wed, 18 Apr 2007 21:41:51 -0700 (PDT) From: Nistor Andrei To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: FUSE (was: Add a module post kernel config/build) Date: Thu, 19 Apr 2007 07:42:11 +0300 User-Agent: KMail/1.9.6 References: <873b2y59i7.fsf@newsguy.com> <20070418160005.48bb966c@hactar.digimed.co.uk> <87zm55tcve.fsf@newsguy.com> In-Reply-To: <87zm55tcve.fsf@newsguy.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704190742.12246.coder.tux@gmail.com> X-Archives-Salt: 953af7a5-fe4b-4391-882d-3c43b1438f43 X-Archives-Hash: f0ff4b39be9283a68bcf377b375b04c9 On Thursday 19 April 2007, reader@newsguy.com wrote: > Neil Bothwick writes: > > On Wed, 18 Apr 2007 15:35:49 +0200, Alexander Skwar wrote: > >> Hm. Not so sure anymore. I seem to remember, that either sys-fs/ntfs3g > >> or sys-fs/fuse would completely refuse to build, if in-kernel fuse was > >> built. > > > > sys-fs/fuse builds the tools but not the module if the kernel module is > > detected. > > I have sys-fs/fuse installed. > # eix -I fuse > [I] sys-fs/fuse > Available versions: 2.6.1 2.6.3 > Installed versions: 2.6.3(06:56:33 03/20/07)(-kernel_FreeBSD > kernel_linux) Homepage: http://fuse.sourceforge.net > Description: An interface for filesystems implemented in > userspace. > > [I] sys-fs/sshfs-fuse > Available versions: 1.6 (~)1.7 > Installed versions: 1.7(06:38:10 02/22/07) > Homepage: http://fuse.sourceforge.net/sshfs.html > Description: Fuse-filesystem utilizing the sftp service. > > Should I have a fuse module? > > /usr/src/linux/.config has: > > grep -i fuse .config > # CONFIG_FUSE_FS is not set > > I believe this is how I've been setup for some time. The previous > kernel `.config' file also contains the line: > # CONFIG_FUSE_FS is not set > but I've had no problem loading the fuse module. > > In this case, after emerge -uvD world and building the new > (linux-2.6.20-gentoo-r6) kernel with genkernal I cannot load the fuse > module. It is not present in /lib/modules/under new kernel > (...20..r6) but is present in previous modules directory > > root # find /lib/modules -iname '*fuse*' > /lib/modules/2.6.19-gentoo-r4/fs/fuse.ko > /lib/modules/2.6.19-gentoo-r4/kernel/fs/fuse > /lib/modules/2.6.19-gentoo-r4/kernel/fs/fuse/fuse.ko > > I guess I'm kind of lost here, as to what has happened... Try "module-rebuild -X rebuild". Usually, after a kernel upgrade, you have to re-emerge all the kernel modules you have installed from portage. Module-rebuild does it for you ;) -- gentoo-user@gentoo.org mailing list