노드가 'Cannot open / dev / urandom'오류와 함께 중지됩니다
3 대답
- 투표
-
- 2019-03-11
-
- 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>”
이 오류 :
오늘 트랙에서 노드를 중지했습니다.이 메시지를 본 것은 이번이 처음입니다.나는 이전에 노드의 구성을 다루고 있었고 결국 기본값으로 재설정했습니다.이제이 오류가 발생합니다.