|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen Netloop module missing
Hi,
The kernel config I am using does have the line
"CONFIG_XEN_NETDEV_LOOPBACK=y". I am not sure I understand what you
meant by "prove it is compiled in and not a module". Are you saying that
I am to verify this is indeed the config that is being used? Is so,
could you let me know how I can verify that? (Attached is the config
file that I was using).
Thanks!
On 1/5/2011 5:50 PM, Mark Pryor wrote:
--- 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
config-2.6.18.8-xen
Description: Text document
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|