lnd: Crash during startup on lookup soa.nodes.lighning.directory: server misbehaving
Background
My lnd started crashing after updating to master. Before this update I was running git master from few days ago and didn’t experience such problem.
Lnd crashes directly on startup with the line:
lookup soa.nodes.lightning.directory on 192.168.69.1:53: server misbehaving
(that IP is my router)
I tested latest release lnd-v0.4.2-beta and everything works normally. So I expect something wrong has been commited to master recently.
Your environment
- git master c344a3a642b9a8dc8303d7f6b4bd130d7eb747f5
- Linux server01 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux
- bitcoind 0.16.1
Steps to reproduce
# ./lnd
lookup soa.nodes.lightning.directory on 192.168.69.1:53: server misbehaving
Expected behaviour
Node should start normally.
Actual behaviour
Process exits.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 22 (7 by maintainers)
Seems like cloudflare dns (1.1.1.1) doens’t resolve:
The Google DNS does resolve.
I think it’s a problem with the nodes.lightning.directory DNS server configuration:
NS for .directory > demand.alpha.aridns.net.au.
no SOA configured for lightning.directory.
Had to reboot the server, but generally it should boot if it’s down, fixing it shortly in a new commit. Apologies for the issue.
On Thu, Aug 16, 2018, 7:53 PM Alexey Zagarin notifications@github.com wrote: