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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> BETAVERSiON Systems [www.betaversion.net] info/pgp: finger [EMAIL PROTECTED] Help Microsoft fight software piracy: Give Linux to a friend today!
_______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
