Sometimes when I nslookup falcon.codes
I get this error message:
ssh: Could not resolve hostname falcon.codes: Temporary failure in name resolution
And as I tried to troubleshoot, I saw that somebody suggested to run nslookup -d2 falcon.codes
. I ran it, and this is the results:
main parsing falcon.codes
addlookup()
make_empty_lookup()
make_empty_lookup() = 0x55b1446741f0->references = 1
looking up falcon.codes
lock_lookup dighost.c:4249
success
start_lookup()
setup_lookup(0x55b1446741f0)
resetting lookup counter.
cloning server list
clone_server_list()
make_server(127.0.0.53)
idn_textname: falcon.codes
using root origin
recursive query
add_question()
starting to render the message
done rendering
create query 0x7f5f80014530 linked to lookup 0x55b1446741f0
dighost.c:2083:lookup_attach(0x55b1446741f0) = 2
dighost.c:2587:new_query(0x7f5f80014530) = 1
do_lookup()
start_udp(0x7f5f80014530)
dighost.c:2936:query_attach(0x7f5f80014530) = 2
working on lookup 0x55b1446741f0, query 0x7f5f80014530
dighost.c:2981:query_attach(0x7f5f80014530) = 3
unlock_lookup dighost.c:4251
dighost.c:2898:query_attach(0x7f5f80014530) = 4
recving with lookup=0x55b1446741f0, query=0x7f5f80014530, handle=(nil)
recvcount=1
have local timeout of 5000
dighost.c:2847:query_attach(0x7f5f80014530) = 5
sending a request
sendcount=1
dighost.c:1676:query_detach(0x7f5f80014530) = 4
dighost.c:2918:query_detach(0x7f5f80014530) = 3
send_done(0x7f5f80037e40, success, 0x7f5f80014530)
sendcount=0
lock_lookup dighost.c:2615
success
dighost.c:2629:lookup_attach(0x55b1446741f0) = 3
dighost.c:2648:query_detach(0x7f5f80014530) = 2
dighost.c:2649:lookup_detach(0x55b1446741f0) = 2
check_if_done()
list empty
unlock_lookup dighost.c:2652
recv_done(0x7f5f80037e40, success, 0x7f5f86ffb880, 0x7f5f80014530)
lock_lookup dighost.c:3581
success
recvcount=0
dighost.c:3593:lookup_attach(0x55b1446741f0) = 3
before parse starts
after parse
printmessage()
Server: 127.0.0.53
Address: 127.0.0.53#53
** server can't find falcon.codes: SERVFAIL
returning with rcode == 0
still pending.
dighost.c:4144:query_detach(0x7f5f80014530) = 1
dighost.c:4146:_cancel_lookup()
dighost.c:2669:query_detach(0x7f5f80014530) = 0
dighost.c:2669:destroy_query(0x7f5f80014530) = 0
dighost.c:1634:lookup_detach(0x55b1446741f0) = 2
check_if_done()
list empty
dighost.c:4152:lookup_detach(0x55b1446741f0) = 1
clear_current_lookup()
dighost.c:1759:lookup_detach(0x55b1446741f0) = 0
destroy_lookup
freeing server 0x7f5f80001330 belonging to 0x55b1446741f0
start_lookup()
check_if_done()
list empty
shutting down
dighost_shutdown()
unlock_lookup dighost.c:4156
done, and starting to shut down
cancel_all()
lock_lookup dighost.c:4265
success
unlock_lookup dighost.c:4296
destroy_libs()
freeing task
lock_lookup dighost.c:4316
success
flush_server_list()
destroy DST lib
unlock_lookup dighost.c:4344
Removing log context
Destroy memory
I can see the server can't find falcon.codes: SERVFAIL
message, but I still don't know what to do next. What server failed? What other info does this log give me?
What other commands and options do I have to troubleshoot this annoying repeating problem?