Open mritzmann opened 2 years ago
I ran into the same issue.
In case it helps, drill
seems to work fine.
$ apk add drill
$ drill github.com | grep -Ev "^;;|^$" | cut -f 5
192.30.255.113
To get back to shell after dig hangs: ctrl+z, "fg" and return.
I've been having this issue for a few months now too. dig
used to work, but at some point it simply stopped. I'm not sure what changed, but dig
reliably returns these errors and does not exit. ^Z does not return to the shell, either.
Same case, but prior to stop responding Dig does give the result.
Hi
I have installed iSH and found that
dig
does not work. I installeddig
as follows.However, as soon as I use
dig
the following error appears.After that, it is no longer possible to return to the shell. Output of
dmesg
:This also happens when I uninstall and reinstall the app, so it is reproducible for me. Below is a screen recording that shows the same as described above.
https://user-images.githubusercontent.com/4533780/164978212-b509f34c-f31f-40d9-978e-1a4387678dce.mp4