home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.sysadmin
- Path: sparky!uunet!ftpbox!motsrd!white!rtsg.mot.com!muegel
- From: muegel@rtsg.mot.com (Michael S. Muegel)
- Subject: Perl use over NFS
- Message-ID: <1992Aug26.154829.18822@rtsg.mot.com>
- Sender: news@rtsg.mot.com
- Nntp-Posting-Host: taupe
- Reply-To: mmuegel@mot.com
- Organization: Corporate Computer Services & Support, Motorola, Inc.
- Date: Wed, 26 Aug 1992 15:48:29 GMT
- Lines: 34
-
- When I try to run a Perl script that is set up correctly via the #! syntax
- I get a "permission denied" error. Perl is mounted via NFS. Here is some
- information:
-
- % head -1 format-prob
- #!/usr/local/ustart/contrib/bin/perl
-
- % ls -las format-prob
- 1 -rwxr-xr-x 1 mmuegel 204 Aug 26 10:07 format-prob
-
- % which perl
- /usr/local/ustart/contrib/bin/perl
-
- % perl -v | head -5
-
- This is perl, version 4.0
-
- $RCSfile: perl.c,v $$Revision: 4.0.1.7 $$Date: 92/06/08 14:50:39 $
- Patch level: 35
-
- % ./format-prob
- ./format-prob: Permission denied.
-
- I have gotten this error when the Perl area is mounted from a Sparc and
- a NeXT. When Perl is on a local drive it works fine.
-
- Any hints? I am pretty new to the NeXT world but not UNIX.
- -Mike
-
- --
- -Michael S. Muegel <mmuegel@mot.com>
- UNIX Applications Startup Group
- Corporate Computer Services and Support
- Motorola, Inc.
-