Panic while loading GEOM BSD class (KASSERTions)

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Apr 5 06:32:28 PDT 2005


On Mon, Apr 04, 2005 at 07:58:20PM +0000, Wojciech A. Koszek wrote:
+> Hello GEOM hackers,
+> 
+> 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #1: Mon Mar 14 21:35:40 CET 2005     
+> 
+> FreeBSD dunstan.freebsd.czest.pl 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #5:
+> Mon Apr  4 16:54:55 CEST 2005 root at dunstan.freebsd.czest.pl:/usr/obj/usr/src/sys/HOME8  i386
+> 
+> My current kernel configuration:
+> 
+> dunstan at dunstan:(~)$ grep -i geom /usr/src/sys/i386/conf/HOME8
+> options         GEOM_GPT                # GUID Partition Tables.

GEOM_BSD is always added to the kernel:

/sys/conf/files.alpha:geom/geom_bsd.c                   standard
/sys/conf/files.alpha:geom/geom_bsd_enc.c               standard
/sys/conf/files.amd64:geom/geom_bsd.c                   standard
/sys/conf/files.amd64:geom/geom_bsd_enc.c               standard
/sys/conf/files.i386:geom/geom_bsd.c                    standard
/sys/conf/files.i386:geom/geom_bsd_enc.c                standard
/sys/conf/files.ia64:geom/geom_bsd.c                    standard
/sys/conf/files.ia64:geom/geom_bsd_enc.c                standard
/sys/conf/files.pc98:geom/geom_bsd.c                    standard
/sys/conf/files.pc98:geom/geom_bsd_enc.c                standard
/sys/conf/files.sparc64:geom/geom_bsd.c                 standard
/sys/conf/files.sparc64:geom/geom_bsd_enc.c             standard

'standard' means it is always compiled in.

You can look for BSD class in 'sysctl -b kern.geom.confxml' output.

And if you want to ask if we should panic or not if class is already
there... I suggested phk@ in the past to just return an error, not
sure what his response was (maybe 'prepare a patch' :)).

-- 
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd at FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-geom/attachments/20050405/3b40ec88/attachment.bin


More information about the freebsd-geom mailing list