Skip site navigation (1)Skip section navigation (2)
Date:      11 Sep 2001 14:12:57 +0000
From:      walt <wsheets@sbcglobal.net>
To:        freebsd-current@freebsd.org
Subject:   Error in /boot/defaults/loader.conf?
Message-ID:  <86bskhzuhi.fsf@sbcglobal.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86bskhzuhi.fsf>