Good morning all! I'm having trouble getting Unbound to start.
08:27:32 Checking 'unbound.conf' for syntax errors.....
08:27:32 Requesting unbound (S61unbound) restart.....
Starting unbound... failed.
08:27:32 Checking status, please wait.....
***ERROR unbound went AWOL after 1 seconds.....
Try option 'debug' and check for unbound.conf or runtime errors!
Warning unbound not running!! - Config last loaded info: # rgnldo Github Version=v1.10 Martineau update (Date Loaded by unbound_manager Tue May 26 08:27:32 PDT 2020)
1 = Update unbound files and configuration 5 = Install Ad and Tracker blocker (Ad Block)
2 = Remove unbound/unbound_manager 6 = n/a Install Graphical Statistics GUI Add-on TAB
3 = Start unbound 7 = n/a Enable DNS Firewall
4 = n/a Show unbound statistics 8 = n/a Install YouTube Ad blocker
? = About Configuration
v = View ('/opt/var/lib/unbound/'unbound.conf)
e = Exit Script [?]
E:Option ==> debug
'unbound.conf'
port: 53535 # v1.08 If 53, requires 'port=0' in '/etc/dnsmasq.conf' to 'disable' dnsmasq to answer queries direct from LAN clients
interface: 127.0.0.1@53535 # v1.01 As per
@dave14305 minimal config; Will be overwritten by $(nvram get lan_ipaddr_rt) if dnsmasq 'disabled'
#interface: 127.0.0.1@53 # v1.10 Required by router if dnsmasq 'disabled'
#access-control: 0.0.0.0/0 allow # v1.10 Will be overwritten by LAN subnet "${lan_ip_addr_rt}/24" if 'dnsmasq disabled' aka bypassed
#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
'/etc/dnsmasq.conf'
servers-file=/tmp/resolv.dnsmasq
netstat LISTEN Ports
tcp 0 0 0.0.0.0 3394 0.0.0.0:* LISTEN 15984/u2ec
tcp 0 0 0.0.0.0 3702 0.0.0.0:* LISTEN 5525/wsdd2
tcp 0 0 0.0.0.0 5152 0.0.0.0:* LISTEN 603/envrams
tcp 0 0 0.0.0.0 5473 0.0.0.0:* LISTEN 15984/u2ec
tcp 0 0 0.0.0.0 7788 0.0.0.0:* LISTEN 1106/cfg_server
tcp 0 0 0.0.0.0 8200 0.0.0.0:* LISTEN 5549/minidlna
tcp 0 0 0.0.0.0 18017 0.0.0.0:* LISTEN 899/wanduck
tcp 0 0 0.0.0.0 35454 0.0.0.0:* LISTEN 31585/miniupnpd
tcp 0 0 127.0.0.1 53 0.0.0.0:* LISTEN 22716/dnsmasq
tcp 0 0 127.0.1.1 53 0.0.0.0:* LISTEN 22713/stubby
tcp 0 0 127.0.0.1 80 0.0.0.0:* LISTEN 977/httpd
tcp 0 0 127.0.0.1 8888 0.0.0.0:* LISTEN 1005/vis-dcon
tcp 0 0 127.0.0.1 47753 0.0.0.0:* LISTEN 31473/mcpd
tcp 0 0 192.168.50.1 22 0.0.0.0:* LISTEN 6867/dropbear
tcp 0 0 192.168.50.1 53 0.0.0.0:* LISTEN 22716/dnsmasq
tcp 0 0 192.168.50.1 80 0.0.0.0:* LISTEN 977/httpd
tcp 0 0 192.168.50.2 80 0.0.0.0:* LISTEN 4325/pixelserv-tls
tcp 0 0 192.168.50.1 139 0.0.0.0:* LISTEN 5533/smbd
tcp 0 0 192.168.50.2 443 0.0.0.0:* LISTEN 4325/pixelserv-tls
tcp 0 0 192.168.50.1 445 0.0.0.0:* LISTEN 5533/smbd
tcp 0 0 192.168.50.1 515 0.0.0.0:* LISTEN 15990/lpd
tcp 0 0 192.168.50.1 1990 0.0.0.0:* LISTEN 15467/wps_monitor
tcp 0 0 192.168.50.1 3838 0.0.0.0:* LISTEN 15990/lpd
tcp 0 0 192.168.50.1 9100 0.0.0.0:* LISTEN 15990/lpd
unbound: symbol lookup error: unbound: undefined symbol: log_ident_set_default
What do I need to do to fix this issue?
Thank you!