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
$ junest
Could not understand if user namespace is enabled. No config.gz file found. Proceeding anyway...
bwrap: No permissions to creating new namespace, likely because the kernel does not allow non-privileged user namespaces. On e.g. debian this can be enabled with 'sysctl kernel.unprivileged_userns_clone=1'.
Error: Something went wrong while executing bwrap command. Exiting
Any idea how to fix this?
I don't have any root permissions, and am trying to run this from inside a Heroku dyno / container.
The text was updated successfully, but these errors were encountered:
Debian is one of the few linux distro which still does not have the user namespace enabled by default. The only option would be to use proot as backend (e.g. junest proot -f), it does not work all the time well though.
Any idea how to fix this?
I don't have any root permissions, and am trying to run this from inside a Heroku dyno / container.
The text was updated successfully, but these errors were encountered: