From owner-freebsd-questions@FreeBSD.ORG Mon Dec 10 19:53:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 280BE16A496 for ; Mon, 10 Dec 2007 19:53:14 +0000 (UTC) (envelope-from robmessick@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id EE9E113C457 for ; Mon, 10 Dec 2007 19:53:13 +0000 (UTC) (envelope-from robmessick@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1894103rvb for ; Mon, 10 Dec 2007 11:53:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=IJsYN23q2JiViFB6QQeObzpEUAwKMn0paPdUpnoSvkA=; b=I/AOLWpUN+DcxsF/m8w4djICJTyp7q7/aKHT4J5AEFOzExGI+dVy/wDtSWBJiSz5FLs7TQd1CjA0Rg3mIZNHwvgvtlxAOXzmpka4zfRrHdnwaEYgyCKpg2TmfdbtB5DN9aRkeG5fynVv5hVBxtyoQ9nPtpViurRzpnHbX+K2gl4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=bH4FlvUfVd6kkjFGPY44CSmQ9tMdH/rtD7sEUp3pBnumFdx56HaXqJa67QUG9qgaWIDYRw3EWOPXgv9USwHI8lq7ZDFjwNbsVT8dbL8j4VwTNMovuh56iERLRIwQ3ugh+eW+wUc2AM/+mhfmOmgzNp2R7I/ETDwia1sC+Qxx+j0= Received: by 10.141.185.3 with SMTP id m3mr1292222rvp.1197314761339; Mon, 10 Dec 2007 11:26:01 -0800 (PST) Received: from altman.local ( [76.246.148.190]) by mx.google.com with ESMTPS id y11sm5008256pod.2007.12.10.11.25.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 10 Dec 2007 11:25:59 -0800 (PST) Message-ID: <475D92C8.7020404@gmail.com> Date: Mon, 10 Dec 2007 11:26:00 -0800 From: Rob Messick User-Agent: Thunderbird 2.0.0.9 (X11/20071120) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <475D402D.1080000@gmail.com> In-Reply-To: <475D402D.1080000@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: loading modules not in /boot/kernel from loader.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2007 19:53:14 -0000 Aryeh M. Friedman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > sysutils/fusefs-kmod installs to /usr/local/modules/fuse.ko and a > fuse_load="YES" will not work because of this. But, mv/cp/ln'ing it > to /boot/kernel gets nuked if you rebuild/install the kernel. How to > get around this? > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.4 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHXUAtzIOMjAek4JIRApF1AJ4wbXjTQVt4wngiRObv7A2iTJFPQwCgnFiT > V63lqeMKC4vWDHdykrcxXGo= > =JB+k > -----END PGP SIGNATURE----- > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > The fusefs rc script will run kldload /usr/local/modules/fuse.ko. You don't need to add anything to loader.conf . Secondly, you should add kernel modules to the /boot/modules dir not /boot/kernel. -Rob