From owner-freebsd-fs@FreeBSD.ORG Fri Aug 24 03:58:32 2007 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62A6416A417 for ; Fri, 24 Aug 2007 03:58:32 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from alnrmhc15.comcast.net (alnrmhc15.comcast.net [206.18.177.55]) by mx1.freebsd.org (Postfix) with ESMTP id 3E39513C465 for ; Fri, 24 Aug 2007 03:58:32 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from _hostname_ (c-66-31-37-31.hsd1.ma.comcast.net[66.31.37.31]) by comcast.net (alnrmhc15) with SMTP id <20070824034829b1500a3h4de>; Fri, 24 Aug 2007 03:48:29 +0000 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Fri, 24 Aug 2007 11:46:03 -0400 From: "Craig Rodrigues" Date: Fri, 24 Aug 2007 11:46:03 -0400 To: "N. Harrington" Message-ID: <20070824154603.GA61778@crodrigues.org> References: <357877.13513.qm@web34511.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <357877.13513.qm@web34511.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-fs@freebsd.org Subject: Re: New cvsup of 7.0-Current does not allow autstart of Gjournal? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 03:58:32 -0000 On Thu, Aug 23, 2007 at 07:33:29PM -0700, N. Harrington wrote: > I did have in /boot/loader.conf geom_gjournal_load="yes" but it seems to be ignored. Try instead: geom_journal_load="yes" If you do kldstat, you see that the module is not geom_gjournal, it is geom_journal: 6 1 0xc763e000 13000 geom_journal.ko -- Craig Rodrigues rodrigc@crodrigues.org