The Haveged package contains a daemon that generates an unpredictable stream of random numbers and feeds the /dev/random device.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): https://downloads.sourceforge.net/haveged/haveged-1.9.2.tar.gz
Download MD5 sum: fb1d8b3dcbb9d06b30eccd8aa500fd31
Download size: 484 KB
Estimated disk space required: 20 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/haveged
Install Haveged by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root
user:
make install && mkdir -pv /usr/share/doc/haveged-1.9.2 && cp -v README /usr/share/doc/haveged-1.9.2
If you want the Haveged daemon
to start automatically when the system is booted, install the
/etc/rc.d/init.d/haveged
init
script included in the blfs-bootscripts-20180105 package (as the
root
user):
make install-haveged
Last updated on 2018-08-18 14:53:19 -0700