Re: fsck / and remount failure

2002-11-01 Thread Robert Watson
On Sun, 27 Oct 2002, Sean Kelly wrote: On Sun, Oct 27, 2002 at 05:17:44PM -0500, Robert Watson wrote: Are you using UFS1 extended attributes on that box? Yes. (290) smkelly@edgemaster:~$ grep UFS /usr/src/sys/i386/conf/EDGEMASTER options UFS_DIRHASH options UFS_EXTATTR

fsck / and remount failure

2002-10-27 Thread Sean Kelly
I just suffered a kernel panic and upon reboot, I noticed that the root filesystem isn't able to be remounted read/write after the fsck: Mounting root from ufs:/dev/ad1s1a WARNING: / was not properly dismounted ... Starting file system checks: /dev/ad1s1a: INCORRECT BLOCK COUNT I=42806 (4 should

Re: fsck / and remount failure

2002-10-27 Thread Robert Watson
Are you using UFS1 extended attributes on that box? I suspect there might be a bug involving the open flags passed to extended attribute backing vnodes such that a remount is refused because there are existing vnodes opened writable. I.e., the extended attribute backing files are opened

Re: fsck / and remount failure

2002-10-27 Thread Sean Kelly
On Sun, Oct 27, 2002 at 05:17:44PM -0500, Robert Watson wrote: Are you using UFS1 extended attributes on that box? Yes. (290) smkelly@edgemaster:~$ grep UFS /usr/src/sys/i386/conf/EDGEMASTER options UFS_DIRHASH options UFS_EXTATTR options UFS_EXTATTR_AUTOSTART options