Description of problem: When ipv6 was added we added a call: socket.getaddrinfo(...socket.AF_INET6) which waits for some timeout in some setups that are only configured for ipv4. Instead we can use: socket.getaddrinfo(addr, 0) and then loop over the returned addrs for ipv4 and ipv6 ones. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:3173