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

[BUG] memcached not loaded #103

Closed
1 task done
JOduMonT opened this issue Oct 24, 2024 · 5 comments
Closed
1 task done

[BUG] memcached not loaded #103

JOduMonT opened this issue Oct 24, 2024 · 5 comments

Comments

@JOduMonT
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

while: memcached is installed
when I docker exec nginx ps afux | grep memc
nothing is return

also w3cache mention:

The following memcached servers are not responding or not running:
Database Cache: 127.0.0.1:11211.
Object Cache: 127.0.0.1:11211.
This message will automatically disappear once the issue is resolved.

Expected Behavior

I expect memcached working on port 11211

Steps To Reproduce

docker run -d
--name=nginx
-e PUID=1000
-e PGID=1000
-e TZ=Etc/UTC
-p 80:80
-p 443:443
-v /path/to/nginx/config:/config
--restart unless-stopped
lscr.io/linuxserver/nginx:latest

docker exec nginx ps afux | grep memc

Environment

No response

CPU architecture

x86-64

Docker creation

docker run -d \
  --name=nginx \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -p 80:80 \
  -p 443:443 \
  -v /path/to/nginx/config:/config \
  --restart unless-stopped \
  lscr.io/linuxserver/nginx:latest

Container logs

none
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@Roxedus
Copy link
Member

Roxedus commented Oct 24, 2024

The service got removed 28.02.19

@JOduMonT
Copy link
Author

JOduMonT commented Oct 24, 2024

The service got removed 28.02.19

almost;
it still their, not just enabled by default
so
or it is optional

28.02.19: - Add php7-opcache, remove memcached service due to issues on aarch64 (let us know if you need to enable it).

or it needs to be removed completely

@aptalca
Copy link
Member

aptalca commented Oct 24, 2024

As Rox said, the service is removed, not the package. You can create a service if you like
https://www.linuxserver.io/blog/2019-09-14-customizing-our-containers

@JOduMonT
Copy link
Author

@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants