On Fri, 18 Nov 2005 18:59:34 + (GMT)
Robert Watson <[EMAIL PROTECTED]> wrote:
> Could I ask you to boot to single user mode, try mounting the file
> system, then try compiling a kernel without UFS_EXTATTR and
> UFS_EXTATTR_AUTOSTART, boot to single user mode, and see if you can
> mount the fil
On Fri, 18 Nov 2005 18:59:34 + (GMT)
Robert Watson <[EMAIL PROTECTED]> wrote:
>
> On Fri, 18 Nov 2005, Joerg Pernfuss wrote:
>
> > #6 0xc078806a in calltrap ()
> > at /usr/src/sys/i386/i386/exception.s:139 #7 0xc070c00c in
> > ufsdirhash_build (ip=0xc5426948)
> > at /usr/src/sys/ufs/ufs/uf
On Fri, 18 Nov 2005, Joerg Pernfuss wrote:
#6 0xc078806a in calltrap () at /usr/src/sys/i386/i386/exception.s:139
#7 0xc070c00c in ufsdirhash_build (ip=0xc5426948) at
/usr/src/sys/ufs/ufs/ufs_dirhash.c:232
#8 0xc070f5c3 in ufs_lookup (ap=0xeabb6824) at
/usr/src/sys/ufs/ufs/ufs_lookup.c:192
On Sat, 19 Nov 2005 01:58:46 +0800
Xin LI <[EMAIL PROTECTED]> wrote:
> Hi, Joerg,
>
> If this is a production then my suggestion would be trying to remove
> something that you do not need for everyday use from the kernel
> configuration, and if it is not then my suggestion would be enabling
> INV
Hi, Joerg,
On 11/19/05, Joerg Pernfuss <[EMAIL PROTECTED]> wrote:
[...]
> From the output of the backtrace (below) I figure the problem for me
> lies in /usr/src/sys/ufs/ufs/ufs_dirhash.c line 232; this block:
>
> if (ep->d_reclen == 0 || ep->d_reclen >
> DIRBLKSIZ - (pos & (DIRBLKSI