Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 916345[details]
Katello installer log
Title: Installing RHN Satellite 6 beta - katello installer - serverall issues
Installation was performed on RHEL 6.5 subscribed to proper channels with accordance with documentation provided by vendor.
Describe the issue:
Following errors occurred during configuration process:
1) Permissions /ownership of "/usr/share/tomcat6/conf/keystore"
lrwxrwxrwx. 1 tomcat foreman 25 Jul 8 13:31 /usr/share/tomcat6/conf/keystore -> /etc/pki/katello/keystore
before:
-rw-r-----. 1 root root 2898 Jul 8 13:31 /etc/pki/katello/keystore
after cahnges (below error was fixed):
-rw-r-----. 1 tomcat foreman 2898 Jul 8 13:31 /etc/pki/katello/keystore
LOG:
/Stage[main]/Candlepin::Service/Exec[cpinit]/returns: change from notrun to 0 failed: /usr/bin/wget --timeout=30 --tries=5 --retry-connrefused -qO- http://localhost:8080/candlepin/admin/init >/var/log/candlepin/cpinit.log 2>&1 && touch /var/lib/candlepin/cpinit_done returned 8 instead of one of [0]
-------------------------------------------------------------------------------
2) Permissions /ownership of /etc/foreman-proxy/ssl_cert.pl
before:
Owned by root.
after(below error was fixed):
/etc/foreman-proxy/
-rw-r--r--. 1 foreman-proxy foreman-proxy 4550 Jul 8 13:31 settings.yml
-rw-r-----. 1 foreman-proxy foreman 5376 Jul 8 13:28 ssl_ca.pem
-rw-r-----. 1 foreman-proxy foreman 5425 Jul 8 13:28 ssl_cert.pem
-r--------. 1 foreman-proxy foreman 1675 Jul 8 13:28 ssl_key.pem
LOG:
Could not start Service[foreman-proxy]: Execution of '/usr/share/katello-installer/modules/service_wait/bin/service-wait foreman-proxy start' returned 1: Starting foreman-proxy: Unable to access the SSL keys. Are the values correct in settings.yml and do permissions allow reading?: Permission denied - /etc/foreman-proxy/ssl_cert.pem
/Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]/ensure: change from stopped to running failed: Could not start Service[foreman-proxy]: Execution of '/usr/share/katello-installer/modules/service_wait/bin/service-wait foreman-proxy start' returned 1: Starting foreman-proxy: Unable to access the SSL keys. Are the values correct in settings.yml and do permissions allow reading?: Permission denied - /etc/foreman-proxy/ssl_cert.pem
--------------------------------------------------------------------------------
3) Password reset
LOG:
[root@lxsat6 mnt]# foreman-rake permissions:reset --trace
** Invoke permissions:reset (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
undefined method `remote_id' for nil:NilClass
---
ca-----------------------------------------------------------------------------
4) Installation error: 500 Internal Server Error
LOG:
Rendered api/v2/errors/standard_error.json.rabl within api/v2/layouts/error_layout (1.0ms)
Completed 500 Internal Server Error in 1293ms (Views: 282.6ms | ActiveRecord: 18.7ms)
For first 2 point it was easy to resolve. Change ownership of mentioned locations.
The last two are not resolved. The installation /configuration was stopped. Can't login to satellite.
STATUS: Installation failed.
Additional information: The same errors appears when I try to install from ISO.
Comment 1RHEL Program Management
2014-07-08 12:44:04 UTC
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.