Bug: [libxml2: getentropy failed with error code 38] #2007
Unanswered
bazirico
asked this question in
Docker Compose Hosting
Replies: 1 comment 1 reply
-
I think it's disrespectful to close this issue without a response. I spent some time diving deep into it, and I believe at least an answer would have been appropriate. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Where did this bug occur?
Describe the bug
I'm running the Maybe containers on a Synology DS716+II.
I'm using
ghcr.io/maybe-finance/maybe:stable
but the same problem occurs withghcr.io/maybe-finance/maybe:latest
When trying to start the application, the
postgres
container is running and healthy, butmaybe
container won't start :To Reproduce
Steps to reproduce the behavior:
Follow the self hosted installation tutorial, then copy your
docker-compose.yaml
in your Synology NAS.Expected behavior
The application should start without any errors.
What should be the cause (from what I've understand, I'm not a dev) :
It seems that even though I'm running the latest DSM version, my Synology NAS is still using an outdated kernel:
This is a limitation from Synology kernel politics. The function
getentropy()
was introduced in kernel 3.17, so my current setup does not support it.🔗 Reference: GNU libc documentation on getentropy()
A potential solution mentioned jlesage/docker-freefilesync#8 (comment) is to remove the use of
getentropy()
.Since I'm not a developer, I'm unsure about the implications of this change. I’d appreciate any insights or alternative solutions! Let me know how I can help.
Beta Was this translation helpful? Give feedback.
All reactions