Re: gpg -random bytes

2002-11-11 Thread Robert T.G. Tan
Just wait On Thu, Nov 07, 2002 at 02:41:33PM -0600, Brian Henning wrote: hello- i have looked for a solution on google for this problem but i can't find anything... when i run: gpg --gen-key i get this error: Not enough random bytes available. Please do some other work to give the OS

Re: gpg -random bytes

2002-11-08 Thread Danijel Tasov
On Thu, Nov 07, 2002 at 02:55:30PM -0600, Dan Nelson wrote: Make sure you have told FreeBSD to collect randomness info from its peripherals. Put this in /etc/rc.conf: rand_irqs=5 10 13 Replace the numbers with the IRQs of your disk and network devices (you can get these from dmesg), and

gpg -random bytes

2002-11-07 Thread Brian Henning
hello- i have looked for a solution on google for this problem but i can't find anything... when i run: gpg --gen-key i get this error: Not enough random bytes available. Please do some other work to give the OS a chance to collect more entropy! (Need 300 more bytes) can someone tell me how