ifb0 and fireqos issue

bodleytunes

Renowned Member
Jan 8, 2017
16
0
66
45
Hi All

Newby here... I'm trying to run fireqos on my cloud hosted prox install but its moaning about not having the ifb modules available.

Is there a way I can add this module to the kernel?

Cheers!

Jon.
 
Hi,

I assume that you run fireqos as a LXC container or directly on the Proxmox VE host itself?

the module is included in our Kernel package but not loaded by default as the host normally doesn't uses it.

Execute as root:
Code:
modprobe ifb

to load it, that should do it. :)
 
Hi,

I tried that but it doesn't work :(

Code:
root@Debian-85-jessie-64-minimal:~# modprobe ifb
modprobe: ERROR: could not insert 'ifb': Exec format error

This is a proxmox build at Hetzner.... Could it be they have fudged about with the kernel?

Cheers!

Jon.
 
This is a proxmox build at Hetzner.... Could it be they have fudged about with the kernel?

Could be the case, they do some custom stuff AFAIK...

Does the following output something valid:
Code:
modinfo ifb
ls /lib/modules/$(uname -r)/kernel/drivers/net/ifb.ko

Have you updated the kernel without rebooting, that could be also some cause of problems.
 
Worth a punt to reboot as I did do a dist-upgrade the other day, can't remember about rebooting actually!

Cheers,
Jon.


root@Debian-85-jessie-64-minimal:~# modinfo ifb
filename: /lib/modules/4.4.35-1-pve/kernel/drivers/net/ifb.ko
alias: rtnl-link-ifb
author: Jamal Hadi Salim
license: GPL
srcversion: A8147870B15ACBEBD770893
depends:
intree: Y
vermagic: 4.4.35-1-pve SMP mod_unload modversions
parm: numifbs:Number of ifb devices (int)
root@Debian-85-jessie-64-minimal:~# ls /lib/modules/$(uname -r)/kernel/drivers/net/ifb.ko
/lib/modules/4.4.35-1-pve/kernel/drivers/net/ifb.ko
 
Reboot sorted it!



root@Debian-85-jessie-64-minimal:~# modprobe ifb

root@Debian-85-jessie-64-minimal:~# ifconfig ifb0
ifb0 Link encap:Ethernet HWaddr 2e:0c:57:39:f2:37
BROADCAST NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

Thanks the help and sorry for wasting your time!
Cheers!
Jon.