home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / next / misc / 23378 < prev    next >
Encoding:
Internet Message Format  |  1992-12-26  |  1.8 KB

  1. Xref: sparky comp.sys.next.misc:23378 comp.sys.next.software:3200 comp.sys.next.hardware:3114
  2. Path: sparky!uunet!haven.umd.edu!mimsy!ostertag
  3. From: ostertag@cs.umd.edu (Eduardo Ostertag)
  4. Newsgroups: comp.sys.next.misc,comp.sys.next.software,comp.sys.next.hardware
  5. Subject: Lots of NFS I/O halts my NeXT. Please help!!
  6. Message-ID: <63067@mimsy.umd.edu>
  7. Date: 27 Dec 92 03:54:34 GMT
  8. Sender: news@mimsy.umd.edu
  9. Followup-To: comp.sys.next.misc
  10. Organization: Computer Science Dept, University of Maryland at College Park
  11. Lines: 29
  12.  
  13. I have a NeXTstation (non-Turbo) with NeXTSTEP 3.0, 20MB RAM,  400MB  disk.
  14. The  NeXT is our File Server and is exporting its entire disk. This disk is
  15. being NFS mounted from a bunch of client UNIX machines in our LAN (none  of
  16. them  is  a  NeXT).  THE  PROBLEM:  each time I execute a shell script in a
  17. client machine to create a big archive file (ar) in the exported  disk,  my
  18. NeXT  either  freezes  or  enters  panic  mode.  In this last case, I get a
  19. message in "/usr/adm/messages" that says "unexpected page fault".
  20.  
  21. Details:
  22.  
  23. The NeXT's exported disk is  being  mounted  as  "/server"  in  all  client
  24. machines. I login to one of client machines and do the following:
  25.  
  26.     bash$ cd /server
  27.     bash$ sh -x script
  28.  
  29. were "script" contains around 150 lines that look as follows:
  30.  
  31.     ar alv archive.a file.o
  32.  
  33. I know this could be done using one "ar"  command,  but  this  is  not  the
  34. point.  Also,  the "l" options makes "ar" create its temporary files in the
  35. current directory, in other words the NeXT NFS mounted disk "/server".  The
  36. resulting  archive  file  is  close  to  2MB in size. THE RESULT: somewhere
  37. around the middle of the script my NeXT freezes or enters panic mode.
  38.  
  39. I would appreciate any help in this matter,
  40.  
  41. -Eduardo Ostertag (ostertag@drinkme.cs.umd.edu)
  42.