|
2010-05-31
, 13:28
|
Posts: 6 |
Thanked: 0 times |
Joined on May 2010
|
#42
|
|
2010-06-22
, 22:53
|
Posts: 12 |
Thanked: 1 time |
Joined on Apr 2010
@ Santa Rosa
|
#43
|
|
2010-06-23
, 01:55
|
Posts: 12 |
Thanked: 1 time |
Joined on Apr 2010
@ Santa Rosa
|
#44
|
|
2010-06-23
, 04:06
|
Posts: 12 |
Thanked: 1 time |
Joined on Apr 2010
@ Santa Rosa
|
#45
|
|
2010-08-01
, 10:06
|
Posts: 10 |
Thanked: 0 times |
Joined on Apr 2010
|
#46
|
My questions have been resolved after spending hours working with x-terminal. The answers were in this thread I just didn't understand how to use them at the time.
|
2010-08-04
, 14:45
|
Posts: 10 |
Thanked: 0 times |
Joined on Apr 2010
|
#47
|
|
2010-08-07
, 02:10
|
Posts: 24 |
Thanked: 1 time |
Joined on Apr 2010
|
#48
|
|
2010-08-08
, 07:59
|
Posts: 3 |
Thanked: 7 times |
Joined on Jul 2010
|
#49
|
The Following 7 Users Say Thank You to jarkas For This Useful Post: | ||
|
2010-08-09
, 00:50
|
Posts: 24 |
Thanked: 1 time |
Joined on Apr 2010
|
#50
|
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
SLN member # 009