From owner-freebsd-questions@FreeBSD.ORG Fri May 22 08:23:01 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 893BB1065672 for ; Fri, 22 May 2009 08:23:01 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 5B4B28FC08 for ; Fri, 22 May 2009 08:23:00 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 75DF97E837; Fri, 22 May 2009 00:22:59 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Fri, 22 May 2009 10:22:56 +0200 User-Agent: KMail/1.11.3 (FreeBSD/8.0-CURRENT; KDE/4.2.3; i386; ; ) References: <4A161C62.3090804@gmail.com> In-Reply-To: <4A161C62.3090804@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905221022.57391.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Shawn Badger Subject: Re: 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: Fri, 22 May 2009 08:23:01 -0000 On Friday 22 May 2009 05:30:42 Shawn Badger wrote: > Hi, I installed FreeBSD 7.2 Release on a mini nettop (Intel > Atom/945gc/ICH7 hardware), and everything seemed to go smoothly. > However, when I boot the system and the filesystem checks have been > going for awhile, it always ends in a panic. Here's the dump: > > dev = ad4s1f, block = 1, fs = /usr > panic: ffs_blkfree: freeing free block > cpuid: 1 > uptime: 15m47s > Physical memory: 2027 MB > Dumping 180 MB: > > Fatal Trap 12: page fault while in kernel mode > ... > > I am using the default filesystem. Does anyone know what might cause > this, and how I can fix it? This will likely go away after booting into single user and running fsck -y. See the archives for various discussions about the problems with background_fsck. -- Mel