| *SOLVED* random device missing [message #9888] |
Sat, 27 January 2007 22:12  |
mperkel Messages: 205 Registered: December 2006 |
Senior Member |
From: *ctyme.com
|
|
Getting "PRNG is not seeded" when trying to SSH from a VE. Google says that the device /dev/random is missing. This is a VE that I'm trying to create from a physical machine copy. What should I do to the /dev directory to make it VE compatible?
[Updated on: Wed, 31 January 2007 05:05] by Moderator
|
|
|
| Re: random device missing [message #9901 is a reply to message #9888 ] |
Mon, 29 January 2007 03:30  |
dim Messages: 342 Registered: August 2005 |
Senior Member |
From: *sw.ru
|
|
I think the reason is that you had udev daemon in physical node. Thus you have to create necessary devices by yourself inside VE (`mknod /dev/random c 1 8`).
|
|
|