What's new

Unbound Rarely see thread about Unbound

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Mogsy

Senior Member
Just wondering why I rarely see post regarding Unbound. Since minimising my add-ons (Skynet, Unbound, ntpMerlin, scMerlin, YazFi) my router hasn’t run into any serious issues.

But does anyone know how do I remove this log from system log please? 🥲

Code:
May 21 19:45:00 (gen_ytadblock.sh): 32189 Number of yt adblocked domains: 170

Adblock, DNSFilter disabled. Only Youtube Adblocking enabled.
 
Probably because unbound is pretty stable and mostly unnafected by the various router's upgrades (cannot say the same with Entware's upgrades on unbound).

As for your log issue since I do not use Adblock then I hope that someone else will be able to help you.
 
Just wondering why I rarely see post regarding Unbound. Since minimising my add-ons (Skynet, Unbound, ntpMerlin, scMerlin, YazFi) my router hasn’t run into any serious issues.

But does anyone know how do I remove this log from system log please? 🥲

Code:
May 21 19:45:00 (gen_ytadblock.sh): 32189 Number of yt adblocked domains: 170

Adblock, DNSFilter disabled. Only Youtube Adblocking enabled.
Looks like you would just need to comment out (#) line 75 in the gen_ytadblock.sh file... that will stop that message:

1684700812963.png
 
Question : Unbound DNS cache does not restore after reboot?

Code:
 Standard Statistics
 --------------------------------------------------------

 Number of DNS queries: 3877
 Number of queries that were successfully answered using cache lookup (ie. cache hit): 938
 Number of queries that needed recursive lookup (ie. cache miss): 2939
 Number of queries dropped because request list was full: 0
 Average number of requests in list for recursive processing: 4.01591

 Extended Statistics
 --------------------------------------------------------

 RRset cache usage in bytes: 1779218
 Message cache usage in bytes: 920439

 Adblock Statistics
 --------------------------------------------------------
 Number of adblocked (ads/malware/tracker) and blacklisted hosts: 583718
 Last updated: Wed May 31 12:55:20 2023

 Cache hit success percent: 24.19
 
Question : Unbound DNS cache does not restore after reboot?

Code:
 Standard Statistics
 --------------------------------------------------------

 Number of DNS queries: 3877
 Number of queries that were successfully answered using cache lookup (ie. cache hit): 938
 Number of queries that needed recursive lookup (ie. cache miss): 2939
 Number of queries dropped because request list was full: 0
 Average number of requests in list for recursive processing: 4.01591

 Extended Statistics
 --------------------------------------------------------

 RRset cache usage in bytes: 1779218
 Message cache usage in bytes: 920439

 Adblock Statistics
 --------------------------------------------------------
 Number of adblocked (ads/malware/tracker) and blacklisted hosts: 583718
 Last updated: Wed May 31 12:55:20 2023

 Cache hit success percent: 24.19

No. If you reboot or restart the Unbound service, the cache is emptied.
 
No. If you reboot or restart the Unbound service, the cache is emptied.
Thank you.
Code:
rs
in
Code:
unbound_manager advanced
does restore cache file. That’s why I was wondering about router reboot.
 
Thank you! New to this, just figuring out advanced mode. I have no problem with the default config, works fine and no problems whatsoever since switching to Unbound, thank you. Manually running advanced mode via SSH (30 minutes or so after reboot) I got this killing locked processed code

Code:
May 31 21:45:24 dropbear[29262]: Child connection from 192.168.50.xxx:xxxx
May 31 21:45:34 dropbear[29262]: Password auth succeeded for 'xxxx' from 192.168.50.xxx:xxxx
May 31 21:45:50 (unbound_manager): 29422 Starting Script Execution (advanced)
May 31 21:45:50 unbound: [*] Killing Locked Processes (advanced) (pid=1818)
May 31 21:45:50 unbound: [*]  1818 xxxx     3956 S    {unbound_manager} /bin/sh /opt/bin/unbound_manager a
May 31 21:46:05 dropbear[1519]: Exit (xxxx) from <192.168.50.xxxx:xxxxx>: Error reading: Connection timed out
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top