07-22-2019, 11:05 AM
Hi,
thanks for providing the logs.
In the Messages, we can see a similar delay than I had in http://moodeaudio.org/forum/showthread.php?tid=1532
---
Jul 21 13:53:57 RPi-Lounge kernel: [ 7.334102] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
Jul 22 20:23:31 RPi-Lounge kernel: [ 114.392308] random: crng init done
Jul 22 20:23:31 RPi-Lounge kernel: [ 114.392318] random: 7 urandom warning(s) missed due to ratelimiting
---
In my case, installing/enabling "haveged" solved the syntomps - maybe this is also a feasible workarond for your issue:
Kind regards
Georg
thanks for providing the logs.
In the Messages, we can see a similar delay than I had in http://moodeaudio.org/forum/showthread.php?tid=1532
---
Jul 21 13:53:57 RPi-Lounge kernel: [ 7.334102] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
Jul 22 20:23:31 RPi-Lounge kernel: [ 114.392308] random: crng init done
Jul 22 20:23:31 RPi-Lounge kernel: [ 114.392318] random: 7 urandom warning(s) missed due to ratelimiting
---
In my case, installing/enabling "haveged" solved the syntomps - maybe this is also a feasible workarond for your issue:
Code:
sudo apt install haveged
sudo systemctl enable haveged
Kind regards
Georg