From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 07:51:16 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 487891065670 for ; Fri, 11 Jul 2008 07:51:16 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 1796A8FC18 for ; Fri, 11 Jul 2008 07:51:15 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from baby-jane.lamaiziere.net (27.6.192-77.rev.gaoland.net [77.192.6.27]) by smtp.lamaiziere.net (Postfix) with ESMTPA id ED4FB633655 for ; Fri, 11 Jul 2008 09:50:18 +0200 (CEST) Received: from baby-jane-lamaiziere-net.local (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 2AE6A5652A9 for ; Fri, 11 Jul 2008 09:51:13 +0200 (CEST) Date: Fri, 11 Jul 2008 09:51:12 +0200 From: Patrick =?ISO-8859-15?Q?Lamaizi=E8re?= To: freebsd-questions@freebsd.org Message-ID: <20080711095112.5914e392@baby-jane-lamaiziere-net.local> In-Reply-To: <4876D47A.4040708@datapipe.com> References: <007a01c8e305$e8b07840$3f83a8c0@neusofteaf5839> <4876D47A.4040708@datapipe.com> Organization: /dave/nulle X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-apple-darwin9.3.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Subject: Re: locate:database too small 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, 11 Jul 2008 07:51:16 -0000 Le Thu, 10 Jul 2008 22:33:14 -0500, Paul Procacci a écrit : > Type exactly that within a shell (as root): > > /usr/libexec/locate.updatedb > > or alternatively > > /etc/periodic/weekly/310.locate This is not the same thing, /etc/periodic/weekly/310.locate calls locate.updatedb with the user nobody. You should avoid to run locate.updatedb as root. Regards.