<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: What is trackerd and Why Is It Running?</title>
	<atom:link href="http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 08 Nov 2009 07:56:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew P.</title>
		<link>http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/comment-page-1/#comment-71139</link>
		<dc:creator>Andrew P.</dc:creator>
		<pubDate>Wed, 29 Apr 2009 17:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/#comment-71139</guid>
		<description>Tracker is half-baked and broken, at least in my experience with Ubuntu 7.10 (Gutsy Gibbon) and Ubuntu 8.10 (Intrepid Ibex).  It slows down the machine and I&#039;ve never seen it find anything.  Canonical may have been including it in the distributions in a forlorn hope that the creators of Tracker will fix it real soon, but little progress has been made to that end in the last two years.  Short of removing it, it&#039;s best to disable it through the Main Menu:

System &gt; Preferences &gt; Sessions

Uncheck &quot;Tracker&quot; and &quot;Tracker Applet&quot;.  It won&#039;t be loaded the next time you log in.  Use Places &gt; Search for Files... from the Main Menu instead.</description>
		<content:encoded><![CDATA[<p>Tracker is half-baked and broken, at least in my experience with Ubuntu 7.10 (Gutsy Gibbon) and Ubuntu 8.10 (Intrepid Ibex).  It slows down the machine and I&#8217;ve never seen it find anything.  Canonical may have been including it in the distributions in a forlorn hope that the creators of Tracker will fix it real soon, but little progress has been made to that end in the last two years.  Short of removing it, it&#8217;s best to disable it through the Main Menu:</p>
<p>System &gt; Preferences &gt; Sessions</p>
<p>Uncheck &#8220;Tracker&#8221; and &#8220;Tracker Applet&#8221;.  It won&#8217;t be loaded the next time you log in.  Use Places &gt; Search for Files&#8230; from the Main Menu instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ykanello</title>
		<link>http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/comment-page-1/#comment-69819</link>
		<dc:creator>ykanello</dc:creator>
		<pubDate>Sun, 05 Apr 2009 10:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/#comment-69819</guid>
		<description>I just removed. I wanted first to see if it will break anything in the ubuntu-desktop setup but all went nice. I removed it because I don&#039;t use it, (either locate or find does the job for me) plus even when tuned down it runs only on one core, and gets the system out of powersave mode, so the fans kick in even when its idle.</description>
		<content:encoded><![CDATA[<p>I just removed. I wanted first to see if it will break anything in the ubuntu-desktop setup but all went nice. I removed it because I don&#8217;t use it, (either locate or find does the job for me) plus even when tuned down it runs only on one core, and gets the system out of powersave mode, so the fans kick in even when its idle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/comment-page-1/#comment-69044</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Sun, 22 Mar 2009 05:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/#comment-69044</guid>
		<description>always wonder what people use these things for, just organize your files in some rational manor and use version control for anything important, maybe its just me but between using svn for all code/design/office documents and reasonable organization for everything else i have 9TB of data on my workstation and never need to search for anything</description>
		<content:encoded><![CDATA[<p>always wonder what people use these things for, just organize your files in some rational manor and use version control for anything important, maybe its just me but between using svn for all code/design/office documents and reasonable organization for everything else i have 9TB of data on my workstation and never need to search for anything</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorn</title>
		<link>http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/comment-page-1/#comment-64102</link>
		<dc:creator>Lorn</dc:creator>
		<pubDate>Sun, 04 Jan 2009 13:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/#comment-64102</guid>
		<description>No, don&#039;t use it, and don&#039;t need it, and or the system resources it uses.

put this function in your .bashrc file.

# finds a filename recursively and case insensitively from the current directory.
# you can change &#039;ff&#039; to any alias you want that&#039;s not used.
# ex: ff readme
function ff() { find . -iname &#039;*&#039;$1&#039;*&#039; ; }</description>
		<content:encoded><![CDATA[<p>No, don&#8217;t use it, and don&#8217;t need it, and or the system resources it uses.</p>
<p>put this function in your .bashrc file.</p>
<p># finds a filename recursively and case insensitively from the current directory.<br />
# you can change &#8216;ff&#8217; to any alias you want that&#8217;s not used.<br />
# ex: ff readme<br />
function ff() { find . -iname &#8216;*&#8217;$1&#8242;*&#8217; ; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fab</title>
		<link>http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/comment-page-1/#comment-62526</link>
		<dc:creator>Fab</dc:creator>
		<pubDate>Fri, 05 Dec 2008 04:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/#comment-62526</guid>
		<description>I use Pinot, either with the stand-alone UI or through Deskbar. It also has a command-line based front-end.</description>
		<content:encoded><![CDATA[<p>I use Pinot, either with the stand-alone UI or through Deskbar. It also has a command-line based front-end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drake Justice</title>
		<link>http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/comment-page-1/#comment-62494</link>
		<dc:creator>Drake Justice</dc:creator>
		<pubDate>Thu, 04 Dec 2008 16:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/#comment-62494</guid>
		<description>excellent article... all new ubuntu tweakers need to read this.</description>
		<content:encoded><![CDATA[<p>excellent article&#8230; all new ubuntu tweakers need to read this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shnoofy</title>
		<link>http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/comment-page-1/#comment-62488</link>
		<dc:creator>shnoofy</dc:creator>
		<pubDate>Thu, 04 Dec 2008 15:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/#comment-62488</guid>
		<description>I don&#039;t need searchtools because I know where my files are located. A searchengine would be useful in private library software for books and multimedia, but desktopsearch is extreamly useless to me.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t need searchtools because I know where my files are located. A searchengine would be useful in private library software for books and multimedia, but desktopsearch is extreamly useless to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zac</title>
		<link>http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/comment-page-1/#comment-62279</link>
		<dc:creator>Zac</dc:creator>
		<pubDate>Tue, 02 Dec 2008 04:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/#comment-62279</guid>
		<description>I use tracker sometimes. It does an index 45sec after startup, which is quick depending on how much changes you did the previous session. I just turned off indexing Evolution email, as I use mostly gmail now with prism and checkmail. Mainly use tracker to search for documents. I have had no problems with tracker at all, search results are very quick. I also, because of mono prefer tracker over beagle but is tracker getting constantly improved? Beagle is supported by Novell so it probably gets better funding?(Ubuntu 8.04)</description>
		<content:encoded><![CDATA[<p>I use tracker sometimes. It does an index 45sec after startup, which is quick depending on how much changes you did the previous session. I just turned off indexing Evolution email, as I use mostly gmail now with prism and checkmail. Mainly use tracker to search for documents. I have had no problems with tracker at all, search results are very quick. I also, because of mono prefer tracker over beagle but is tracker getting constantly improved? Beagle is supported by Novell so it probably gets better funding?(Ubuntu 8.04)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigbert</title>
		<link>http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/comment-page-1/#comment-60454</link>
		<dc:creator>bigbert</dc:creator>
		<pubDate>Sun, 09 Nov 2008 02:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/#comment-60454</guid>
		<description>Note: the &#039;find&#039; and &#039;locate&#039; commands are just for FILENAMES. Tracker searches the CONTENTS of files as well. Very useful if you want to find all the documents where Joe Soap is mentioned. It also searches Evolution emails.

Also note the &#039;catfish&#039; is a very nice &amp; useful front-end for tracker, available in the repo&#039;s. 

Don&#039;t use Beagle - it needs the Mono framework. I don&#039;t trust Mono, because it is based on the Microsoft .NET framework. Who knows when / if MS will decide to sue people using it.

I do agree that tracker can chew CPU, but this is just initially (to build a database) and there after when you copy a file to your HDD. Give it time; after a month or so it will settle down.

I agree that recoll is cool; if you want to unintstall tracker and install recoll + Xapian, go for it.</description>
		<content:encoded><![CDATA[<p>Note: the &#8216;find&#8217; and &#8216;locate&#8217; commands are just for FILENAMES. Tracker searches the CONTENTS of files as well. Very useful if you want to find all the documents where Joe Soap is mentioned. It also searches Evolution emails.</p>
<p>Also note the &#8216;catfish&#8217; is a very nice &amp; useful front-end for tracker, available in the repo&#8217;s. </p>
<p>Don&#8217;t use Beagle &#8211; it needs the Mono framework. I don&#8217;t trust Mono, because it is based on the Microsoft .NET framework. Who knows when / if MS will decide to sue people using it.</p>
<p>I do agree that tracker can chew CPU, but this is just initially (to build a database) and there after when you copy a file to your HDD. Give it time; after a month or so it will settle down.</p>
<p>I agree that recoll is cool; if you want to unintstall tracker and install recoll + Xapian, go for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SilverWave</title>
		<link>http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/comment-page-1/#comment-60402</link>
		<dc:creator>SilverWave</dc:creator>
		<pubDate>Fri, 07 Nov 2008 22:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/what-is-trackerd-and-why-is-it-running/#comment-60402</guid>
		<description>Catfish is a great front end for &quot;find&quot; or &quot;locate&quot;
I absolutely detest tracker and beagle first thing I do is uninstall!
Recoll has a much better search interface and it works. i.e it actual will find what you are looking for :)
For search and replace try the &quot;regexxer Search Tool&quot;</description>
		<content:encoded><![CDATA[<p>Catfish is a great front end for &#8220;find&#8221; or &#8220;locate&#8221;<br />
I absolutely detest tracker and beagle first thing I do is uninstall!<br />
Recoll has a much better search interface and it works. i.e it actual will find what you are looking for <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
For search and replace try the &#8220;regexxer Search Tool&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
