From owner-freebsd-stable Thu Oct 9 02:57:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA21135 for stable-outgoing; Thu, 9 Oct 1997 02:57:31 -0700 (PDT) (envelope-from owner-freebsd-stable) Received: from gate.mgt.msk.ru (mgtrep.24h.dialup.ru [194.87.18.139]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA21125 for ; Thu, 9 Oct 1997 02:57:21 -0700 (PDT) (envelope-from tarkhil@mgt.msk.ru) Received: from asteroid.mgt.msk.ru (asteroid.mgt.msk.ru [192.168.133.145]) by gate.mgt.msk.ru (8.8.6/8.8.6) with ESMTP id NAA08385 for ; Thu, 9 Oct 1997 13:57:03 +0400 (MSD) Received: from asteroid.mgt.msk.ru (localhost.mgt.msk.ru [127.0.0.1]) by asteroid.mgt.msk.ru (8.8.7/8.8.6) with ESMTP id NAA01016 for ; Thu, 9 Oct 1997 13:56:36 +0400 (MSD) Message-Id: <199710090956.NAA01016@asteroid.mgt.msk.ru> To: stable@freebsd.org Reply-To: tarkhil@mgt.msk.ru Subject: panic: recursive lock in ufs boundary="==_Exmh_19534499960" Date: Thu, 09 Oct 1997 13:56:36 +0400 From: "Alexander B. Povolotsky" Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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--