El nodo se detiene con el error 'No se puede abrir / dev / urandom'
3 respuestas
- votos
-
- 2019-03-11
Utilicéeste hack debido a lafalta de soporte de hardware rng.Elproblemanunca apareció después. Ya lomencionéen elproblema de Gitlab vinculadoen la otra respuesta y lo copié aquípara convencer.
I used this hack because of the lack of hardware rng support. The problem did never appear afterwards. I already mentioned it in the Gitlab issue linked in the other answer and copied it here for convince.
-
- 2019-03-11
No he vistoesto antes,pero otraspersonas aparentemente sí .De acuerdo coneso,elproblema debería solucionarse ahora,perotal vez haya algunas cosas útilesen los comentarios quepodrían ayudarlo
I haven't seen this myself before, but other people have apparently. According to that, the issue should be fixed now, but perhaps there is some useful stuff in the comments that might help you
-
- 2019-03-11
Esteproblema afectó a algunaspersonas desdeelprincipio,bloqueaba losnodos deforma aleatoria.Yomismo he vistoestoen momentos aleatoriostemprano,perono he vistotales ocurrencias desdeentonces (debido a la corrección a continuación y las actualizaciones denodos).La solución recomendadaen esemomentoes aumentar los límites de Linuxen la cantidad de archivos abiertos,puede seguir la solución aquí .
Para resumir:
# 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>”
Esteerror:
detuvo unnodoen seco hoy.Estaes laprimera vez que veoestemensaje.Estabajugando con la configuración delnodo antes yterminé restableciéndolo a los valorespredeterminados.Ahora,apareceesteerror.