[7943] in testers
Re: AFS Weirdness
daemon@ATHENA.MIT.EDU (Jonathan Reed)
Sat Mar 14 12:31:59 2009
Cc: Geoffrey Thomas <geofft@mit.edu>, testers@mit.edu
Message-Id: <993B0D67-D937-40C4-85F7-07B4DED889C5@mit.edu>
From: Jonathan Reed <jdreed@MIT.EDU>
To: Adam Seering <aseering@mit.edu>
In-Reply-To: <49BBC853.5020609@mit.edu>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
Content-Transfer-Encoding: 7bit
Mime-Version: 1.0 (Apple Message framework v919.2)
Date: Sat, 14 Mar 2009 12:30:39 -0400
On Mar 14, 2009, at 11:08 AM, Adam Seering wrote:
> On 3/14/09 10:23 AM, Jonathan Reed wrote:
>> What does "grep EnableIndexing ~/.config/tracker/tracker.cfg" say?
>
> EnableIndexing=true
>
> Should I set that to "false"? Curious, what's actually going on
> here?; why does an indexer break AFS?
Yes, you should set that to "false". Basically, Tracker is designed
to index all the files in your home directory (think "Spotlight" on OS
X). However, in AFS, Tracker holds vcache entries open in the AFS
cache, and eventually AFS runs out of them, and anything you try to do
in AFS will fail. There is a patch to dynamically allocate the vcache
entries, but it's not yet in the upstream source. We considered
applying this patch ourselves, but since this would only affect a
small number of users (people who had logged into Debathena on earlier
releases of Ubuntu, we decided against it. We are planning to
implement a warning dialog at login time for people who have this
option configured.
New Debathena users will not see this, since Tracker was annoying
enough that Ubuntu disabled it by default in Intrepid.
-Jon