'Not enough random bytes available.' when configuring backups
2 years ago
Originally Published: 2010-02-19
Article Number
000045725
Applies To
RSA Key Manager Appliance
gpg --gen-key
Issue
Not enough random bytes available.  Please do some other work to give the OS a chance to collect more entropy! (Need 284 more bytes)
Resolution
Open a new SSH session and run: 
  find / -type f -exec md5sum {} > /dev/null \; 2>&1 &

This will make the gpg command complete