Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Sep 2008 21:32:33 +0200
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Cc:        Michael Gass <mgass@unix.csbsju.edu>
Subject:   Re: Custom Kernel Problem
Message-ID:  <200809212132.33865.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <20080921015036.GA17004@unix.csbsju.edu>
References:  <20080921015036.GA17004@unix.csbsju.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 21 September 2008 03:50:36 Michael Gass wrote:
> Installed FreeBsd 7.0 a few weeks ago in a Pentium III
> with just 128 M of memory. Recently compiled a custom kernel.
> It seems to work ok, but dmesg gives the following at the end:
>
> Trying to mount root from ufs:/dev/ad0s1a
> pid 438 (kldstat), uid 0: exited on signal 11 (core dumped)
> pid 547 (kldstat), uid 0: exited on signal 11 (core dumped)
> pid 553 (kldstat), uid 0: exited on signal 11 (core dumped)

This is invoked by /etc/rc.d/* system. Do a grep for kldstat which scripts use 
it and maybe you can work out from there, which kernel modules cause the 
problem.
Can you run kldstat from console?

-- 
Mel

Problem with today's modular software: they start with the modules
    and never get to the software part.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809212132.33865.fbsd.questions>