Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Oct 1997 13:56:36 +0400
From:      "Alexander B. Povolotsky" <tarkhil@mgt.msk.ru>
To:        stable@freebsd.org
Subject:   panic: recursive lock in ufs boundary="==_Exmh_19534499960"
Message-ID:  <199710090956.NAA01016@asteroid.mgt.msk.ru>

next in thread | raw e-mail | index | archive | help
This is a multipart MIME message.

--==_Exmh_19534499960
Content-Type: text/plain; charset=us-ascii

Hello!

I've attempted make release on machine like

FreeBSD asteroid.mgt.msk.ru 2.2-STABLE FreeBSD 2.2-STABLE #0: Thu Oct  9 13:17:25 MSD 1997     root@asteroid.mgt.msk.ru:/net/unix/FreeBSD/src/sys/compile/ASTEROID  i386

and it repeatedly crashed with "panic: recursive lock in ufs" during cpio or 
(in batch mode) df called from /usr/release/doFS.sf.

Kernel config is attached.

Maybe someone can help?



--==_Exmh_19534499960
Content-Type: text/plain; name="ASTEROID"; charset=us-ascii
Content-Description: ASTEROID
Content-Disposition: attachment; filename="ASTEROID"

machine		"i386"

ident		ASTEROID

maxusers	15

options		CHILD_MAX=128
options		OPEN_MAX=128


options         INCLUDE_CONFIG_FILE     # Include this file in kernel

config		kernel	root on sd0


cpu		"I586_CPU"		# aka Pentium(tm)


options		"COMPAT_43"

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

options		"MD5"



options		UCONSOLE

options		USERCONFIG		#boot -c editor
options		VISUAL_USERCONFIG	#visual boot -c editor

options		INET			#Internet communications protocols

pseudo-device	ether			#Generic Ethernet
pseudo-device	loop			#Network loopback device
pseudo-device	bpfilter	4	#Berkeley packet filter
pseudo-device	disc			#Discard device
pseudo-device	tun	1		#Tunnel driver(user process ppp)

options		FFS			#Fast filesystem
options		NFS			#Network File System

options		"CD9660"		#ISO 9660 filesystem
options		PROCFS			#Process filesystem

controller	scbus0	#base SCSI code
device		ch0	#SCSI media changers
device		sd0	#SCSI disks
device		st0	#SCSI tapes
device		cd0	#SCSI CD-ROMs
device worm0 at scbus?	# SCSI worm
device sctarg0 at scbus? # SCSI target

pseudo-device	pty	16	#Pseudo ttys - can go as high as 256
pseudo-device	speaker		#Play IBM BASIC-style noises out your speaker
pseudo-device	log		#Kernel syslog interface (/dev/klog)
pseudo-device	gzip		#Exec gzipped a.out's
pseudo-device	vn	2	#Vnode driver (turns a file into a device)
pseudo-device	snp	3	#Snoop device - to look at pty/vty/etc..
pseudo-device	ccd	4	#Concatenated disk driver

controller	isa0

options		"AUTO_EOI_1"

device		sc0	at isa0 port "IO_KBD" tty irq 1 flags 0xA vector scintr
options		MAXCONS=16		# number of virtual consoles

device		npx0	at isa0 port "IO_NPX" iosiz 0x0 flags 0x0 irq 13 vector npxintr

controller	wdc1	at isa0 port "IO_WD2" bio irq 15 vector wdintr

options         ATAPI   #Enable ATAPI support for IDE bus
options		ATAPI_STATIC	#Don't do it as an LKM

device          wcd0

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

device		lpt0	at isa0 port? tty irq 7 vector lptintr
device		sio0	at isa0 port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa0 port "IO_COM2" tty irq 3 vector siointr

device pca0 at isa0 port IO_TIMER1 tty

controller	pci0
controller	ncr0
device		fxp0

options		COMPAT_LINUX
options		"SCSI_2_DEF"
options		SCSI_DELAY=8	# Be pessimistic about Joe SCSI device

--==_Exmh_19534499960--




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