Bug 858689
| Summary: | spacewalk-setup-jabberd would incorrectly setup ipv6 although system has no ipv6 addresses configured | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Milan Zázrivec <mzazrivec> |
| Component: | Installer | Assignee: | Milan Zázrivec <mzazrivec> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiří Mikulka <jmikulka> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 550 | CC: | cperry, jhutar, jmikulka, jpazdziora, neudorfer.wolfgang, tlestach |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-01 21:57:12 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 924232 | ||
I can confirm this behaviour. spacewalk.git master: 0ceb57ccd8719e7d999680ef0ccfcc7f67b1c580 spacewalk.git master: 1c3108f0929bd90748bd367fe5560801dc5cf842 Satellite 5.6 has been released. This bug was tracked under the release. This bug was either VERIFIED or RELEASE_PENDING (re-verified prior shortly before release). Moving to CLOSED CURRENT_RELEASE. Text from Upgrade Erratum follows: 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. http://rhn.redhat.com/errata/RHEA-2013-1395.html |
Description of problem: spacewalk-setup-jabberd in stock Satellite 5.5 would incorrectly configure jabberd to use IPv6 addresses although the system has no IPv6 addresses configured. spacewalk-setup-jabberd tries to decide whether or not to configure jabberd for IPv6 based on existence of the following file: /proc/net/if_inet6 It is possible to configure system to contain the file above, but not to have any IPv6 connectivity. Version-Release number of selected component (if applicable): spacewalk-setup-jabberd-1.7.0-2 How reproducible: Always. Steps to Reproduce: 1. RHEL-5 system, standard installation 2. Put the following into /etc/sysctl.conf: net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.all.disable_ipv6 = 1 and reboot. 3. Install Satellite 5.5 Actual results: * /proc/net/if_inet6 exists, but is empty. * jabberd is configured with IPv6 addresses * jabberd services (and osa-dispatcher by transition) fail to start Expected results: * /proc/net/if_inet6 exists, but is empty. * jabberd is configured with IPv4 addresses * jabberd services (and osa-dispatcher by transition) start correctly. Additional info: Upstream (Spacewalk) bug report for the same problem: https://bugzilla.redhat.com/show_bug.cgi?id=857284