dev_null
Very Senior Member
New AX86U, getting scripts set up. Trying to install cake-qos script from here: https://github.com/ttgapers/cakeqos-merlin
I'm getting the below (fatal) error. But when I check the sbin folder, sure enough 'tc' is present (and the script calls tc a number of times well before the 'error in 759'). FWIW in note++, line 759 is 'esac'.
I was going to post over on the github page, but there doesn't seem to be much traffic over there...
Thanks for any insights.
I'm getting the below (fatal) error. But when I check the sbin folder, sure enough 'tc' is present (and the script calls tc a number of times well before the 'error in 759'). FWIW in note++, line 759 is 'esac'.
I was going to post over on the github page, but there doesn't seem to be much traffic over there...
Thanks for any insights.
Code:
CakeQOS-Merlin: Starting - ( 110Mbit | 5Mbit | besteffort | | )
Broadcom Packet Flow Cache HW acceleration <DISABLED>
CPU Speed (*) ==> Disable
Changing power settings. Forcing cpu to max frequency.
Set cpuspeed to on(pwr config --cpuspeed on) to make it adaptive again
Broadcom Packet Flow Cache learning via BLOG disabled.
Broadcom Packet Flow Cache flushing the flows
./cake-qos: line 759: /opt/sbin/tc: not found
RTNETLINK answers: File exists
./cake-qos: line 759: /opt/sbin/tc: not found
./cake-qos: line 759: /opt/sbin/tc: not found
./cake-qos: line 759: /opt/sbin/tc: not found
#########################################################
Code:
<<snip>>
757 printf '%-32s | %-55s\n' "cake-qos uninstall" "uninstall and remove all traces of $SCRIPT_NAME"
758 ;;
759 esac
760 Display_Line
761 if [ -n "$reloadmenu" ]; then echo; printf "[*] Press Enter To Continue..."; read -r "reloadmenu"; exec "$0"; fi
<<snip>>