Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 1996 17:15:00 -0700 (PDT)
From:      Archie Cobbs <archie@tribe.com>
To:        freebsd-questions@freebsd.org
Subject:   panic: update: rofs mod
Message-ID:  <199604160015.RAA03926@bubba.tribe.com>

next in thread | raw e-mail | index | archive | help

The past few shutdowns of my 2.1-R system I've been getting this:

	panic: update: rofs mod

Any ideas? Kernel config included below.

Thanks,
-Archie

# KERN7
# 

machine		"i386"
cpu		"I586_CPU"

ident		KERN7
maxusers	24

options		MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MFS			### Memory Based Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=5"		#Be pessimistic about Joe SCSI device
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
options		KTRACE			### Nick turned on kernel tracing

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

config		kernel	root on sd0 

controller	isa0
controller	pci0
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

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

controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0


controller	bt0	at isa? port "IO_BT0" bio irq ? vector btintr

controller	scbus0
device		sd0
device		st0
device		cd0	#Only need one of these, the code dynamically grows

device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
options         FAT_CURSOR              # start with block cursor

### Serial ports

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		sio2	at isa? port "IO_COM3" tty irq 9 vector siointr

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

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

controller	snd0
#device		gus0	at isa? port 0x220 irq 7 drq 1 vector gusintr
device sb0      at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	tun	4
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's

__________________________________________________________________________
Archie L. Cobbs, archie@tribe.com   *   Whistle Communications Corporation



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