Pi Zero W - Entropy Issue?
Posted: Sun Mar 31, 2019 9:18 pm
Good Day
I came across a strange issue when using a pi zero and a stock stretch install and apt-get update/upgrade.
I want to run chromium-browser in kiosk mode but I get the below error for quite some time after bootup:
read somewhere that I need to check how much entropy I have using:
running the command multiple times showed it increased then went back to zero then increased again but not going over 100.
read somewhere else to install rng-tools:
This immediately fixed the issue with "entropy" now over 2000.
Im curious if this is an issue? or is this expected behaviour? why did I need to install rng-tools?
Thanks
I came across a strange issue when using a pi zero and a stock stretch install and apt-get update/upgrade.
I want to run chromium-browser in kiosk mode but I get the below error for quite some time after bootup:
Code: Select all
pi@raspberrypi:~ $ chromium-browser
getrandom indicates that the entropy pool has not been initialized. Rather than continue with poor entropy, this process will block until entropy is availableCode: Select all
pi@raspberrypi:~ $ cat /proc/sys/kernel/random/entropy_avail
49read somewhere else to install rng-tools:
Code: Select all
sudo apt-get install rng-toolsIm curious if this is an issue? or is this expected behaviour? why did I need to install rng-tools?
Thanks