Dev Container: Failed to connect to local daemon

after building from source and dependencies, I try evoking incus admin init to start the daemon and I end up getting this error:

Error: Failed to connect to local daemon: Get "http://unix.socket/1.0": dial unix /var/lib/incus/unix.socket: connect: permission denied

I am running this on the supplied devcontainer which had been only working if I ran incusd in a shell session

I wouldn’t expect the daemon to automatically start in that environment, you may need to start it yourself with something like incusd --verbose

How about in the Ubuntu VM? I ran into the same issue on that environment and I am not sure what the solution is (or really what the issue is since the socket does exist in that path)

My goal is to be able to get clustering setup so I can replicate Issue 2166