From owner-freebsd-current@FreeBSD.ORG Wed Dec 15 09:59:03 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A52EA16A4CE for ; Wed, 15 Dec 2004 09:59:03 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAECB43D48 for ; Wed, 15 Dec 2004 09:59:02 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBF9x0R2096980; Wed, 15 Dec 2004 11:59:00 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 63245-16; Wed, 15 Dec 2004 11:58:59 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBF9wx2U096968 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Dec 2004 11:58:59 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iBF9x1I0027005; Wed, 15 Dec 2004 11:59:01 +0200 (EET) (envelope-from ru) Date: Wed, 15 Dec 2004 11:59:01 +0200 From: Ruslan Ermilov To: Poul-Henning Kamp Message-ID: <20041215095901.GK25967@ip.net.ua> References: <20041215091747.GG25967@ip.net.ua> <42359.1103103082@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KjSGHOmKKB2VUiQn" Content-Disposition: inline In-Reply-To: <42359.1103103082@critter.freebsd.dk> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: current@FreeBSD.org Subject: Re: Background fsck is broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 09:59:03 -0000 --KjSGHOmKKB2VUiQn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, Here's another fsck(8) buglet. While booting single-user, / is mounted read-only, and "fsck -p /" succeeds as expected. While remounting / read-only (e.g., after shutting down from multi-user to single-user), it doesn't: Script started on Wed Dec 15 11:52:09 2004 hammer# fsck -p / /dev/ad0a: NO WRITE ACCESS /dev/ad0a: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. hammer# mount -ru / hammer# mount |grep ' / ' /dev/ad0a on / (ufs, local, read-only) hammer# fsck -p / /dev/ad0a: NO WRITE ACCESS /dev/ad0a: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. Script done on Wed Dec 15 11:52:37 2004 Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --KjSGHOmKKB2VUiQn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBwArlqRfpzJluFF4RAjBpAJwNPJChSp7ZQHrDOxXTpXH1QRNmKQCfVncQ Wo4m8MUWNS6rkToRoQf2B54= =D867 -----END PGP SIGNATURE----- --KjSGHOmKKB2VUiQn--