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
Hello, folks!
I would like to use toolkit on FreeBSD but I could not start it:
./bgperf.py --help Traceback (most recent call last): File "./bgperf.py", line 30, in <module> from nsenter import Namespace File "/usr/local/lib/python2.7/site-packages/nsenter/__init__.py", line 21, in <module> class Namespace(object): File "/usr/local/lib/python2.7/site-packages/nsenter/__init__.py", line 52, in Namespace _libc = ctypes.CDLL('libc.so.6', use_errno=True) File "/usr/local/lib/python2.7/ctypes/__init__.py", line 365, in __init__ self._handle = _dlopen(self._name, mode) OSError: Shared object "libc.so.6" not found, required by "python"
Unfortunately, we haven't nsenter and cgroups at FreeBSD. Could you offer workaround for this case?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, folks!
I would like to use toolkit on FreeBSD but I could not start it:
Unfortunately, we haven't nsenter and cgroups at FreeBSD. Could you offer workaround for this case?
The text was updated successfully, but these errors were encountered: