From owner-freebsd-current Tue Sep 11 14:14:59 2001 Delivered-To: freebsd-current@freebsd.org Received: from pimout4-int.prodigy.net (pimout4-ext.prodigy.net [207.115.63.103]) by hub.freebsd.org (Postfix) with ESMTP id 9B4AD37B409 for ; Tue, 11 Sep 2001 14:14:57 -0700 (PDT) Received: from sbcglobal.net (adsl-64-175-106-222.dsl.lsan03.pacbell.net [64.175.106.222]) by pimout4-int.prodigy.net (8.11.0/8.11.0) with ESMTP id f8BLEsN238416 for ; Tue, 11 Sep 2001 17:14:56 -0400 To: freebsd-current@freebsd.org Subject: Error in /boot/defaults/loader.conf? From: walt Date: 11 Sep 2001 14:12:57 +0000 Message-ID: <86bskhzuhi.fsf@sbcglobal.net> Lines: 13 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kern.module_path seems to be incorrect in my fresh install of -CURRENT. As a result, kernel modules are not loading. This value is set in /boot/defaults/loader.conf as module_path="/boot/kernel;/boot/modules;/modules" but apparently should read: module_path="/boot/kernel/;/boot/modules/;/modules/" Note the trailing / which I added to each path. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message