Score:1

How to disable tracker on ubuntu 20.04?

cn flag

I purchased a new acer i7-1165G7 @ 2.80GHz × 8 laptop installed ubuntu 20.04 along with dual boot Windows. Whenever I start the laptop either in windows or ubuntu both are making very loud noise. I suspected fan was faulty so I gave it to replace it. Now the laptop came with replaced fan still it is creating too loud unbeareable noise. When I see the processes via top more than 100% cpu consumption is going on for tracker-miner-f and tracker-extract for at least more than half an hour. Please let me know what should I do get rid of this noise? You can see the screenshots of top command here.

enter image description here

enter image description here

Scott Stensland avatar
ir flag
https://askubuntu.com/questions/1172237/why-is-tracker-miner-fs-consuming-100-of-my-cpu-what-is-usr-lib-tracker-track
Scott Stensland avatar
ir flag
also see https://askubuntu.com/questions/346211/tracker-store-and-tracker-miner-fs-eating-up-my-cpu-on-every-startup
vanadium avatar
cn flag
Does this answer your question? [Tracker process taking lot of CPU](https://askubuntu.com/questions/1187191/tracker-process-taking-lot-of-cpu)
Score:4
ru flag

Even if you disable all the Search functions in settings, the tracker stuff still runs. I don't have any use for it so I have found the following two commands seem to disable everything for me. I have not noticed any issues by doing this:

tracker reset --hard

systemctl --user mask tracker-{miner-apps,miner-fs,store}

codlord avatar
ru flag
UPDATE: For later Ubuntu versions (22.04 onwards I think) that use tracker 3 I am now doing this: `systemctl --user mask tracker-extract-3.service tracker-miner-fs-3.service tracker-miner-rss-3.service tracker-writeback-3.service tracker-xdg-portal-3.service tracker-miner-fs-control-3.service` followed by `tracker3 reset -s -r`
mkurz avatar
ar flag
For Ubuntu 22.04 masking the services my be not enough. You probably have files in `/etc/xdg/autostart/` like `/etc/xdg/autostart/tracker-miner-fs-3.desktop`, so you need to "override" this file and make sure it will not be started: Create `~/.config/autostart/tracker-miner-fs-3.desktop` content `[Desktop Entry]\nHidden=true` (`\n` being a new line, because I can not post that in this comment here ;) and after logout/login the process should not be started anymore (also `tracker3 daemon` will show it disabled)
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.