Comment 1 for bug 2025316

Revision history for this message
Matt Verran (mv-2112) wrote (last edit ): Re: Bootstrapping Juju onto machine .. Unlimited loading

As another user wanting to do the same, here are some observations I've noticed while trying to debug (22.04.3):

- Running within Multipass works fine (thats not how I want to run it though, as with the bug raiser)
- Running juju bootstrap independently works, but does require lxd setup and does issue an 'apparmor' error (update.go:85: cannot change mount namespace according to change mount (/run/user/1000/doc/by-app/snap.juju /run/user/1000/doc none bind,rw,x-snapd.ignore-missing 0 0): cannot inspect "/run/user/1000/doc": lstat /run/user/1000/doc: permission denied) - possibly relates to https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1991691
- looks like https://bugs.launchpad.net/snap-openstack/+bug/2019552 should have fixed this is its the ubuntu user.. regression maybe?

Update:
- reinstalled desktop and server, both hung with --accept-defaults.
- reinstalled desktop again from 22.04.2, updated to 22.04.3. --accept-defaults still hangs on creating juju controller. Re-running with sunbeam cluster bootstrap --role control --role compute --role storage --topology single --database single works fine.