Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Search filesystem with a wildcard Grant <emailgrant@×××××.com>