Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 1997 09:22:49 -0400 (EDT)
From:      Keith Mitchell NIS <kmitch@weenix.guru.org>
To:        smp@freebsd.org
Subject:   SMP kernel freezes
Message-ID:  <199704211322.JAA01735@weenix.guru.org>

next in thread | raw e-mail | index | archive | help
My SMP kernel has frozen twice now in the last 24 hours.  My system is
based off of -current from 4/19 and off of -smp as of 4/19.  The first
time it froze was during the system backup which is moderately I/O
intensize.  The second time, I was just typing a command on the command-line
when it froze.

My mptable output is already on file (weenix.guru.org)

My kernel config is:

#
# WEENIX -- kernel config file for weenix.guru.org
#
# $Id: WEENIX,v 1.1.2.1 1997/03/16 23:38:45 kmitch Exp $
#

machine		"i386"
cpu		"I586_CPU"
cpu		"I686_CPU"
ident		WEENIX
maxusers	20

options		MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		KERNFS			#Kernel filesystem
options		DEVFS			#Device filesystem
options		"EXT2FS"		#Linux filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
options		SCSI_DELAY=15		#Be pessimistic about Joe SCSI device
options		UCONSOLE		#Allow users to grab the console
options		FAILSAFE		#Be conservative
options		USERCONFIG		#boot -c editor
options		VISUAL_USERCONFIG	#visual boot -c editor
options		SYSVMSG			#System V Shared Memory
options		SYSVSHM			#System V Shared Memory
options		SYSVSEM			#System V Shared Memory
options		QUOTA			#User Quotas
options		KTRACE			#Kernel Tracing
options		LINUX			#Linux Binary Compat
options		COMPAT_LINUX		#Linux Binary Compat
options		IPFIREWALL		#Firewall support
options		IPFIREWALL_VERBOSE	#Verbose Firewall support
options		COM_MULTIPORT		#Multiport serial card
options		INCLUDE_CONFIG_FILE	#Include config in kernel

config		kernel	root on sd0

controller	isa0
controller	eisa0
controller	pci0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1

#
# SMP options
#
options		SMP
options		APIC_IO
options		SMP_INVLTLB

#
# SCSI options
#
options		AHC_SCBPAGING_ENABLE
options		SCSI_REPORT_GEOMETRY
controller	ahc0

controller	scbus0 at ahc0 bus 0
controller	scbus1 at ahc0 bus 1

device		sd0 at scbus0 target 0
device 		sd1 at scbus0 target 3
device		st0 at scbus?
device		cd0 at scbus?
device		worm0 at scbus?

#
# Emulations
#
options		"IBCS2"			#SCO Compatibility

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr

# Mandatory, don't remove
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

#
# Serial Devices
#
device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port 0x3e8 tty flags 0x485 vector siointr
device		sio2	at isa? port 0x1a8 tty flags 0x485 vector siointr
device		sio3	at isa? port 0x1e8 tty flags 0x485 vector siointr
device		sio4	at isa? port 0x1f8 tty irq 3 flags 0x485 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr

device		psm0	at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr

#
# Network Devices
#
device de0

#
# Pseudo devices
#
pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	vn		3
pseudo-device	sl		1
pseudo-device	ccd		3
pseudo-device	snp		3
pseudo-device	ppp		1
pseudo-device	tun		1
pseudo-device	pty		32
pseudo-device	gzip
pseudo-device	speaker
pseudo-device	bpfilter	4

-- 
Keith Mitchell					Head Administrator: acm.vt.edu
Email: kmitch@weenix.guru.org			PGP key available upon request
http://weenix.guru.org/~kmitch 
     Address and URL (c) 1997 Keith Mitchell - All Rights Reserved
   		Unauthorized use or duplication prohibited



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704211322.JAA01735>