Title: EFW 2.3 - QoS not working Post by: mvrk on Wednesday 10 February 2010, 04:22:25 am Hi,
I've configured QoS rules on my EFW 2.3, but is not working. I've tried to restart the service manualy and i got this errors: /usr/local/bin/restartqos.py 2010-02-09 17:19:53,808 - restartqos.py[10970] - ERROR - Migration has to be fixed!!! 2010-02-09 17:19:53,809 - restartqos.py[10970] - INFO - Loading configuration 2010-02-09 17:19:53,828 - restartqos.py[10970] - ERROR - RETURNCODE [iptables -t mangle -N QOS 2> /dev/null] 1 2010-02-09 17:19:53,871 - restartqos.py[10970] - INFO - Setting QOS of device: eth2 [UPLOAD=1024, DOWNLOAD=30720] 2010-02-09 17:19:53,899 - restartqos.py[10970] - ERROR - RETURNCODE [iptables -t mangle -N QOS_ETH2 2> /dev/null] 1 2010-02-09 17:19:53,926 - restartqos.py[10970] - ERROR - RETURNCODE [iptables -t mangle -D QOS -o eth2 -j QOS_ETH2 2> /dev/null] 1 Anyone know what could be the problem? Title: Re: EFW 2.3 - QoS not working Post by: Eagle on Thursday 11 February 2010, 11:45:24 pm I've the same troubles! ???
Title: Re: EFW 2.3 - QoS not working Post by: jpelton on Thursday 25 February 2010, 01:33:24 pm Would like to add mine to the list, same errors:
2010-02-24 17:28:23,945 - restartqos.py[2060] - ERROR - Migration has to be fixed!!! 2010-02-24 17:28:23,984 - restartqos.py[2060] - INFO - Loading configuration 2010-02-24 17:28:26,449 - restartqos.py[2060] - ERROR - RETURNCODE [iptables -t mangle -D POSTROUTING -j QOS 2> /dev/null] 1 2010-02-24 17:28:29,256 - restartqos.py[2060] - ERROR - RETURNCODE [tc qdisc del dev br0 root 2> /dev/null] 2 2010-02-24 17:28:29,327 - restartqos.py[2060] - ERROR - RETURNCODE [iptables -t mangle -F QOS_BR0] 1 2010-02-24 17:28:29,473 - restartqos.py[2060] - ERROR - RETURNCODE [iptables -t mangle -D QOS -o br0 -j QOS_BR0 2> /dev/null] 2 /etc/rc.d/start/39firewall: line 3: loadconf: command not found Anyone have any ideas? |