Andrew, This sounds like the noexec flag is in effect. This would prevent executing programs on an NFS mount. Do "mount" and see if the noexec flag shows up as one of the options listed.
Regards, Jor-el On Thu, 19 Jul 2001, Andrew Dixon wrote: > Hi All, > I've got a perl script here that won't run in my home director (which is > nfs mounted) but will run if I put it in a file on the local disk. > > The /etc/exports file on the server looks like this: > > /home (rw,no_root_squash) > > and the /etc/fstab on the client looks like this: > > northbridge:/home /home nfs rw,user 0 > 0 > > > Any ideas? > > Thanks, > Andy > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >