<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div>Hello Helder,<br></div><div><br></div><div>If there is no enough random seed OpenSSL will not hang, just return an error.<br></div><div><br></div><div>Even /dev/random is opened in non-blocking mode. This is true only if OpenSSL is built with non-blocking mode.<br></div><div><a href="https://github.com/openssl/openssl/blob/master/crypto/rand/rand_unix.c">https://github.com/openssl/openssl/blob/master/crypto/rand/rand_unix.c</a><br></div><div><br></div><div>If it hangs after some time could it be a handle leak?<br></div><div>In the past, I had a similar problem and used "lsof" and "ulimit" commands to see is it reached.<br></div><div><br></div><div>This error could be a possible track to a handle leak.<br></div><div>setrlimit: Unable to set file<br></div><div>descriptors limit to -1: Operation not permitted<br></div><div><br></div><div>Regards,<br></div><div>Zhivko<br></div><div><br></div><div><br></div><div>On Mon, Nov 11, 2019, at 2:53 PM, Helder Guerreiro via Info-cyrus wrote:<br></div><blockquote type="cite" id="qt"><div>On 10/11/19 00:19, Helder Guerreiro via Info-cyrus wrote:<br></div><div>> On 09/11/2019 23.34, Patrick Boutilier wrote:<br></div><div>>> Almost sounds like you are running out of entropy. What does this show?<br></div><div>>><br></div><div>>> cat /proc/sys/kernel/random/entropy_avail<br></div><div>> <br></div><div>> Right now it's at 3769 bytes. I'll monitor this.<br></div><div><br></div><div>It happened again, the entropy available never got bellow 3600 (logged <br></div><div>it every minute or so).<br></div><div>----<br></div><div>Cyrus Home Page: http://www.cyrusimap.org/<br></div><div>List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/<br></div><div>To Unsubscribe:<br></div><div>https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus<br></div><div><br></div></blockquote><div><br></div><div><br></div></body></html>