home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / question / 13136 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.7 KB

  1. Xref: sparky comp.unix.questions:13136 comp.unix.sysv386:16332 comp.unix.sys5.r4:468 comp.unix.wizards:4567
  2. Newsgroups: comp.unix.questions,comp.unix.sysv386,comp.unix.sys5.r4,comp.unix.wizards
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!menudo.uh.edu!lobster!mondy!tsm
  4. From: tsm@mondy.uucp (Tami S. Mondy)
  5. Subject: Re: Unix System Crashing!! Why?
  6. Message-ID: <1992Nov8.231211.3601@mondy.uucp>
  7. Organization: Mondy and Associates
  8. References: <1992Nov3.130757.20385@cbfsb.cb.att.com>
  9. Date: Sun, 8 Nov 1992 23:12:11 GMT
  10. Lines: 39
  11.  
  12. In article <1992Nov3.130757.20385@cbfsb.cb.att.com> nll@cbnewsb.cb.att.com (neal.l.leitner) writes:
  13. >
  14. >I have been having a problem with my Unix machine crashing every once in
  15. >a while.  I was hoping someone could shed some light on the subject.
  16. >
  17.         [ deleted & condensed ]
  18. >
  19. >The messages that are dumped to the console are:
  20. >
  21. >WARNING: pprtmount:      no msg blocks
  22. >
  23. >WARNING: ldterm: (ldterm_outchar)        out of blocks
  24. >
  25. >WARNING: ldterm: (ldtermsrv)        out of blocks
  26. >
  27. >WARNING: ldtermsrv:      out of blocks
  28. >
  29. >
  30. >The only way to get the system back is to reboot the machine.  If anyone
  31. >can help I would appreciate it greatly.
  32. >
  33. >
  34.  
  35. We had a similiar problem which appears to have been a kernal 
  36. memory leak in the asy driver.  This is in Dell's issue 2.1
  37. which is system V R4.
  38.  
  39. Use "sar -k" to see your kernal memory statistics.
  40. If you don't have sar running, now is a good time to add it:
  41.     At startup in inittab or via an init script:
  42.         su sys -c "/usr/lib/sa/sadc /var/adm/sa/sa`date +%d`"
  43.     In the sys crontab:
  44.         0 * * *    * /usr/lib/sa/sa1 240 15  # every 4 min
  45.  
  46. All of our problems went away when we replaced the asy driver with
  47. SAS.  (Actually we use both, but the asy driver almost never sees
  48. activity on the DOS port it handles.)
  49.  
  50. Mike and Tami
  51.