Can't bootstrap with lxd on Arch Linux (EndeavourOS)

Thanks @wallyworld.

I’ve run a bunch of bootstraps on the VM and my main machine (now also running EndeavourOS) with that --debug option.

Long story short, the VM sometimes worked, sometimes not, but on my 24cpu/128Gb main machine it always worked.

This very much supports your theory that it may simply be down to either CPU or IO constrains causing the MongoDB initial startup to be just slow enough that it times out.

Ran a few tests, snaps work fine, but do complain about cgroups v2…

root@focal:~# snap install hello-world
hello-world 6.4 from Canonical✓ installed
root@focal:~# hello-world
WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement
Hello World!
root@focal:~#

I’ll keep this in mind if I manage to get any more breakage, thanks.