From owner-freebsd-stable@FreeBSD.ORG Fri Aug 30 12:47:05 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CAA9BE94 for ; Fri, 30 Aug 2013 12:47:05 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pd0-x22c.google.com (mail-pd0-x22c.google.com [IPv6:2607:f8b0:400e:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A57892196 for ; Fri, 30 Aug 2013 12:47:05 +0000 (UTC) Received: by mail-pd0-f172.google.com with SMTP id z10so1816993pdj.31 for ; Fri, 30 Aug 2013 05:47:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=S1lEx7uYCs2Jnp/Xv0oQYu29MgTEHW7Ov6McA19H2Vk=; b=quwAC8f780f3xH25bN+wXkwjMjVHh/gZXbAZ4C6zb9waCcawdXru92GWsGlyHqhYfW XbRn8MK3596HIvClopZdervCiH3rxaTPrhm1prKVk1jIgEsNYHaqchBOPRkhIB/APLDP /V3jLI+kGkeykmm+X07zZnZUBgKcocIj9phmsBxjLhurzbJZ+CaAenjtiT92iFCD2lZk 8AMQlD4m5DTeHJB31vTOtg82JKy4BXT+Olgw9dlKJ6hDMweI2lQQbzeH/v1VVzg1GvN6 cSFzQjiw7NuMk/0J826dE9disVo/mI16or1vo7hxx7PrkXFvzYxsL43GekRUS9CkAI0A n9SA== MIME-Version: 1.0 X-Received: by 10.68.245.227 with SMTP id xr3mr9376339pbc.182.1377866824971; Fri, 30 Aug 2013 05:47:04 -0700 (PDT) Received: by 10.70.92.79 with HTTP; Fri, 30 Aug 2013 05:47:04 -0700 (PDT) In-Reply-To: References: Date: Fri, 30 Aug 2013 07:47:04 -0500 Message-ID: Subject: Re: gmirror crash writing to disk? Or is it su+j crash? From: Adam Vande More To: Zaphod Beeblebrox Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2013 12:47:05 -0000 On Thu, Aug 29, 2013 at 4:35 PM, Zaphod Beeblebrox wrote: > So I have a system running: > > FreeBSD walk.dclg.ca 9.2-RC3 FreeBSD 9.2-RC3 # r254952: Wed Aug 28 > 03:02:55 > EDT 2013 root@walk.dclg.ca:/usr/obj/usr/src/sys/STRIKE i386 > > and it has two 2T SATA disks. To keep this post short, the crash.txt is > here. > > > https://uk.eicat.ca/owncloud/public.php?service=files&t=fea9d25579fe0c4afb808859e80e1493 > > now curiously, while running a "make -j4 buildkernel" ... almost every time > ... it crashes with: > > g_vfs_done():mirror/walke[WRITE(offset=516764794880, length=65536)]error = > 11 > /usr: got error 11 while accessing filesystem > panic: softdep_deallocate_dependencies: unrecovered I/O error > > ... no error report from the hard drives, simply an error report from the > mirror. > > The filesystem is ufs with su+j... but I'm not sure this matters here. > > Run fsck. -- Adam Vande More