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

ns: validation of NS fails on old kernels #226

Closed
steveej opened this issue May 25, 2016 · 0 comments
Closed

ns: validation of NS fails on old kernels #226

steveej opened this issue May 25, 2016 · 0 comments
Labels
Milestone

Comments

@steveej
Copy link
Member

steveej commented May 25, 2016

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:

failed to create namespace: /proc/18768/task/18798/ns/net is not of type NS

Reproduction of the problem using 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant