From owner-freebsd-questions@FreeBSD.ORG Sat Mar 31 21:18:23 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A14D416A402 for ; Sat, 31 Mar 2007 21:18:23 +0000 (UTC) (envelope-from bseklecki@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id 69EC313C4AE for ; Sat, 31 Mar 2007 21:18:23 +0000 (UTC) (envelope-from bseklecki@collaborativefusion.com) Received: from [10.5.80.240] (c-67-171-75-90.hsd1.pa.comcast.net [67.171.75.90]) (AUTH: LOGIN seklecki, TLS: TLSv1/SSLv3,128bits,RC4-MD5) by wingspan with esmtp; Sat, 31 Mar 2007 17:18:22 -0400 id 00056414.460ED01E.0000F603 From: "Brian A. Seklecki" To: freebsd@top-consulting.net In-Reply-To: <20070331144359.mmwyyvd7ccc80w4k@mail.top-consulting.net> References: <20070331144359.mmwyyvd7ccc80w4k@mail.top-consulting.net> Organization: Collaborative Fusion, Inc. Date: Sat, 31 Mar 2007 16:18:37 -0500 Message-Id: <1175375917.7585.23.camel@ingress> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.2.3-10mdk Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.1 kernel panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Mar 2007 21:18:23 -0000 >From a troubleshooting standpoint, I would check the following: 1) A Quick Memtest86 2) The management interface to the RAID (functional CLI in FBSD? otherwise BIOS menu); sector scan on logical volume. 3) Backup and newfs the file system UFS2 (it's just backups?) 4) The changelog for the driver on the releng-6 branch; any serious pullups into 6-stable/6.2-P* ~BAS On Sat, 2007-03-31 at 14:43 -0400, freebsd@top-consulting.net wrote: > I have the following setup: > > 3ware 9550SX-4LP raid card > > 4x 500GB SATA HD's in Raid 10. > > It's running on: FreeBSD store01 6.1-RELEASE-p12 FreeBSD > 6.1-RELEASE-p12 #0: Mon Jan 22 11:20:03 UTC 2007 > > I use this machine mainly for backups and NFS mount points. The > problem is that when I perform backups at night, within 1 hour or so > the machine reboots because of kernel panic. The exact error message is: > > Mar 31 00:29:05 store01 syslogd: kernel boot file is /boot/kernel/kernel > Mar 31 00:29:05 store01 kernel: start = 0, len = 11431, fs = /usr > Mar 31 00:29:05 store01 kernel: panic: ffs_alloccg: map corrupted > Mar 31 00:29:05 store01 kernel: Uptime: 2d22h57m30s > Mar 31 00:29:05 store01 kernel: Cannot dump. No dump device defined. > Mar 31 00:29:05 store01 kernel: Automatic reboot in 15 seconds - press > a key on the console to abort > > > This has been happening only since I started doing massive backups on > this box ( lots of directories/files ). After reboot, if I run a fsck > -y on the partitions everything turns out fine but with "fixed errors" > like: Mar 28 03:53:13 store01 fsck: /dev/da0s1f: INCORRECT BLOCK COUNT > I=28342913 (40 should be 0) (CORRECTED) > > The only other place where I've found a problem very similar to mine > is: > http://www.nabble.com/kern-35580:-creating-directories-on-large-UFS2--%3E-boom-t3203420.html but that is on > NetBSD. > > Does anyone know if what I'm describing is a current bug in FreeBSD > 6.1 or a problem with the 3ware card or something else. > > Thanks! > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"