On Sat, Jul 28, 2007 at 08:21:47PM -0400, Aron Griffis wrote: > server > ------ > mkdir -p /test/proc > mount -o bind /proc /test/proc > echo '/test 10.0.0.0/16(rw,no_root_squash,async,no_subtree_check)' >> > /etc/exports > exportfs -a > > client > ------ > mkdir /test > mount server:/test /test > /bin/ls /test # <---- works > /bin/ls /test/proc # <---- hangs
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? /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

