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

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