Subject: Re: hangs with NFS
To: None <current-users@netbsd.org>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: current-users
Date: 03/28/2001 20:03:57
I found something:
in my environnement when I su root I have:
MAIL=/users/cao/bouyer/Mail/Inbox
If I remove it or set it to /tmp/Inbox 'make build' no longer hangs.
I ktraced it, and sh does:
   273 sh       CALL  __stat13(0x80b0a24,0xbfbfd550)
   273 sh       NAMI  "/tmp/Inbox"
   273 sh       RET   __stat13 -1 errno 2 No such file or directory


Of course /users/cao/bouyer/Mail isn't readable by the NFS client's root
Can it be that, when a stat on a file gets "permission denied" a lock isn't
properly released ?

--
Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer@lip6.fr
--