From owner-freebsd-questions@FreeBSD.ORG Mon Dec 10 20:59: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 5BB0E16A417 for ; Mon, 10 Dec 2007 20:59:14 +0000 (UTC) (envelope-from elrap@web.de) Received: from fmmailgate02.web.de (fmmailgate02.web.de [217.72.192.227]) by mx1.freebsd.org (Postfix) with ESMTP id 19A5613C442 for ; Mon, 10 Dec 2007 20:59:09 +0000 (UTC) (envelope-from elrap@web.de) Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate02.web.de (Postfix) with ESMTP id B2D56B8FB027; Mon, 10 Dec 2007 21:59:07 +0100 (CET) Received: from [84.152.148.194] (helo=freebsdangel.de) by smtp05.web.de with asmtp (WEB.DE 4.108 #208) id 1J1piS-0003ru-00; Mon, 10 Dec 2007 21:59:04 +0100 Message-ID: <475DA8D2.60402@web.de> Date: Mon, 10 Dec 2007 22:00:02 +0100 From: Tino Engel User-Agent: Thunderbird 2.0.0.6 (X11/20071110) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <475D402D.1080000@gmail.com> <475D92C8.7020404@gmail.com> <475D4CDB.1070608@gmail.com> <475DA681.7070302@web.de> <475D6127.60801@gmail.com> In-Reply-To: <475D6127.60801@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: elrap@web.de X-Sender: elrap@web.de X-Provags-ID: V01U2FsdGVkX18IsLTxgXW5xP1KGjeeypZ+SZzgE5IvQ1Byfg7w ootpfODAGwAAfL2JXfJwdxY/eOcA+w35EeT5ublqFfrGohhSlU e1jCbOoGU= Cc: freebsd-questions@freebsd.org, Rob Messick 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 20:59:14 -0000 Aryeh M. Friedman schrieb: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > >> You could make a softlink... >> > > Thats what raised the question I was doing ln -s > /usr/local/modules/fuse.ko /boot/kernel/fuse.ko > > And it did not work?