Eduardo Mínguez

Results 55 comments of Eduardo Mínguez

``` echo -e "\nHidden=true\n"|sudo tee --append /etc/xdg/autostart/tracker-extract.desktop echo -e "\nHidden=true\n"|sudo tee --append /etc/xdg/autostart/tracker-miner-apps.desktop echo -e "\nHidden=true\n"|sudo tee --append /etc/xdg/autostart/tracker-miner-fs.desktop echo -e "\nHidden=true\n"|sudo tee --append /etc/xdg/autostart/tracker-miner-user-guides.desktop echo -e "\nHidden=true\n"|sudo tee --append...

Notes: ``` /etc/crypttab -> discard /etc/fstab -> relatime # Discard doesn't seem needed in /etc/fstab as it will continuously trim the disk (which we don't want) /etc/default/grub -> GRUB_CMDLINE_LINUX="... rd.luks.options=discard"...

> Try: ./install-debian do_shell > > (adding a BLKDEV= argument if it is needed) That's what I was talking about :D I think it would be nice to add it...

Bumping this for someone to take a look :)

What about generating MD5 files? So you can check the checksum and download only a few bytes.

I can confirm it is related to the OCI thing. I've changed the `elemental-operator/fleet.yaml` as: ``` defaultNamespace: cattle-elemental-system helm: releaseName: elemental-operator chart: "https://github.com/rancher/elemental-operator/releases/download/v1.2.4/elemental-operator-1.2.4.tgz" repo: "" values: {} ``` and it...

> Shortest way to reproduce: > > ``` > cat > fleet.yaml chart: "oci://registry.opensuse.org/isv/rancher/elemental/stable/charts/rancher/elemental-operator-chart" > EOF > fleet apply -n fleet-local -o - example > ``` > > It's not...

Documented here https://getfleek.dev/docs/troubleshooting/system_not_found It happened to me when I switched to a different network.

I don't have any numbers and I've read opinions on both fronts (see https://scs.community/2023/02/24/impact-of-disk-encryption/ for a recent one). I'll try to find time to try your second approach as it...

Creating a new library works like a charm. The only detail is that the shader cache and compdata is still stored in the encrypted container but it can be solved...