Error on initial visit (ActionView::Template::Error (failed to get urandom)
)
#1554
Replies: 6 comments 6 replies
This comment was marked as spam.
This comment was marked as spam.
-
From within the container, can you consume Try something like:
References: |
Beta Was this translation helpful? Give feedback.
-
I think I may have found a similar case in another Ruby project being run on a Synology. |
Beta Was this translation helpful? Give feedback.
-
I have the same issue. Logs:
|
Beta Was this translation helpful? Give feedback.
-
I found my underlying issue... Marius mentions this on his web page (link below) Number 10... Its actually mentioned as an issue on some synology NAS's that have kernel versions lower than 4. I'm running an unsupported kernel version of 3 on my Synology NAS with no possible way of upgrading even though its 2017 year model synology NAS. I'll link this in the #1554 discussion.. |
Beta Was this translation helpful? Give feedback.
-
I have the same Problem. Maybe is running on a Synology NAS via Portainer. The Linux Version is 3.10.108 and can't be updated. What surprises me is that when I run “tr -dc A-Za-z0-9 </dev/urandom | head -c 13; echo” inside the Maybe container, it works without any problems. Are there any plans to solve this problem or is it too niche? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I got Maybe running via the docker guide, but visiting the homepage yields a generic error message:

The logs reveal this error message:
Beta Was this translation helpful? Give feedback.
All reactions