kernel: 2.6.32-4-pve Modules not loading in OpenVz

Ubunter

New Member
Aug 6, 2010
29
0
1
Hello People,
apparently since we upgrade to kernel kernel: 2.6.32-4-pve, the kernel modules aren't loading for OpenVz, and inside containers I'm completely unable to load iptables...

Just when I issue whatever nat command, i get this fatal message:

FATAL: Could not load /lib/modules/2.6.32-4-pve/modules.dep: No such file or directory
iptables v1.4.4: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

I ready some thread elsewhere about this issue, but I don't find any solution, the container sitll trying to load the kernel modules, meanwhile there still in the host...

Any idea to figure this out, or should we downgrade the kernel, because I still having the old, as

pveversion -v
pve-manager: 1.8-18 (pve-manager/1.8/6070)
running kernel: 2.6.32-4-pve
pve-kernel-2.6.32-3-pve: 2.6.32-14
pve-kernel-2.6.32-4-pve: 2.6.32-33
pve-kernel-2.6.18-2-pve: 2.6.18-5
pve-kernel-2.6.32-1-pve: 2.6.32-4
qemu-server: 1.1-30
pve-firmware: 1.0-11
libpve-storage-perl: 1.0-17
vncterm: 0.9-2
vzctl: 3.0.27-1pve1
vzdump: 1.2-13
vzprocps: 2.0.11-2
vzquota: 3.0.11-1

regards,
 
You can load modules inside a container. Instead, load it on the host.

Thanks Dietma for your prompt.
Well, the loading error it's given in the guest container, not in the host.

So do you mean that I should reload the /lib/modules/2.6.32-4-pve/modules.dep manually?? Or create inist script for every load?? or how??

Thanks again,