Dear all, I tried to compile Xen 4.0 by following the howto on the Xen 4.0 Wiki. The compilation process seems to finish successfully. But the newly installed kernel cannot complete booting because of missing modules. In fact I found out that all kernel modules execept some xen specific ones are missing. That is what I did: 1. Install debian lenny from scratch 2. Install dependencies as outlined in the Wiki 3. hg clone http://xenbits.xen.org/xen-4.0-testing.hg 4. make world Any help would be appreciated. Best regards, Dieter ___________________________________________________________ GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT! Jetzt freischalten unter http://movieflat.web.de _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wed, Apr 14, 2010 at 07:51:02AM +0200, Dieter Imann wrote:> Dear all, > > I tried to compile Xen 4.0 by following the howto on the Xen 4.0 Wiki. > The compilation process seems to finish successfully. But the newly > installed kernel cannot complete booting because of missing modules. > > In fact I found out that all kernel modules execept some xen specific ones > are missing. > > That is what I did: > > 1. Install debian lenny from scratch > 2. Install dependencies as outlined in the Wiki > 3. hg clone http://xenbits.xen.org/xen-4.0-testing.hg > 4. make world > > Any help would be appreciated. >So do you have the modules in /lib/modules/<kernelversion> ? Try running: depmod -a <kernelversion> And after that re-generating the initramfs. -- Pasi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
There are no default kernel modules compiled during the "make world" process. That''s exactly my problem. However some xen modules are compiled and copied over to /lib/modules/2.6.31.13 during "make install" Running "make modules_install" simply copies this modules again. I did the following procedure 3 times with the same result. (1x using gcc 4.1 and 2x using gcc 4.3 => lenny default) 1. Install debian lenny from scratch 2. Install dependencies as outlined in the Wiki 3. hg clone http://xenbits.xen.org/xen-4.0-testing.hg 4. make world If the procedure is correct, anything else must be wrong here. Dieter -----Ursprüngliche Nachricht----- Von: "Pasi Kärkkäinen" Gesendet: 14.04.2010 14:07:26 An: Dieter Imann <dieter.imann@web.de> Betreff: Re: [Xen-users] xen 4.0 compile problems>On Wed, Apr 14, 2010 at 07:51:02AM +0200, Dieter Imann wrote: >> Dear all, >> >> I tried to compile Xen 4.0 by following the howto on the Xen 4.0 Wiki. >> The compilation process seems to finish successfully. But the newly >> installed kernel cannot complete booting because of missing modules. >> >> In fact I found out that all kernel modules execept some xen specific ones >> are missing. >> >> That is what I did: >> >> 1. Install debian lenny from scratch >> 2. Install dependencies as outlined in the Wiki >> 3. hg clone http://xenbits.xen.org/xen-4.0-testing.hg >> 4. make world >> >> Any help would be appreciated. >> > >So do you have the modules in /lib/modules/<kernelversion> ? > >Try running: depmod -a <kernelversion> > >And after that re-generating the initramfs. > >-- Pasi >___________________________________________________________ NEU: WEB.DE DSL für 19,99 EUR/mtl. und ohne Mindest-Laufzeit! http://produkte.web.de/go/02/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wed, Apr 14, 2010 at 03:10:15PM +0200, Dieter Imann wrote:> There are no default kernel modules compiled during the "make world" process. > That''s exactly my problem. > However some xen modules are compiled > and copied over to /lib/modules/2.6.31.13 during "make install" > Running "make modules_install" simply copies this modules > again. > > I did the following procedure 3 times with the same result. > (1x using gcc 4.1 and 2x using gcc 4.3 => lenny default) > > 1. Install debian lenny from scratch > 2. Install dependencies as outlined in the Wiki > 3. hg clone http://xenbits.xen.org/xen-4.0-testing.hg > 4. make world > > If the procedure is correct, anything else must be wrong > here. >Actually I have always compiled Xen/tools and dom0 kernel separately, so I haven''t used the "make world" method myself. You can see instructions about how to manually get 2.6.32.x pvops dom0 kernel from here: http://wiki.xensource.com/xenwiki/XenParavirtOps -- Pasi> Dieter > > > -----Ursprüngliche Nachricht----- > Von: "Pasi Kärkkäinen" > Gesendet: 14.04.2010 14:07:26 > An: Dieter Imann <dieter.imann@web.de> > Betreff: Re: [Xen-users] xen 4.0 compile problems > > >On Wed, Apr 14, 2010 at 07:51:02AM +0200, Dieter Imann wrote: > >> Dear all, > >> > >> I tried to compile Xen 4.0 by following the howto on the Xen 4.0 Wiki. > >> The compilation process seems to finish successfully. But the newly > >> installed kernel cannot complete booting because of missing modules. > >> > >> In fact I found out that all kernel modules execept some xen specific ones > >> are missing. > >> > >> That is what I did: > >> > >> 1. Install debian lenny from scratch > >> 2. Install dependencies as outlined in the Wiki > >> 3. hg clone http://xenbits.xen.org/xen-4.0-testing.hg > >> 4. make world > >> > >> Any help would be appreciated. > >> > > > >So do you have the modules in /lib/modules/<kernelversion> ? > > > >Try running: depmod -a <kernelversion> > > > >And after that re-generating the initramfs. > > > >-- Pasi > > > ___________________________________________________________ > NEU: WEB.DE DSL für 19,99 EUR/mtl. und ohne Mindest-Laufzeit! > http://produkte.web.de/go/02/_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I''m going to try this right now. Thanks Pasi Dieter -----Ursprüngliche Nachricht----- Von: "Pasi Kärkkäinen" Gesendet: Apr 14, 2010 3:33:43 PM An: Dieter Imann <dieter.imann@web.de> Betreff: Re: [Xen-users] xen 4.0 compile problems>On Wed, Apr 14, 2010 at 03:10:15PM +0200, Dieter Imann wrote: >> There are no default kernel modules compiled during the "make world" process. >> That''s exactly my problem. >> However some xen modules are compiled >> and copied over to /lib/modules/2.6.31.13 during "make install" >> Running "make modules_install" simply copies this modules >> again. >> >> I did the following procedure 3 times with the same result. >> (1x using gcc 4.1 and 2x using gcc 4.3 => lenny default) >> >> 1. Install debian lenny from scratch >> 2. Install dependencies as outlined in the Wiki >> 3. hg clone http://xenbits.xen.org/xen-4.0-testing.hg >> 4. make world >> >> If the procedure is correct, anything else must be wrong >> here. >> > >Actually I have always compiled Xen/tools and dom0 kernel separately, >so I haven''t used the "make world" method myself. > >You can see instructions about how to manually get 2.6.32.x pvops dom0 >kernel from here: > >http://wiki.xensource.com/xenwiki/XenParavirtOps > >-- Pasi > > >> Dieter >> >> >> -----Ursprüngliche Nachricht----- >> Von: "Pasi Kärkkäinen" >> Gesendet: 14.04.2010 14:07:26 >> An: Dieter Imann <dieter.imann@web.de> >> Betreff: Re: [Xen-users] xen 4.0 compile problems >> >> >On Wed, Apr 14, 2010 at 07:51:02AM +0200, Dieter Imann wrote: >> >> Dear all, >> >> >> >> I tried to compile Xen 4.0 by following the howto on the Xen 4.0 Wiki. >> >> The compilation process seems to finish successfully. But the newly >> >> installed kernel cannot complete booting because of missing modules. >> >> >> >> In fact I found out that all kernel modules execept some xen specific ones >> >> are missing. >> >> >> >> That is what I did: >> >> >> >> 1. Install debian lenny from scratch >> >> 2. Install dependencies as outlined in the Wiki >> >> 3. hg clone http://xenbits.xen.org/xen-4.0-testing.hg >> >> 4. make world >> >> >> >> Any help would be appreciated. >> >> >> > >> >So do you have the modules in /lib/modules/<kernelversion> ? >> > >> >Try running: depmod -a <kernelversion> >> > >> >And after that re-generating the initramfs. >> > >> >-- Pasi >> > >> ___________________________________________________________ >> NEU: WEB.DE DSL für 19,99 EUR/mtl. und ohne Mindest-Laufzeit! >> http://produkte.web.de/go/02/ > >_______________________________________________ >Xen-users mailing list >Xen-users@lists.xensource.com >http://lists.xensource.com/xen-users___________________________________________________________ GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT! Jetzt freischalten unter http://movieflat.web.de _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
i have a problem with my windows2003 hvm i found the time sudden changed during running time the following is the syn log with time.windows.com and we can see that at 15:37 and 16:38 more than "28803000"(about 8 hours) seconds time lag i set localtime=1 in the vm config and in the dom0 i set utc=false in the file /etc/sysconfig/clock i am running this on redhat as5.3 platform i also have other windows2003 running on other dom0,but up to present their time are ok can anyone help check how this happened? - time.windows.com - 123~2010-4-20~14:36:51~-173 ntp v2 - time.windows.com - 123~2010-4-20~14:40:49~-18 ntp v2 - time.windows.com - 123~2010-4-20~14:45:49~23 ntp v2 - time.windows.com - 123~2010-4-20~14:48:49~7 ntp v2 - time.windows.com - 123~2010-4-20~14:49:49~-1 ntp v2 - time.windows.com - 123~2010-4-20~14:50:49~2 ntp v2 - time.windows.com - 123~2010-4-20~14:51:49~-6 ntp v2 - time.windows.com - 123~2010-4-20~14:52:49~19 ntp v2 - time.windows.com - 123~2010-4-20~14:55:49~-12 ntp v2 - time.windows.com - 123~2010-4-20~14:56:49~-6 ntp v2 - time.windows.com - 123~2010-4-20~14:57:49~14 ntp v2 - time.windows.com - 123~2010-4-20~14:58:49~51 ntp v2 - time.windows.com - 123~2010-4-20~14:59:49~-71 ntp v2 - time.windows.com - 123~2010-4-20~15:06:49~4 ntp v2 - time.windows.com - 123~2010-4-20~15:07:49~-1 ntp v2 - time.windows.com - 123~2010-4-20~15:08:49~149 ntp v2 - time.windows.com - 123~2010-4-20~15:17:49~-156 ntp v2 - time.windows.com - 123~2010-4-20~15:22:49~11 ntp v2 - time.windows.com - 123~2010-4-20~15:27:50~1054 ntp v2 - time.windows.com - 123~2010-4-20~15:29:50~-8 ntp v2 - time.windows.com - 123~2010-4-20~15:30:50~17 ntp v2 - time.windows.com - 123~2010-4-20~15:37:50~28803065 ntp v2 - time.windows.com - 123~2010-4-20~15:44:50~16 ntp v2 - time.windows.com - 123~2010-4-20~15:49:50~-14 ntp v2 - time.windows.com - 123~2010-4-20~15:50:50~3 ntp v2 - time.windows.com - 123~2010-4-20~15:53:50~-7 ntp v2 - time.windows.com - 123~2010-4-20~15:54:50~5 ntp v2 - time.windows.com - 123~2010-4-20~15:57:50~-1 ntp v2 - time.windows.com - 123~2010-4-20~16:00:50~10 ntp v2 - time.windows.com - 123~2010-4-20~16:01:50~-6 ntp v2 - time.windows.com - 123~2010-4-20~16:04:50~-11 ntp v2 - time.windows.com - 123~2010-4-20~16:09:50~34 ntp v2 - time.windows.com - 123~2010-4-20~16:10:50~-10 ntp v2 - time.windows.com - 123~2010-4-20~16:15:50~20 ntp v2 - time.windows.com - 123~2010-4-20~16:16:50~-32 ntp v2 - time.windows.com - 123~2010-4-20~16:23:50~25 ntp v2 - time.windows.com - 123~2010-4-20~16:32:50~2 ntp v2 - time.windows.com - 123~2010-4-20~16:38:01~28803094 ntp v2 - time.windows.com - 123~2010-4-20~16:38:06~1 ntp v2 - time.windows.com - 123~2010-4-20~16:42:20~24 ntp v2 - time.windows.com - 123~2010-4-20~16:43:50~-33 ntp v2 - time.windows.com - 123~2010-4-20~16:45:20~5 ntp v2 - time.windows.com - 123~2010-4-20~16:45:50~-15 ntp v2 - time.windows.com - 123~2010-4-20~16:47:20~47 ntp v2 - time.windows.com - 123~2010-4-20~16:50:50~-29 ntp v2 - time.windows.com - 123~2010-4-20~16:52:20~27 _________________________________________________________________ 您的电子邮件和更灵活的即时通信。免费获取 Windows Live Hotmail。 https://signup.live.com/signup.aspx?id=60969 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010/4/20 wangalalei <girl111_2002@hotmail.com>:> i have a problem with my windows2003 hvm > i found the time sudden changed during running time > the following is the syn log with time.windows.com > and we can see that at 15:37 and 16:38 more than "28803000"(about 8 hours) > seconds time lag > > i set localtime=1 in the vm config and in the dom0 i set utc=false in the > file /etc/sysconfig/clockNot sure if it matters, but I have UTC=true in /etc/sysconfig/clock. Same localtime settings as yours. If it still doesn''t help, you can play with rtc_timeoffset on domU config file. Also make sure both dom0 and domU have correct timezone settings. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users