[GH-ISSUE #336] traceback in check_dns #264

Closed
opened 2026-02-26 09:37:04 +03:00 by kerem · 0 comments
Owner

Originally created by @ThomasWaldmann on GitHub (Apr 19, 2018).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/336

Originally assigned to: @ThomasWaldmann on GitHub.

django-admin.py domains --check --notify-user, similar to #335:

Traceback (most recent call last):
  File "/srv/nsupdate.info/env/bin/django-admin.py", line 5, in <module>
    management.execute_from_command_line()
  File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line
    utility.execute()
  File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 346, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 394, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 445, in execute
    output = self.handle(*args, **options)
  File "/srv/nsupdate.info/repo/nsupdate/management/commands/domains.py", line 95, in handle
    available = check_dns(domain)
  File "/srv/nsupdate.info/repo/nsupdate/management/commands/domains.py", line 58, in check_dns
    query_ns(fqdn, 'SOA', prefer_primary=True)
  File "/srv/nsupdate.info/repo/nsupdate/main/dnstools.py", line 255, in query_ns
    answer = resolver.query(str(fqdn), rdtype)
  File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/dns/resolver.py", line 962, in query
    source_port=source_port)
  File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/dns/query.py", line 257, in udp
    one_rr_per_rrset=one_rr_per_rrset)
  File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/dns/message.py", line 807, in from_wire
    reader.read()
  File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/dns/message.py", line 748, in read
    self._get_section(self.message.additional, adcount)
  File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/dns/message.py", line 681, in _get_section
    raise UnknownTSIGKey('got signed message without keyring')
dns.message.UnknownTSIGKey: got signed message without keyring
Originally created by @ThomasWaldmann on GitHub (Apr 19, 2018). Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/336 Originally assigned to: @ThomasWaldmann on GitHub. django-admin.py domains --check --notify-user, similar to #335: ``` Traceback (most recent call last): File "/srv/nsupdate.info/env/bin/django-admin.py", line 5, in <module> management.execute_from_command_line() File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line utility.execute() File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 346, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 394, in run_from_argv self.execute(*args, **cmd_options) File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 445, in execute output = self.handle(*args, **options) File "/srv/nsupdate.info/repo/nsupdate/management/commands/domains.py", line 95, in handle available = check_dns(domain) File "/srv/nsupdate.info/repo/nsupdate/management/commands/domains.py", line 58, in check_dns query_ns(fqdn, 'SOA', prefer_primary=True) File "/srv/nsupdate.info/repo/nsupdate/main/dnstools.py", line 255, in query_ns answer = resolver.query(str(fqdn), rdtype) File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/dns/resolver.py", line 962, in query source_port=source_port) File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/dns/query.py", line 257, in udp one_rr_per_rrset=one_rr_per_rrset) File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/dns/message.py", line 807, in from_wire reader.read() File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/dns/message.py", line 748, in read self._get_section(self.message.additional, adcount) File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/dns/message.py", line 681, in _get_section raise UnknownTSIGKey('got signed message without keyring') dns.message.UnknownTSIGKey: got signed message without keyring ```
kerem closed this issue 2026-02-26 09:37:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#264
No description provided.