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 reboot.

Instead of rebooting your machine, you can also type

   for i in 5 10 13; do rndcontrol -s $i; done

as root.

bye,
Danijel Tasov

-- 
Danijel Tasov, [EMAIL PROTECTED]
6EA2 8A21 E875 0519 CFE7  781C 5944 8BA6 F96B 1EC3
()  ascii ribbon campaign - against html mail, vcards &
/\                          microsoft attachments

Attachment: msg08211/pgp00000.pgp
Description: PGP signature

Reply via email to