Home Page › Forums › Network Management › Signal a BUG › IMPOSSIBLE PROCESSOR LOAD 2503% › Reply To: IMPOSSIBLE PROCESSOR LOAD 2503%
September 28, 2016 at 6:47 pm
#54265
Member
Hi,
Yes there is a script /root/kerbynet.cgi/scripts/bitrate
I uploaded the new version here: http://jb68.com/pkg/bitrate
You will need to go on a dir on DB (the only one that survive reboot ). On mine I created a structure /DB/opt/patch .You can do the same on your ZS
mkdir -p /DB/opt/patch
# download bitrate
wget http://jb68.com/pkg/bitrate
#make it exec
chmod +x /DB/opt/patch/bitrate
# cross your fingers and run it
/DB/opt/patch/bitrate
# If works th overwrite the originaenl bitrate
cp /DB/opt/patch/bitrate /root/kerbynet.cgi/scripts/bitrate
If everything OK then add last cp into postboot to preserve functionality after reboot