Linux - VirtualizationThis forum is for the discussion of all topics relating to Linux Virtualization. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am using Debian Lenny with hypervisor Xen. I have set up a vm (Debian Lenny) and tried to run a custom firewall. The output to: iptables --list is:
Code:
FATAL: Could not load /lib/modules/2.6.26-2-xen-amd64/modules.dep: No such file or directory
iptables v1.4.2: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Actually there is no folder: /lib/modules/2.6.26-2-xen-amd64/ . Probably i did something wrong when creating the vm's image.
Is there a way to fix this without having to recreate the vm from scratch?
You would want to install the linux-modules package for your running kernel. For example... I'd run something like 'apt-get install linux-modules-2.6.26-2-xen-686' for my machine.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.