home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / software / 915 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.5 KB  |  54 lines

  1. Newsgroups: comp.sys.next.software
  2. Path: sparky!uunet!stanford.edu!CSD-NewsHost.Stanford.EDU!news
  3. From: philip@ziggy.stanford.edu (Philip Machanick)
  4. Subject: Re: swapfile death - help
  5. Message-ID: <1992Jul30.170802.8446@CSD-NewsHost.Stanford.EDU>
  6. Sender: news@CSD-NewsHost.Stanford.EDU
  7. Reply-To: philip@ziggy.stanford.edu (Philip Machanick)
  8. Organization: CS Department, Stanford University, California, USA
  9. References: <1992Jul29.175604.16623@CSD-NewsHost.Stanford.EDU>
  10. Date: Thu, 30 Jul 1992 17:08:02 GMT
  11. Lines: 41
  12.  
  13. In article <1992Jul29.175604.16623@CSD-NewsHost.Stanford.EDU>  
  14. philip@pescadero.Stanford.EDU (Philip Machanick) writes:
  15. > The NeXT I was using filled up its local disk (swap file grew while
  16. > running Mathematica). Eventually the machine totally wedged and I
  17. > had to power cycle it. Now when it boots it gets stuck trying to
  18. > handle a page fault.
  19.  
  20. I had lots of replies on this - the best summary is:
  21. --
  22. From: matthews@ectds.com
  23. To: philip@pescadero.stanford.edu
  24. Subject: Re: swapfile death - help
  25.  
  26. from the ROM monitor,
  27.  
  28. bsd -sb
  29.  
  30. (-s single user, -b don't read /etc/rc.boot)
  31.  
  32. mount -o remount / # so you can write to it
  33.  
  34. dig out where the problem really is.  If it's only the swapfile, rm  
  35. /private/vm/swapfile; touch /private/vm/swapfile; chmod 1600  
  36. /private/vm/swapfile
  37.  
  38. # removing it now won't do any harm, it isn't being used
  39.  
  40. might wanna
  41.  
  42. fsck /dev/rsd0a
  43.  
  44. while you're there
  45.  
  46. halt
  47.  
  48. reboot.
  49. --
  50. Thanks to everyone else who responded.
  51. --
  52. Philip Machanick
  53. philip@pescadero.stanford.edu
  54.