Skip to content

Reword does not respond messages #1354

@jsoref

Description

@jsoref

https://github.com/search?q=repo%3Azonemaster%2Fzonemaster-engine+%2Fname+%3Fserver.*+does+not+respond%2F+NOT+language%3A%22Gettext+Catalog%22+language%3APerl++NOT+path%3A%2F%5Et%5C%2F%2F&type=code

'Name server "{ns}" does not respond to an SOA query.', @_;

see #1353 for name server vs nameserver

'Nameserver {ns} does not respond to NS queries over UDP.', @_;

'Nameserver {ns} does not respond to SOA queries over UDP.', @_;

'Nameserver {ns} does not respond to any queries over UDP.', @_;

'Nameserver {ns} does not respond to NS queries over TCP.', @_;

'Nameserver {ns} does not respond to SOA queries over TCP.', @_;

'Nameserver {ns} does not respond to any queries over TCP.', @_;

'SOA MNAME name server "{ns}" does not respond to an SOA query.', @_;

Unlike most messages where zonemaster-engine has received a response and is able to critique what it receives, and can thus reasonable assert that what it got was what the server sent, when zonemaster-engine doesn't receive a response, it doesn't actually know if the server didn't receive the request, didn't send a response, or if the response was lost somewhere along the way.

It would be better to say:

Did not receive response to query for X via Y from name server {ns}

query for X via Y could be:

  • NS queries over UDP
  • NS queries over TCP
  • SOA queries over UDP
  • any queries over UDP
  • NS queries over TCP
  • any queries over TCP
  • an SOA query

name server could be:

  • name server
  • SOA MNAME name server

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-QuestionType: External question.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions