|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen Netloop module missing
--- On Wed, 1/5/11, Virajith Jalaparti <virajith.j@xxxxxxxxx> wrote:
> From: Virajith Jalaparti <virajith.j@xxxxxxxxx>
> Subject: [Xen-users] Xen Netloop module missing
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Date: Wednesday, January 5, 2011, 3:27 PM
> Hi,
>
> I was hoping someone on this forums could help me out with
> a problem I was facing with Xen.
> When I compiled the kernel for Xen-3.1.3 using "make
> world"(I know this is an old version but I need to use it
> for some compatibility issues), the kernel was missing the
> Xen netloop module. There was no
> /kernel/drivers/xen/netback/netloop.ko in the newly compiled
> kernel. I think we would need that module to enable the
> bridging between the VM and the physical machine interfaces
> so that we can migrate the VM. Does anyone know how to solve
> this problem? or a workaround?
grep -i xen /boot/config-2.6.18-xxyy | grep -i loop
grep your kernel config for the following (and prove its compiled in and not a
module)
CONFIG_XEN_NETDEV_LOOPBACK=y
--
Mark
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|