From owner-freebsd-questions@FreeBSD.ORG Thu Jul 10 02:59:18 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 4322B106567F for ; Thu, 10 Jul 2008 02:59:18 +0000 (UTC) (envelope-from pprocacci@datapipe.com) Received: from fmailhost02.isp.att.net (fmailhost02.isp.att.net [204.127.217.102]) by mx1.freebsd.org (Postfix) with ESMTP id 257CE8FC13 for ; Thu, 10 Jul 2008 02:59:18 +0000 (UTC) (envelope-from pprocacci@datapipe.com) Received: from [10.5.21.122] (adsl-19-244-119.bna.bellsouth.net[68.19.244.119]) by isp.att.net (frfwmhc02) with ESMTP id <20080710025917H0200150a8e>; Thu, 10 Jul 2008 02:59:17 +0000 X-Originating-IP: [68.19.244.119] Message-ID: <48757B04.7010002@datapipe.com> Date: Wed, 09 Jul 2008 21:59:16 -0500 From: Paul Procacci User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Paul Procacci , FreeBSD References: <20080710025147.GA43976@remdogbsd> In-Reply-To: <20080710025147.GA43976@remdogbsd> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Locate command 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: Thu, 10 Jul 2008 02:59:18 -0000 Rem P Roberti wrote: >>> Whenever I do a "locate" command on a new installation I get this >>> message: >>> >>> locate: database too small: /var/db/locate.database >>> >>> Can someone give me a heads up on how to fix this? >>> >>> Thanks, >>> >>> >> Run this shell script: >> >> /etc/periodic/weekly/310.locate >> > > Thank you! > > Rem > > > Your most welcomed.