[maemo-developers] [maemo-developers] /usr/bin/metalayer-crawler eats my CPU

From: Larry Battraw lbattraw at gmail.com
Date: Sat Jan 27 16:31:46 EET 2007
  From a xterm/ssh login session you can find out what it's indexing
which is taking so long.  First install sqlite3:
 sudo gainroot
 apt-get install sqlite3

Then run a query to see what's in the metadata table:
 cd ~user
 sqlite3 .meta_storage "select filename from metadata"

That should give you a list of all the files it's indexed so far.  You
can always move or remove the .meta_storage file to see if that helps.
 If you try that you probably will want to restart the crawler daemon:
 sudo gainroot
 /etc/init.d/metalayer-crawler0 restart

HTH-
Larry



On 1/27/07, Collin R. Mulliner <collin at betaversion.net> wrote:
> "/usr/bin/metalayer-crawler -F" is at 90% cpu
>
> I guess it indexes my SD cards, how can I stop it?
>
> thanks ... Collin
>
> --
> Collin R. Mulliner <collin at betaversion.net>
> BETAVERSiON Systems [www.betaversion.net]
> info/pgp: finger collin at betaversion.net
> Help Microsoft fight software piracy: Give Linux to a friend today!

More information about the maemo-developers mailing list