At 10:08 PM -0800 12/12/01, Matthew Dillon wrote:
>    Ok, here is the latest patch for -stable.  Note that Kirk comitted a
>    slightly modified version of the softupdates fix to -current already
>    (the VOP_FSYNC stuff), which I will be MFCing in 3 days.
>
>    This still doesn't fix all the problems the nfstest program that Jordan
>    posted finds, but it sure runs a hellofalot longer now before reporting
>    an error.  10,000+ tests now before failing (NFSv2 and NFSv3).

Once it runs aok for a few million operations, try concurrently running:

#! /bin/sh
while :
do
  sync
  sleep 1
done

In OS X I used that to flush :) out a couple more bugs.


--
Conrad Minshall, [EMAIL PROTECTED], 408 974-2749
Apple Computer, Mac OS X Core Operating Systems



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to