[xen-tools] Re: PRNG is not seeded
Steve Kemp
steve at steve.org.uk
Sat Jun 24 02:41:18 CEST 2006
On Fri, Jun 23, 2006 at 07:54:45PM -0400, Asheesh Laroia wrote:
> On this Fedora host, after I boot the Debian guests, I get this line in
> the console as it boots:
>
> Starting OpenBSD Secure Shell server: sshdPRNG is not seeded
Strange...
> http://wiki.adamantix.org/cgi-bin/wiliki.cgi?XenSupport told me that "PRNG
> is not seeded" is caused by a missing /dev/urandom; that URI is right,
> there was no /dev/urandom in my guest.
OK. Look at the file /usr/lib/xen-tools/debian.d/55-create-dev.
Inside it there are these lines:
#
# Make the device nodes.
#
cd ${prefix}/dev
./MAKEDEV generic
After that add './MAKEDEV std' and try to create a new domain. If
that works please let me know and I'll commit it to CVS.
(The hosts I've created on my Debian Xen servers have /dev/u?random
already - it might be an --arch=i386 thing ?)
Steve
--
More information about the xen-tools-discuss
mailing list