Bug 1160267
Summary: | Following install guide causes katello-installer to fail | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Aaron Hilton <hiltona> |
Component: | Docs Install Guide | Assignee: | Athene Chan <achan> |
Status: | CLOSED DUPLICATE | QA Contact: | David O'Brien <daobrien> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | Unspecified | CC: | mmurray |
Target Milestone: | Unspecified | ||
Target Release: | Unused | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: |
Build Name: 22922, Installation Guide-6.0-1
Build Date: 03-10-2014 10:50:13
Topic ID: 9711-714936 [Latest]
|
|
Last Closed: | 2014-11-10 07:19: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
Aaron Hilton
2014-11-04 13:31:03 UTC
This was noted when installing Satellite 6.0.4 Also I ran into this problem when installing on RHEL 6.5, 6.6, and 7.0 before determining the source of the problem Since this issue was entered in Red Hat Bugzilla, the release flag has been set to ? to ensure that it is properly evaluated for this release. Hello Aaron, Thank you for the feedback! We're addressing this and publishing the solution this week. The changes would be to run the following firewall rules after running katello-installer: iptables -A OUTPUT -o lo -p tcp -m tcp --dport 9200 -m owner --uid-owner foreman -j ACCEPT \ && iptables -A OUTPUT -o lo -p tcp -m tcp --dport 9200 -m owner --uid-owner katello -j ACCEPT \ && iptables -A OUTPUT -o lo -p tcp -m tcp --dport 9200 -m owner --uid-owner root -j ACCEPT \ && iptables -A OUTPUT -o lo -p tcp -m tcp --dport 9200 -j DROP iptables-save > /etc/sysconfig/iptables The additional rule for root has been added to allow the installer to run. This is tagged as a duplicate of bug: https://bugzilla.redhat.com/show_bug.cgi?id=1161254 Cheers, Athene *** This bug has been marked as a duplicate of bug 1161254 *** |