We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ns package will not work properly on older kernels that don't mount network namespaces with the NSFS. This happens on Semaphore CI today.
ns
This is an example failure message:
failed to create namespace: /proc/18768/task/18798/ns/net is not of type NS
Reproduction of the problem using ip
ip
Semaphore: ~/rkt $ sudo ip netns add newns; mount | grep newns proc on /run/netns/newns type proc (rw,nosuid,nodev,noexec,relatime) $ uname -a Linux semaphore-1605 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
ns
package will not work properly on older kernels that don't mount network namespaces with the NSFS. This happens on Semaphore CI today.This is an example failure message:
Reproduction of the problem using
ip
The text was updated successfully, but these errors were encountered: