Il nodo si ferma con l'errore "Impossibile aprire / dev / urandom"
3 risposta
- voti
-
- 2019-03-11
Ho usato questo hack a causa dellamancanza di supporto hardware rng.Ilproblemanon èmai apparsoin seguito. L'hogiàmenzionatonelproblema di Gitlab collegatonell'altra rispostae l'ho copiato quiper convincerlo.
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
Non l'homai vistoprima,ma altrepersone l'hannofatto a quantopare.Inbase a ciò,ilproblema dovrebbeessere risolto ora,maforse ci sono alcune cose utilinei commenti chepotrebbero aiutarti
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
Questoproblema ha colpito alcunepersone all'inizio,causando l'arresto anomalo deinodiin modo casuale.Io stesso l'ho vistoin tempi casuali all'iniziomanon ho vistotalieventi da allora (a causa della correzione di seguitoe degli aggiornamenti delnodo).La soluzione consigliata almomento è aumentarei limiti di Linux sulnumero difile aperti,puoi seguire la soluzione qui .
Per riassumere:
# 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>”
Questoerrore:
hainterrotto unnodonelle suetracce oggi.Questa è laprima volta che vedo questomessaggio.Stavogiocherellando con la configurazione delnodoin precedenzae hofinitoper ripristinarlo ai valoripredefiniti.Ora ricevo questoerrore.