Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All of a sudden! #283

Open
AnonymousRonin opened this issue May 29, 2024 · 2 comments
Open

All of a sudden! #283

AnonymousRonin opened this issue May 29, 2024 · 2 comments

Comments

@AnonymousRonin
Copy link

This suddenly started. I have no clue what could be the root cause.

File "/usr/lib/python3/dist-packages/dns/query.py", line 856, in _net_read
n = sock.recv(count)
^^^^^^^^^^^^^^^^
BlockingIOError: [Errno 11] Resource temporarily unavailable

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/bin/dnsrecon", line 7, in
main.main()
File "/usr/share/dnsrecon/dnsrecon/cli.py", line 1888, in main
std_enum_records = general_enum(
^^^^^^^^^^^^^
File "/usr/share/dnsrecon/dnsrecon/cli.py", line 1025, in general_enum
zonerecs = res.zone_transfer()
^^^^^^^^^^^^^^^^^^^
File "/usr/share/dnsrecon/dnsrecon/lib/dnshelper.py", line 466, in zone_transfer
zone = self.from_wire(dns.query.xfr(ns_srv, self._domain))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/dnsrecon/dnsrecon/lib/dnshelper.py", line 390, in from_wire
for r in xfr:
File "/usr/lib/python3/dist-packages/dns/query.py", line 1381, in xfr
ldata = _net_read(s, 2, mexpiration)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/dns/query.py", line 862, in _net_read
_wait_for_readable(sock, expiration)
File "/usr/lib/python3/dist-packages/dns/query.py", line 259, in _wait_for_readable
_wait_for(s, True, False, True, expiration)
File "/usr/lib/python3/dist-packages/dns/query.py", line 234, in _wait_for
if not sel.select(timeout):
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/selectors.py", line 415, in select
fd_event_list = self._selector.poll(timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

@L1ghtn1ng
Copy link
Collaborator

L1ghtn1ng commented May 29, 2024 via email

@AnonymousRonin
Copy link
Author

AnonymousRonin commented Jun 1, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants