From owner-freebsd-hackers Mon Apr 1 09:21:30 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08452 for hackers-outgoing; Mon, 1 Apr 1996 09:21:30 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA08443 Mon, 1 Apr 1996 09:21:28 -0800 (PST) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id JAA06197 ; Mon, 1 Apr 1996 09:21:01 -0800 Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id TAA27240; Mon, 1 Apr 1996 19:10:53 +0200 From: Wolfram Schneider Received: (from wosch@localhost) by caramba.cs.tu-berlin.de (8.7.2/8.7.2) id TAA26870; Mon, 1 Apr 1996 19:10:47 +0200 (MET DST) Date: Mon, 1 Apr 1996 19:10:47 +0200 (MET DST) Message-Id: <199604011710.TAA26870@caramba.cs.tu-berlin.de> To: mpp@freebsd.org Cc: thomas@ghpc8.ihf.rwth-aachen.de, mpp@freefall.freebsd.org, freebsd-hackers@freefall.freebsd.org Subject: Re: locate In-Reply-To: <199604011700.LAA07358@mpp.minn.net> References: <199604010929.LAA00543@caramba.cs.tu-berlin.de> <199604011700.LAA07358@mpp.minn.net> Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Mike Pritchard writes: >You guys didn't read my whole mail message. I also stated >that if the database were to contain a list of all files, >then locate would also be changed to verify that any >files it prints out are accessible by the user running locate. This kill NFS in worst case. Just type ``locate / | wc'' My database has 2.5 millions file names (and 168 NFS mount points) Wolfram