On Thu, Jul 17, 2003 at 12:54:59PM -0500, Shawn wrote:
>  I'm running into some NFS issues, and can't find a reason why.  I've
>  done a couple of quick google searches, but the hits are huge (bad
>  search option).  Not to mention the suggestions aren't relevant to
>  what I'm experiencing.
>
>  I'm trying to NFS mount a directory off another server, it allows all
>  boxes to connect to it btw.  I can get the directory to mount on
>  other systems that haven't mounted it previously without issue.  The
>  system I'm having these problems on, I always get "permission denied"
>  errors.  I've tried mounting other NFS shares off other boxes (Sun,
>  HP, IBM, Linux platforms), and get the same results with this system.
>
>  All the searches say to ensure that the /etc/exports file is set
>  properly which it is. Again, other systems can mount no problem.
>  I've also tried stopping and restarting the NFS daemons, with no
>  success to the issues.  I've also re-exported the directories from
>  the NFS server.
>
>  Does anyone have any suggestions? 
I was having some problems getting my nfs mounts to work properly here
at home just recently.  I have a linux box doing the exports and my
laptop running Mac OS X.  I would get lots of sporatic data loss, and
permision denied and access from insecure port errors.  I solved my
problem by changing the export line something like this:

/path/to/export host1,host2(ro,no_root_squash,async)
to
/path/to/export host1,host2(insecure,ro,no_root_squash,async)

By default the nfs server rejects requests to all ports > 1024 and the
apple was sending its requests in the 49xxx range.  

I suppose you would see those errors in your logs if, in fact, that was
the problem you are having.  Do your logs have any useful information on
why it is refusing the request?

-- 
Linux Administrator || Technology Specialist || Wifi Engineer
http://autonomous.tv/~spencer/resume/ || spencer at autonomous.tv
Key fingerprint = 173B 8760 E59F DBF8 6FD2  68F8 ABA2 AB08 49C7 4754
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://shadowknight.real-time.com/pipermail/tclug-list/attachments/20030717/b4174cf0/attachment.pgp