I'm running NetBSD on a Xen VPS, and I'm trying to generate a gpg keypair. I've gotten most of the way there, but now I'm getting the following error message:
Not enough random bytes available. Please do some other work to give the OS a chance to collect more entropy! (Need 300 more bytes)
This has been the status for about 10 hours now, and I've been doing things like installing packages from source in another session.
Is the process hung? Is this a known-issue of some sort? Can it really take that much effort to generate 300 bytes of entropy?
Thanks.
UPDATE: The source of this issue is that NetBSD domU's don't have an entropy source enabled by default. You should manually enable the network interfaces as a source of entropy using the rndctl utility.
