System initially presented an "Ubuntu has experienced an internal error" crash report for /usr/libexec/localsearch-extractor-3 (part of tracker-extract), with SIGSEGV in Gfx8BitFont::Gfx8BitFont(). ps aux | grep -i "tracker" showed no running tracker-store or tracker-miner-fs processes. (The localsearch-3 process may attempt to start but crashes or exits due to missing dependencies, as evidenced by the apport report attached below). Desktop search (via the Activities Overview) is non-functional for files. Core Problem Identified: Missing systemd User Service Units for Key Components: While the tracker-extract package does correctly ship its systemd user service unit files (as confirmed by apt-file list tracker-extract | grep systemd outputting localsearch-3.service, localsearch-control-3.service, and localsearch-writeback-3.service), the critical underlying issue is that the tracker-miner-fs and tracker-store components are still missing their necessary service definitions.
systemctl --user status tracker-miner-fs.service consistently reports "Unit tracker-miner-fs.service could not be found." systemctl --user status tracker-store.service consistently reports "Unit tracker-store.service could not be found." Crucial Evidence of Missing Files (from apt-file list): To confirm the reason for the "Unit not found" errors, I used apt-file list to inspect the contents of the installed packages: apt-file list tracker-miner-fs | grep systemd returns no output. This definitively proves that the tracker-miner-fs package, as shipped in Ubuntu 25.04, does not contain or install its systemd user service unit file (tracker-miner-fs.service). apt-file list tracker | grep systemd returns no output. This confirms the tracker package similarly does not ship tracker-store.service or any related systemd unit file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2113770 Title: tracker is there, then it is not there!! a very complete puzzling problme To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tinysparql/+bug/2113770/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
