(38)功能未实现:AH00141:无法初始化随机数生成器
我最近将 Debian 服务器从 Debian 10 (Buster) 升级到 Debian 11 (Bullseye)。
Apache2升级到2.4.52-1~deb11u2版本。
从那时起,我无法启动 Apache2...
我收到错误:
(38)Function not implemented: AH00141: Could not initialize random number generator
我重新安装了 apache2,但收到了相同的错误。
我还尝试了 如何修复 '( 38)功能未实现:AH00141:Apache从2.4.18升级到2.4.46后无法初始化随机数生成器?但它不起作用。
I recently upgrade my Debian server from Debian 10 (Buster) to Debian 11 (Bullseye).
Apache2 was upgrade to the 2.4.52-1~deb11u2 version.
Since that, I can't start Apache2...
I got the error:
(38)Function not implemented: AH00141: Could not initialize random number generator
I reinstalled apache2, but got the same error.
I also tried How to fix '(38)Function not implemented: AH00141: Could not initialize random number generator' after upgrading Apache from 2.4.18 to 2.4.46? but it doesn't work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试升级你的内核。
在云中启动新服务器后,我自然会在安装新服务器之前升级所有依赖项,包括内核。但我忘记重新启动实例,因此它仍然在 2016 年的默认内核上运行。
重新启动后,一切恢复正常。
此线程为我指出了正确的方法。
Try upgrading your kernel.
After spinning up a new server in a cloud I have naturally upgraded all dependencies including the kernel before installing new ones. But I forgot to reboot the instance so it was still running on its default kernel from 2016.
After reboot everything resumed to work normally.
This thread pointed me to the right way.