From owner-freebsd-questions@FreeBSD.ORG Sat Mar 31 18:44:02 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 5736916A401 for ; Sat, 31 Mar 2007 18:44:02 +0000 (UTC) (envelope-from freebsd@top-consulting.net) Received: from cust02.top-consulting.net (cust02.top-consulting.net [69.28.212.222]) by mx1.freebsd.org (Postfix) with ESMTP id F35A013C44C for ; Sat, 31 Mar 2007 18:44:01 +0000 (UTC) (envelope-from freebsd@top-consulting.net) Received: (qmail 9330 invoked by uid 89); 31 Mar 2007 18:44:00 -0000 Received: from unknown (HELO smtp1.polarismail.com) () (POLARISLOCAL) by cust02.top-consulting.net with SMTP; 31 Mar 2007 18:43:59 -0000 Received: from modemcable215.11-57-74.mc.videotron.ca (modemcable215.11-57-74.mc.videotron.ca [74.57.11.215]) by mail.top-consulting.net (Horde MIME library) with HTTP; Sat, 31 Mar 2007 14:43:59 -0400 Message-ID: <20070331144359.mmwyyvd7ccc80w4k@mail.top-consulting.net> Date: Sat, 31 Mar 2007 14:43:59 -0400 From: freebsd@top-consulting.net To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.9 X-DSPAM-Result: Innocent X-DSPAM-Processed: Sat Mar 31 14:44:00 2007 X-DSPAM-Confidence: 0.9834 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 1,460eabf0793881873710727 X-DSPAM-Factors: 27, Message-ID*mail.top, 0.00945, FreeBSD+6, 0.01000, FreeBSD+6, 0.01000, /usr, 0.01000, The+exact, 0.01000, reboots, 0.01000, fsck, 0.01000, fsck, 0.01000, Message-ID*mail.top+consulting.net>, 0.01000, len+=, 0.01000, start+=, 0.01000, key+on, 0.01000, the+partitions, 0.01000, backups+at, 0.01000, machine+reboots, 0.01000, out+fine, 0.01000, 3ware, 0.01000, 3ware, 0.01000, following+setup, 0.01000, Subject*kernel, 0.01000, error+message, 0.03118, Thanks!, 0.04285, From*top+consulting.net, 0.04296, reboot, 0.04974, reboot, 0.04974, NFS, 0.06032, the+console, 0.06736 Subject: 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 18:44:02 -0000 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 =20 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 =20 problem is that when I perform backups at night, within 1 hour or so =20 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 =3D 0, len =3D 11431, fs =3D /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 =20 a key on the console to abort This has been happening only since I started doing massive backups on =20 this box ( lots of directories/files ). After reboot, if I run a fsck =20 -y on the partitions everything turns out fine but with "fixed errors" =20 like: Mar 28 03:53:13 store01 fsck: /dev/da0s1f: INCORRECT BLOCK COUNT =20 I=3D28342913 (40 should be 0) (CORRECTED) The only other place where I've found a problem very similar to mine =20 is: =20 http://www.nabble.com/kern-35580:-creating-directories-on-large-UFS2--%3E-bo= om-t3203420.html but that is on =20 NetBSD. Does anyone know if what I'm describing is a current bug in FreeBSD =20 6.1 or a problem with the 3ware card or something else. Thanks!