From owner-freebsd-stable@FreeBSD.ORG Mon Dec 7 08:23:55 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB4E5106566B for ; Mon, 7 Dec 2009 08:23:55 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id 044B38FC13 for ; Mon, 7 Dec 2009 08:23:54 +0000 (UTC) Received: by ewy3 with SMTP id 3so610217ewy.33 for ; Mon, 07 Dec 2009 00:23:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:to:cc:subject:references :organization:from:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=oCsdZ8/CM3+Y9/TCqSwxMk2Nt+GwhWmeYBv8N37okqY=; b=oUw0SvyBP4f224EJgeGNVgN9hjlJMYq7EwurizrgZ7zz9ibnf3CfJOU5v22lushaBD 2qMaM8Zrg1PAdkQxjyT3AXZKrrQxEMinjwqjQSBzjAlm34z7lZLr8VUN9sojEZVBb1PQ po73c7T9g4hb0WacWgdvewSkwIR7sKdgTXSeM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:cc:subject:references:organization:from:date:in-reply-to :message-id:user-agent:mime-version:content-type; b=rJdmlLlOubDHpdKE9q1j9vsf1l/cbZQgGzTsFj4Nwf5PENMrpOPiwlEcYehrFAOO4j E5IMQVnItvHVi+fh23b0bRuIoeyEexCfXVprbo2sP1+oAT1zi84iZE13z+B20QPnnF+l FXWKzKYX++V/bVaTZsEHQ2Cuexc9yoEDi/1/4= Received: by 10.213.37.19 with SMTP id v19mr6831689ebd.64.1260174232324; Mon, 07 Dec 2009 00:23:52 -0800 (PST) Received: from localhost (ms.singlescrowd.net [80.85.90.67]) by mx.google.com with ESMTPS id 15sm3279955ewy.4.2009.12.07.00.23.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 07 Dec 2009 00:23:51 -0800 (PST) To: Kostik Belousov References: <86ws1180sr.fsf@kopusha.onet> <20091206181813.GR43143@deviant.kiev.zoral.com.ua> Organization: TOA Ukraine From: Mikolaj Golub Date: Mon, 07 Dec 2009 10:23:49 +0200 In-Reply-To: <20091206181813.GR43143@deviant.kiev.zoral.com.ua> (Kostik Belousov's message of "Sun\, 6 Dec 2009 20\:18\:13 +0200") Message-ID: <86vdgjry3u.fsf@zhuzha.ua1> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Stable Subject: Re: FreeBSD 7.1: QUOTA: kernel panics in jailed() X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2009 08:23:55 -0000 On Sun, 6 Dec 2009 20:18:13 +0200 Kostik Belousov wrote: > The kernel paniced because chkdq was supplied NULL credentials and > _positive_ blocks use count change. Line 276 calls chkdq with > -datablocks as the change. This could happen if you have problems > either with hardware (e.g. memory or CPU cache), or your fs > is damaged. > > Another possibility is random corruption of the kernel memory, but > I recommend to start with fsck and then continue with memory testers > if fsck have shown no problems. We have checked FS -- looks OK. So far we have just rebooted to the kernel without quota. To check the hardware is in our plans. Thank you. -- Mikolaj Golub