Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Dec 1997 18:40:57 -0500 (EST)
From:      Troy Settle <rewt@i-Plus.net>
To:        stable@freebsd.org
Subject:   kernel crashes when switching vtys
Message-ID:  <Pine.BSF.3.95q.971207183356.611A-200000@radford.i-plus.net>

index | next in thread | raw e-mail

[-- Attachment #1 --]

Hopefully, someone can help me with this...

Today, I cvsupped, made the world, rebooted, made a new kernel, rebooted
again.  Everything went smoothly until I went to switch vtys.

When I hit ALT-F2 to switch, the PC speaker squealed for a few seconds,
then the box rebooted.

# uname -a
FreeBSD Radford.i-Plus.net 2.2.5-STABLE FreeBSD 2.2.5-STABLE #0: Sun Dec
7 17:48:30 EST 1997     root@Radford.i-Plus.net:/usr/src/sys/compile/RAD2
i386

(kernel config is attached)

I can't find any explanation for this.  If anyone knows, please fill me in
ASAP.

--
  Troy Settle                -- - -- - --          -- Got 'Net? --
  Network Administrator     | This Space |     Explore the world with
  st@i-Plus.net             |  For Rent  |     iPlus Internet Services
  ICQ: 1625842               -- - -- - --      http://www.i-Plus.net


[-- Attachment #2 --]
machine		"i386"
cpu		"I486_CPU"
cpu		"I586_CPU"
ident		"RAD2"
maxusers	50

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
options		SCSI_DELAY=15		#Be pessimistic about Joe SCSI device
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
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		QUOTA

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

options         IPFIREWALL
options         IPFIREWALL_DEFAULT_TO_ACCEPT
options         IPDIVERT

config		kernel	root on wd0

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

options		"CMD640"	# work around CMD640 chip deficiency
controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0
disk		wd1	at wdc0 drive 1

device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
device		npx0	at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr

device		apm0    at isa?	disable	# Advanced Power Management
options		APM_BROKEN_STATCLOCK	# Workaround some buggy APM BIOS

device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr

device ed0 at isa? port 0x300 net irq  5 iomem 0xd8000 vector edintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	vn	1
pseudo-device	pty	32
pseudo-device	gzip
pseudo-device	bpfilter	4
home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.971207183356.611A-200000>