Re: [Tracker] more issues with indexer-split



Jamie McCracken wrote:
Im afraid Im unable to run latest svn

trackerd dies everytime I try and search for somehting

I did following:

svn up
make distclean

I would use:

  make maintainer-clean

make
sudo make install

Make sure you are not running trackerd or tracker-indexer first.

Before doing any installing or even the make maintainer-clean I would:

  sudo make uninstall
  sudo rm -Rf /usr/bin/tracker*
  sudo rm -Rf /usr/libexec/tracker*
  sudo rm -Rf /usr/lib/tracker/
  sudo rm -Rf /usr/share/tracker/
  rm -Rf ~/.cache/tracker
  rm -Rf ~/.local/share/tracker
  rm -Rf ~/.config/tracker

I would also do:

  find /usr -name '*tracker*'

And make sure EVERYTHING is removed first. Then when you autogen again, use:

  CFLAGS="-g -O0" ./autogen.sh --prefix=/usr --localstatedir=/var
--sysconfdir=/etc

(the CFLAGS for in case you need to valgrind or gdb it)

BUT even better, completely re-check out the the branch to be sure.

sudo rm -rf /usr/bin/trackerd
ïsudo rm -rf /usr/bin/tracker-indexer

There is also the thumbnailer which is no longer installed in /usr/bin.

rm -rf ~/.cache/tracker
rm-rf ~/.local/share/tracker

As above, don't forget the config.

trackerd -v 3 

I would make sure you run a specific version instead of just letting the
path find trackerd, i.e. /usr/libexec/trackerd.

searching with tracker-search-tool crashes trackerd
searching with tracker-search returns no result (when it should)

I have freshly installed the packages on the Maemo device this week and
the tracker-search works fine (of course the TST doesn't).


trackerd output showing it continuously outputs :
Tracker-Message: Indexed 105/425, module:'evolution', 07m 13s left, 02m
22s elapsed
note I have evol email indexing disabled

I will check this.
I know it happens,
I just need to fix it.
I found indexing today to be incredibly slow, so I was just
investigating that.

-- 
Regards,
Martyn



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]