I think the xen mailing list is a better candidate for this question. I sincerely don't know what could be happening.
Cheers 2012/3/2 張德勤 <[email protected]>: > Dear all, > > I have a problem about installing xen kernel > > my linux kernel is 2.6.32-220.4.2.el6.x86_64 > > [root@client1 linux-2.6.31.8]# uname -r > 2.6.32-220.4.2.el6.x86_64 > > $ wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.31.8.tar.bz2 > $ tar -xjf linux-2.6.31.8.tar.bz2 > > $ wget http://gentoo-xen-kernel.googlecode.com/files/ > xen-patches-2.6.31-10.tar.bz2 > $ mkdir xenpatch-2.6.31.8 > $ cd xenpatch-2.6.31.8 > $ tar -xjf ../xen-patches-2.6.31-10.tar.bz2 > $ cd .. > > $ cd linux-2.6.31.8 > $ for i in ../xenpatch-2.6.31.8/*; \ > do patch -p1 < ../xenpatch-2.6.31.8/*; done > > After that, when I "make", "make modules", "make modules_install" It seems > be OK. > > But, when I "make install" , there are some error below. > > ERROR: modinfo: could not find module xt_CHECKSUM > ERROR: modinfo: could not find module bnx2fc > ERROR: modinfo: could not find module nf_defrag_ipv6 > ERROR: modinfo: could not find module vhost_net > ERROR: modinfo: could not find module macvtap > ERROR: modinfo: could not find module drm_kms_helper > > How can I fix this problem?? > > And I check the module, it seems okay?? see the following... > > [root@client1 linux-2.6.31.8]# modinfo xt_CHECKSUM > filename: > /lib/modules/2.6.32-220.4.2.el6.x86_64/kernel/net/netfilter/xt_CHECKSUM.ko > alias: ip6t_CHECKSUM > alias: ipt_CHECKSUM > description: Xtables: checksum modification > author: Michael S. Tsirkin <[email protected]> > license: GPL > srcversion: CFE02C9648CF5B47F74F118 > depends: > vermagic: 2.6.32-220.4.2.el6.x86_64 SMP mod_unload modversions > > > Someone has the same error?? > Please Help... > > -- > Regards, > > Te - Chin, Chang (張德勤), +886-3-4227151 #57968 > Networklab, Computer Science & Information Engineering, > National Central University, Jhongli, Taiwan, R.O.C > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Javier Fontán Muiños Project Engineer OpenNebula - The Open Source Toolkit for Data Center Virtualization www.OpenNebula.org | [email protected] | @OpenNebula _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
