节点因“无法打开/ dev / urandom”错误而停止
3 个回答
- 投票数
-
- 2019-03-11
-
-
- 2019-03-11
此问题很早就影响了一些人,它将使节点随机崩溃.我本人很早就在随机时间中看到了这种情况,但是自那以后(由于以下修复和节点更新),从未见过这种情况.当时建议的解决方案是增加Linux上打开的文件数限制,您可以按照此处.
总结:
# check hard limit on user ulimit -Hn # check soft limit on user ulimit -Sn sudo vi /etc/security/limits.conf Add a line of “<USERNAME> soft nofile <limit>”
This issue affected a few people early on, it would crash nodes randomly. I've myself seen this at random times early but have not seen such occurrences since (due to the below fix and node updates). The recommended solution at the time is to increase the linux limits on number of files open, you can follow the solution here.
To summarize:
# check hard limit on user ulimit -Hn # check soft limit on user ulimit -Sn sudo vi /etc/security/limits.conf Add a line of “<USERNAME> soft nofile <limit>”
此错误:
今天停止了其节点的前进.这是我第一次看到此消息.我之前在摆弄节点的配置,最后将其重置为默认值.现在,我收到此错误.