From owner-freebsd-stable@FreeBSD.ORG Wed Feb 19 10:59:51 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8E5F5CA for ; Wed, 19 Feb 2014 10:59:51 +0000 (UTC) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5541A17AB for ; Wed, 19 Feb 2014 10:59:51 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id t61so188110wes.28 for ; Wed, 19 Feb 2014 02:59:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=dJP8BcA+Fi7HkyUEqHbheF6yeylzvLdDVz7LDpoN09w=; b=zFVdWe4ddLNsJyIym+llSiXtYeqNbv7aq6iYI+BadAdG+uOI8VxDJ36PMSds3CZI98 cuSCwipofPCP9X2fogLGHgDg+HAvale1pun8mxLem+WWzYdrwTsaKBlWUX15C1PNUqyS hg/R5Q8JgYP/6nVruXyJo0tHHUYL9v9yQ83tPr6uuzv746Tm54ofCGUGVrv6KdwWh6tX xf2CPt2cyVnpUP5DxohnbcOu8XB1D6qRMDwxomIWkntDXgKEgGCS3OZiwecrLLYaOkSt k4ytzGeQ+QjLhxFDyOK48xOFslshie8hN4ItBQJ+VsavTUMrHSGPauZ1lSMXBseI4xI8 k1iQ== MIME-Version: 1.0 X-Received: by 10.195.13.17 with SMTP id eu17mr27671016wjd.24.1392807589801; Wed, 19 Feb 2014 02:59:49 -0800 (PST) Received: by 10.194.71.18 with HTTP; Wed, 19 Feb 2014 02:59:49 -0800 (PST) Date: Wed, 19 Feb 2014 11:59:49 +0100 Message-ID: Subject: FreeBSD FFS SU+J is not stable From: David Demelier To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 10:59:51 -0000 Hello there, Running 10.0-RELEASE, it is the second time I have a power failure and bad shutdown. It's also the second time I get a fsck failure. This time fsck has even segfault'ed. I think I will switch to ZFS. This is the log of the next boot up : http://imgur.com/rRpREKP Is it possible to automatically run fsck manually after this kind of failures? Regards, -- Demelier David