View Single Post
Posts: 24 | Thanked: 1 time | Joined on Apr 2010
#50
Originally Posted by jarkas View Post
Hi,
I had nearly the same problem, the indexer stopped working, and the new files didn't show even after ran: tracker-processes -r
the out put of tracker-stats gives nothing, and tracker-status gives paused:
~ $ tracker-stats
Statistics:

~ $ tracker-status
Tracker status is 'Paused'


So, the solution was by issue these commands as user:

First stop the tracker:
~ $ /etc/osso-af-init/tracker.sh stop
Stopping Tracker....

and then remove the old index:
~ $ tracker-processes -r

After that you need to force the tracker to index all the files:
~ $ /usr/lib/tracker/trackerd -r

That will force it to re-build the index.

You might need to run the tracker:
~ $ /etc/osso-af-init/tracker.sh start

Now if you issue tracker-status you will see it indexing:
~ $ tracker-status
Tracker status is 'Indexing'

after finishing the indexing reboot your device.
and everything will be OK later.

That procedure works fine with me. Please test it and give us the results
Hi there..
I tried it a couple of times but everytime I tried to start the tracker all I get is this:

/etc/osso-af-init/tracker.sh start
Starting Tracker...Initializing trackerd...
Segmentation fault
failed!

What's wrong?
Thanx...