Steinar H. Gunderson wrote: [Sun Aug 05 2007, 02:35:48PM EDT] > This is interesting -- I got home to my testing machine, and > I managed to reproduce it -- but only once. When I restarted > nfs-kernel-server (via the init.d script), the hanging processes > resumed, and from there it was completely unreproducible. > > Does this fix it for you too?
If I put the server restart in a loop, the client makes slow progress. Restarting just once does not alleviate the problem forever. It's possible that I'm seeing it hang once per subdirectory, since I have a number of mounts under the export. I would need to test more to discover. This is the loop I used: while true; do /etc/init.d/nfs-kernel-server restart sleep 5 done Thanks for reproducing it. I'm glad it's not something peculiar to my configuration. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]