Re: [OpenAFS] Problems with fsck on Solaris 9

2004-11-22 Thread Derrick J Brashear
Well, that was supposed to be personal to Doug, but I suck. Anyway, what I was going to say for public consumption was: Derrick J Brashear wrote: i think logging ufs reused some inode fields we need, so logging ufs support is unlikely So are you saying that logging must be off? I haven't tested

Re: [OpenAFS] Problems with fsck on Solaris 9

2004-11-22 Thread Derrick J Brashear
On Mon, 22 Nov 2004, Douglas E. Engert wrote: Derrick J Brashear wrote: i think logging ufs reused some inode fields we need, so logging ufs support is unlikely So are you saying that logging must be off? The fileserver should probably warn. Actually, though, open source Solaris may make this al

Re: [OpenAFS] Problems with fsck on Solaris 9

2004-11-22 Thread Douglas E. Engert
Derrick J Brashear wrote: i think logging ufs reused some inode fields we need, so logging ufs support is unlikely So are you saying that logging must be off? Should the fileserver refuse to use a partition with logging turned on or at least fsck should warn about this? A mod for fsck might be ea

Re: [OpenAFS] Problems with fsck on Solaris 9

2004-11-19 Thread Derrick J Brashear
i think logging ufs reused some inode fields we need, so logging ufs support is unlikely ___ OpenAFS-info mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] Problems with fsck on Solaris 9

2004-11-19 Thread Douglas E. Engert
Stephen Joyce wrote: On Fri, 12 Nov 2004, Douglas E. Engert wrote: However I'm still getting the following error: Open AFS (R) openafs 1.2.13 fsck ** /dev/rdsk/c1t0d0s3 BAD SUPER BLOCK: VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATE USE AN ALTERNATE SUPER-BLOCK TO SUPPLY NEE

Re: [OpenAFS] Problems with fsck on Solaris 9

2004-11-19 Thread Stephen Joyce
On Fri, 12 Nov 2004, Douglas E. Engert wrote: > > However I'm still getting the following error: > > Open AFS (R) openafs 1.2.13 fsck > > ** /dev/rdsk/c1t0d0s3 > > BAD SUPER BLOCK: VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST > > ALTERNATE > > USE AN ALTERNATE SUPER-BLOCK TO SUPPLY

Re: [OpenAFS] Problems with fsck on Solaris 9

2004-11-12 Thread Douglas E. Engert
Stephen Joyce wrote: Doug (and anyone else w/ knowledge wrt Solaris), I've still got fsck problems on solaris 9... I downloaded 1.2.13, but it doesn't appear to have Doug's patches or the solaris interleave patch applied... so I retrieved the patches from CVS, applied them, and built from source (

Re: [OpenAFS] Problems with fsck on Solaris 9

2004-11-11 Thread Stephen Joyce
Doug (and anyone else w/ knowledge wrt Solaris), I've still got fsck problems on solaris 9... I downloaded 1.2.13, but it doesn't appear to have Doug's patches or the solaris interleave patch applied... so I retrieved the patches from CVS, applied them, and built from source (without problems). H

Re: [OpenAFS] Problems with fsck on Solaris 9

2004-11-05 Thread Douglas E. Engert
I sent in a bug report and patch on 11/2 See bug 15927. Basicly it adds a prototype for bread and bwrite into fsck.h You may also need the patch to the src/vfsck/setup.c added to the CVS in August to get it to compile on Solare 9 if the sys/fs/ufs_fs.h does has been updated Stephen Joyce wrote: T

Re: [OpenAFS] Problems with fsck on Solaris 9

2004-11-05 Thread Stephen Joyce
Thanks for working on this. Is there a solution yet? I have a development machine (solaris 9, openafs 1.2.11) which I patched last night (before reading the archives--doh!) and it appears to have the same, or a similar, problem (it was fine before applying the newest patches): The system is co

Re: [OpenAFS] Problems with fsck on Solaris 9

2004-11-02 Thread Douglas E. Engert
I think I found the cause of fsck problem. I am concernd that if the fsck is run against the cooked device rather then the raw device, it could actually cause damage, rather then doing nothing and failing. Solaris 9 in ufs_fs.h changes fsbtodb: #ifdef KERNEL #define fsbtodb(fs, b) (((daddr_t)(b)

Re: [OpenAFS] Problems with fsck on Solaris 9

2004-10-31 Thread Derrick J Brashear
On Sun, 31 Oct 2004, Brian Sebby wrote: # fsck /vicepa Open AFS (R) openafs 1.2.11 fsck ** /dev/rdsk/c0t9d0s0 CANNOT READ: BLK 0 CONTINUE? [yn] y fsck the cooked device (/dev/dsk/c0t9d0s0). you may need to use a wrapper or to patch vfsck to do it. you should have mentioned this was the er

[OpenAFS] Problems with fsck on Solaris 9

2004-10-31 Thread Brian Sebby
I realized that some of this came up back in August, so I apologize if I'm going over old ground. But after searching through the archives, I'm not entirely sure if this has ever been fixed. I have a machine that I upgraded from Solaris 8 to Solaris 9. While we already have a Solaris 9 AFS serv