Snap files go missing after reboot

I’m using Ubuntu 20.04.
My / root dir is ext4 and my /home dir btrfs.
When I do a reboot. I typically find a set of services not working. So I have written a script to restart any failed services…

Not really sure why some services fail to startup.
These are that services that have to be restarted…

==> Starting: networkd-dispatcher.service
==> Starting: NetworkManager.service
==> Starting: nfs-mountd.service
==> Starting: postfix@-.service
==> Starting: snapd.seeded.service
==> Starting: snapd.service
==> Starting: snapper-boot.service
==> Starting: snapper-cleanup.service
==> Starting: thermald.service
==> Starting: x2goserver.service
==> Starting: xrdp-sesman.service

But the most annoying thing that occurs is that most of the time, I find that snap apps are missing all of their files. The only thing that is left in the /snap/<app>/ dir is the dir of the last app version.
In this condition, snap thinks that the app is installed still installed. But it will fail to run if you try to, and the icons for the messed up snap apps also go missing, but there is a blank placeholder for the app.

I have wrote a script to reinstall the snap apps when I find that files are missing for the app.
Unfortunately, this is not a great solution as preferences and login data gets reset for some apps and those apps require their particular initialization procedure.
Let me know if there is anything that I can do to debug or provide more info on this issue.

Thanks.

this really does look like a systemic problem with systemd in your install, not like a snap specific issue at all … you should find out why systemd does not properly start services for you, snaps and snapd are just consumers of systemd here.

Can you disable your script, reboot the system and collect the output of journalctl -b ? Also, please collect the output of snap list.

1 Like

The original journal was over 7k lines, so I cut it down to 2 lines before and after and error (744 lines)…

Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: PM:   Magic number: 13:972:803
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: RAS: Correctable Errors collector initialized.
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: Freeing unused decrypted memory: 2040K
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: Freeing unused kernel image (initmem) memory: 2648K
--
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: sd 5:0:0:0: [sdd] Attached SCSI disk
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: ata3.00: qc timeout (cmd 0xec)
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: psmouse serio1: Failed to deactivate mouse on isa0060/serio1: -5
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: psmouse serio1: Failed to enable mouse on isa0060/serio1
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: ata3.00: qc timeout (cmd 0xec)
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: ata3: limiting SATA link speed to 3.0 Gbps
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
--
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: scsi host3: uas_eh_device_reset_handler success
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: ata3.00: qc timeout (cmd 0xec)
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: scsi host3: uas_eh_device_reset_handler start
--
Jul 20 14:51:02 dsidlo-Inspiron-7773 systemd[1]: Finished Apply Kernel Variables.
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: usb 2-4.4: reset SuperSpeed Gen 1 USB device number 5 using xhci_hcd
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: EXT4-fs (sda8): re-mounted. Opts: errors=remount-ro
Jul 20 14:51:02 dsidlo-Inspiron-7773 systemd[1]: Finished Remount Root and Kernel File Systems.
Jul 20 14:51:02 dsidlo-Inspiron-7773 kernel: scsi host3: uas_eh_device_reset_handler success
--
Jul 20 14:51:05 dsidlo-Inspiron-7773 kernel: iwlwifi 0000:02:00.0: Found debug configuration: 0
Jul 20 14:51:05 dsidlo-Inspiron-7773 kernel: iwlwifi 0000:02:00.0: loaded firmware version 29.1654887522.0 7265D-29.ucode op_mode iwlmvm
Jul 20 14:51:05 dsidlo-Inspiron-7773 kernel: iwlwifi 0000:02:00.0: Direct firmware load for iwl-debug-yoyo.bin failed with error -2
Jul 20 14:51:05 dsidlo-Inspiron-7773 systemd-udevd[488]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jul 20 14:51:05 dsidlo-Inspiron-7773 kernel: fbcon: i915drmfb (fb0) is primary device
--
Jul 20 14:51:05 dsidlo-Inspiron-7773 kernel: iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
Jul 20 14:51:05 dsidlo-Inspiron-7773 kernel: iwlwifi 0000:02:00.0: Allocated 0x00400000 bytes for firmware monitor.
Jul 20 14:51:05 dsidlo-Inspiron-7773 kernel: pcieport 0000:00:1c.5: AER: Corrected error received: 0000:00:1c.5
Jul 20 14:51:05 dsidlo-Inspiron-7773 kernel: pcieport 0000:00:1c.5: AER: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Jul 20 14:51:05 dsidlo-Inspiron-7773 kernel: pcieport 0000:00:1c.5: AER:   device [8086:9d15] error status/mask=00000001/00002000
Jul 20 14:51:05 dsidlo-Inspiron-7773 kernel: pcieport 0000:00:1c.5: AER:    [ 0] RxErr                 
Jul 20 14:51:05 dsidlo-Inspiron-7773 kernel: iwlwifi 0000:02:00.0: base HW address: b4:6b:fc:73:6d:88
--
Jul 20 14:52:31 dsidlo-Inspiron-7773 systemd[1]: Dependency failed for Daily rotation of log files.
Jul 20 14:52:31 dsidlo-Inspiron-7773 systemd[1]: logrotate.timer: Job logrotate.timer/start failed with result 'dependency'.
Jul 20 14:52:31 dsidlo-Inspiron-7773 systemd[1]: Dependency failed for Process error reports when automatic reporting is enabled (file watch).
Jul 20 14:52:31 dsidlo-Inspiron-7773 systemd[1]: apport-autoreport.path: Job apport-autoreport.path/start failed with result 'dependency'.
Jul 20 14:52:31 dsidlo-Inspiron-7773 systemd[1]: Dependency failed for Remove Stale Online ext4 Metadata Check Snapshots.
--
Jul 20 14:52:36 dsidlo-Inspiron-7773 systemd[1]: polkit.service: Succeeded.
Jul 20 14:52:36 dsidlo-Inspiron-7773 systemd[1]: Started Authorization Manager.
Jul 20 14:52:36 dsidlo-Inspiron-7773 alsactl[1209]: alsa-lib main.c:1014:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -2
Jul 20 14:52:36 dsidlo-Inspiron-7773 alsactl[1209]: Found hardware: "USB-Audio" "USB Mixer" "USB0bda:0567" "" ""
Jul 20 14:52:36 dsidlo-Inspiron-7773 alsactl[1209]: Hardware is initialized using a generic method
Jul 20 14:52:36 dsidlo-Inspiron-7773 systemd[1]: pppd-dns.service: Succeeded.
Jul 20 14:52:36 dsidlo-Inspiron-7773 alsactl[1209]: alsa-lib main.c:1014:(snd_use_case_mgr_open) error: failed to import hw:1 use case configuration -2
Jul 20 14:52:36 dsidlo-Inspiron-7773 alsactl[1209]: Found hardware: "USB-Audio" "USB Mixer" "USB17e9:6006" "" ""
Jul 20 14:52:36 dsidlo-Inspiron-7773 alsactl[1209]: Hardware is initialized using a generic method
Jul 20 14:52:36 dsidlo-Inspiron-7773 systemd[1]: Finished Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
Jul 20 14:52:36 dsidlo-Inspiron-7773 alsactl[1209]: alsa-lib main.c:1014:(snd_use_case_mgr_open) error: failed to import hw:2 use case configuration -2
Jul 20 14:52:36 dsidlo-Inspiron-7773 alsactl[1209]: Found hardware: "USB-Audio" "USB Mixer" "USB17cc:1840" "" ""
Jul 20 14:52:36 dsidlo-Inspiron-7773 alsactl[1209]: Hardware is initialized using a generic method
Jul 20 14:52:36 dsidlo-Inspiron-7773 alsactl[1209]: alsa-lib main.c:1021:(snd_use_case_mgr_open) error: failed to import hw:3 (empty configuration)
Jul 20 14:52:36 dsidlo-Inspiron-7773 alsactl[1209]: Found hardware: "HDA-Intel" "Realtek ALC3253" "HDA:10ec0225,10280809,00100002 HDA:8086280b,80860101,00100000" "0x1028" "0x0809"
Jul 20 14:52:36 dsidlo-Inspiron-7773 alsactl[1209]: Hardware is initialized using a generic method
Jul 20 14:52:36 dsidlo-Inspiron-7773 alsactl[1209]: alsa-lib main.c:1014:(snd_use_case_mgr_open) error: failed to import hw:4 use case configuration -2
Jul 20 14:52:36 dsidlo-Inspiron-7773 alsactl[1209]: Found hardware: "USB-Audio" "USB Mixer" "USB0d8c:000e" "" ""
Jul 20 14:52:36 dsidlo-Inspiron-7773 alsactl[1209]: Hardware is initialized using a generic method
--
Jul 20 14:52:37 dsidlo-Inspiron-7773 systemd[1]: Failed to start Bluetooth service.
Jul 20 14:52:37 dsidlo-Inspiron-7773 apport[1219]:  * Starting automatic crash report generation: apport
Jul 20 14:52:37 dsidlo-Inspiron-7773 root[1248]: Unexpected error code 2 received in /etc/init.d/acct
Jul 20 14:52:37 dsidlo-Inspiron-7773 systemd[1]: Started LSB: process and login accounting.
Jul 20 14:52:37 dsidlo-Inspiron-7773 nvidia-persistenced[1202]: Started (1202)
--
Jul 20 14:52:38 dsidlo-Inspiron-7773 systemd[1]: grub-initrd-fallback.service: Succeeded.
Jul 20 14:52:38 dsidlo-Inspiron-7773 systemd[1]: Finished GRUB failed boot detection.
Jul 20 14:52:39 dsidlo-Inspiron-7773 wpa_supplicant[1207]: dbus: Could not acquire the system bus: org.freedesktop.DBus.Error.FileNotFound - Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Jul 20 14:52:39 dsidlo-Inspiron-7773 wpa_supplicant[1207]: Failed to initialize wpa_supplicant
Jul 20 14:52:39 dsidlo-Inspiron-7773 systemd[1]: wpa_supplicant.service: Main process exited, code=exited, status=255/EXCEPTION
--
Jul 20 14:52:41 dsidlo-Inspiron-7773 NetworkManager[1170]: <info>  [1626817961.0938] NetworkManager (version 1.22.10) is starting... (for the first time)
Jul 20 14:52:41 dsidlo-Inspiron-7773 NetworkManager[1170]: <info>  [1626817961.0941] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-dns-resolved.conf, 20-connectivity-ubuntu.conf, no-mac-addr-change.conf) (run: 10-globally-managed-devices.conf) (etc: 10-ubuntu-fan.conf, default-wifi-powersave-on.conf)
Jul 20 14:52:41 dsidlo-Inspiron-7773 NetworkManager[1170]: <error> [1626817961.0955] bus-manager: cannot connect to D-Bus: Could not connect: No such file or directory
Jul 20 14:52:41 dsidlo-Inspiron-7773 NetworkManager[1170]: <info>  [1626817961.0956] exiting (error)
Jul 20 14:52:41 dsidlo-Inspiron-7773 systemd[1]: NetworkManager.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:52:41 dsidlo-Inspiron-7773 systemd[1]: NetworkManager.service: Failed with result 'exit-code'.
--
Jul 20 14:52:41 dsidlo-Inspiron-7773 NetworkManager[1303]: <info>  [1626817961.6623] NetworkManager (version 1.22.10) is starting... (after a restart)
Jul 20 14:52:41 dsidlo-Inspiron-7773 NetworkManager[1303]: <info>  [1626817961.6624] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-dns-resolved.conf, 20-connectivity-ubuntu.conf, no-mac-addr-change.conf) (run: 10-globally-managed-devices.conf) (etc: 10-ubuntu-fan.conf, default-wifi-powersave-on.conf)
Jul 20 14:52:41 dsidlo-Inspiron-7773 NetworkManager[1303]: <error> [1626817961.6630] bus-manager: cannot connect to D-Bus: Could not connect: No such file or directory
Jul 20 14:52:41 dsidlo-Inspiron-7773 NetworkManager[1303]: <info>  [1626817961.6630] exiting (error)
Jul 20 14:52:41 dsidlo-Inspiron-7773 systemd[1]: NetworkManager.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:52:41 dsidlo-Inspiron-7773 systemd[1]: NetworkManager.service: Failed with result 'exit-code'.
--
Jul 20 14:52:41 dsidlo-Inspiron-7773 NetworkManager[1318]: <info>  [1626817961.8342] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-dns-resolved.conf, 20-connectivity-ubuntu.conf, no-mac-addr-change.conf) (run: 10-globally-managed-devices.conf) (etc: 10-ubuntu-fan.conf, default-wifi-powersave-on.conf)
Jul 20 14:52:41 dsidlo-Inspiron-7773 systemd[1]: kerneloops.service: Found left-over process 1322 (kerneloops) in control group while starting unit. Ignoring.
Jul 20 14:52:41 dsidlo-Inspiron-7773 NetworkManager[1318]: <error> [1626817961.8349] bus-manager: cannot connect to D-Bus: Could not connect: No such file or directory
Jul 20 14:52:41 dsidlo-Inspiron-7773 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Jul 20 14:52:41 dsidlo-Inspiron-7773 NetworkManager[1318]: <info>  [1626817961.8349] exiting (error)
Jul 20 14:52:41 dsidlo-Inspiron-7773 systemd[1]: NetworkManager.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:52:41 dsidlo-Inspiron-7773 systemd[1]: NetworkManager.service: Failed with result 'exit-code'.
--
Jul 20 14:52:42 dsidlo-Inspiron-7773 NetworkManager[1340]: <info>  [1626817962.1048] NetworkManager (version 1.22.10) is starting... (after a restart)
Jul 20 14:52:42 dsidlo-Inspiron-7773 NetworkManager[1340]: <info>  [1626817962.1049] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-dns-resolved.conf, 20-connectivity-ubuntu.conf, no-mac-addr-change.conf) (run: 10-globally-managed-devices.conf) (etc: 10-ubuntu-fan.conf, default-wifi-powersave-on.conf)
Jul 20 14:52:42 dsidlo-Inspiron-7773 NetworkManager[1340]: <error> [1626817962.1055] bus-manager: cannot connect to D-Bus: Could not connect: No such file or directory
Jul 20 14:52:42 dsidlo-Inspiron-7773 NetworkManager[1340]: <info>  [1626817962.1056] exiting (error)
Jul 20 14:52:42 dsidlo-Inspiron-7773 systemd[1]: NetworkManager.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:52:42 dsidlo-Inspiron-7773 systemd[1]: NetworkManager.service: Failed with result 'exit-code'.
--
Jul 20 14:52:42 dsidlo-Inspiron-7773 NetworkManager[1355]: <info>  [1626817962.2882] NetworkManager (version 1.22.10) is starting... (after a restart)
Jul 20 14:52:42 dsidlo-Inspiron-7773 NetworkManager[1355]: <info>  [1626817962.2884] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-dns-resolved.conf, 20-connectivity-ubuntu.conf, no-mac-addr-change.conf) (run: 10-globally-managed-devices.conf) (etc: 10-ubuntu-fan.conf, default-wifi-powersave-on.conf)
Jul 20 14:52:42 dsidlo-Inspiron-7773 NetworkManager[1355]: <error> [1626817962.2889] bus-manager: cannot connect to D-Bus: Could not connect: No such file or directory
Jul 20 14:52:42 dsidlo-Inspiron-7773 NetworkManager[1355]: <info>  [1626817962.2890] exiting (error)
Jul 20 14:52:42 dsidlo-Inspiron-7773 systemd[1]: NetworkManager.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:52:42 dsidlo-Inspiron-7773 systemd[1]: NetworkManager.service: Failed with result 'exit-code'.
--
Jul 20 14:52:42 dsidlo-Inspiron-7773 systemd-udevd[490]: lxcbr0: Could not generate persistent MAC: No data available
Jul 20 14:52:42 dsidlo-Inspiron-7773 xrdp-sesman[1302]: (1302)(140567892325952)[DEBUG] Closed socket 5 (AF_INET6 ::1 port 3350)
Jul 20 14:52:43 dsidlo-Inspiron-7773 xrdp-sesman[1391]: (1391)(140567892325952)[ERROR] error opening pid file[/var/run/xrdp/xrdp-sesman.pid]: No such file or directory
Jul 20 14:52:43 dsidlo-Inspiron-7773 systemd[1]: xrdp-sesman.service: Can't open PID file /run/xrdp/xrdp-sesman.pid (yet?) after start: Operation not permitted
Jul 20 14:52:43 dsidlo-Inspiron-7773 snapd[1212]: AppArmor status: apparmor is enabled and all features are available
--
Jul 20 14:52:47 dsidlo-Inspiron-7773 containerd[1317]: time="2021-07-20T14:52:47.142765157-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Jul 20 14:52:47 dsidlo-Inspiron-7773 containerd[1317]: time="2021-07-20T14:52:47.176651632-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
Jul 20 14:52:47 dsidlo-Inspiron-7773 containerd[1317]: time="2021-07-20T14:52:47.177078540-07:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jul 20 14:52:47 dsidlo-Inspiron-7773 containerd[1317]: time="2021-07-20T14:52:47.177143862-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Jul 20 14:52:47 dsidlo-Inspiron-7773 containerd[1317]: time="2021-07-20T14:52:47.177185480-07:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
Jul 20 14:52:47 dsidlo-Inspiron-7773 containerd[1317]: time="2021-07-20T14:52:47.177219442-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Jul 20 14:52:47 dsidlo-Inspiron-7773 containerd[1317]: time="2021-07-20T14:52:47.177848621-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Jul 20 14:52:47 dsidlo-Inspiron-7773 containerd[1317]: time="2021-07-20T14:52:47.178300840-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Jul 20 14:52:47 dsidlo-Inspiron-7773 containerd[1317]: time="2021-07-20T14:52:47.178533340-07:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jul 20 14:52:47 dsidlo-Inspiron-7773 containerd[1317]: time="2021-07-20T14:52:47.178566691-07:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Jul 20 14:52:47 dsidlo-Inspiron-7773 containerd[1317]: time="2021-07-20T14:52:47.178598415-07:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
Jul 20 14:52:47 dsidlo-Inspiron-7773 containerd[1317]: time="2021-07-20T14:52:47.178615045-07:00" level=info msg="metadata content store policy set" policy=shared
Jul 20 14:52:47 dsidlo-Inspiron-7773 kernel: aufs 5.x-rcN-20200622
--
Jul 20 14:52:47 dsidlo-Inspiron-7773 systemd[1]: Starting Docker Application Container Engine...
Jul 20 14:52:48 dsidlo-Inspiron-7773 systemd[1]: dmesg.service: Succeeded.
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechanism[1165]: blueman-mechanism 14.52.48 ERROR    blueman-mechanism:42 write     : Traceback (most recent call last):
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechanism[1165]: blueman-mechanism 14.52.48 ERROR    blueman-mechanism:42 write     :   File "/usr/lib/blueman/blueman-mechanism", line 172, in <module>
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechanism[1165]: blueman-mechanism 14.52.48 ERROR    blueman-mechanism:42 write     : ConfService()
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechanism[1165]: blueman-mechanism 14.52.48 ERROR    blueman-mechanism:42 write     :   File "/usr/lib/blueman/blueman-mechanism", line 113, in __init__
Jul 20 14:52:48 dsidlo-Inspiron-7773 networkd-dispatcher[1186]: Traceback (most recent call last):
Jul 20 14:52:48 dsidlo-Inspiron-7773 networkd-dispatcher[1186]:   File "/usr/bin/networkd-dispatcher", line 487, in <module>
--
Jul 20 14:52:48 dsidlo-Inspiron-7773 networkd-dispatcher[1186]:   File "/usr/lib/python3/dist-packages/dbus/bus.py", line 124, in __new__
Jul 20 14:52:48 dsidlo-Inspiron-7773 networkd-dispatcher[1186]:     bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
Jul 20 14:52:48 dsidlo-Inspiron-7773 networkd-dispatcher[1186]: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechani[1165]: blueman-mechanism ERROR blueman-mechanism:42 write: Traceback (most recent call last):
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechanism[1165]: blueman-mechanism 14.52.48 ERROR    blueman-mechanism:42 write     : super().__init__("org.blueman.Mechanism", "org.blueman.Mechanism", "/org/blueman/mechanism", Gio.BusType.SYSTEM)
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechanism[1165]: blueman-mechanism 14.52.48 ERROR    blueman-mechanism:42 write     :   File "/usr/lib/python3/dist-packages/blueman/main/DbusService.py", line 27, in __init__
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechanism[1165]: blueman-mechanism 14.52.48 ERROR    blueman-mechanism:42 write     : self._bus = Gio.bus_get_sync(bus_type)
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechanism[1165]: blueman-mechanism 14.52.48 ERROR    blueman-mechanism:42 write     : gi.repository.GLib
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechanism[1165]: blueman-mechanism 14.52.48 ERROR    blueman-mechanism:42 write     : .
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechanism[1165]: blueman-mechanism 14.52.48 ERROR    blueman-mechanism:42 write     : Error
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechanism[1165]: blueman-mechanism 14.52.48 ERROR    blueman-mechanism:42 write     : :
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechanism[1165]: blueman-mechanism 14.52.48 ERROR    blueman-mechanism:42 write     : g-io-error-quark: Could not connect: No such file or directory (1)
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechani[1165]: blueman-mechanism ERROR blueman-mechanism:42 write:   File "/usr/lib/blueman/blueman-mechanism", line 172, in <module>
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechani[1165]: blueman-mechanism ERROR blueman-mechanism:42 write: ConfService()
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechani[1165]: blueman-mechanism ERROR blueman-mechanism:42 write:   File "/usr/lib/blueman/blueman-mechanism", line 113, in __init__
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechani[1165]: blueman-mechanism ERROR blueman-mechanism:42 write: super().__init__("org.blueman.Mechanism", "org.blueman.Mechanism", "/org/blueman/mechanism", Gio.BusType.SYSTEM)
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechani[1165]: blueman-mechanism ERROR blueman-mechanism:42 write:   File "/usr/lib/python3/dist-packages/blueman/main/DbusService.py", line 27, in __init__
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechani[1165]: blueman-mechanism ERROR blueman-mechanism:42 write: self._bus = Gio.bus_get_sync(bus_type)
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechani[1165]: blueman-mechanism ERROR blueman-mechanism:42 write: gi.repository.GLib
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechani[1165]: blueman-mechanism ERROR blueman-mechanism:42 write: .
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechani[1165]: blueman-mechanism ERROR blueman-mechanism:42 write: Error
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechani[1165]: blueman-mechanism ERROR blueman-mechanism:42 write: :
Jul 20 14:52:48 dsidlo-Inspiron-7773 blueman-mechani[1165]: blueman-mechanism ERROR blueman-mechanism:42 write: g-io-error-quark: Could not connect: No such file or directory (1)
Jul 20 14:52:48 dsidlo-Inspiron-7773 systemd[1]: networkd-dispatcher.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:52:48 dsidlo-Inspiron-7773 systemd[1]: networkd-dispatcher.service: Failed with result 'exit-code'.
--
Jul 20 14:54:37 dsidlo-Inspiron-7773 kernel: usb 2-4.4: reset SuperSpeed Gen 1 USB device number 5 using xhci_hcd
Jul 20 14:54:37 dsidlo-Inspiron-7773 kernel: scsi host3: uas_eh_device_reset_handler success
Jul 20 14:54:43 dsidlo-Inspiron-7773 snap[1402]: error: cannot communicate with server: Get http //localhost/v2/snaps/system/conf?keys=seed.loaded: dial unix /run/snapd.socket: connect: connection refused
Jul 20 14:54:43 dsidlo-Inspiron-7773 systemd[1]: snapd.seeded.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:54:43 dsidlo-Inspiron-7773 systemd[1]: snapd.seeded.service: Failed with result 'exit-code'.
--
Jul 20 14:56:23 dsidlo-Inspiron-7773 dbus-daemon[1169]: [system] Successfully activated service 'org.opensuse.Snapper'
Jul 20 14:56:23 dsidlo-Inspiron-7773 systemd-helper[2011]: running number cleanup for 'root'.
Jul 20 14:56:23 dsidlo-Inspiron-7773 systemd-helper[2011]: IO Error (subvolume is not a btrfs subvolume).
Jul 20 14:56:23 dsidlo-Inspiron-7773 systemd-helper[2011]: number cleanup for 'root' failed.
Jul 20 14:56:23 dsidlo-Inspiron-7773 systemd-helper[2011]: running timeline cleanup for 'root'.
Jul 20 14:56:23 dsidlo-Inspiron-7773 systemd-helper[2011]: IO Error (subvolume is not a btrfs subvolume).
Jul 20 14:56:23 dsidlo-Inspiron-7773 systemd-helper[2011]: timeline cleanup for 'root' failed.
Jul 20 14:56:23 dsidlo-Inspiron-7773 systemd-helper[2011]: running empty-pre-post cleanup for 'root'.
Jul 20 14:56:23 dsidlo-Inspiron-7773 systemd-helper[2011]: IO Error (subvolume is not a btrfs subvolume).
Jul 20 14:56:23 dsidlo-Inspiron-7773 systemd-helper[2011]: empty-pre-post cleanup for root failed.
Jul 20 14:56:23 dsidlo-Inspiron-7773 systemd[1]: snapper-cleanup.service: Main process exited, code=exited, status=1/FAILURE
--
Jul 20 14:57:15 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-wayland-session[2106]: dbus-daemon[2106]: [session uid=125 pid=2106] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=125 pid=2107 comm="/usr/libexec/gnome-session-binary --systemd --auto" label="unconfined")
Jul 20 14:57:15 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-wayland-session[2106]: dbus-daemon[2106]: [session uid=125 pid=2106] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Jul 20 14:57:15 dsidlo-Inspiron-7773 gnome-session[2107]: gnome-session-binary[2107]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Jul 20 14:57:15 dsidlo-Inspiron-7773 gnome-session-binary[2107]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Jul 20 14:57:15 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-wayland-session[2106]: dbus-daemon[2106]: [session uid=125 pid=2106] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=125 pid=2107 comm="/usr/libexec/gnome-session-binary --systemd --auto" label="unconfined")
Jul 20 14:57:15 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-wayland-session[2106]: dbus-daemon[2106]: [session uid=125 pid=2106] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
--
Jul 20 14:57:21 dsidlo-Inspiron-7773 goa-daemon[2272]: goa-daemon version 3.36.1 starting
Jul 20 14:57:21 dsidlo-Inspiron-7773 goa-daemon[2271]: goa-daemon version 3.36.1 starting
Jul 20 14:57:21 dsidlo-Inspiron-7773 goa-daemon[2272]: Error creating directory /home/dsidlo/.config/goa-1.0: Permission denied
Jul 20 14:57:21 dsidlo-Inspiron-7773 dbus-daemon[2092]: [session uid=125 pid=2092] Activating service name='org.gnome.Identity' requested by ':1.11' (uid=125 pid=2271 comm="/usr/libexec/goa-daemon " label="unconfined")
Jul 20 14:57:21 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Activating service name='org.gnome.Identity' requested by ':1.9' (uid=1000 pid=2272 comm="/usr/libexec/goa-daemon " label="unconfined")
--
Jul 20 14:57:30 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:57:30 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 14:57:30 dsidlo-Inspiron-7773 tracker-miner-f[2074]: 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'
Jul 20 14:57:30 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:57:30 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 14:57:30 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:57:30 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 14:57:30 dsidlo-Inspiron-7773 tracker-miner-f[2418]: 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'
Jul 20 14:57:30 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:57:30 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 14:57:31 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:57:31 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 14:57:31 dsidlo-Inspiron-7773 tracker-miner-f[2433]: 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'
Jul 20 14:57:31 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:57:31 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 14:57:39 dsidlo-Inspiron-7773 systemd[1]: Starting Modem Manager...
Jul 20 14:57:39 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-wayland-session[2106]: dbus-daemon[2106]: [session uid=125 pid=2106] Activating service name='ca.desrt.dconf' requested by ':1.3' (uid=125 pid=2194 comm="/usr/bin/gnome-shell " label="unconfined")
Jul 20 14:57:39 dsidlo-Inspiron-7773 gnome-shell[2194]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Jul 20 14:57:39 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-wayland-session[2333]: dbus-daemon[2333]: Successfully activated service 'org.a11y.atspi.Registry'
Jul 20 14:57:39 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-wayland-session[2510]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
--
Jul 20 14:57:39 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-wayland-session[2106]: dbus-daemon[2106]: [session uid=125 pid=2106] Activating service name='org.freedesktop.systemd1' requested by ':1.17' (uid=125 pid=2514 comm="/usr/libexec/gsd-sharing " label="unconfined")
Jul 20 14:57:39 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-wayland-session[2106]: dbus-daemon[2106]: [session uid=125 pid=2106] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Jul 20 14:57:39 dsidlo-Inspiron-7773 gsd-sharing[2514]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Jul 20 14:57:39 dsidlo-Inspiron-7773 gsd-sharing[2514]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Jul 20 14:57:39 dsidlo-Inspiron-7773 gsd-sharing[2514]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Jul 20 14:57:39 dsidlo-Inspiron-7773 gsd-sharing[2514]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Jul 20 14:57:40 dsidlo-Inspiron-7773 ModemManager[2511]: <info>  ModemManager (version 1.12.8) starting in system bus...
Jul 20 14:57:40 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-wayland-session[2106]: dbus-daemon[2106]: [session uid=125 pid=2106] Successfully activated service 'org.gnome.Shell.Notifications'
--
Jul 20 14:59:01 dsidlo-Inspiron-7773 tracker-miner-f[2740]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Jul 20 14:59:31 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 14:59:31 dsidlo-Inspiron-7773 tracker-extract[2722]: Could not create notifier: Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 14:59:31 dsidlo-Inspiron-7773 tracker-extract[2722]: invalid (NULL) pointer instance
Jul 20 14:59:31 dsidlo-Inspiron-7773 tracker-extract[2722]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 20 14:59:31 dsidlo-Inspiron-7773 tracker-miner-f[2740]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)'
Jul 20 14:59:31 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:59:31 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 14:59:31 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:59:31 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 14:59:31 dsidlo-Inspiron-7773 tracker-extract[2722]: Could not start decorator: Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Jul 20 14:59:31 dsidlo-Inspiron-7773 systemd[2048]: tracker-extract.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:59:31 dsidlo-Inspiron-7773 systemd[2048]: tracker-extract.service: Failed with result 'exit-code'.
--
Jul 20 14:59:31 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:59:31 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 14:59:31 dsidlo-Inspiron-7773 tracker-miner-f[2751]: 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'
Jul 20 14:59:31 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:59:31 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 14:59:32 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:59:32 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 14:59:32 dsidlo-Inspiron-7773 tracker-miner-f[2761]: 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'
Jul 20 14:59:32 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 14:59:32 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:00:02 dsidlo-Inspiron-7773 dbus-daemon[1169]: [system] Successfully activated service 'org.opensuse.Snapper'
Jul 20 15:00:02 dsidlo-Inspiron-7773 systemd-helper[2812]: running timeline for 'root'.
Jul 20 15:00:02 dsidlo-Inspiron-7773 systemd-helper[2812]: IO Error (subvolume is not a btrfs subvolume).
Jul 20 15:00:02 dsidlo-Inspiron-7773 systemd-helper[2812]: timeline for 'root' failed.
Jul 20 15:00:02 dsidlo-Inspiron-7773 systemd[1]: snapper-timeline.service: Main process exited, code=exited, status=1/FAILURE
--
Jul 20 15:01:02 dsidlo-Inspiron-7773 tracker-miner-f[2830]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Jul 20 15:01:32 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:01:32 dsidlo-Inspiron-7773 tracker-miner-f[2830]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)'
Jul 20 15:01:32 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:01:32 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:01:32 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:01:32 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:01:32 dsidlo-Inspiron-7773 tracker-miner-f[2836]: 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'
Jul 20 15:01:32 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:01:32 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:01:33 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:01:33 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:01:33 dsidlo-Inspiron-7773 tracker-miner-f[2846]: 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'
Jul 20 15:01:33 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:01:33 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:01:33 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:01:33 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:01:33 dsidlo-Inspiron-7773 tracker-miner-f[2862]: 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'
Jul 20 15:01:33 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:01:33 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:02:51 dsidlo-Inspiron-7773 org.gnome.Shell.desktop[2886]: > Warning:          Unsupported maximum keycode 569, clipping.
Jul 20 15:02:51 dsidlo-Inspiron-7773 org.gnome.Shell.desktop[2886]: >                   X11 cannot support keycodes above 255.
Jul 20 15:02:51 dsidlo-Inspiron-7773 org.gnome.Shell.desktop[2886]: > Internal error:   Could not resolve keysym Invalid
Jul 20 15:02:51 dsidlo-Inspiron-7773 org.gnome.Shell.desktop[2886]: Errors from xkbcomp are not fatal to the X server
Jul 20 15:03:04 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: start operation timed out. Terminating.
Jul 20 15:03:04 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'timeout'.
--
Jul 20 15:03:04 dsidlo-Inspiron-7773 tracker-miner-f[2887]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Jul 20 15:03:34 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:03:34 dsidlo-Inspiron-7773 tracker-miner-f[2887]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)'
Jul 20 15:03:34 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:03:34 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:03:34 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:03:34 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:03:34 dsidlo-Inspiron-7773 tracker-miner-f[2893]: 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'
Jul 20 15:03:34 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:03:34 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:03:34 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:03:34 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:03:34 dsidlo-Inspiron-7773 tracker-miner-f[2904]: 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'
Jul 20 15:03:34 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:03:34 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:03:35 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:03:35 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:03:35 dsidlo-Inspiron-7773 tracker-miner-f[2919]: 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'
Jul 20 15:03:35 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:03:35 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:05:05 dsidlo-Inspiron-7773 tracker-miner-f[2941]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Jul 20 15:05:35 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:05:35 dsidlo-Inspiron-7773 tracker-miner-f[2941]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)'
Jul 20 15:05:35 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:05:35 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:05:35 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:05:35 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:05:35 dsidlo-Inspiron-7773 tracker-miner-f[2946]: 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'
Jul 20 15:05:35 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:05:35 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:05:36 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:05:36 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:05:36 dsidlo-Inspiron-7773 tracker-miner-f[2956]: 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'
Jul 20 15:05:36 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:05:36 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:05:36 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:05:36 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:05:36 dsidlo-Inspiron-7773 tracker-miner-f[2971]: 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'
Jul 20 15:05:36 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:05:36 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:07:07 dsidlo-Inspiron-7773 tracker-miner-f[2992]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Jul 20 15:07:37 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:07:37 dsidlo-Inspiron-7773 tracker-miner-f[2992]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)'
Jul 20 15:07:37 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:07:37 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:07:37 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:07:37 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:07:37 dsidlo-Inspiron-7773 tracker-miner-f[2998]: 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'
Jul 20 15:07:37 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:07:37 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:07:37 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:07:37 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:07:37 dsidlo-Inspiron-7773 tracker-miner-f[3008]: 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'
Jul 20 15:07:37 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:07:37 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:07:38 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:07:38 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:07:38 dsidlo-Inspiron-7773 tracker-miner-f[3023]: 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'
Jul 20 15:07:38 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:07:38 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:09:08 dsidlo-Inspiron-7773 tracker-miner-f[3044]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Jul 20 15:09:38 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:09:38 dsidlo-Inspiron-7773 tracker-miner-f[3044]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)'
Jul 20 15:09:38 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:09:38 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:09:38 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:09:38 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:09:38 dsidlo-Inspiron-7773 tracker-miner-f[3050]: 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'
Jul 20 15:09:38 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:09:38 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:09:39 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:09:39 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:09:39 dsidlo-Inspiron-7773 tracker-miner-f[3060]: 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'
Jul 20 15:09:39 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:09:39 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:09:39 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:09:39 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:09:39 dsidlo-Inspiron-7773 tracker-miner-f[3077]: 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'
Jul 20 15:09:39 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:09:39 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:11:10 dsidlo-Inspiron-7773 tracker-miner-f[3097]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Jul 20 15:11:39 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:11:39 dsidlo-Inspiron-7773 tracker-miner-f[3097]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)'
Jul 20 15:11:40 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:11:40 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:11:40 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:11:40 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:11:40 dsidlo-Inspiron-7773 tracker-miner-f[3102]: 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'
Jul 20 15:11:40 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:11:40 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:11:40 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:11:40 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:11:40 dsidlo-Inspiron-7773 tracker-miner-f[3113]: 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'
Jul 20 15:11:40 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:11:40 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:11:41 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:11:41 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:11:41 dsidlo-Inspiron-7773 tracker-miner-f[3128]: 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'
Jul 20 15:11:41 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:11:41 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:13:11 dsidlo-Inspiron-7773 tracker-miner-f[3169]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Jul 20 15:13:41 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:13:41 dsidlo-Inspiron-7773 tracker-miner-f[3169]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)'
Jul 20 15:13:41 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:13:41 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:13:41 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:13:41 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:13:41 dsidlo-Inspiron-7773 tracker-miner-f[3175]: 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'
Jul 20 15:13:41 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:13:41 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:13:42 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:13:42 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:13:42 dsidlo-Inspiron-7773 tracker-miner-f[3185]: 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'
Jul 20 15:13:42 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:13:42 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:13:42 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:13:42 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:13:42 dsidlo-Inspiron-7773 tracker-miner-f[3200]: 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'
Jul 20 15:13:42 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:13:42 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:15:13 dsidlo-Inspiron-7773 tracker-miner-f[3222]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Jul 20 15:15:43 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:15:43 dsidlo-Inspiron-7773 tracker-miner-f[3222]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)'
Jul 20 15:15:43 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:15:43 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:15:43 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:15:43 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:15:43 dsidlo-Inspiron-7773 tracker-miner-f[3227]: 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'
Jul 20 15:15:43 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:15:43 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:15:43 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:15:43 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:15:43 dsidlo-Inspiron-7773 tracker-miner-f[3237]: 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'
Jul 20 15:15:43 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:15:43 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:15:44 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:15:44 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:15:44 dsidlo-Inspiron-7773 tracker-miner-f[3253]: 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'
Jul 20 15:15:44 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:15:44 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:17:14 dsidlo-Inspiron-7773 tracker-miner-f[3278]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Jul 20 15:17:44 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:17:44 dsidlo-Inspiron-7773 tracker-miner-f[3278]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)'
Jul 20 15:17:44 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:17:44 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:17:44 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:17:44 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:17:44 dsidlo-Inspiron-7773 tracker-miner-f[3284]: 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'
Jul 20 15:17:44 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:17:44 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:17:45 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:17:45 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:17:45 dsidlo-Inspiron-7773 tracker-miner-f[3295]: 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'
Jul 20 15:17:45 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:17:45 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:17:45 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:17:45 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:17:45 dsidlo-Inspiron-7773 tracker-miner-f[3310]: 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'
Jul 20 15:17:45 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:17:45 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:19:16 dsidlo-Inspiron-7773 tracker-miner-f[3331]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Jul 20 15:19:45 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:19:45 dsidlo-Inspiron-7773 tracker-miner-f[3331]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)'
Jul 20 15:19:45 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:19:45 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:19:46 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:19:46 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:19:46 dsidlo-Inspiron-7773 tracker-miner-f[3336]: 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'
Jul 20 15:19:46 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:19:46 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:19:46 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:19:46 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:19:46 dsidlo-Inspiron-7773 tracker-miner-f[3346]: 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'
Jul 20 15:19:46 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:19:46 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:19:47 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:19:47 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:19:47 dsidlo-Inspiron-7773 tracker-miner-f[3362]: 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'
Jul 20 15:19:47 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:19:47 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:21:17 dsidlo-Inspiron-7773 tracker-miner-f[3385]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Jul 20 15:21:47 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:21:47 dsidlo-Inspiron-7773 tracker-miner-f[3385]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)'
Jul 20 15:21:47 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:21:47 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:21:47 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:21:47 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:21:47 dsidlo-Inspiron-7773 tracker-miner-f[3390]: 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'
Jul 20 15:21:47 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:21:47 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:21:48 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:21:48 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:21:48 dsidlo-Inspiron-7773 tracker-miner-f[3401]: 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'
Jul 20 15:21:48 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:21:48 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:21:48 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:21:48 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:21:48 dsidlo-Inspiron-7773 tracker-miner-f[3416]: 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'
Jul 20 15:21:48 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:21:48 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:23:19 dsidlo-Inspiron-7773 tracker-miner-f[3436]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Jul 20 15:23:49 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:23:49 dsidlo-Inspiron-7773 tracker-miner-f[3436]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)'
Jul 20 15:23:49 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:23:49 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:23:49 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:23:49 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:23:49 dsidlo-Inspiron-7773 tracker-miner-f[3442]: 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'
Jul 20 15:23:49 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:23:49 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:23:49 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:23:49 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:23:49 dsidlo-Inspiron-7773 tracker-miner-f[3453]: 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'
Jul 20 15:23:49 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:23:49 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:23:50 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:23:50 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:23:50 dsidlo-Inspiron-7773 tracker-miner-f[3468]: 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'
Jul 20 15:23:50 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:23:50 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:25:20 dsidlo-Inspiron-7773 tracker-miner-f[3489]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Jul 20 15:25:50 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:25:50 dsidlo-Inspiron-7773 tracker-miner-f[3489]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)'
Jul 20 15:25:50 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:25:50 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:25:50 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:25:50 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:25:50 dsidlo-Inspiron-7773 tracker-miner-f[3495]: 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'
Jul 20 15:25:50 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:25:50 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:25:51 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:25:51 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:25:51 dsidlo-Inspiron-7773 tracker-miner-f[3505]: 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'
Jul 20 15:25:51 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:25:51 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:25:51 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:25:51 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:25:51 dsidlo-Inspiron-7773 tracker-miner-f[3520]: 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'
Jul 20 15:25:51 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:25:51 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:27:22 dsidlo-Inspiron-7773 tracker-miner-f[3543]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Jul 20 15:27:52 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:27:52 dsidlo-Inspiron-7773 tracker-miner-f[3543]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)'
Jul 20 15:27:52 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:27:52 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:27:52 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:27:52 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:27:52 dsidlo-Inspiron-7773 tracker-miner-f[3548]: 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'
Jul 20 15:27:52 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:27:52 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:27:52 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:27:52 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:27:52 dsidlo-Inspiron-7773 tracker-miner-f[3558]: 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'
Jul 20 15:27:52 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:27:52 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:27:53 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:27:53 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:27:53 dsidlo-Inspiron-7773 tracker-miner-f[3574]: 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'
Jul 20 15:27:53 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:27:53 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:29:23 dsidlo-Inspiron-7773 tracker-miner-f[3596]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Jul 20 15:29:53 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:29:53 dsidlo-Inspiron-7773 tracker-miner-f[3596]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)'
Jul 20 15:29:53 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:29:53 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:29:53 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:29:53 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:29:53 dsidlo-Inspiron-7773 tracker-miner-f[3601]: 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'
Jul 20 15:29:53 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:29:53 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:29:54 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:29:54 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:29:54 dsidlo-Inspiron-7773 tracker-miner-f[3611]: 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'
Jul 20 15:29:54 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:29:54 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:29:54 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:29:54 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:29:54 dsidlo-Inspiron-7773 tracker-miner-f[3626]: 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'
Jul 20 15:29:54 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:29:54 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:31:25 dsidlo-Inspiron-7773 tracker-miner-f[3648]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
Jul 20 15:31:55 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:31:55 dsidlo-Inspiron-7773 tracker-miner-f[3648]: Couldn't create new Files miner: 'Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)'
Jul 20 15:31:55 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:31:55 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:31:55 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:31:55 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:31:55 dsidlo-Inspiron-7773 tracker-miner-f[3653]: 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'
Jul 20 15:31:55 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:31:55 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:31:55 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:31:55 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:31:55 dsidlo-Inspiron-7773 tracker-miner-f[3663]: 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'
Jul 20 15:31:55 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:31:55 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:31:56 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:31:56 dsidlo-Inspiron-7773 systemd[2048]: tracker-store.service: Failed with result 'exit-code'.
Jul 20 15:31:56 dsidlo-Inspiron-7773 tracker-miner-f[3680]: 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'
Jul 20 15:31:56 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Main process exited, code=exited, status=1/FAILURE
Jul 20 15:31:56 dsidlo-Inspiron-7773 systemd[2048]: tracker-miner-fs.service: Failed with result 'exit-code'.
--
Jul 20 15:33:22 dsidlo-Inspiron-7773 gdm-password][3708]: gkr-pam: stashed password to try later in open session
Jul 20 15:33:22 dsidlo-Inspiron-7773 accounts-daemon[2044]: g_dbus_method_invocation_return_value_internal: assertion 'G_IS_DBUS_METHOD_INVOCATION (invocation)' failed
Jul 20 15:33:22 dsidlo-Inspiron-7773 gdm-password][3708]: accountsservice: SetLanguage for language en_US failed: GDBus.Error:org.freedesktop.Accounts.Error.Failed: not access to HOME yet so language not saved
Jul 20 15:33:22 dsidlo-Inspiron-7773 gdm-password][3708]: pam_unix(gdm-password:session): session opened for user dsidlo by (uid=0)
Jul 20 15:33:22 dsidlo-Inspiron-7773 systemd-logind[2042]: New session 6 of user dsidlo.
--
Jul 20 15:33:26 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-x-session[3755]: Markers: (--) probed, (**) from config file, (==) default setting,
Jul 20 15:33:26 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-x-session[3755]:         (++) from command line, (!!) notice, (II) informational,
Jul 20 15:33:26 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-x-session[3755]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Jul 20 15:33:26 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-x-session[3755]: (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jul 20 15:33:26 2021
Jul 20 15:33:26 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-x-session[3755]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
--
Jul 20 15:33:35 dsidlo-Inspiron-7773 systemd[2048]: Started OpenSSH Agent.
Jul 20 15:33:35 dsidlo-Inspiron-7773 systemd[2048]: Started Monitor Session leader for GNOME Session.
Jul 20 15:33:35 dsidlo-Inspiron-7773 gnome-session-c[3959]: Error creating FIFO: File exists
Jul 20 15:33:35 dsidlo-Inspiron-7773 systemd[2048]: session-migration.service: Succeeded.
Jul 20 15:33:35 dsidlo-Inspiron-7773 systemd[2048]: Finished Session Migration.
--
Jul 20 15:33:42 dsidlo-Inspiron-7773 systemd[2048]: Reached target GNOME Sound sample caching handling.
Jul 20 15:33:42 dsidlo-Inspiron-7773 systemd[2048]: Reached target GNOME USB protection handling.
Jul 20 15:33:42 dsidlo-Inspiron-7773 gnome-shell[3994]: JS ERROR: error initializing the NetworkManager Agent: NM.SecretAgentError: NetworkManager is not running
                                                        NetworkAgent/<@resource ///org/gnome/shell/ui/components/networkAgent.js:626:30
Jul 20 15:33:42 dsidlo-Inspiron-7773 systemd[2048]: Started GNOME Media keys handling.
Jul 20 15:33:42 dsidlo-Inspiron-7773 systemd[2048]: Reached target GNOME Media keys handling.
Jul 20 15:33:42 dsidlo-Inspiron-7773 gnome-shell[3994]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Jul 20 15:33:42 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Successfully activated service 'org.gnome.Shell.CalendarServer'
Jul 20 15:33:42 dsidlo-Inspiron-7773 kernel: rfkill: input handler disabled
--
Jul 20 15:33:50 dsidlo-Inspiron-7773 blueman.desktop[4391]:   File "/usr/lib/python3/dist-packages/blueman/Functions.py", line 306, in check_single_instance
Jul 20 15:33:50 dsidlo-Inspiron-7773 blueman.desktop[4391]:     os.remove(lockfile)
Jul 20 15:33:50 dsidlo-Inspiron-7773 blueman.desktop[4391]: FileNotFoundError: [Errno 2] No such file or directory: '/home/dsidlo/.cache/blueman-tray-1000'
Jul 20 15:33:50 dsidlo-Inspiron-7773 kite-autostart.desktop[4230]: [region= release=] 2021/07/20 15:33:50.997203 lib.go:18: loading tensorflow took 4.645010794s
Jul 20 15:33:51 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Activating service name='org.gnome.Nautilus' requested by ':1.218' (uid=1000 pid=3994 comm="/usr/bin/gnome-shell " label="unconfined")
--
Jul 20 15:33:53 dsidlo-Inspiron-7773 systemd-logind[2042]: Removed session c1.
Jul 20 15:33:56 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:33:56 dsidlo-Inspiron-7773 tracker-miner-f[3757]: Could not initialize currently active mount points: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:33:56 dsidlo-Inspiron-7773 tracker-miner-f[3757]: Could not remove files in volumes: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:33:56 dsidlo-Inspiron-7773 tracker-miner-f[3757]: Could not remove files in volumes: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:33:56 dsidlo-Inspiron-7773 tracker-miner-f[3757]: Could not set mount point in database 'urn:nepomuk:datasource:3c6559a0-c9d2-308a-8d9e-a9f37c129c32', GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:33:56 dsidlo-Inspiron-7773 tracker-miner-f[3757]: Could not set mount point in database 'urn:nepomuk:datasource:fe3fc446-3a67-38a0-9443-88f0ab16b649', GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:33:56 dsidlo-Inspiron-7773 tracker-miner-f[3757]: Could not set mount point in database 'urn:nepomuk:datasource:8e25621f-4db8-4ad6-a1fd-dc1c91cda98b', GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Tracker1': timed out (service_start_timeout=120000ms)
Jul 20 15:34:03 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Successfully activated service 'org.gnome.Nautilus'
Jul 20 15:34:04 dsidlo-Inspiron-7773 systemd[1]: Stopping User Manager for UID 125...
--
Jul 20 15:34:04 dsidlo-Inspiron-7773 tracker-miner-fs[2086]: Received signal:15->'Terminated'
Jul 20 15:34:04 dsidlo-Inspiron-7773 systemd[2071]: Stopping Virtual filesystem service - Apple File Conduit monitor...
Jul 20 15:34:04 dsidlo-Inspiron-7773 tracker-miner-f[2086]: Error while sending AddMatch() message: The connection is closed
Jul 20 15:34:04 dsidlo-Inspiron-7773 systemd[2071]: Stopping Virtual filesystem service...
Jul 20 15:34:04 dsidlo-Inspiron-7773 tracker-miner-f[2086]: Error while sending AddMatch() message: The connection is closed
Jul 20 15:34:04 dsidlo-Inspiron-7773 systemd[2071]: Stopping Virtual filesystem service - GNOME Online Accounts monitor...
Jul 20 15:34:04 dsidlo-Inspiron-7773 systemd[2071]: Stopping Virtual filesystem service - digital camera monitor...
Jul 20 15:34:04 dsidlo-Inspiron-7773 systemd[2071]: Stopping Virtual filesystem service - Media Transfer Protocol monitor...
Jul 20 15:34:04 dsidlo-Inspiron-7773 tracker-miner-f[2086]: Error while sending AddMatch() message: The connection is closed
Jul 20 15:34:04 dsidlo-Inspiron-7773 systemd[2071]: Stopping Virtual filesystem service - disk device monitor...
Jul 20 15:34:04 dsidlo-Inspiron-7773 systemd[2071]: Stopping Tracker file system data miner...
--
Jul 20 15:34:18 dsidlo-Inspiron-7773 gnome-shell[3994]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
Jul 20 15:34:19 dsidlo-Inspiron-7773 systemd[1]: blueman-mechanism.service: Succeeded.
Jul 20 15:34:20 dsidlo-Inspiron-7773 kite-autostart.desktop[4230]: Rollbar item failed to send: map[access_token:2fe92cbe259f4fe8b42d4e4a6831491b ... ...
timestamp:1626820460 title:error downloading kite plugin zip: Get "https //plugins.jetbrains.com/pluginManager/?action=download&build=RD-211.7442.29&id=com.kite.intellij&uuid=": dial tcp: lookup plugins.jetbrains.com on [::1]:53: read udp [::1]:59525->[::1]:53: read: connection refused]]
Jul 20 15:34:41 dsidlo-Inspiron-7773 dbus-daemon[2097]: [session uid=1000 pid=2097] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.218' (uid=1000 pid=3994 comm="/usr/bin/gnome-shell " label="unconfined")
Jul 20 15:34:41 dsidlo-Inspiron-7773 systemd[2048]: Starting Virtual filesystem metadata service...
--
Jul 20 15:34:54 dsidlo-Inspiron-7773 sudo[4883]: pam_unix(sudo:session): session opened for user root by dsidlo(uid=0)
Jul 20 15:34:57 dsidlo-Inspiron-7773 fwupd[4895]: 22:34:57:0473 FuPluginUefi         kernel efivars support missing: /sys/firmware/efi/efivars
Jul 20 15:34:57 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-x-session[3755]: (EE) Wacom Intuos BT S Pad pad: Error reading wacom device : No such device
Jul 20 15:34:57 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-x-session[3755]: (II) config/udev: removing device Wacom Intuos BT S Pad pad
Jul 20 15:34:57 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-x-session[3755]: (II) UnloadModule: "wacom"
Jul 20 15:34:57 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-x-session[3755]: (II) systemd-logind: releasing fd for 13:75
Jul 20 15:34:57 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-x-session[3755]: (EE) Wacom Intuos BT S Pen cursor: Error reading wacom device : No such device
Jul 20 15:34:57 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-x-session[3755]: (II) config/udev: removing device Wacom Intuos BT S Pen stylus
Jul 20 15:34:57 dsidlo-Inspiron-7773 /usr/lib/gdm3/gdm-x-session[3755]: (II) UnloadModule: "wacom"
--
Jul 20 15:34:59 dsidlo-Inspiron-7773 upowerd[2334]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2.3/1-4.2.3:1.0/0003:056A:0376.000A/power_supply/wacom_battery_1
Jul 20 15:35:26 dsidlo-Inspiron-7773 PackageKit[4061]: refresh-cache transaction /381_ebeeeccb from uid 1000 finished with failed after 27232ms
Jul 20 15:35:26 dsidlo-Inspiron-7773 gnome-software[4860]: not handling error no-network for action refresh: Cannot refresh cache whilst offline
Jul 20 15:35:26 dsidlo-Inspiron-7773 gnome-software[4860]: Only 0 apps for popular list, hiding
Jul 20 15:35:26 dsidlo-Inspiron-7773 gnome-software[4860]: Only 0 apps for recent list, hiding
--
Jul 20 15:35:28 dsidlo-Inspiron-7773 systemd[2048]: Started Tracker metadata extractor.
Jul 20 15:35:29 dsidlo-Inspiron-7773 PackageKit[4061]: resolve transaction /382_ceacccbe from uid 1000 finished with success after 2450ms
Jul 20 15:35:30 dsidlo-Inspiron-7773 gnome-software[4860]: CSS parse error 1:107: Using one color stop with linear-gradient() is deprecated.
Jul 20 15:35:30 dsidlo-Inspiron-7773 gnome-software[4860]: automatically prevented from changing kind on system/package/*/generic/org.julialang.julia/* from generic to unknown!
Jul 20 15:35:30 dsidlo-Inspiron-7773 pkexec[5091]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)

I noticed that the problem does not occur if I reboot with my USB peripherals dettached, which are all on one Dell USBC Docking station. The Docking station is attached to an extra monitor, a usbc audio system for my mic, and several hard drives.

It seems that there may be some some timing error that occurs because boot up time takes longer with the USBC Dock connected, due to hard drive and paripheral initialization.

Is there any way to make usb initialization a lower priority so that it does not get in the way of the important boot processes.

The common failure in all that seems to be that the D-Bus system bus socket is missing. That should have been created by the dbus.socket systemd unit, which in turn would usually be started by sockets.target, which itself should be started before any of the daemons.

Maybe look at logs/status for the dbus.socket and dbus.service units?