From owner-freebsd-geom@FreeBSD.ORG Thu Feb 19 06:20:04 2009 Return-Path: Delivered-To: freebsd-geom@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EE0F106564A for ; Thu, 19 Feb 2009 06:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 037D58FC0C for ; Thu, 19 Feb 2009 06:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1J6K2ul095473 for ; Thu, 19 Feb 2009 06:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1J6K2L0095472; Thu, 19 Feb 2009 06:20:02 GMT (envelope-from gnats) Date: Thu, 19 Feb 2009 06:20:02 GMT Message-Id: <200902190620.n1J6K2L0095472@freefall.freebsd.org> To: freebsd-geom@FreeBSD.org From: Yoshihiro Ota Cc: Subject: Re: kern/130528: gjournal fsck during boot X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshihiro Ota List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2009 06:20:04 -0000 The following reply was made to PR kern/130528; it has been noted by GNATS. From: Yoshihiro Ota To: bug-followup@FreeBSD.org Cc: barzog@telecom.by Subject: Re: kern/130528: gjournal fsck during boot Date: Thu, 19 Feb 2009 01:18:02 -0500 Hi, Oleg. Can you run "cat /etc/fstab" and "tunefs -p /dev/da0.journal" to get more information? I think I had similar issues like this due to inappropriate fstab entry. Thanks, Hiro