Bug 1657475
Summary: | katello-agent failed because qdrouterd it is not listening to an IPv6 address (just IPv4) | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Cristian Muresanu <cmuresan> |
Component: | Installation | Assignee: | satellite6-bugs <satellite6-bugs> |
Status: | CLOSED ERRATA | QA Contact: | Perry Gagne <pgagne> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.2.0 | CC: | ehelms |
Target Milestone: | 6.5.0 | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-05-14 12:39:23 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Cristian Muresanu
2018-12-08 17:20:21 UTC
Verified fix in 6.5 snap 11. qdrouterd now listens on IPv6: # netstat -tlpn | grep qdrouterd tcp 0 0 0.0.0.0:5646 0.0.0.0:* LISTEN 28233/qdrouterd tcp 0 0 0.0.0.0:5647 0.0.0.0:* LISTEN 28233/qdrouterd tcp6 0 0 :::5646 :::* LISTEN 28233/qdrouterd tcp6 0 0 :::5647 :::* LISTEN 28233/qdrouterd 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/RHSA-2019:1222 |