From owner-freebsd-current@FreeBSD.ORG Thu Aug 7 17:23:14 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FAF337B401 for ; Thu, 7 Aug 2003 17:23:14 -0700 (PDT) Received: from mail.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F0143F3F for ; Thu, 7 Aug 2003 17:23:13 -0700 (PDT) (envelope-from freebsd@soith.com) Received: from www.fastmail.fm (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id E55828AEF5; Thu, 7 Aug 2003 20:23:12 -0400 (EDT) Received: from 10.202.2.132 ([10.202.2.132] helo=www.fastmail.fm) by messagingengine.com with SMTP; Thu, 07 Aug 2003 20:23:12 -0400 Received: by www.fastmail.fm (Postfix, from userid 99) id 0C1193959F; Thu, 7 Aug 2003 20:23:10 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Aaron Wohl" To: freebsd-current@freebsd.org Date: Thu, 07 Aug 2003 18:23:10 -0600 X-Epoch: 1060302192 X-Sasl-enc: NuC1NbsOoYwa5yKAaJ81uQ Message-Id: <20030808002310.0C1193959F@www.fastmail.fm> Subject: vinum lock panic at startup -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2003 00:23:14 -0000 I just cvsuped -current this afternoon to get about 1 weeks updates. After that the kernel panics booting starting vinum. I removed the one vinum volume (reformated as UFS2) I had for testing. And it still panics. I changed the /etc/rc.conf start_vinum="YES" to NO and can start ok now. Anyone else seeing this? Is there a fix for it? (kgdb) where #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:240 #1 0xc030e4d2 in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:372 #2 0xc030e828 in panic () at /usr/src/sys/kern/kern_shutdown.c:550 #3 0xc030535c in _mtx_assert (m=0xc05f5820, what=0, file=0xc052eb22 "/usr/src/sys/geom/geom_dev.c", line=198) at /usr/src/sys/kern/kern_mutex.c:855 #4 0xc02d613f in g_dev_open (dev=0xc6, flags=-1068307678, fmt=0, td=0x0) at /usr/src/sys/geom/geom_dev.c:198 #5 0xc763d3b6 in open_drive (drive=0xc05f5820, td=0xc75f85f0, verbose=0) at /usr/src/sys/dev/vinum/vinumio.c:69 #6 0xc763d61b in init_drive (drive=0xc6, verbose=-1068307678) at /usr/src/sys/dev/vinum/vinumio.c:138 #7 0xc763da62 in read_drive_label (drive=0xc6, verbose=0) at /usr/src/sys/dev/vinum/vinumio.c:291 #8 0xc763dbf4 in check_drive (devicename=0x0) at /usr/src/sys/dev/vinum/vinumio.c:341 #9 0xc763e8d6 in vinum_scandisk (devicename=0xc75ea2f0 "ad2 ad1 ad0") at /usr/src/sys/dev/vinum/vinumio.c:787 #10 0xc763f58e in vinum_super_ioctl (dev=0xc7614700, cmd=0, data=0xc73f8000 "") at /usr/src/sys/dev/vinum/vinumioctl.c:309 #11 0xc763eef6 in vinumioctl (dev=0x0, cmd=3288352331, data=0xc73f8000 "", flag=3, td=0xc75f85f0) at /usr/src/sys/dev/vinum/vinumioctl.c:80 #12 0xc02d404e in spec_ioctl (ap=0xc73f8000) at /usr/src/sys/fs/specfs/spec_vnops.c:346 #13 0xc02d3698 in spec_vnoperate (ap=0x0) at /usr/src/sys/fs/specfs/spec_vnops.c:122 #14 0xc0375fe1 in vn_ioctl (fp=0xc760c198, com=3288352331, data=0xc73f8000, active_cred=0xc21cc280, td=0xc75f85f0) at vnode_if.h:503 #15 0xc0335f05 in ioctl (td=0xc75f85f0, uap=0xe4cd5d10) at /usr/src/sys/sys/file.h:261 #16 0xc04d4f73 in syscall (frame= {tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 0, tf_esi = 1, tf_ebp = -1077938088, tf_isp = -456303244, tf_ebx = -1077938032, tf_edx = 135189408, tf_ecx = 11, tf_eax = 54, tf_trapno = 12, tf_err = 2, tf_eip = 134704511, tf_cs = 31, tf_eflags = 582, tf_esp = -1077939172, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1008 #17 0xc04c535d in Xint0x80_syscall () at {standard input}:144 ---Can't read userspace from dump, or kernel process---