Skip to content
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

Minimum kernel version? #1289

Closed
matbesancon opened this issue Sep 11, 2023 · 6 comments
Closed

Minimum kernel version? #1289

matbesancon opened this issue Sep 11, 2023 · 6 comments

Comments

@matbesancon
Copy link
Contributor

On my work machines, I get the feared warning:

┌ Warning: Unable to run unprivileged containers on this system! This may be because your kernel does not support mounting overlay filesystems within user namespaces. To work around this, we will switch to using privileged containers. This requires the use of sudo. To choose this automatically, set the BINARYBUILDER_RUNNER environment variable to "privileged" before starting Julia.

Even though the kernel seems more recent than the ones causing troubles:

$ uname --all
Linux htc-cmp502 5.10.0-25-amd64 #1 SMP Debian 5.10.191-1 (2023-08-16) x86_64 GNU/Linux
@matbesancon
Copy link
Contributor Author

Specifically, compared to the versions mentioned here:
#366

@giordano
Copy link
Member

What's your operating system?

@matbesancon
Copy link
Contributor Author

Operating System: Debian GNU/Linux 11 (bullseye)
Kernel: Linux 5.10.0-25-amd64
Architecture: x86-64

@giordano
Copy link
Member

Yeah, on Debian you have to use the privileged runner.

@matbesancon
Copy link
Contributor Author

so with sudo only? From the docs I misunderstood that was a bug that was patched since then. Thanks!

@giordano
Copy link
Member

Where exactly in the docs? There's a patch applied only by Ubuntu, but any other distribution will likely not have it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants