rng-tools configuration

Hi there,

I am trying to configure a usb true random number generator from ubld.it. I have been following their instructions as shown on their website http://ubld.it/products/support/truerng-install-guide. The problem is, I cannot find the configuration for the rng-tools initscript. Do you guys know where to locate it?

Thanks for all your help
Ron

Hi and welcome to the Forum :slight_smile:
We use systemd these days so it a service file no init scripts;


systemctl status rng-tools (is it running?)
systemctl start rng-tools (if not start it)
systemctl enable rng-tools (for it to start on boot)

Hi Malcolm,

Thanks for replying and providing information regarding rng-tools. I have another question. How do I modify the rng-tools to set the input source for random data as following HRNGDEVICE=/dev/TrueRNG?

Thanks,
Ron

On Tue 02 Jan 2018 10:46:02 AM CST, undbund wrote:

Hi Malcolm,

Thanks for replying and providing information regarding rng-tools. I
have another question. How do I modify the rng-tools to set the input
source for random data as following HRNGDEVICE=/dev/TrueRNG?

Thanks,
Ron

Hi
I would suggest editing the service file and adding your option in
the [service] part;


Environment=HRNGDEVICE=/dev/TrueRNG


Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE Leap 42.3|GNOME 3.20.2|4.4.103-36-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!

It is working !!!:slight_smile:

Thanks for your time and help Malcolm :good::good:

Cheers!
Ron