-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests fail without CONFIG_USER_NS=y #1521
Comments
Closed
Also fails on SLES11-SP4. |
Does |
It doesn't but unfortunately that most likely doesn't fix the Debian problem: #1625 (comment) |
But I guess you could check the existence and/or value of |
dezgeg
added a commit
to dezgeg/nix
that referenced
this issue
Jan 13, 2018
Disable various tests if the kernel doesn't support unprivileged user namespaces (e.g. Arch Linux disables them) or disable them via a sysctl (Debian, Ubuntu). Fixes NixOS#1521 Fixes NixOS#1625
#1797 should fix this using that method. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The testsuite fails on Arch Linux, presumablu due to lack of user namespaces:
and
Presumably those tests could try calling some trivial(exceptunshare
command and skip those tests if they don't workunshare
comes fromutil-linux
, notcoreutils
, sigh...).The text was updated successfully, but these errors were encountered: