Infinite loop trying to index non-existing file
My daughter's computer couldn't start GDM because it ran out of disk space. Turns out tracker-extract has filled up the logs trying to index a file that no longer exists ("Fejl ved indhentning af oplysninger om filen" ~ "Error retrieving information about the file", "Ingen sådan fil eller filkatalog" = "No such file or directory"), here are a couple of the repeating lines:
2024-05-18T07:59:48.109814+02:00 zeta tracker-extract[3440]: Could not get mimetype, Fejl ved indhentning af oplysninger om filen “/usr/share/applications/winetricks.desktop”: Ingen sådan fil eller filkatalog
2024-05-18T07:59:48.110445+02:00 zeta tracker-extract[3440]: Failed to update ignored file 'file:///usr/share/applications/winetricks.desktop': ambiguous column name: ROWID
2024-05-18T07:59:48.110475+02:00 zeta tracker-extract[3440]: Task for 'file:///usr/share/applications/winetricks.desktop' finished with error: Fejl ved indhentning af oplysninger om filen “/usr/share/applications/winetricks.desktop”: Ingen sådan fil eller filkatalog
2024-05-18T07:59:48.110502+02:00 zeta tracker-extract[3440]: Could not get mimetype, Fejl ved indhentning af oplysninger om filen “/usr/share/applications/winetricks.desktop”: Ingen sådan fil eller filkatalog
2024-05-18T07:59:48.111068+02:00 zeta tracker-extract[3440]: Failed to update ignored file 'file:///usr/share/applications/winetricks.desktop': ambiguous column name: ROWID
2024-05-18T07:59:48.111098+02:00 zeta tracker-extract[3440]: Task for 'file:///usr/share/applications/winetricks.desktop' finished with error: Fejl ved indhentning af oplysninger om filen “/usr/share/applications/winetricks.desktop”: Ingen sådan fil eller filkatalog
2024-05-18T07:59:48.112169+02:00 zeta tracker-extract[3440]: Could not get mimetype, Fejl ved indhentning af oplysninger om filen “/usr/share/applications/winetricks.desktop”: Ingen sådan fil eller filkatalog
2024-05-18T07:59:48.112796+02:00 zeta tracker-extract[3440]: Failed to update ignored file 'file:///usr/share/applications/winetricks.desktop': ambiguous column name: ROWID
I made the infinite loop stop by touching the file, then I could remove it afterwards.
Edited by Jeff Fortin