-
Notifications
You must be signed in to change notification settings - Fork 418
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
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error setting rlimits for ready process: error setting rlimit type 8: operation not permitted: unknown #903
Comments
Same issue on Proxmox 7.4-15 using a stndard Ubuntu LXC (22.04) Wazuh Manager - starts fine Wazuh Indexer; returns the message:- Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error setting rlimits for ready process: error setting rlimit type 8: operation not permitted: unknown |
Same for me, also in Proxmox 7.4-15 but in Debian 11 standard container. |
Sam issue using Docker on windows whit debian dev env |
I found someone getting the same error with Elasticsearch in another docker compose file and their solution worked for me. In docker-compose.yml comment out the following lines then try compose up:
|
Thanks @Ben-Higham this worked for me. |
Hello, |
Are there any updates? having trouble with the same error. |
thanks, it worked |
Worked for me on Proxmox 8.2.4 using single node |
I had the same problem with Elasticsearch running in LXC on Proxmox and I don't suggest commenting out ulimits for Elasticsearch in docker-compose If you are encountering issues related to memory locking limits (memlock) when running Elasticsearch (or other memory-intensive applications) inside LXC containers on Proxmox, you can resolve this by setting the memlock limit to unlimited for that LXC. This ensures that your application can lock the required amount of memory and avoid performance issues related to swapping. To fix this, edit the LXC config file by adding |
Also add |
Hey
Does manager really require 10x more resources? |
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error setting rlimits for ready process: error setting rlimit type 8: operation not permitted: unknown
The text was updated successfully, but these errors were encountered: