Files
varlog/_cache/articles/8aa986e1-0b59-4ebb-bfb9-eab476a0d6a6.json
T
2026-05-15 10:37:48 +02:00

1 line
9.9 KiB
JSON

{"uuid":"8aa986e1-0b59-4ebb-bfb9-eab476a0d6a6","slug":"tracker-miner-fs-3","title":"tracker miner fs 3","author":"cedric@abonnel.fr","published":true,"published_at":"2023-02-10 22:48:31","created_at":"2023-02-10 22:48:31","updated_at":"2023-02-10 22:48:31","revisions":[],"cover":"","files_meta":[],"external_links":[],"seo_title":"","seo_description":"","og_image":"","category":"Informatique","content":"# tracker miner fs 3\n\n![Nom de la section](dummy.png)\nJe sais realtivement peu de chose sur le process **Tracker Miner FS 3** ou appelé également **tracker3**.\n\nJ'ai quand même remarqué que c'est un process qui prend beaucoup de ressources au niveau processeur. Il m'empêche même parfois d'utiliser le navigateur de fichier **Nautilus** sous Gnome. Je suis obligé d'aller dans le gestionnaire de process pour le tuer afin d'utiliser **Nautilus**. Voulant éliminer ces désagréments, j'ai pris le taureau par les cornes.\n\nJ'ai commencé par me dire que **Tracker Miner 3** n'était pas forcément un programme utile. Logiquement, j'ai utilisé **dnf** avec l'option **remove** afin de supprimer **tracker**, **tracker extract** et **Tracker Miner fs**.\n\n sudo dnf remove --purge tracker tracker-extract tracker-miner-fs\n\nConcrètement, le programme **tracker 3** a tellement de dépendance avec Gnome, que **dnf** me demandait de désinstaller également **Nautilus** et d'autres composantes que j'utilisais sous Gnome. C'était donc peine perdue et je ne pouvais pas le désinstaller.\nEnsuite j'ai peut-être trouvé la solution sur le forum https://forums.raspberrypi.com/viewtopic.php?t=305205 . Il est indiqué que ces lenteur peuvent provenir d'un dysfonctionnement dans le programme dû aux fichiers de configuration et base de données locale. Pour tout vous dire, grâce au programme **journalctl** de Linux, je trouvé quelques lignes d'erreurs concernant **tracker miner 3**.\n\n```\nFeb 25 14:04:27 localhost systemd[5542]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE\nFeb 25 14:04:27 localhost systemd[5542]: tracker-miner-fs.service: Failed with result 'exit-code'.\nFeb 25 14:04:27 localhost systemd[5542]: Failed to start Tracker file system data miner.\nFeb 25 14:04:27 localhost systemd[5542]: tracker-store.service: Scheduled restart job, restart counter is at 3.\nFeb 25 14:04:27 localhost systemd[5542]: tracker-miner-fs.service: Scheduled restart job, restart counter is at 18125.\nFeb 25 14:04:27 localhost systemd[5542]: Stopped Tracker file system data miner.\nFeb 25 14:04:27 localhost systemd[5542]: Starting Tracker file system data miner...\nFeb 25 14:04:27 localhost systemd[5542]: Stopped Tracker metadata database store and lookup manager.\nFeb 25 14:04:27 localhost systemd[5542]: Starting Tracker metadata database store and lookup manager...\nFeb 25 14:04:27 localhost tracker-miner-f[299454]: Set scheduler policy to SCHED_IDLE\nFeb 25 14:04:27 localhost tracker-miner-f[299454]: Setting priority nice level to 19\nFeb 25 14:04:27 localhost systemd[5542]: Started Tracker metadata database store and lookup manager.\nFeb 25 14:04:27 localhost tracker-store[299455]: Cannot initialize database: Could not open sqlite3 database:'/home/pihole/.cache/tracker/meta.db': unable to open database file\nFeb 25 14:04:27 localhost systemd[5542]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE\nFeb 25 14:04:27 localhost systemd[5542]: tracker-store.service: Failed with result 'exit-code'.\nFeb 25 14:04:27 localhost tracker-miner-f[299454]: Unable to get XDG user directory path for special directory &DOCUMENTS. Ignoring this location.\nFeb 25 14:04:27 localhost tracker-miner-f[299454]: Unable to get XDG user directory path for special directory &MUSIC. Ignoring this location.\nFeb 25 14:04:27 localhost tracker-miner-f[299454]: Unable to get XDG user directory path for special directory &PICTURES. Ignoring this location.\nFeb 25 14:04:27 localhost tracker-miner-f[299454]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.\nFeb 25 14:04:27 localhost tracker-miner-f[299454]: Unable to get XDG user directory path for special directory &DOWNLOAD. Ignoring this location.\nFeb 25 14:04:27 localhost tracker-miner-f[299454]: Unable to get XDG user directory path for special directory &DOCUMENTS. Ignoring this location.\nFeb 25 14:04:27 localhost tracker-miner-f[299454]: Unable to get XDG user directory path for special directory &MUSIC. Ignoring this location.\nFeb 25 14:04:27 localhost tracker-miner-f[299454]: Unable to get XDG user directory path for special directory &PICTURES. Ignoring this location.\nFeb 25 14:04:27 localhost tracker-miner-f[299454]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.\nFeb 25 14:04:27 localhost dbus-daemon[5721]: [session uid=996 pid=5721] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.36267' (uid=996 pid=299454 comm=\"/usr/libexec/tracker-miner-fs \" label=\"unconfined\")\nFeb 25 14:04:27 localhost systemd[5542]: tracker-store.service: Scheduled restart job, restart counter is at 4.\nFeb 25 14:04:27 localhost systemd[5542]: Stopped Tracker metadata database store and lookup manager.\nFeb 25 14:04:27 localhost systemd[5542]: Starting Tracker metadata database store and lookup manager...\nFeb 25 14:04:27 localhost dbus-daemon[5721]: [session uid=996 pid=5721] Successfully activated service 'org.freedesktop.Tracker1'\nFeb 25 14:04:27 localhost systemd[5542]: Started Tracker metadata database store and lookup manager.\nFeb 25 14:04:27 localhost tracker-store[299464]: Cannot initialize database: Could not open sqlite3 database:'/home/pihole/.cache/tracker/meta.db': unable to open database file\nFeb 25 14:04:27 localhost systemd[5542]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE\nFeb 25 14:04:27 localhost systemd[5542]: tracker-store.service: Failed with result 'exit-code'.\nFeb 25 14:04:27 localhost tracker-miner-f[299454]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying'\nFeb 25 14:04:27 localhost systemd[5542]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE\nFeb 25 14:04:27 localhost systemd[5542]: tracker-miner-fs.service: Failed with result 'exit-code'.\nFeb 25 14:04:27 localhost systemd[5542]: Failed to start Tracker file system data miner.\nFeb 25 14:04:27 localhost systemd[5542]: tracker-store.service: Scheduled restart job, restart counter is at 5.\nFeb 25 14:04:27 localhost systemd[5542]: tracker-miner-fs.service: Scheduled restart job, restart counter is at 18126.\nFeb 25 14:04:27 localhost systemd[5542]: Stopped Tracker file system data miner.\nFeb 25 14:04:27 localhost systemd[5542]: Starting Tracker file system data miner...\nFeb 25 14:04:27 localhost systemd[5542]: Stopped Tracker metadata database store and lookup manager.\nFeb 25 14:04:27 localhost systemd[5542]: tracker-store.service: Start request repeated too quickly.\nFeb 25 14:04:27 localhost systemd[5542]: tracker-store.service: Failed with result 'exit-code'.\nFeb 25 14:04:27 localhost systemd[5542]: Failed to start Tracker metadata database store and lookup manager.\nFeb 25 14:04:27 localhost tracker-miner-f[299469]: Set scheduler policy to SCHED_IDLE\nFeb 25 14:04:27 localhost tracker-miner-f[299469]: Setting priority nice level to 19\nFeb 25 14:04:27 localhost tracker-miner-f[299469]: Unable to get XDG user directory path for special directory &DOCUMENTS. Ignoring this location.\nFeb 25 14:04:27 localhost tracker-miner-f[299469]: Unable to get XDG user directory path for special directory &MUSIC. Ignoring this location.\nFeb 25 14:04:27 localhost tracker-miner-f[299469]: Unable to get XDG user directory path for special directory &PICTURES. Ignoring this location.\nFeb 25 14:04:27 localhost tracker-miner-f[299469]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.\nFeb 25 14:04:27 localhost tracker-miner-f[299469]: Unable to get XDG user directory path for special directory &DOWNLOAD. Ignoring this location.\nFeb 25 14:04:27 localhost tracker-miner-f[299469]: Unable to get XDG user directory path for special directory &DOCUMENTS. Ignoring this location.\nFeb 25 14:04:27 localhost tracker-miner-f[299469]: Unable to get XDG user directory path for special directory &MUSIC. Ignoring this location.\nFeb 25 14:04:27 localhost tracker-miner-f[299469]: Unable to get XDG user directory path for special directory &PICTURES. Ignoring this location.\nFeb 25 14:04:27 localhost tracker-miner-f[299469]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.\nFeb 25 14:04:27 localhost dbus-daemon[5721]: [session uid=996 pid=5721] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.36270' (uid=996 pid=299469 comm=\"/usr/libexec/tracker-miner-fs \" label=\"unconfined\")\nFeb 25 14:04:27 localhost systemd[5542]: tracker-store.service: Start request repeated too quickly.\nFeb 25 14:04:27 localhost systemd[5542]: tracker-store.service: Failed with result 'exit-code'.\nFeb 25 14:04:27 localhost systemd[5542]: Failed to start Tracker metadata database store and lookup manager.\n```\n\nVoici ce qu'il fallait effecuter :\n\n1. arrêter tracker 3 avec l'option **terminate**\n sudo tracker3 daemon -t\n\n2. Se positionner dans `.config/autostart/`\n cd ~/.config/autostart/\n\n3. copie les fichiers de configurations\n cp -v /etc/xdg/autostart/tracker-miner-*.desktop ./\n\n4. Réinitialiser le cache de miner tracker qui se trouve dans le dossier courant de l'utilisateur.\n rm -fr ~/.cache/tracker ~/.local/share/tracker\n\n5. Démarrage de tracker 3 \n sudo tracker3 daemon -s\n \n \nIl existe même l'option- W qui permet en temps réel de suivre l'évolution du programme tracker 3.\n sudo tracker3 daemon -w","featured":false,"tags":[]}