PDA

View Full Version : [ubuntu] Tracker Applet error after upgrade to 9.04



leeds
April 24th, 2009, 07:10 PM
Just upgraded to 9.04, installation was smooth. Was indexing files in 8.10, however after upgrade getting the error "Traker - There was an error while performing indexing: Index corrupted" I have the option to reindex which I have already tried twice, same error comes back. I have disabled indexing. Please help (NB: I am new to Ubuntu).

mikex
April 24th, 2009, 07:47 PM
Just upgraded to 9.04, installation was smooth. Was indexing files in 8.10, however after upgrade getting the error "Traker - There was an error while performing indexing: Index corrupted" I have the option to reindex which I have already tried twice, same error comes back. I have disabled indexing. Please help (NB: I am new to Ubuntu).

Same exact thing here - I can't get it to work even when requesting a new index. Same message every bootup.

ivia77
April 24th, 2009, 07:55 PM
Same for me. I've tried Alt+F2 and run tracker-processes -r as suggested in the release notes (http://www.ubuntu.com/getubuntu/releasenotes/904#Tracker%20index%20corruption) but it gave me this error mesage

Error stating file '/home/matt/tracker-processes -r': No such file or directory

Jack Shankle
April 24th, 2009, 09:28 PM
I also have the same bug.
Everything else is working fine on a triple boot system.
I upgraded from 8.10 to 9.04 and I was using ext3 (I think)
on 8.10 and guess I am still using ext3 in 9.04. The upgrade
didn't ask anything about ext4.

mikex
April 24th, 2009, 10:27 PM
Found a solution that fixed it for me, here it is -



Found a workaround/fix that's more user friendly:

sudo apt-get install tracker-utils
tracker-processes -r # --hard-reset

Then I logged out and back in so the processes that I had previously killed by hand would restart in a normal fashion.

Note that this probably gets rid of data that would be useful in finding a fix for others, which is sad.


https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/361560

pistos
April 25th, 2009, 01:10 AM
I have the same error coming up after upgrading from 8.10 to 9.04 too. I have disabled Tracker for now.

nobodie
April 25th, 2009, 01:30 AM
I have exactly the same error with two different machines, the first was upped to jaunty RC1 the the other just finished upping to the final product. I tried the suggestion mentioned above and it has seemed to work on both my machines, so I recommend:

in the terminal of your choice

$sudo apt-get install tracker-utils
$tracker-processes -r

since it seems to have worked for me

skyydiver
April 25th, 2009, 03:53 AM
Thanks. I have now killed tracker too.

Gyo
April 25th, 2009, 06:51 AM
$sudo apt-get install tracker-utils
$tracker-processes -r


this worked great for me :KS

leeds
April 25th, 2009, 07:32 AM
Thanks - codes worked for me as well.

eltiojuanillo
April 25th, 2009, 09:10 AM
same problem after upgrading to 9.04. Solved after

sudo apt-get install tracker-utils
tracker-processes -r

I recommend doing the same

Nhorning
April 25th, 2009, 10:04 AM
The above solved it for me as well

suresnjain
April 25th, 2009, 07:13 PM
I was getting the same error.After getting advise from the forum,I have done 2 steps (1) sudo apt-get install tracker-utils and (2) tracker-processes -r Now trcker icon is gone from the right side of the top panel.So, the third step advised # --hard-reset how to do this # in the terminal.

scientist47
April 26th, 2009, 04:44 AM
Also updated from intrepid to jaunty, and got the same error message. The suggested solution worked for me as well.
suresnjain: The text after a '#' is ignored by bash. It is only a comment to explain the 'r' flag in the command.
Below is the suggested solution plus the commands to start the tracker gain:
bash code:

sudo apt-get install tracker-utils
tracker-processes -r # --hard-reset
/usr/lib/tracker/trackerd &
tracker-applet &
disown -a
the disown command detaches the tracker processes from the bash terminal, so that they will live on if the terminal is closed.

PGAMan
April 26th, 2009, 05:30 AM
This solution worked for me. Thank you.

bbradley
April 26th, 2009, 11:02 AM
I just disabled it in system/preferences/startup applications
and rebooted the machine

Hopefully the bug will be fixed soon

dpdamato
April 26th, 2009, 03:51 PM
Thanks much! Solution worked for me also.

carrierpilot1357
April 26th, 2009, 09:55 PM
I was having the exact same problem. codes worked for me also.

