From owner-freebsd-stable@FreeBSD.ORG Sun Apr 24 18:25:33 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C0F816A4CE for ; Sun, 24 Apr 2005 18:25:33 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id B975443D58 for ; Sun, 24 Apr 2005 18:25:32 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DF9C151C02; Sun, 24 Apr 2005 11:25:31 -0700 (PDT) Date: Sun, 24 Apr 2005 11:25:31 -0700 From: Kris Kennaway To: Palle Girgensohn Message-ID: <20050424182531.GA33485@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: stable@freebsd.org Subject: Re: background_fsck=no does not work? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 18:25:33 -0000 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 24, 2005 at 01:45:47PM +0200, Palle Girgensohn wrote: > Hi! >=20 > on a 5.4-prerelease machine (dell 2850 dual cpu, running amd64), I have= =20 > this in rc.conf: >=20 > fsck_y_enable=3D"YES" > background_fsck=3D"NO" >=20 >=20 > Still, I'm not certain that fsck is really run at startup. At least,=20 > running fsck on in multiuser reveals information like below, but perhaps= =20 > that is normal for an active file system? >=20 > I'm having stability problems with this machine (it crashes sporadically)= =20 > and I suspect it might have something to do with problems in the file=20 > system. Could this be true, or is the below stuff completely normal? >=20 > Thanks, > Palle >=20 > # fsck (on a running multiuser system, just to check) > .... >=20 > ** /dev/amrd0s2g (NO WRITE) > ** Last Mounted on /usr/local > ** Phase 1 - Check Blocks and Sizes > ** Phase 2 - Check Pathnames > ** Phase 3 - Check Connectivity > ** Phase 4 - Check Reference Counts > ** Phase 5 - Check Cyl groups > FREE BLK COUNT(S) WRONG IN SUPERBLK > SALVAGE? no >=20 > SUMMARY INFORMATION BAD > SALVAGE? no >=20 > BLK(S) MISSING IN BIT MAPS > SALVAGE? no Running fsck on a mounted filesystem will do this unless you use background fsck, because the filesystem is in use. Kris --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCa+SbWry0BWjoQKURAlcPAKD0FD9n9pJYpCCGYTsj1dPjvzwMhwCgjA/c fLOyO1TyrKAyndU8QZ7u1Fs= =3mIq -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL--