Rusty Bird

Results 97 comments of Rusty Bird

Probably not related to Landlock but to GNOME Tracker indexing your files. It can be turned off like this: [user@dom0 ~]$ qvm-service --disable VMNAME tracker

IIUC disabling `tracker` wouldn't break Evolution, but disabling `evolution-data-server` would. [However:](https://github.com/QubesOS/qubes-core-agent-linux/pull/450#issuecomment-1675515791) > Tracker disabled breaks the music player insofar as it will not be able to list music the user...

Sorry I don't know, but if something breaks I think you could always just re-enable the service by resetting to the default: [user@dom0 ~]$ qvm-service --default VMNAME tracker

> /var/run/qubes is not a tmpfs if I get it correct `/var/run` is a symlink to the `/run` tmpfs.

> I installed Qubes OS 4.2.2 on an external NVME SSD connected via USB (I had used the same device successfully for n older Qubes OS on a different computer)....

@marmarek: > > Disk /dev/qubes_dom0/vm-fedora-40-xfce-root: 20 GiB, 21474836480 bytes, 5242880 sectors > > Units: sectors of 1 * 4096 = 4096 bytes > > Sector size (logical/physical): 4096 bytes /...

Looks like backup/restore isn't running in a dedicated thread, but maybe Qube Manager should even spawn a `qubes-backup` / `qubes-backup-restore` subprocess? Both Qube Manager and backup/restore are long-running and pretty...