home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5184 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  2.3 KB

  1. Path: sparky!uunet!wupost!spool.mu.edu!agate!soda.berkeley.edu!wjolitz
  2. From: wjolitz@soda.berkeley.edu (William F. Jolitz)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: 386BSD hangs
  5. Date: 6 Sep 1992 00:27:52 GMT
  6. Organization: U.C. Berkeley, CS Undergraduate Association
  7. Lines: 42
  8. Message-ID: <18bja8INNjt2@agate.berkeley.edu>
  9. References: <ZCO6TOH@desert.in-berlin.de> <david.715668854@mlb.geomechanics.csiro.au>
  10. NNTP-Posting-Host: soda.berkeley.edu
  11.  
  12. In article <david.715668854@mlb.geomechanics.csiro.au> david@mlb.geomechanics.csiro.au (David Le Blanc) writes:
  13. >hell@desert.in-berlin.de (Steffen Hellwig) writes:
  14. >
  15. >>Hallo world.
  16. >>I've some problems running 386BSD on my 386 40MHZ with an ADAPTEC 1542A
  17. >>I've installed 386BSD sucsessfully on a Fujutsu M2624FA SCSI Disk and every 
  18. >>thinks works fine.
  19. >>But sometimes, most often during heavy disk-io, the machine hangs without
  20. >>any comments.
  21. >
  22. >>Anyone else noticed that strange thing?
  23. >
  24. >I have had that happening. It usually happens when I do two large things
  25. >such as run GCC twice while under Xwindows.. The swapping will halt, and
  26. >the machine will go quiet. And stay that way.
  27.  
  28. It most likely you have too little memory and it's paging itself into
  29. a deficit. The current page replacement algorithm isn't up to the task
  30. for systems with 4 MB RAM or less. The page replacement algorithm is
  31. being reworked (it's horrible) to operate correctly, but it's slow going.
  32.  
  33. I suggest that in the meantime if you wish to run very memory intensive
  34. operations (such as windows and gcc), you install more RAM. I do much
  35. more intensive operations than these, but on 8 MB, 16 MB, and 20 MB
  36. systems, and do not experience this problem.
  37.  
  38. BTW, if you use 8MB+ systems, make sure you either use a patched
  39. and recompiled kernel for the 8MB stability bug, or insert and recompile
  40. the fix yourself. Otherwise, you may get silent hangs for a completely
  41. different reason.
  42.  
  43. >Also, I have had problems where while swapping the IDE drive (which has
  44. >the swap partition, I have /usr files on a 'D:' SCSI drive (adaptec 1542b))
  45. >will pause, with the activity light on solid for maybe five seconds, then
  46. >resume. Any ideas?
  47.  
  48. Sounds like a bug in the SCSI driver...The pause is because it gets
  49. retried and eventually gets through. The SCSI driver does not obtain the status
  50. at the appropriate time and causes an operation to be aborted and retried...
  51. until it works. 
  52.  
  53. Lynne.
  54.