A few minutes ago new images were created by the buildbots. I've build the latest snapshot firmware using image builder and now Adblock works again.
I was able to resolve it by uninstalling Adblock (and dependencies), rebooting, and reinstalling (you'll need to manually delete the old config file at
/etc/config/adblock
).
Thanks! That was working! Apparently, migrating adblock from an old version to a new version has the chance to break it.
I suggest adding an option for a queue size of 1 in LuCI. 4 causes a load of 3-4 on my router, and sometimes makes the network connection stop responding for a while on (re)load. I have lots of RAM, the problem is the single core CPU. Setting it to 1 in the config file makes no difference for the load time, but reduces the OS load to below 2. I have enabled the nice option.
Sounds useful. I've extended the download queue scale in LuCI master and 19.07 with this commit: https://github.com/openwrt/luci/commit/0cdad3834fdd2180771a8dfb8f29f6369ce3799a
Thanks!
dibdot,
Thanks for the info, I wanted to clear that up. Oh yes, best browser to watch youtube is Opera browser or its mini Opera Touch. No ads get through, therefore your playback speed is never reset. On a mobile device, you may be taken to original Utube after login but just click back to Opera and its ready to use. Never using Utube app again to watch it.
For sure Google will do something different. Standards and Google?
Adblock version 4.0.7. Makes problems with old snapshot release with kernel 5.4.42
This problem was cause removing extra commands
It gets extra commands not found
I removed this adblock app now until fixing
Thank you
What's your expectation? There is no "release" in snapshots ... it's rolling. Just update/sync your used snapshots or switch to a stable release branch.
Sorry I cannot upgrade to another release Because i am seeing snapshot release with kernel 5.4.42 is stable enouph and has no wrong issues from releasing date 24-may-2020
It is David502 latest release
Please I ask you to restore extra command again
Regards,
Eng, Tarek Herik.
Then don't update any related packages, too. The old "EXTRA_COMMANDS" is no longer supported in OpenWrt snapshots since this commit: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=1a69f50dc627f6fc5860f871edec357cc0a187e6
I want to upgrade to latest snapshot but I afraid about DSA because this may bricking my router
From month may 2020 ago
Is DSA fixed the problems or it still bricks any router
My router WRT1200ac v1
There's nothing to fix IMHO, just don't keep the settings during update to latest master. If you have special vlan configurations search in the forum or ask in your firmware thread.
Okay thank you for your time Mr
I see I have more harder to re configure settings again after updating I have many important
settings will be lost after updating
I may still on my current build
Thank you again for trying to helping me
Goodbye and have a nice work day
Regards,
Eng, Tarek Herik
I've just updated my WRT1900AC to OpenWrt 19.07.4 and wanted to install Adblock but it's not working. I've removed Adblock and manually delete Adblock and Adblock-opkg by SSH and reinstall Adblock + luci-app-adblock but I always get this error: result[0].trim is not a function. From discussion above, the error was quoted but nothing that lead me to solve it. Any other clue where to look at?
I have WRT3200ACM with OpenWrt 19.07.4 firmware
I get the same problem as some other users
Adblock Status / version : error / 4.0.7
Is there another version ? or another ad blocker that I can try ?
Regards
What kind of problem? Please provide the log output (logread -e "adblock-"
).
Update via opkg? Please provide (debug) logs of an adblock run.
sure, here is the output :
Wed Nov 11 20:17:53 2020 user.err adblock-4.0.7[10500]: download utility with SS L support not found, please install 'uclient-fetch' with a 'libustream-*' varian t or another download utility like 'wget', 'curl' or 'aria2'
I found the following package on Software :
libustream-mbedtls20150806
libustream-openssl20150806 > I installad this one and now it works.
libustream-wolfssl20150806
luci-ssl-nginx
luci-ssl-openssl
Thanks for the command
Hum, it's embarrassing, I tried again today and it works. Maybe a reboot was needed (thus I didn't do any since I install initially). I still had a couple of error, I had to install the libustream-openssl20150806 package for downloading the lists as mention @uhurujam right after your message, but now it looks like it work. Thanks for offering help anyway.
I installed adblock with the following commands:
opkg install adblock libustream-mbedtls
opkg install luci-app-adblock
uci set adblock.global.adb_enabled="1"
uci set adblock.global.adb_backupdir="/etc/adblock"
uci commit adblock
/etc/init.d/adblock restart
How do I completely uninstall Adblock and anything associate with it to bring my router to its status right before I ran the commands listed above? I am comfortable enough with doing this via CLI. Please provide the steps and thank you very much.