I''ve install debian lenny amd64 with xen kernel. It starts and I create some domx. The first little problem is that I can''t access via ssh to any of my domx. The problem is solved by manually installing udev package, in etch there''s no need to manually install udev package. The second problem is this kernel message in my domx when it boots: " platform rtc_cmos: registered platform RTC device (no PNP device found) pnp: the driver ''rtc_cmos'' has been registered rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 pnp: the driver ''rtc_cmos'' has been unregistered drivers/rtc/hctosys.c: unable to open rtc device (rtc0) ... Cannot access the Hardware Clock via any known method. " I can''t resolve this last problem. How can it be solved? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thomas Halinka
2008-Nov-23 23:57 UTC
Re: [Xen-users] some little problems with lenny amd64 and xen.
Hi Mauro, Am Sonntag, den 23.11.2008, 20:10 +0100 schrieb Mauro:> I''ve install debian lenny amd64 with xen kernel. > It starts and I create some domx. > The first little problem is that I can''t access via ssh to any of my > domx. > The problem is solved by manually installing udev package, in etch > there''s no need to manually install udev package.eh?> The second problem is this kernel message in my domx when it boots: > " > platform rtc_cmos: registered platform RTC device (no PNP device > found) > pnp: the driver ''rtc_cmos'' has been registered > rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 > pnp: the driver ''rtc_cmos'' has been unregistered > drivers/rtc/hctosys.c: unable to open rtc device (rtc0) > ... > Cannot access the Hardware Clock via any known method. > " > > I can''t resolve this last problem. > How can it be solved?domUs do not have any HW-Clock, so just deactivating this solves your problem. If running Debian/Ubuntu guest the following should fix this # update-rc.d -f hwclock.sh remove after a reboot of the domU hth Thomas _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Tim Post
2008-Nov-24 02:09 UTC
Re: [Xen-users] some little problems with lenny amd64 and xen.
On Sun, 2008-11-23 at 20:10 +0100, Mauro wrote:> The problem is solved by manually installing udev package, in etch > there''s no need to manually install udev package.Did you create the dom-u base image via debootstrap? Cheers, --Tim _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mauro
2008-Nov-24 08:05 UTC
Re: [Xen-users] some little problems with lenny amd64 and xen.
2008/11/24 Tim Post <echo@echoreply.us>> On Sun, 2008-11-23 at 20:10 +0100, Mauro wrote: > > > The problem is solved by manually installing udev package, in etch > > there''s no need to manually install udev package. > > Did you create the dom-u base image via debootstrap?Yes I do. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users