[xen-tools] Re: Using Xen-Tools to install a Debian domU on a Centos5 dom0
Dave Crossland
dave at lab6.com
Mon Jun 25 03:23:15 CEST 2007
On 25/06/07, Dave Crossland <dave at lab6.com> wrote:
>
> Searching for "PRNG is not seeded" I see from
> http://lists.cvsrepository.org/xen-tools/Jun06/0047.html that this is
> a rare problem with xen-tools, where the /dev/urandom device isn't
> created for some reason. Here's what I did:
This does not survive a reboot of the domU though.
In http://lists.cvsrepository.org/xen-tools/Jun06/0044.html Steve wrote,
- - - 8< - - -
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.
- - - 8< - - -
However, checking my 55-create-dev script, I see a possible typo as
the email says "std" but the script says "sd".
[root at centos5-dom0 ~]# grep MAKEDEV /usr/lib/xen-tools/debian.d/55-create-dev
./MAKEDEV generic
./MAKEDEV sd
[root at centos5-dom0 ~]#
I also see an unusual message, "rtc: IRQ 8 is not free." as the last
line of dmesg, and the following it output on the console during boot:
- - - 8< - - -
Setting the system clock..
rtc: IRQ 8 is not free.
modprobe: WARNING: Error inserting rtc
(/lib/modules/2.6.18-4-xen-686/kernel/drivers/char/rtc.ko):
Input/output error
Generic RTC Driver v1.07
select() to /dev/rtc to wait for clock tick timed out
- - - 8< - - -
Also, since "./MAKEDEV generic" took a long time, I found that a
faster way to get OpenSSH running is:
# cd /dev ; ./MAKEDEV urandom ; /etc/init.d/ssh start
--
Regards,
Dave
More information about the xen-tools-discuss
mailing list