Stephen Lau <stevel at sun.com> writes:

> On Mon, Sep 10, 2007 at 07:29:12PM -0700, bugzilla-daemon at np.grommit.com 
> wrote:
>> This causes the exception block to be entered, which tries to cleanup and
>> unlink the dirstate, bundle, diff, etc. files.  It then tries to os.rmdir() 
>> the
>> backupdir for the generation.  This fails if writing to a home directory 
>> (like
>> all SWAN home directories) because of NFS suckage:
>> total 7
>> drwxr-xr-x   2 stevel   staff          3 Sep 10 19:21 .
>> drwxr-xr-x   6 stevel   staff          7 Sep 10 19:21 ..
>> -rw-r--r--   1 stevel   staff          0 Sep 10 19:21 .nfsB375
>> 
>> We should either force a flush/sync after the unlink or wait or something for
>> that nfs temp file to clear up before attempting the rmdir.
>
> Mike?  Would you happen to know any answer/workaround for this .nfs
> file?

See my response in the bug, my memory kicked in just after you quit.

-- Rich

Reply via email to