Polidea/Cellular-Data-Network-Simulator

Cant' enable cdns

kkocel opened this issue · 3 comments

root@OpenWrt:~# /etc/init.d/cdns start
Configuring ifb1...
RTNETLINK answers: Invalid argument
tc failed: qdisc add dev ifb1 handle 1: root htb
RTNETLINK answers: No such file or directory
tc failed: class add dev ifb1 parent 1: classid 1:1 htb rate 100Mbps
RTNETLINK answers: Invalid argument
We have an error talking to the kernel
tc failed: filter add dev ifb1 protocol ip parent 1:0 prio 3 u32 match ip dst 127.0.0.1 flowid 1:1
RTNETLINK answers: Invalid argument
We have an error talking to the kernel
tc failed: filter add dev ifb1 protocol ip parent 1:0 prio 3 u32 match ip dst 192.168.1.1 flowid 1:1
RTNETLINK answers: Invalid argument
We have an error talking to the kernel
tc failed: filter add dev ifb1 protocol ip parent 1:0 prio 3 u32 match ip dst 172.18.15.42 flowid 1:1
RTNETLINK answers: Invalid argument
We have an error talking to the kernel
tc failed: filter add dev ifb1 protocol ip parent 1:0 prio 3 u32 match ip dst 192.168.1.0/24 flowid 1:1
Configuring br-lan...
RTNETLINK answers: Invalid argument
tc failed: qdisc add dev br-lan handle 1: root htb
RTNETLINK answers: No such file or directory
tc failed: class add dev br-lan parent 1: classid 1:1 htb rate 100Mbps
RTNETLINK answers: Invalid argument
We have an error talking to the kernel
tc failed: filter add dev br-lan protocol ip parent 1:0 prio 3 u32 match ip src 127.0.0.1 flowid 1:1
RTNETLINK answers: Invalid argument
We have an error talking to the kernel
tc failed: filter add dev br-lan protocol ip parent 1:0 prio 3 u32 match ip src 192.168.1.1 flowid 1:1
RTNETLINK answers: Invalid argument
We have an error talking to the kernel
tc failed: filter add dev br-lan protocol ip parent 1:0 prio 3 u32 match ip src 172.18.15.42 flowid 1:1
RTNETLINK answers: Invalid argument
We have an error talking to the kernel
tc failed: filter add dev br-lan protocol ip parent 1:0 prio 3 u32 match ip src 192.168.1.0/24 flowid 1:1
Configuring devices...

It looks like that you don't have sched installed. Please try to do it by hand:

opkg install bash tc kmod-ifb kmod-sched flock uhttpd ip tcpdump luci-theme-bootstrap luci-lib-web curl

All packets were already intalled...

Ok, new version fixed this issue :)