Entropy on VMware VM

Checklist
[ x] I have read intro post: About the Installation Issues category
[ x] I have read the tutorials, help and searched for similar issues
[ x] I provide relevant information about my server (component names and versions, etc.)
[ ] I provide a copy of my logs and healthcheck
[ ] I describe the steps I have taken to trouble shoot the problem
[ ] I describe the steps on how to reproduce the issue

Hi,
I’m about to setup a VM for passbolt. The host OS is vmware 6, guest OS is Ubuntu 20.04. Considering the warning about entropy and VM in the install documentation, is there a way to make sure the entropy generator is good enough on this specific machine ?
cat /proc/sys/kernel/random/entropy_avail
returns : 2335, is that ok ? Is it even relevant ?

Hello,

Yes entropy is relevant :). Pseudo random number generators (PRNG) need it, and they are the baseline for crypto. It is generally low on virtualized environment. 2335 is good enough entropy, you should worry about it when it’s bellow 1000.

Good to know. Thanks !
Does that mean that the usual statement “entropy is crap on VM” is outdated ?

No it’s still crap :slight_smile:

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.