(by the way, i'm running 9.04. my profile just says 8.04.)

caiocgo
April 28th, 2009, 06:35 PM
I am facing the same problem here. The only thing is that the tracker issue only start when I plug in an USB drive of some sort.

Is the solution the same?

deepnum09
April 29th, 2009, 12:15 AM
I had the same problem with tracker and just removed it in System->Preferences->Startup Applications so it wouldn't start each time I reboot. Tracker was using a huge chunk of my cpu (made my cpu usage go to 98%) so I killed both process associated with it (tracker and tracker applet ... or something like that).

Cold-Gin
April 29th, 2009, 12:35 AM
Thank you very much. Had the same problem, and the commands seem to work for me also... Really appreciate it.

HolyJoe
April 29th, 2009, 03:02 AM
This solution works for me too.
Thanks.


Found a solution that fixed it for me, here it is -





https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/361560

jejones3141
April 29th, 2009, 08:14 AM
I will disable tracker myself--upgraded my wife's laptop to 9.04, and woke up to find not only the described error, but also a process running "tracker-indexer" eating 75% of available RAM and bringing the laptop to its knees with thrashing.

Timpotten
April 29th, 2009, 10:24 AM
It worked for a while and then......http://www.t-im.es/Screenshot-Tracker Applet.png

Whichever option, it loops endlessly.

>system>Admin>System monitor

"Kill" both "Tracker" process for the session.

The remove (-r) does remove the process, but then it somehow gets reinstalled - It is also possible (and maybe more convenient?) to use

>system>Admin>Synaptic

Search for tracker and mark it for complete removal.

Tracker is an advanced framework for first class objects with associated metadata and tags.
It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing.

So maybe killing and deleting it is not such a hot idea?

pistos
April 29th, 2009, 08:28 PM
All I did to "remove" Tracker was un-check Tracker and Tracker Applet in System>Preferences>Startup Applications. Is there something else I should have done?

I figured I would leave it installed, so that when the bug is fixed, it will get fixed and I can then reactivate it.

pbhill
May 1st, 2009, 01:43 AM
It also worked here. It also stopped the 99% CPU usage that tracker was causing, slowing down the whole system. Thanks.

Paperloader
May 2nd, 2009, 07:05 AM
[QUOTE=eltiojuanillo;7141448]same problem after upgrading to 9.04. Solved after

sudo apt-get install tracker-utils
tracker-processes -r

This worked for me too. Thanks

Stereo_Junkie
May 2nd, 2009, 11:38 PM
sudo apt-get install tracker-utils
tracker-processes -r


Thanks for posting this fix.

su-37
May 3rd, 2009, 05:00 AM
Found a solution that fixed it for me, here it is -





https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/361560

Yeah i tried this and did what you said it helped with me.

CarolusGomes
May 3rd, 2009, 05:30 PM
The sugestion « $sudo apt-get install tracker-utils
$tracker-processes -r » worked fine for me too. After rebooting, all was fine!

etienne@Rofti
May 3rd, 2009, 09:00 PM
sudo apt-get install tracker-utils
tracker-processes -r
What do the above commands do? I'm a bit scared of just running them without knowing what they actually do...
And, what exactly is the use of Tracker? I cannot remember ever specifically using it...

Thanks!
Etienne

Artemis3
May 13th, 2009, 06:13 PM
I just uninstalled all the tracker packages except for libtrackerclient0 which is sadly tied to totem. This bug is really bad... And i don't need tracker anyway, the file search tool in places works just fine.

sabutuga
May 13th, 2009, 07:12 PM
I have exactly the same error with two different machines, the first was upped to jaunty RC1 the the other just finished upping to the final product. I tried the suggestion mentioned above and it has seemed to work on both my machines, so I recommend:

in the terminal of your choice

$sudo apt-get install tracker-utils
$tracker-processes -r

since it seems to have worked for me
I had the same problem and this worked great for me.

cheers

JimBuntu
May 13th, 2009, 07:25 PM
Of course, same tracker applet error here. Was wondering if anyone's case alarm has been going off too? My internal case alarm goes off almost every day and I just restart the computer which pisses me off but I don't know any other way to fix that. I kind of think that it is related to this tracker error. This is the first time I've seen a tracker error while using Ubuntu and also first time for this alarm...very annoying.

ojmc
May 14th, 2009, 01:11 PM
here's the official fix http://www.ubuntu.com/getubuntu/releasenotes/904#Tracker%20index%20corruption

tomdkat
May 14th, 2009, 05:29 PM
I was encountering this as well and the tracker-processes -r solution worked well for me too! :)

Peace...

eivind
May 15th, 2009, 08:59 AM
Tracker schmacker. I uninstalled it. :-)

thimmet
May 28th, 2009, 10:37 PM
Works for me, thanks! :)

Inbredplayer
June 2nd, 2009, 01:33 AM
had the same problem but the fix seems to have worked for me thanks

torchfire
June 2nd, 2009, 03:05 AM
I had the same problem, and it was causing all my cpu's to be maxed out. (According to the system monitor.)

I disabled tracker.

I've run the code above, re-enabled tracker, and at the moment, everything seems fine.

Tracker indicates that all indexing has been paused by the system at this point. I'm wondering whether it will eat up all my cpu resources when the system un-pauses the indexing process? I'll let you know if I find out.

Thanks so much for providing the code.

Now, to find solutions for my other two problems related to the upgrade...

I learn so much after an upgrade. :)

jgcamp99
June 3rd, 2009, 12:44 AM
I completely uninstalled tracker, booted & rebooted a couple of times, then completely reinstalled it. This takes maybe all of 10 minutes, but whatever statistics were collected before aren't corrupt, it's using them right now and tracker is idling along without a hitch. CPU usage is normal too.

I think if tracker gets corrupted again, I'll do the complete removal w/ complete installation again. The problem isn't with the metadata or the indexes, the problem is tracker itself. My biggest concern was having to sit thru another reindex process, that never occurred as tracker was properly installed this time thru synaptic, not the upgrade process that didn't install the tracker utilities and whatever else. I didn't even have to run the command:

"tracker-processes -r"

I hope my post allays any concerns about the method that I used to fix tracker on Ubuntu 9.04 ?

torchfire
June 3rd, 2009, 02:39 AM
My CPU resources are fine, and Tracker is now running great. :D

ophie99
June 10th, 2009, 02:58 AM
http://www.thisworked.com/



Quick problem I encountered when I upgraded my Ubuntu (http://www.ubuntu.com/) distro to 9.04 from 8.10. Periodically a dialog would pop up from the Tracker app saying something like this:

Tracker Applet
There was an error while performing indexing:
Index corrupted

Three buttons to either "Reindex all", "Cancel" or "Accept" (if I recall correctly.) Clicking these in just about any combination doesn't seem to do anything as the dialog keeps coming up. Here's what to do:

Problem
Ubuntu Linux 9.04 Tracker Applet stuck in an error loop where it's claiming "index corrupted." There is a known bug (https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/361205) that will be fixed soon (it's actually already fixed and committed, but the patch has yet to roll out through the Ubuntu updater.) Clicking any of the buttons will do apparently nothing, bringing up the error dialog again... you won't get any work done if you keep clicking that button. If you're looking for a stupid button to click, you might as well score some points doing it! :P

This Worked
Quick fix is to do this stuff -- I don't know what it really does, and can't be bothered to research it -- to kill off the error and make life grand again:

Open Terminal of your choice (*ahem* Yakuake rocks (http://yakuake.kde.org/)! *cough*) & run these commands:


sudo apt-get install tracker-utils
tracker-processes -r

aklilom
August 17th, 2009, 09:19 PM
$sudo apt-get install tracker-utils
$tracker-processes -r



Thanks a lot. It worked for me too.

kakaz
October 26th, 2009, 08:29 PM
I have problem my tracker-applet do not work at all - it just disappear! And I cannot switch it on again - it just run in background but was not visible/accessible on desk-bar. Procedure You follow do not work for me.

But I downgrade tracker from 0.6.93-0ubuntu3 to 0.6.93-0ubuntu1 and after that it seems to work! :p

Nop! It just start indexing but after 3 hours it pause, and never awake. It has no error message only information that it is idle, and had to be paused due to lack of disk space ( there is a plenty of free) or excessive disk usage ( there is none beside tracker itself). It was smail on my face when I open search box and obtain 70 entries on my search query but there was no thumbnails and no information about documents, only counter... So I am probably looser - I remove tracker ( which works great for me on previous Ubuntu release) and install Recall instead. Wow! It has realtime tracking of chosen directories, DVI ( and many more) formats works from the beginning, performance is not so bad, there are external helper applications based on mime types with reasonable config dialogue window! What a pity that tracker does not have one....