This message was deleted.
# rancher-desktop
a
This message was deleted.
c
Are you able to share some logs? more specifically
ha.stderr.log
is the one that should contain some dns logs from the dns resolver.
a
Probably. I'll take a look at that
Copy code
{"level":"trace","msg":"handleQuery received DNS query: ;; opcode: QUERY, status: NOERROR, id: 40937\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n; COOKIE: 39036b909992da0d\n\n;; QUESTION SECTION:\n;api.github.com.\tIN\t A\n","time":"2023-09-01T13:41:54-04:00"}
{"level":"trace","msg":"handleQuery received DNS query: ;; opcode: QUERY, status: NOERROR, id: 43935\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n; COOKIE: 5b1a10233b98a89b\n\n;; QUESTION SECTION:\n;api.github.com.\tIN\t A\n","time":"2023-09-01T13:41:55-04:00"}
{"level":"debug","msg":"Stopping udp proxy (read udp 192.168.5.2:64570: i/o timeout)","time":"2023-09-01T13:42:01-04:00"}
{"level":"trace","msg":"handleQuery received DNS query: ;; opcode: QUERY, status: NOERROR, id: 6322\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n; COOKIE: 9d5e2e200955cfd3\n\n;; QUESTION SECTION:\n;api.github.com.\tIN\t A\n","time":"2023-09-01T13:42:02-04:00"}
{"level":"trace","msg":"handleQuery received DNS query: ;; opcode: QUERY, status: NOERROR, id: 36603\n;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n; COOKIE: 436af359d425d5d9\n\n;; QUESTION SECTION:\n;api.github.com.\tIN\t A\n","time":"2023-09-01T13:42:03-04:00"}
You can see the failure in the middle
I guess that's not necessarily an error, just a debug message that repeats
I see that debug message before getting the
communications error to 192.168.5.3#53: timed out
error
I'm running this inside an Alpine container (
docker run --rm -ti alpine sh
):
Copy code
/ # while true; do dig <http://api.github.com|api.github.com> +noall +answer +stats | grep -A5 communications; sleep 1; done;
;; communications error to 192.168.5.3#53: timed out
<http://api.github.com|api.github.com>.		5	IN	A	140.82.114.5
;; Query time: 20 msec
;; SERVER: 192.168.5.3#53(192.168.5.3) (UDP)
;; WHEN: Fri Sep 01 17:47:27 UTC 2023
;; MSG SIZE  rcvd: 62
;; communications error to 192.168.5.3#53: timed out