-
Notifications
You must be signed in to change notification settings - Fork 89
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
pthread_create failed (EPERM) when I try to start version 8.0.0 and latest from docker-compose #205
Comments
what architecture are you using on your host and the docker container? |
$ docker buildx ls |
found the problem, working on a fix |
Update Base Image to fix arm64 build (closes: #205)
@Plaoo Please use the new version:
|
@hggh I'm getting the exact same error on a remote pipeline with |
I have tested the 8.1.0 docker image arm64 on an Mac Pro M1 wtih Docker Desktop. It seems to work. On what platform do you run your docker image? |
@hggh It's amd64 linux on a remote server via Azure pipelines, |
I'm getting the same error when I try to use Here's their docker setup—it's whatever the standard one is:
redacted-s3-test:
image: scireum/s3-ninja:latest
expose:
- 9000
networks:
- redacted-test Console output:
|
Hi, I get the same error running
|
@hggh 👀 |
@DavidMStraub your Docker Version seems to be a bit old, could you install the docker-ce packages from: and give it a try? |
more information on that issue: adoptium/containers#215 (comment) or short: update your docker :) |
Indeed, that fixed it for me 🙂 |
Thankyou everyone in this thread! For anyone else running into this issue in kubernetes using old docker runtime, to debug this issue
|
thank you @AriBerisha its work for me |
Hello everyone I am trying to start s3ninja through docker-compose, precisely the latest version and 8.0.0, but I have the following problem:
If I try an older version instead I can't upload files through the ui (I'm talking about version 6)
my docker-compose:
docker:
OS:
Fedora 36
The text was updated successfully, but these errors were encountered: