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

memcached enabled and 'Error: no memcache module found' #1025

Open
anders-larsson opened this issue Feb 8, 2024 · 0 comments
Open

memcached enabled and 'Error: no memcache module found' #1025

anders-larsson opened this issue Feb 8, 2024 · 0 comments
Labels

Comments

@anders-larsson
Copy link

Describe the bug

When memcached is enabled container fails with Error: no memcache module found. Can be fixed creating a new container based on this with RUN pip install python-memcached. However, since no one else has complained about this I'm not sure if this is just user error.

Puppetboard version

Tested in with 5.1.0 and 5.3.0. Happens with both versions.

Environment and installation method

docker compose:

puppetboard:
  ...
  environment:
    - ENABLE_CLASS=True
    - SCHEDULER_ENABLED=True
    - CACHE_TYPE=MemcachedCache
    - CACHE_MEMCACHED_SERVERS=memcached:11211
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