bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in ls from coreutils-5.0


From: Bob Proulx
Subject: Re: bug in ls from coreutils-5.0
Date: Sun, 26 Oct 2003 10:33:10 -0700
User-agent: Mutt/1.3.28i

Stuart Winter wrote:
> In Linux, ls reports 'ls: .: Stale NFS file handle'
> when inside the directory (within /proc) of a pid that has since
> exited.
> [...]
> I don't know how or if it's possible to distinguish
> between a stale NFS file handle and one within /proc, but
> if it is then it might be worth changing the error message.

Application programs don't really know what is going on below and just
print the error provided by the kernel.  The kernel would be able to
distinguish this.  But /proc is likely plugging into the NFS interface
and so the sharing of code.  I don't know.  I did not look at the code.

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]