Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Apr 1996 11:56:05 -0800
From:      David Greenman <davidg@Root.COM>
To:        "Frank E. Terhaar-Yonkers" <fty@mcnc.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: panic in latest -stable rev 
Message-ID:  <199604031956.LAA17153@Root.COM>
In-Reply-To: Your message of "Wed, 03 Apr 1996 09:04:53 EST." <199604031404.JAA14615@robin.mcnc.org.mcnc.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
>Latest SUP is not-so-stable ...
>
>I get an immediate panic on boot up of the latest -stable.  This
>happens via mount_msdosfs and results in a VM page fault.  Have dropped
>back to the rev of late March.  I took a dump on this, but savecore
>failed to find it.  Didn't match the magic #.

   The LKMs are no longer compatible and must be rebuilt. There was a change
to the vnode structure that was required to fix a critical bug and this now
requires that either build support for all your filesystems "static" or
you rebuild your LKMs before mounting the filesystems that they are for. I
suggest making msdosfs static by adding:

options "MSDOSFS"

    to your kernel config file.

-DG

David Greenman
Core-team/Principal Architect, The FreeBSD Project



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