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

Could not run on FreeBSD #2

Open
pavel-odintsov opened this issue Jun 16, 2016 · 0 comments
Open

Could not run on FreeBSD #2

pavel-odintsov opened this issue Jun 16, 2016 · 0 comments

Comments

@pavel-odintsov
Copy link

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?

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

1 participant