home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / sysadmin / 4884 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.3 KB  |  47 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!ftpbox!motsrd!white!rtsg.mot.com!muegel
  3. From: muegel@rtsg.mot.com (Michael S. Muegel)
  4. Subject: Perl use over NFS
  5. Message-ID: <1992Aug26.154829.18822@rtsg.mot.com>
  6. Sender: news@rtsg.mot.com
  7. Nntp-Posting-Host: taupe
  8. Reply-To: mmuegel@mot.com
  9. Organization: Corporate Computer Services & Support, Motorola, Inc.
  10. Date: Wed, 26 Aug 1992 15:48:29 GMT
  11. Lines: 34
  12.  
  13. When I try to run a Perl script that is set up correctly via the #! syntax
  14. I get a "permission denied" error. Perl is mounted via NFS. Here is some 
  15. information:
  16.  
  17.    % head -1 format-prob
  18.    #!/usr/local/ustart/contrib/bin/perl
  19.  
  20.    % ls -las format-prob
  21.    1 -rwxr-xr-x  1 mmuegel      204 Aug 26 10:07 format-prob
  22.  
  23.    % which perl
  24.    /usr/local/ustart/contrib/bin/perl
  25.  
  26.    % perl -v | head -5
  27.  
  28.    This is perl, version 4.0
  29.  
  30.    $RCSfile: perl.c,v $$Revision: 4.0.1.7 $$Date: 92/06/08 14:50:39 $
  31.    Patch level: 35
  32.  
  33.    % ./format-prob
  34.    ./format-prob: Permission denied.
  35.  
  36. I have gotten this error when the Perl area is mounted from a Sparc and
  37. a NeXT. When Perl is on a local drive it works fine.
  38.  
  39. Any hints? I am pretty new to the NeXT world but not UNIX.
  40. -Mike
  41.  
  42. -- 
  43. -Michael S. Muegel <mmuegel@mot.com>
  44. UNIX Applications Startup Group
  45. Corporate Computer Services and Support
  46. Motorola, Inc.
  47.