On Wed, Sep 17, 2008 at 11:14:40AM +0800, theOne wrote:
> Yes it is a simlink to /dev/random.  So what should I do to get around  
> the issue?
>
> [EMAIL PROTECTED]:~$ strace -p $(pidof firefox-bin)
> Process 2486 attached - interrupt to quit
> read(11, ^C <unfinished ...>
> Process 2486 detached
> [EMAIL PROTECTED]:~$ ls -l /proc/$(pidof firefox-bin)/fd/11
> lr-x------ 1 debuser debuser 64 Sep 18 09:53 /proc/2486/fd/11 ->  
> /dev/random

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]

Reply via email to