Bug 56750 - univention-fix-ucr-dns Traceback on un-joined member server
univention-fix-ucr-dns Traceback on un-joined member server
Status: RESOLVED DUPLICATE of bug 56911
Product: UCS
Classification: Unclassified
Component: DNS
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: Philipp Hahn
UCS maintainers
https://git.knut.univention.de/univen...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2023-10-18 14:55 CEST by Philipp Hahn
Modified: 2024-03-04 20:05 CET (History)
0 users

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 7: Crash: Bug causes crash or data loss
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.080
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:
hahn: Patch_Available+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hahn univentionstaff 2023-10-18 14:55:26 CEST
INFO    get_nameservers_ucr  Found server 10.201.0.195 from UCRV nameserver1
INFO    get_nameservers_ucr  Found server 10.201.2.228 from UCRV nameserver2
WARNING validate_servers     UCS Primary Directory Node SRV record is unknown at 10.201.0.195, converting into forwarder
WARNING validate_servers     UCS Primary Directory Node SRV record is unknown at 10.201.2.228, converting into forwarder
INFO    either_or            Skip removing nameservers from forwarders
INFO    add_self             Default IP address configured in UCR: 10.201.0.242
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/DNS/Base.py", line 323, in req
    self.sendUDPRequest(server)
  File "/usr/lib/python3/dist-packages/DNS/Base.py", line 376, in sendUDPRequest
    raise first_socket_error
  File "/usr/lib/python3/dist-packages/DNS/Base.py", line 351, in sendUDPRequest
    r=self.processUDPReply()
  File "/usr/lib/python3/dist-packages/DNS/Base.py", line 135, in processUDPReply
    (self.reply, self.from_address) = self.s.recvfrom(65535)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/share/univention-server/univention-fix-ucr-dns", line 564, in <module>
    main()
  File "/usr/share/univention-server/univention-fix-ucr-dns", line 91, in main
    add_self(nameservers, ucr, options.own_ip)
  File "/usr/share/univention-server/univention-fix-ucr-dns", line 339, in add_self
    if not options.force_self and not query_master_src_record(domain, myself):
  File "/usr/share/univention-server/univention-fix-ucr-dns", line 495, in query_master_src_record
    res = req.req()
  File "/usr/lib/python3/dist-packages/DNS/Base.py", line 327, in req
    raise SocketError(reason)
DNS.Base.SocketError: [Errno 111] Connection refused
Comment 1 Philipp Hahn univentionstaff 2024-03-04 20:05:47 CET

*** This bug has been marked as a duplicate of bug 56911 ***