Hi Matt ! That gave me a system with WAPBL and full fsck_ffs after panic - good old times with new code :-) How about this fix: RCS file: /cvsroot/src/sbin/fsck_ffs/setup.c,v retrieving revision 1.86 diff -u -r1.86 setup.c --- setup.c 25 Mar 2009 03:42:41 -0000 1.86 +++ setup.c 5 Apr 2009 17:36:19 -0000 @@ -174,7 +174,7 @@ pwarn("USING ALTERNATE SUPERBLOCK AT %d\n", bflag); } if (sblock->fs_flags & FS_DOWAPBL) { - if (preen && !skipclean) { + if (preen && skipclean) { if (!quiet) pwarn("file system is journaled; not checking\n"); return (-1);
hmmm, looks good. i don't know how my testing worked... .mrg.