mobaxtermWhich SSH client are you using, and what setting do you have for the Del/Backspace keys?
View attachment 24084
just checked again, this behaviour happens only when i delete "l" - then for any other command it is complaining ...
mobaxtermWhich SSH client are you using, and what setting do you have for the Del/Backspace keys?
View attachment 24084
You will only need to make this change to the 2nd dnsmasq instance config file if you are using the alternate blocking list and you want those queries forwarded to unbound as an upstream resolver.
This 2nd dnsmasq conf is created by the alternate-bf.div file which is in turn called by the postconf.div file whenever the main dnsmasq is restarted. Its not dynamically created like the main dnsmasq instance so i think its ok just to replace the line in the alternate-bf.conf file and restart just the 2nd dnsmasq instance.
I had a go at it and my sed looks ok .. not sure if the 2nd instance of dnsmasq is restarting though....
EDIT: just re-read the man page and seems a SIGHUP wont load reload the config... killing it off and restarting it seems to work.... that will teach me not to read
Code:#!/bin/sh if [ -f /opt/share/diversion/.conf/alternate-bf.conf ];then if [ -n "\$(grep -E "^port: 53535" /opt/var/lib/unbound/unbound.conf)" ] && [ -n "$(grep -F "servers-file=/tmp/resolv.dnsmasq" /opt/share/diversion/.conf/alternate-bf.conf)" ];then sed -i 's/servers\-file\=\/tmp\/resolv\.dnsmasq/server\=127\.0\.0\.1\#53535/' /opt/share/diversion/.conf/alternate-bf.conf sed -i '14icache-size=0' /opt/share/diversion/.conf/alternate-bf.conf # kill -1 $(ps | grep "dnsmasq -C" | awk '{print $1}') #SIGHUP kill -9 $(ps | grep "dnsmasq -C" | awk '{print $1}') #or kill process and restart? dnsmasq -C "/opt/share/diversion/.conf/alternate-bf.conf" fi fi
i called this altdnsmasq_unbound and put it in /jffs/addons and made it executable
then just added a call to it in /jffs/scripts/dnsmasq.postconf
Code:#!/bin/sh . /opt/share/diversion/file/post-conf.div # Added by Diversion sh /jffs/addons/unbound/unbound.postconf "$1" # unbound_manager sh /jffs/addons/altdnsmasq_unbound
sed -i '14icache-size=0' /opt/share/diversion/.conf/alternate-bf.conf
sed -i '/^server\=127\.0\.0\.1\#53535/acache-size=0' /opt/share/diversion/.conf/alternate-bf.conf
sed -i '/^server\=127\.0\.0\.1\#53535/icache-size=0' /opt/share/diversion/.conf/alternate-bf.conf
Apologies for the delay.mobaxterm
View attachment 24085
just checked again, this behaviour happens only when i delete "l" - then for any other command it is complaining ...
np, now working fine.Apologies for the delay.
I've uploaded Hotfix.
v3.18
Github md5=d101a552f883495993feb43c0c03c47c
I think you want the lo and lx menu commands in the advanced menu.- I want to see the dns queries and replies in real time (like following DNSmasq logs via Diversion); I've tried verbosity as 1-4 but couldn't find the replies that contains IP addresses of the domains. For example; if I ping pastebin.com from my PC, I get reply from 104.23.98.190 but can't see 104.23.98.190 in logs
I think you want the lo and lx menu commands in the advanced menu.
www.snbforums.com. 1195 IN A 104.26.8.66
www.snbforums.com. 1195 IN A 172.67.69.81
www.snbforums.com. 1195 IN A 104.26.9.66
OOo... all on its own? ... any debug info? ... Btw ver 1.10.1 available in entware now if you want to take this moment to reinstallHmmm....my unbound seems to have crashed, and did not restart with a reboot of my router...
I ran the entware upgrade and both scribe and unbound seemed to have survived the ordealDid you update Entware packages? I see a long list when I ran amtm update. I haven't updated them as yet since the last round of updates broke scribe and unbound if I remember correctly.
Have you updated?OOo... all on its own? ... any debug info? ... Btw ver 1.10.1 available in entware now if you want to take this moment to reinstall
Have you updated?
unbound (pid 5138) is running... uptime: 0 Days, 00:00:07 version: 1.10.1 # rgnldo Github Version=v1.10 Martineau update (Date Loaded by unbound_manager Fri Jun 19 17:15:25 GMT 2020)
Did you update Entware packages? I see a long list when I ran amtm update. I haven't updated them as yet since the last round of updates broke scribe and unbound if I remember correctly.
OOo... all on its own? ... any debug info? ... Btw ver 1.10.1 available in entware now if you want to take this moment to reinstall
I tried to update unbound from 1.10.0 to 1.10.1 but I get an error message that Entware Package could not be loaded and after this attempt Unbound was downgraded to version 1.09. What is going on?
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!