Proxmox VE 3.4 + ebtables

ivanilves

New Member
Mar 24, 2014
4
0
1
Hi all,

I've run into a trouble with latest Proxmox VE 3.4,
pve-manager/3.4-3/2fc72fee (running kernel: 2.6.32-37-pve)

Unable to use ebtables (bridge firewall) due to following errors:

Code:
root@pve-zero:~# /sbin/modprobe ebtables
ERROR: could not insert 'ebtables': Exec format error

Same error I see on every ebtables invocation.

Any ideas, Proxmox gurus?

Thanks in advance!
 
Unable to use ebtables (bridge firewall) due to following errors:

Code:
root@pve-zero:~# /sbin/modprobe ebtables
ERROR: could not insert 'ebtables': Exec format error

Tried this with both plain 3.4 ISO and upgraded installation. No problems at all.

Can you post the complete

Code:
pveversion -v
 
Sure!

Code:
proxmox-ve-2.6.32: 3.4-150 (running kernel: 2.6.32-37-pve)
pve-manager: 3.4-3 (running version: 3.4-3/2fc72fee)
pve-kernel-2.6.32-37-pve: 2.6.32-150
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.7-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.10-2
pve-cluster: 3.0-16
qemu-server: 3.4-3
pve-firmware: 1.1-4
libpve-common-perl: 3.0-24
libpve-access-control: 3.0-16
libpve-storage-perl: 3.0-32
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-8
vzctl: 4.0-1pve6
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 2.2-8
ksm-control-daemon: 1.1-1
glusterfs-client: 3.5.2-1

Thanks!
 
ok

If you give

Code:
ls -l /lib/modules/2.6.32-37-pve/kernel/net/bridge/netfilter/ebtables.ko

it should reply

Code:
-rw-r--r-- 1 root root 33560 Mar 18 08:29 /lib/modules/2.6.32-37-pve/kernel/net/bridge/netfilter/ebtables.ko

If not, the ko file is not correct.