From owner-freebsd-questions@FreeBSD.ORG Mon Sep 8 12:48:56 2008 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 C03F0106564A for ; Mon, 8 Sep 2008 12:48:56 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from svarun.infrax.si (syssvarun.infrax.si [89.212.81.4]) by mx1.freebsd.org (Postfix) with ESMTP id 7A0078FC2A for ; Mon, 8 Sep 2008 12:48:55 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from localhost (sysSvarun.infrax.si [89.212.81.4]) by svarun.infrax.si (Postfix) with ESMTP id 6E3B524BABB; Mon, 8 Sep 2008 14:48:53 +0200 (CEST) Received: from svarun.infrax.si ([89.212.81.4]) by localhost (svarun.infrax.si [89.212.81.4]) (amavisd-maia, port 10024) with ESMTP id 44076-03; Mon, 8 Sep 2008 14:48:46 +0200 (CEST) Received: from [192.168.15.2] (lk.84.20.249.154.dc.cable.static.lj-kabel.net [84.20.249.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nejko@infrax.si) by svarun.infrax.si (Postfix) with ESMTP id 267E424B193; Mon, 8 Sep 2008 14:48:46 +0200 (CEST) Message-ID: <48C51F2E.80907@skoberne.net> Date: Mon, 08 Sep 2008 14:48:46 +0200 From: =?ISO-8859-1?Q?Nejc_S=28koberne?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Gunther Mayer References: <48C51410.5090305@gmail.com> In-Reply-To: <48C51410.5090305@gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard Cc: freebsd-questions@freebsd.org Subject: Re: File system corruption upon reboot with gmirror 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: Mon, 08 Sep 2008 12:48:56 -0000 Hello, > Afaic this only happens on a power loss or otherwise unclean shutdown > but I used the "reboot" command from the shell (in a background (sleep Don't use "reboot", use shutdown -r now. I also had the same problem once (had to get physical access to the box to fix it) and it was because of the "reboot". Bye, Nejc