From owner-freebsd-questions@FreeBSD.ORG Fri Jun 22 22:30:52 2012 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 1FBC3106566C for ; Fri, 22 Jun 2012 22:30:52 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id A2C428FC08 for ; Fri, 22 Jun 2012 22:30:51 +0000 (UTC) Received: by wibhm11 with SMTP id hm11so895289wib.13 for ; Fri, 22 Jun 2012 15:30:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=xMUZMTPDhWeSeKlqJ9CYsfEqddegRbYZtbhJNZdQASo=; b=ZdaEh6RX6MvdLQ2mZEDuA8Hrtfu7b2TJj+9Y56eCTmPIH9jycVFJ1pAsQWUB6z2WvS xF4NuP1lspRaT/EMxFSy6Ib3hkzYuUK/HqKl7rjQkGTDBVA9oX734wPDLoz5pc+t8Bp4 5W5WxkHT0bcwKrlk7Co4Pbii3AOhDedUyvAvCW3IMD3MH6kHl5v6x7oq6wsK+3BcufE6 MNNxAT7S0jG4R3FDZSAazD1VqxgMwB2Fk3//BrFWBjLS4xMTHewHcHINfvsYacVc6QyU NWGokSXvlZ5K40jj9SEsVenu0qpJMAgeKGVDahFgpNqsEPNRcjlmd8c9f0mi52JTtKbT 2Rug== Received: by 10.216.211.209 with SMTP id w59mr1904926weo.160.1340404250535; Fri, 22 Jun 2012 15:30:50 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id bc2sm2467360wib.0.2012.06.22.15.30.49 (version=SSLv3 cipher=OTHER); Fri, 22 Jun 2012 15:30:49 -0700 (PDT) Date: Fri, 22 Jun 2012 23:30:47 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20120622233047.73c89af4@gumby.homeunix.com> In-Reply-To: <1340402199.44929.YahooMailNeo@web113501.mail.gq1.yahoo.com> References: <1340402199.44929.YahooMailNeo@web113501.mail.gq1.yahoo.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: fsck_ufs running too often 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: Fri, 22 Jun 2012 22:30:52 -0000 On Fri, 22 Jun 2012 14:56:39 -0700 (PDT) Leonardo M. Ram=E9 wrote: > Hi, since a few of days ago, I noticed my home server turns very slow > more than once a day, so every time I run "top" to see what's > processes are running, I can see fsck_ufs at the very top, and the > hard drive working like mad. >=20 > I've checked my crontab and there's nothing related to fsck_ufs, > where can I start searching for the cause of the problem?, I thought > this process should run only at boot or shutdown, but this time it is > running -apparently- without a cause. If you have background fsck enabled it runs just after the boot has completed. Have you checked the uptime? It may be that your server is spontaneously rebooting.