Skip to content
New issue

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

22.1.1.2 (38)Function not implemented: AH00141: Could not initialize random number generator #28666

Closed
msy999 opened this issue Aug 31, 2021 · 5 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug

Comments

@msy999
Copy link

msy999 commented Aug 31, 2021

Steps to reproduce
impossible to install

[Tue Aug 31 12:25:20.188499 2021] [:crit] [pid 1] (38)Function not implemented: AH00141: Could not initialize random number generator

Server configuration
Operating system:
synology 6.2.3
Web server:
Apache
Database:
postgres

Nextcloud version: (see Nextcloud admin page)
22.1.1.2
Fresh install and update
Where did you install Nextcloud from:
Official Nextcloud website

Client configuration
Browser:
crome
Operating system:
windowns 10

@msy999 msy999 added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Aug 31, 2021
@kesselb
Copy link
Contributor

kesselb commented Aug 31, 2021

This error message is coming from Apache. It does not look related to Nextcloud.

@kesselb kesselb closed this as completed Aug 31, 2021
@msy999
Copy link
Author

msy999 commented Aug 31, 2021 via email

@torbengb
Copy link

As a simple "papercut" fix, you could build the docker file with this tiny change in the Dockerfile :
instead of:
FROM php:8.0-apache-bullseye
use:
FROM php:8.0-apache-buster

(source here, and confirmed working by users!)

@g-work
Copy link

g-work commented Jan 30, 2022

As a simple "papercut" fix, you could build the docker file with this tiny change in the Dockerfile : instead of: FROM php:8.0-apache-bullseye use: FROM php:8.0-apache-buster

[...]

I'm not very familiar with docker - do I need docker-compose to do that?

@leiterschleife
Copy link

leiterschleife commented Feb 10, 2022

+1 currently I am on nextcloud v20.0.4 using the docker apache image. I am trying to upgrade the container to 20.0.14 in order to upgrade to the current major version after that. However, due to this error the container won't start an I have no upgrade path available. Is this error fixed in v21? Can the upgrade to 20.0.14 be omitted?

I am running on synology DSM 7.0.1, so there is no kernel update available.

Please reopen the issue, it is not fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug
Projects
None yet
Development

No branches or pull requests

5 participants