Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Search filesystem with a wildcard
Date: Tue, 01 Mar 2011 17:58:22
Message-Id: AANLkTi=ngjFFby5t3KHU5PQi_zC3xgwNgKG==rxBaLeA@mail.gmail.com
In Reply to: Re: [gentoo-user] Search filesystem with a wildcard by Alex Schuster
1 >> I'm having trouble with this again.  I get:
2 >>
3 >> # ls -l /var/cache/revdep-rebuild
4 >> total 424
5 >> -rwx------ 1 root portage    699 Feb 28 16:52 0_env.rr
6 >> -rwx------ 1 root portage 323445 Feb 28 16:38 1_files.rr
7 >> -rwx------ 1 root portage  34387 Feb 28 16:38 2_ldpath.rr
8 >> -rwx------ 1 root portage     57 Feb 28 16:40 3_broken.rr
9 >> -rwx------ 1 root portage  34641 Feb 28 16:39 3_errors.rr
10 >> -rwx------ 1 root portage     19 Feb 28 16:40 4_ebuilds.rr
11 >> -rwx------ 1 root portage     79 Feb 28 16:40 4_owners.rr
12 >> -rwx------ 1 root portage     23 Feb 28 16:40 4_pkgs.rr
13 >> -rwx------ 1 root portage     23 Feb 28 16:40 4_raw.rr
14 >> -rwx------ 1 root portage     25 Feb 28 16:40 5_order.rr
15 >> -rwx------ 1 root portage      2 Feb 28 16:52 6_status.rr
16 >> # locate *.rr
17 >> #
18 >
19 > Check the the PRUNEPATHS setting in /etc/updatedb.conf. I have
20 > /var/cache in it, but I'm not sure if this was the default, or it I did
21 > change this myself. The other explanation would be that there is a file
22 > matching *.rr in the current directory.
23 >
24 >        Wonko
25
26 You're right, it's in there by default. Thank you.
27
28 - Grant