You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running init a second time finishes cleanlly, but there are no switches listed by opam swtich. So I try this:
opam switch create 4.09.0 --jobs=1
Get the same error message:
bwrap: Failed to make / slave: Permission denied
The container is running today's version of ubuntu focal.
Reading through #12050 carefully, it suggests that the root issue has something to do with creating mountpoints, which (wildly guessing here) might be something that is blocked by systemd in the container host.
Will post more as I figure out more.
The text was updated successfully, but these errors were encountered:
Probably an important detail: the LXC container is an unprivileged container, and NOT a root container. Thus, I am guessing that the entire reason for running bubblewrap https://github.com/containers/bubblewrap is obviated, and that I may as well run unsandboxed. Presumably, the worst that can happen is that I'd lose the container.
Having trouble setting up opam inside an LXC container. I suspect this is related to issue #12050 but maybe not?
First attempt:
Running init a second time finishes cleanlly, but there are no switches listed by
opam swtich
. So I try this:Get the same error message:
The container is running today's version of
ubuntu focal
.Reading through #12050 carefully, it suggests that the root issue has something to do with creating mountpoints, which (wildly guessing here) might be something that is blocked by systemd in the container host.
Will post more as I figure out more.
The text was updated successfully, but these errors were encountered: