Re: NFS problem found - pleaes try this patch.

1999-01-19 Thread Bjoern Fischer
On Tue, Jan 19, 1999 at 01:01:34PM +0200, Sheldon Hearn wrote: [...] > > But there's still something wrong: When shutting down the server > > it still sometimes panics in vinvalbuf() complaining 'bout dirty > > pages. > > I'm not sure this has anything to do with NFS. I got this after last > night

Re: NFS problem found - pleaes try this patch.

1999-01-19 Thread D. Rock
This patch seems to fix my NFS problems. I started a make release yesterday and it is still running (It's a slow machine). No problems so far. The chroot dir is NFSv2/UDP mounted. Thanks, Daniel Luoqi Chen schrieb: > > The check is correct and should be there, the B_CACHE bit was cleared becaus

Re: NFS problem found - pleaes try this patch.

1999-01-19 Thread Sheldon Hearn
On Tue, 19 Jan 1999 11:38:50 +0100, Bjoern Fischer wrote: > But there's still something wrong: When shutting down the server > it still sometimes panics in vinvalbuf() complaining 'bout dirty > pages. I'm not sure this has anything to do with NFS. I got this after last night's fresh world and k

Re: NFS problem found - pleaes try this patch.

1999-01-19 Thread Bjoern Fischer
On Mon, Jan 18, 1999 at 10:05:50AM -0500, Luoqi Chen wrote: > The check is correct and should be there, the B_CACHE bit was cleared because > I made a mistake when setting the valid bit in the vm page. [...] > Note the calculation of ev, the original code was a round-up and I changed it > to round-

Re: NFS problem found - pleaes try this patch.

1999-01-18 Thread Matthew Dillon
A. Yes, I see. I will unapply my patch and apply this one and test it. I'm not sure what the use of having m->valid and m->clean bits are at all if we have to munge them like this. Perhaps we should change these vm_page_t to a byte range in -4.0. I think we also nee

Re: NFS problem found - pleaes try this patch.

1999-01-18 Thread Luoqi Chen
The check is correct and should be there, the B_CACHE bit was cleared because I made a mistake when setting the valid bit in the vm page. Index: vfs_bio.c === RCS file: /home/ncvs/src/sys/kern/vfs_bio.c,v retrieving revision 1.192 dif

Re: NFS problem found - pleaes try this patch.

1999-01-18 Thread Chris Timmons
Good work! I have to run at the moment but it looks like you nailed this one. Your explanation coincides perfectly with the symptoms. Thanks! -Chris On Mon, 18 Jan 1999, Matthew Dillon wrote: > Ok, I believe I have found the bug. Please test the patch included below. > I was able t

NFS problem found - pleaes try this patch.

1999-01-18 Thread Matthew Dillon
::On the server I downgraded vfs_bio.c to rev 1.187 & rebooted; no luck. I ::then installed the same kernel (with the downgraded vfs_bio.c) to the ::client. Bingo. With both NFS client & server machine running rev 1.187, ::... ::-Chris : :Hmm. r1.88 are Luoqi's fixes to the handling of misa