Re: kern.module_path missing kernel boot dir
From: Andrew Thompson (andy_at_fud.org.nz)
Date: 04/27/05
- Previous message: Steven Hartland: "kern.module_path missing kernel boot dir"
- In reply to: Steven Hartland: "kern.module_path missing kernel boot dir"
- Next in thread: Steven Hartland: "Re: kern.module_path missing kernel boot dir"
- Reply: Steven Hartland: "Re: kern.module_path missing kernel boot dir"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 28 Apr 2005 09:07:57 +1200 To: Steven Hartland <killing@multiplay.co.uk>
On Wed, Apr 27, 2005 at 10:02:28PM +0100, Steven Hartland wrote:
> I have a 5.3-RELEASE machine here which refuses to load things like
> nfsd erroring about kernel module doesnt exist. I've been tracking it
> down and it looks like: kern.module_path is at fault on the broken
> machine its:
> sysctl -a |grep modules
> kern.module_path: /boot/modules
>
> where as on a working machine its:
> sysctl -a |grep modules
> kern.module_path: /boot/kernel;/boot/modules
>
> Anyone got any ideas where I can look next to see why module_path
> is not been set correctly?
>
You may want to check this out from UPDATING
20040806:
Module loading has been fixed. Some older installations will
drop proper module_path initialization and modules will fail to
load properly. If you have a line in /boot/loader.rc that says:
"initialize drop", do (i386 only):
cp /usr/src/sys/boot/i386/loader/loader.rc /boot/loader.rc
chown root:wheel /boot/loader.rc
chmod 444 /boot/loader.rc
Andrew
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Steven Hartland: "kern.module_path missing kernel boot dir"
- In reply to: Steven Hartland: "kern.module_path missing kernel boot dir"
- Next in thread: Steven Hartland: "Re: kern.module_path missing kernel boot dir"
- Reply: Steven Hartland: "Re: kern.module_path missing kernel boot dir"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|