I've added the following lines to /etc/rc.local and it works: # avoid /dev/random blocking rm -f /dev/random ln /dev/urandom /dev/random
Maybe this is the simplest solution for me :-) Thank you, Mike! Mike Hommey wrote:
Please try the following: Get the nspr source Patch the nsprpub/pr/src/md/unix/uxrng.c file to replace /dev/random with /dev/urandom in the OpenDevRandom function. Build a new package Install it Verify it works, now. If you need assistance for any of these steps, please ask. Cheers, Mike
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]