Xentrk
Part of the Furniture
Hi @thelonelycoder,
I had issues after flashing 380.66 on my router with OpenVPN All Traffic. I lost WAN connectivity last night and this morning, my OpenVPN speeds were in the kilobit range. So I did a factory reset and restore for the gui configs and jffs partition using @john9527 nvram backup and restore utility. OpenVPN speeds are now some of the best I've had.
Upon trying to run ab-solution from the command line, it is stuck on this line.
The file /tmp/servstats.txt is there. But contents are null.
There is the verbose output leading up to the above wget line
Should I do a fresh reinstall of ab-solution or is there some text I can enter in the servstats.txt file to get it up and running again? As always, thank you for the awesome ad blocking solution and great support!
I had issues after flashing 380.66 on my router with OpenVPN All Traffic. I lost WAN connectivity last night and this morning, my OpenVPN speeds were in the kilobit range. So I did a factory reset and restore for the gui configs and jffs partition using @john9527 nvram backup and restore utility. OpenVPN speeds are now some of the best I've had.
Upon trying to run ab-solution from the command line, it is stuck on this line.
Code:
+ wget -q --tries=6 --retry-connrefused -O /tmp/servstats.txt 192.168.3.2/servstats.txt
The file /tmp/servstats.txt is there. But contents are null.
There is the verbose output leading up to the above wget line
Code:
+ echo Entware running, looks good
+ [ -L /tmp/opt ]
+ echo /tmp/opt looks good
+ [ on == on ]
+ [ on == on ]
+ echo -e \n checking /opt/etc/init.d/S80pixelserv-tls
+ [ -f /opt/etc/init.d/S80pixelserv-tls ]
+ echo file found
+ grep -wq # DO NOT EDIT /opt/etc/init.d/S80pixelserv-tls
+ echo content looks good
+ [ on == on ]
+ [ on == on ]
+ switchesFile=/tmp/mnt/absolution/adblocking/.config/pixelserv-tls.switches
+ grep -wq p /tmp/mnt/absolution/adblocking/.config/pixelserv-tls.switches
+ echo -e \n checking pixelserv-tls
+ ping -c 2 192.168.3.2
+ echo -e 192.168.3.2 did not respond, restarting
+ ifconfig br0:pixelserv 192.168.3.2 up
+ sleep 2
+ ping -c 2 192.168.3.2
+ echo -e \033[0;31m192.168.3.2 did not respond\033[00m
+ appCheck=1
+ wget -q --tries=6 --retry-connrefused -O /tmp/servstats.txt 192.168.3.2/servstats.txt
Should I do a fresh reinstall of ab-solution or is there some text I can enter in the servstats.txt file to get it up and running again? As always, thank you for the awesome ad blocking solution and great support!