Created
May 1, 2022 22:05
-
-
Save bartprokop/847901f5dcec4068f99ffae94d8e7f4f to your computer and use it in GitHub Desktop.
Arch Linux fixing low entropy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat /proc/sys/kernel/random/entropy_avail | |
# 496 | |
pacman -S rng-tools | |
systemctl start rngd | |
cat /proc/sys/kernel/random/entropy_avail | |
# 4035 | |
systemctl enable rngd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment