From owner-freebsd-questions@FreeBSD.ORG Fri Jul 8 17:19:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6FE9616A41C for ; Fri, 8 Jul 2005 17:19:03 +0000 (GMT) (envelope-from e0025265@student.tuwien.ac.at) Received: from mr.tuwien.ac.at (mr2-n.kom.tuwien.ac.at [128.131.2.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC91143D45 for ; Fri, 8 Jul 2005 17:19:02 +0000 (GMT) (envelope-from e0025265@student.tuwien.ac.at) Received: from webmail.zserv.tuwien.ac.at (lps.ben.tuwien.ac.at [193.170.74.11]) by mr.tuwien.ac.at (8.12.10/8.12.8) with SMTP id j68HIqvs012350 for ; Fri, 8 Jul 2005 19:18:53 +0200 (MEST) MIME-Version: 1.0 X-Mailer: V-webmail 1.5.1 ( http://www.v-webmail.co.uk/ ) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: Date: Fri, 8 Jul 2005 19:18:52 +0200 From: "Florian Hengstberger" To: FreeBSD mailinglist X-Vwebmail-Auth: e0025265@stud3.tuwien.ac.at X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Subject: simple locate question 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, 08 Jul 2005 17:19:03 -0000 How to creata a second locate database for private use? (mp3 database or so). I have tried $ locate -U dir_with_mp3s -o database.dtb Searching in this database doent work $ locate -d database.dtb somesong.mp3 gives no result. The database exists and it looks ok, seems to be a simple ascii format. What am I doing wrong? I guess its simple, isn't it! Thanks Florian