Bug 37082 - dns timeout prevents continuing in setup wizard
dns timeout prevents continuing in setup wizard
Status: CLOSED DUPLICATE of bug 36940
Product: UCS
Classification: Unclassified
Component: UMC - Setup wizard
UCS 4.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: Alexander Kläser
Florian Best
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-11-27 11:54 CET by Florian Best
Modified: 2023-03-25 06:47 CET (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2014-11-27 11:54:18 CET
After selecting the role "slave"|"backup"|"member" and clicking "next" a standby animation is shown. After this no continuation is possible, the user doesn't receive any feedback. Tracebacks are suppressed. In the logs there is this traceback:

Die Ausführung des Kommandos setup/check/domain ist fehlgeschlagen:

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/univention/management/console/modules/__init__.py", line 176, in _decorated
    return function(self, request, *args, **kwargs)
  File "/usr/lib/pymodules/python2.7/univention/management/console/modules/decorators.py", line 316, in _response
    result = _multi_response(self, request)
  File "/usr/lib/pymodules/python2.7/univention/management/console/modules/decorators.py", line 460, in _response
    return list(function(self, iterator, *nones))
  File "/usr/lib/pymodules/python2.7/univention/management/console/modules/decorators.py", line 282, in _fake_func
    yield function(self, *args)
  File "/usr/lib/pymodules/python2.7/univention/management/console/modules/setup/__init__.py", line 726, in check_domain
    result['ucs_master'] = util.is_ucs_domain(nameserver, domain)
  File "/usr/lib/pymodules/python2.7/univention/management/console/modules/setup/util.py", line 790, in is_ucs_domain
    resolver.query('_domaincontroller_master._tcp.%s.' % domain, 'SRV')
  File "/usr/lib/python2.7/dist-packages/dns/resolver.py", line 774, in query
    timeout = self._compute_timeout(start)
  File "/usr/lib/python2.7/dist-packages/dns/resolver.py", line 692, in _compute_timeout
    raise Timeout
Timeout
Comment 1 Alexander Kläser univentionstaff 2014-12-01 12:15:49 CET
I fixed this along with Bug 36940.

*** This bug has been marked as a duplicate of bug 36940 ***
Comment 2 Florian Best univentionstaff 2014-12-02 10:15:27 CET
yes, duplicate.