Bounty: 50
I have the following lines repeating every minute in my /var/log/syslog
file.
Oct 9 19:19:42 my_machine dbus-daemon[2138]: [session uid=1000 pid=2138] Activating via systemd: service name='org.freedesktop.Tracker1.Miner.Extract' unit='tracker-extract.service' requested by ':1.66' (uid=1000 pid=2555 comm="/usr/lib/tracker/tracker-miner-fs " label="unconfined")
Oct 9 19:19:42 my_machine systemd[2118]: Starting Tracker metadata extractor...
Oct 9 19:19:42 my_machine dbus-daemon[2138]: [session uid=1000 pid=2138] Successfully activated service 'org.freedesktop.Tracker1.Miner.Extract'
Oct 9 19:19:42 my_machine systemd[2118]: Started Tracker metadata extractor.
Oct 9 19:19:53 my_machine systemd[2118]: tracker-extract.service: Succeeded.
Can somebody explain what is going on.
My system is Ubuntu 19.04 with latest updates. This problem seems to have started around April 21st. Probably after upgrading 18.10 to 19.04.
How can I change the period from 1 minute to (say) 1 hour?