From owner-freebsd-questions@FreeBSD.ORG Sun Mar 2 16:54:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBD77106566C for ; Sun, 2 Mar 2008 16:54:03 +0000 (UTC) (envelope-from zflyer@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by mx1.freebsd.org (Postfix) with ESMTP id 77F208FC1F for ; Sun, 2 Mar 2008 16:54:03 +0000 (UTC) (envelope-from zflyer@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so1323971anc.13 for ; Sun, 02 Mar 2008 08:53:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=kw20DNKOgXqN2zEGprLIrS8uAh7KNDif5DXMunOKJGg=; b=kyUNkgubHU7owATXi/8EESrxMuKo269gHah/0a7JJ+W+MPvHvlWSGlnmu9WmNO4uYx2NUTVAQrRbphD8xGDt5BmEbbOslkuAxwZn9Q2/+Ydskd/DnEDVbFPKwvxzYF2GaLUkjcYg1jtuXlj/EPnGyxDCp9TJ5UOwd9wbmazmpTk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VD6G/u5v0ETs2pdYQf9DHztG85gR8ujPIVdG/4zoSfj3m2LjsjM1rFJhHO6KD8Nzzot3+xIiZTB0pLXE0XJm0VPETyi+jEzbFxX5DtX9RqwMxYJNiPqIfPIs13Ip018Tt0xYQua4s56UnLohiBfA/fOeU4k9uL+AU14DenRebEE= Received: by 10.100.95.19 with SMTP id s19mr15623728anb.48.1204476819035; Sun, 02 Mar 2008 08:53:39 -0800 (PST) Received: by 10.100.31.20 with HTTP; Sun, 2 Mar 2008 08:53:39 -0800 (PST) Message-ID: <6293ba970803020853h2b23825v8ee5ce72fb76eab7@mail.gmail.com> Date: Sun, 2 Mar 2008 11:53:39 -0500 From: Walker To: freebsd-questions@freebsd.org In-Reply-To: <47CA7AF9.3090401@infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6293ba970803011829u77bf6191i446a958527e014ea@mail.gmail.com> <47CA7AF9.3090401@infracaninophile.co.uk> Subject: Re: 7.0 and fsck question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2008 16:54:03 -0000 On Sun, Mar 2, 2008 at 5:01 AM, Matthew Seaman wrote: > Two possibilities: > > i) The root partition wasn't marked dirty at the time your system [...] The root partition was mounted rw. I neglected to mention the box is headless, so I can only see what is logged. I'm guessing syslogd wasn't running when fsck kicked off on the root partition. Thank you for your reply.