>both
> machines have only a single CPU -- CONFIG_SMP is NOT set. i had typed
> a few trivial commands on the client before the client hung. the command
> that hung the machine was a simple
>
> % cd xx<TAB>
>
> where the <TAB> was to do command-line completion under tcsh. that's when
> the thing locked solid. (the cwd directory at the time was itself NFS
> mounted)
My lockup sequence:
cd some dir on the NFS client
mkdir testfiles
cp <some data> testfiles
ln -s testfiles testfiles-1
rm testfiles-1
mv testfiles testfiles-1
ls testf*
It will usually hang here.... Sounds like a similar problem. Did you
get any messages on your console prior to lockup? Also, you might try
the ikd patch and print %eip (on the console).
>
> The NFS was linux-2.2.12 server to linux-2.2.12 client, with knfsd-1.4.7 on
> both client and server.
Sounds about like mine but I have knfsd-1.2.2 (RH 6.0).
Cheers,
-- W. Wade, Hampton <whampton@staffnet.com>- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/