We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran this:
docker run -p 389:389 \ --platform linux/amd64 \ --name ldap-service \ --hostname ldap-service \ --detach osixia/openldap:1.1.9
After starting container, I keep getting an newosproc error. I'm running this while using an M1 chip
newosproc
No certificate file and certificate key provided, generate: /container/service/slapd/assets/certs/ldap.crt and /container/service/slapd/assets/certs/ldap.key runtime: failed to create new OS thread (have 2 already; errno=22) fatal error: newosproc runtime: failed to create new OS thread (have 2 already; errno=22) fatal error: newosproc runtime stack: runtime.throw(0x54c470, 0x9) runtime stack: /usr/local/go/src/runtime/panic.go:530 +0x90 runtime.newosproc(0xc820034000, 0xc820043fc0)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran this:
After starting container, I keep getting an
newosproc
error. I'm running this while using an M1 chipThe text was updated successfully, but these errors were encountered: