Polidea / Cellular-Data-Network-Simulator

Webapp to monitor network usage and simulate network link conditions
BSD 2-Clause "Simplified" License
102 stars 17 forks source link

Cant' enable cdns #1

Closed kkocel closed 10 years ago

kkocel commented 10 years ago

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...

ayufan commented 10 years ago

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
kkocel commented 10 years ago

All packets were already intalled...

kkocel commented 10 years ago

Ok, new version fixed this issue :)