>>>>> "joost" == joost witteveen <[EMAIL PROTECTED]> writes:

    joost> In an attempt to save the world from disaster, Rob Duncan
    joost> wrote:

    >> I'm having some problems mounting with NFS.  The baffling thing
    >> is that the client machine (aidan) can happily mount two other
    >> directories from the server (miles), but consistently balks on
    >> this one.

Thanks joost for your help.  Happily, the source was available :-),
and a quick look at the code showed me that the error was stemming
from a call to lstat().  Turns out that nfsd requires access
permission to every component of the path to the exported directory.
I had inadvertently removed all world privileges to /usr/local, which
meant that nfsd wouldn't allow /usr/local/java to be mounted by
anyone.  One quick chmod later and I was a happy sysadmin again.

Thanks again,

Rob.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to