Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Cc: Stroller <stroller@××××××××××××××××××.uk>
Subject: Re: [gentoo-user] Weird slocate behaviour - file ignored?
Date: Fri, 07 Aug 2009 08:05:26
Message-Id: 200908071004.01268.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] Weird slocate behaviour - file ignored? by Stroller
1 On Friday 07 August 2009 05:25:28 Stroller wrote:
2 > On 7 Mar 2009, at 12:42, Stroller wrote:
3 > > I was looking for a Knoppix DVD today, and came across any anomaly
4 > > whereby locate doesn't show it. It lists the CD iso in the same
5 > > directory, but not the DVD right next to it, and both files seem to
6 > > be read by the database when I run updatedb manually.
7 >
8 > A big old bump from 6 months ago, could I ask kind members of the list
9 > to try running locate to look for a big file to see if they can
10 > reproduce this, please?
11 >
12 > I'm seeing on a SECOND machine exactly the same thing - files larger
13 > than about 4gb are not showing up in the locate search results:
14 >
15 > $ ls -lh File.big
16 > -rw-r--r-- 1 stroller users 5.4G 2009-02-27 10:31 File.big
17 > $ sudo updatedb -v > foo
18 > Password:
19 > $ grep File.big foo
20 > /home/stroller/File.big
21 > $ locate File.big
22 > $
23
24 Works here:
25
26 # ls -alh File.Big
27 -rw-r--r-- 1 root root 5.0G Aug 7 10:01 File.Big
28 # updatedb -v > foo
29 # grep File.Big foo
30 /var/temp/File.Big
31 # locate File.Big
32 /var/temp/File.Big
33
34
35 What are the contents of your /etc/updatedb.conf?
36
37 --
38 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] Weird slocate behaviour - file ignored? Stroller <stroller@××××××××××××××××××.uk>