vote up 1 vote down star

Does anyone know if it's possible to setup dev/random when running the OS within a VM (VMWare in this case)?

flag

3 Answers

vote up 3 vote down check

What do you mean by "setup"? /dev/random will be available in the VM, and work just fine.

link|flag
I was using OpenSolaris in a VM (on windows) and it complained it couldn't find dev/random. However I upgraded OpenSolaris to a dev build and it seems to work. Not really sure where the problem was and how it got solved but it was. – Robert Gould Nov 6 '08 at 8:59
Anyways +1 for answering the question. – Robert Gould Nov 6 '08 at 9:01
vote up 0 vote down

For me the question is not yet answered. I have a Ubuntu VM (VMware) and /dev/random is there, but it provides far too less bytes. E.g. if I want to generate a GPG key, gpg complains "Not enough random bytes available. Please do some other work to give the OS a chance to collect more entropy! (Need 300 more bytes)". Since it is a VM I can do what I want, GPG will just keep on waiting...

link|flag
try /dev/random instead of /etc/random ;) – sascha Jan 18 at 9:29
oh, sorry, this is a typo. Of course I tried to use /dev/random, not /etc/random. Edited accordingly. – chiccodoro Jan 19 at 7:36
Try /dev/urandom. /dev/random is limited to certain sources of entropy, AFAIK. en.wikipedia.org/wiki/Urandom#Linux – Andrew Ferrier Mar 10 at 14:06
Don't use /dev/urandom for security applications! You could get some random data at random.org – gs Mar 16 at 12:23
Hm... Don't know how to change the random input for GPG generator... Anyway thank you for the hints. Probably posting my question as an "answer" to Robert Gould's one was not such a good idea. – chiccodoro Mar 17 at 7:22
vote up 1 vote down

Tis is not an answer but a workaround: When I had the same problem I generated the keys on a physical machine and copied it.

link|flag
Yeah that's a good band-aid until one can clear out the specifics – Robert Gould Mar 16 at 13:22

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.