You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use Hauk in Docker on a Synology NAS (716+).
I used the following stack in portainer version: '3.4' services: hauk: image: bilde2910/hauk container_name: hauk volumes: - /volume1/docker/hauk:/etc/hauk
This are the logs from the container: Started [Thu Sep 07 20:56:31.609049 2023] [:crit] [pid 25] (38)Function not implemented: AH00141: Could not initialize random number generator Action '-D FOREGROUND' failed. The Apache error log may have more information. Stopping apache ./start.sh: line 6: kill: (8) - No such process Stopping memcached Done Started [Thu Sep 07 20:59:11.734920 2023] [:crit] [pid 19] (38)Function not implemented: AH00141: Could not initialize random number generator Action '-D FOREGROUND' failed. The Apache error log may have more information.
For me it's not clear whats the issue here. Can you please let me know what I did wrong.
The text was updated successfully, but these errors were encountered:
Hi developer,
I would like to use Hauk in Docker on a Synology NAS (716+).
I used the following stack in portainer
version: '3.4' services: hauk: image: bilde2910/hauk container_name: hauk volumes: - /volume1/docker/hauk:/etc/hauk
This are the logs from the container:
Started [Thu Sep 07 20:56:31.609049 2023] [:crit] [pid 25] (38)Function not implemented: AH00141: Could not initialize random number generator Action '-D FOREGROUND' failed. The Apache error log may have more information. Stopping apache ./start.sh: line 6: kill: (8) - No such process Stopping memcached Done Started [Thu Sep 07 20:59:11.734920 2023] [:crit] [pid 19] (38)Function not implemented: AH00141: Could not initialize random number generator Action '-D FOREGROUND' failed. The Apache error log may have more information.
For me it's not clear whats the issue here. Can you please let me know what I did wrong.
The text was updated successfully, but these errors were encountered: