home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / bsd / 11003 < prev    next >
Encoding:
Text File  |  1993-01-07  |  3.0 KB  |  110 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!pipex!ibmpcug!adrian
  3. From: adrian@rachel.ibmpcug.co.uk (Adrian Hall)
  4. Subject: Machine crashes for no reason....Im out of ideas...
  5. Organization: The IBM PC User Group, UK.
  6. Date: Thu, 7 Jan 1993 17:55:29 GMT
  7. Message-ID: <C0HwGI.IFC@ibmpcug.co.uk>
  8. Sender: news@ibmpcug.co.uk (News System Administration)
  9. Nntp-Posting-Host: rachel.ibmpcug.co.uk
  10. Lines: 98
  11.  
  12. A strange problem has started to occur recently on my machine. It seems
  13. to enjoy rebooting for no reason whatsoever. No messages are usually
  14. left. Occasionally, the message 
  15.  
  16.     Panic: kmem_map too small...
  17.     Updating disks before rebooting.
  18.  
  19. Appears. Sometimes I get a vm_fault() error message (but rarely).
  20.  
  21. Anyone any ideas where I should even start looking???
  22.  
  23. Config is below for those interested.
  24.  
  25. Adrian
  26. --
  27. Config:
  28.  
  29.     Contaq 486/50 Motherboard AMI BIOS. Cache options 16Meg cached
  30.         C0000-C8000 remapped. (Machine crashes straight away
  31.         if I dont do this.)
  32.     Western Digital WD-1009V ESDI Controller
  33.         (Also serves the floppy drive)
  34.     Adaptec 1542 SCSI Controller
  35.     Novell NE-2000 Ethernet Controller
  36.     2 x Serial Ports
  37.         Dowty Trailblazer connected to COM1: running at 19.2K
  38.         locked interface speed.
  39.     1 x Parallel Port
  40.     EGA GRaphics Card.
  41.  
  42. Kernel:
  43.     Standard Distribution
  44.     Patches 1-58 applied (removed extra return on Patch 19)
  45.     Recently Posted NE-2000 driver
  46.     Julians SCSI drivers.
  47.     ESDI has standard boot-blocks, SCSI has new boot-blocks.
  48.     New-Year Clock Patch
  49.     Julians IP Memory-leak patch
  50.  
  51. machine        "i386"
  52. cpu        "i386"
  53. ident        RACHEL
  54. timezone    0 dst
  55. maxusers    32
  56. options        XSERVER,INET,ISOFS,NFS,GATEWAY
  57. options        "COMPAT_43"
  58. options        "TCP_COMPAT_42"
  59.  
  60. config        "386bsd"    root on wd0 swap on wd0 and sd0
  61.  
  62. controller    isa0
  63. controller    wd0    at isa? port "IO_WD1" bio irq 14 vector wdintr
  64. disk        wd0    at wd0 drive 0
  65. disk        wd0    at wd0 drive 1
  66.  
  67. controller    fd0    at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
  68. disk        fd0    at fd0 drive 0
  69. disk        fd1    at fd0 drive 1
  70.  
  71. controller     aha0    at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
  72. controller    scbus0
  73.  
  74. device        sd0
  75. device        sd1
  76. device        sd2
  77. device        sd3
  78.  
  79. device        st0
  80. device        st1
  81. device        st2
  82. device        st3
  83.  
  84. device        cd0
  85. device        cd1
  86.  
  87. device        pc0    at isa? port "IO_KBD" tty irq 1 vector pcrint
  88. device        npx0    at isa? port "IO_NPX" irq 13 vector npxintr
  89. device        com1    at isa? port "IO_COM1" tty irq 4 vector comintr
  90. device        com2    at isa? port "IO_COM2" tty irq 3 vector comintr
  91. device        lpt1    at isa? port "IO_LPT1" tty irq 7 vector lptintr
  92.  
  93. device we0 at isa? port 0x280 net irq 2 iomem 0xd0000 iosiz 8192 vector weintr
  94. device ne0 at isa? port 0x300 net irq 2 vector neintr
  95. device ec0 at isa? port 0x250 net irq 2 iomem 0xd8000 iosiz 8192 vector ecintr
  96.  
  97. pseudo-device    loop
  98. pseudo-device    ether
  99. pseudo-device    log
  100. pseudo-device    pty    32
  101.  
  102. pseudo-device    swappager
  103. pseudo-device    vnodepager
  104. pseudo-device    devpager
  105. -- 
  106. ------------------------------------------------------------------------------
  107. Adrian Hall                Telephone: +44 (0)81 863 1191
  108. Connect Systems Manager            Fax:       +44 (0)81 863 6095
  109. The IBM PC User Group            Internet:  adrian@ibmpcug.co.uk
  110.