How to increase Linux kernel entropy

转自: http://my.itwnik.com/how-to-increase-linux-kernel-entropy/linux

 

First of all you can check amount of entropy that you havedom

cat /proc/sys/kernel/random/entropy_avail.get

To increase Linux kernel entropy you can run nice util called “rng-tools”.it

yum install rng-toolsio

After installation you can try to start and get such error:linux-kernel

/etc/init.d/rngd start
Starting rngd: can’t open entropy source(tpm or intel/amd rng)
Maybe RNG device modules are not loadedmodule

[FAILED]yum

Please add extra options:
Edit /etc/sysconfig/rngdcall

EXTRAOPTIONS=”-r /dev/urandom”error

Check your entropy again.

cat /proc/sys/kernel/random/entropy_avail

相关文章
相关标签/搜索