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
Reported on slack by @danduk82.
Error when the container openldap starts:
docker-ldap-1 | run-parts: executing /docker-entrypoint.d/00-init docker-ldap-1 | run-parts: executing /docker-entrypoint.d/01-populate docker-ldap-1 | slapd: ../../../../servers/slapd/ch_malloc.c:107: ch_calloc: Assertion `0' failed. docker-ldap-1 | /docker-entrypoint.d/01-populate: line 77: 92 Aborted (core dumped) slapd -u ${RUN_AS_UID} -g ${RUN_AS_GID} -h "ldapi:/// ldap://127.0.0.1/" docker-ldap-1 | Starting slapd daemon in background...Started: OK
Details about the OS:
Solution found at https://stackoverflow.com/questions/76332218/openldap-ch-calloc-core-dump-in-docker-containers: Changing the ulimit -n to 1024 for the openldap container:
services: ldap: ulimits: nofile: soft: 1024 hard: 1024
I'm not entirely sure why that happen. Maybe a newer openldap version already fixes this issue: georchestra/georchestra@1dd8281
ping @pmauduit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reported on slack by @danduk82.
Error when the container openldap starts:
Details about the OS:
Solution found at https://stackoverflow.com/questions/76332218/openldap-ch-calloc-core-dump-in-docker-containers:
Changing the ulimit -n to 1024 for the openldap container:
I'm not entirely sure why that happen. Maybe a newer openldap version already fixes this issue: georchestra/georchestra@1dd8281
ping @pmauduit
The text was updated successfully, but these errors were encountered: