> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Joerg Sonnenberger > Sent: Monday, August 15, 2005 4:19 AM > To: kernel@crater.dragonflybsd.org > Subject: Re: Loader strangeness with recent HEADs > > On Fri, Aug 12, 2005 at 12:12:49PM -0400, Robin P. Blanchard wrote: > > So I can boot manually.... > > > > dragonfly# sysctl -a |fgrep module |fgrep path > > kern.module_path: /;/boot/;/modules/ > > Have you been doing a full buildworld or an incremental build? > I know I got that once during testing, but not the full world > I also have on my disk. > > Joerg >
A full build: # rm -rf /usr/obj/usr/ && sync && make update && make buildworld && make buildkernel I'm (re)building right now...we'll see if the problem persists.