From owner-freebsd-geom@FreeBSD.ORG Wed Mar 7 09:18:19 2007 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A5CBF16A401 for ; Wed, 7 Mar 2007 09:18:19 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from a5.virtuaal.com (a5.virtuaal.com [195.222.15.75]) by mx1.freebsd.org (Postfix) with ESMTP id 5F75913C4A7 for ; Wed, 7 Mar 2007 09:18:19 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from pc195.host2.ida.starman.ee ([62.65.241.195] helo=[192.168.2.99]) by a5.virtuaal.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HOsHo-0006FL-4b for freebsd-geom@freebsd.org; Wed, 07 Mar 2007 11:18:16 +0200 From: Andrei Kolu To: freebsd-geom@freebsd.org Date: Wed, 7 Mar 2007 11:18:12 +0200 User-Agent: KMail/1.9.5 References: <20070120073117.GB60202@x12.dk> <200703061251.58279.antik@bsd.ee> <200703071111.42440.antik@bsd.ee> In-Reply-To: <200703071111.42440.antik@bsd.ee> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703071118.12380.antik@bsd.ee> X-Virtuaalcom-MailScanner-Information: Please contact the ISP for more information X-Virtuaalcom-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-Virtuaalcom-MailScanner-SpamCheck: X-Virtuaalcom-MailScanner-From: antik@bsd.ee X-Spam-Status: No X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a5.virtuaal.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - bsd.ee X-Source: X-Source-Args: X-Source-Dir: Subject: Re: problem initialising gjournaling on boot time X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2007 09:18:19 -0000 On Wednesday 07 March 2007 11:11, Andrei Kolu wrote: > -------------------------------------------------------------------------- > fsck: exec fsck_ufs, async for /dev/ad0s3.journal in /sbin:/usr/sbin: No > such file or firectory > > THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY: > ufs,async:/dev/ad0s3.journal (/jail) > Unknown error: help! > -------------------------------------------------------------------------- umm, my bad- line in fstab was wrong: was: /dev/ad0s3.journal /jail ufs,async rw 2 2 should be: /dev/ad0s3.journal /jail ufs rw,async 2 2 Should go to sleep earlier :)