View Single Post

   
  #3 (permalink)  
Old 02-21-2008, 05:36 AM
Loki Harfagr
 
Posts: n/a
Default Re: problems with nfs

Tue, 25 Sep 2007 14:08:30 +0400, Ivan Gotovchits did catÂ*:

> High


'Lo ;-)

> I have two boxes with Slack12 on both (laptop and desktop). I've
> mounted several nfs partitions that was exported by desktop on the
> laptop. The uids on both boxes are the same, I can read and write, but I
> cannot execute scripts. When I try to run script, for example
> ./configure it says:
> /bin/sh: bad interpretator
>
> What is the problem?


You didn't show the /etc/exports and fstab you used so
here are just quick suppositions...

How did you mount the partitions?
which options did you use (inline or in fstab)
you most probably have used the 'noexec' option either explicit
or implicit (like in -o users).
If not the case that'd be to search in the exports options
Reply With Quote