From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 13:39:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0CBD16A4CE for ; Sun, 1 Aug 2004 13:39:11 +0000 (GMT) Received: from smtp811.mail.sc5.yahoo.com (smtp811.mail.sc5.yahoo.com [66.163.170.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 9E98D43D39 for ; Sun, 1 Aug 2004 13:39:11 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (jtinnin@pacbell.net@66.122.48.149 with login) by smtp811.mail.sc5.yahoo.com with SMTP; 1 Aug 2004 13:39:11 -0000 From: Joshua Tinnin To: "FreeBSD-questions" Date: Sun, 1 Aug 2004 06:39:11 -0700 User-Agent: KMail/1.6.2 References: <20040801114859.8595.qmail@web41009.mail.yahoo.com> <200408010632.57275.krinklyfig@spymac.com> In-Reply-To: <200408010632.57275.krinklyfig@spymac.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408010639.11017.krinklyfig@spymac.com> Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: krinklyfig@spymac.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 13:39:12 -0000 On Sunday 01 August 2004 06:32 am, Joshua Tinnin wrote: > On Sunday 01 August 2004 04:48 am, DK wrote: > > > > I'm not sure about your automount and Apache problems, but I can help with > the others ... > > > 1) Trying to search for a file I get the error: > > > > 127# locate mysql > > locate: database too small: /var/db/locate.database > > This is because the locate db is built from a weekly cron job, which > probably hasn't run yet on your new install. You can run this manually if > you want: # sh /usr/src/etc/periodic/weekly/310.locate Whoops! Sorry, that points to the source and won't work. You should do this instead: # sh /etc/periodic/weekly/310.locate - jt