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