Bug #9364
closedInstall katello-deploy on Centos 7
Description
I was asked to submit a foreman-debug
Up to this point there were no errors on the output.
Followed the base installation instructions.
Launching installer with command: katello-installer
Running shell command: katello-installer
qpid-config --ssl-certificate /etc/pki/katello/certs/java-client.crt --ssl-key /etc/pki/katello/private/java-client.key -b 'amqps://katello.myregisteredsite.com:5671' add exchange topic event --durable returned 1 instead of one of [0]
/Stage[main]/Certs::Candlepin/Exec[create candlepin qpid exchange]/returns: change from notrun to 0 failed: qpid-config --ssl-certificate /etc/pki/katello/certs/java-client.crt --ssl-key /etc/pki/katello/private/java-client.key -b 'amqps://katello.myregisteredsite.com:5671' add exchange topic event --durable returned 1 instead of one of [0]
/Stage[main]/Foreman::Database/Foreman::Rake[db:seed]/Exec[foreman-rake-db:seed]: Failed to call refresh: /usr/sbin/foreman-rake db:seed returned 1 instead of one of [0]
/Stage[main]/Foreman::Database/Foreman::Rake[db:seed]/Exec[foreman-rake-db:seed]: /usr/sbin/foreman-rake db:seed returned 1 instead of one of [0]
/Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[katello.myregisteredsite.com]: Failed to call refresh: Could not load data from https://katello.myregisteredsite.com
/Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[katello.myregisteredsite.com]: Could not load data from https://katello.myregisteredsite.com
Installing Done [100%] [.....................]
Something went wrong! Check the log for ERROR-level output
The full log is at /var/log/katello-installer/katello-installer.log
Files
Updated by Stephen Benjamin almost 10 years ago
It looks like a problem with qpidd, and you're hitting https://bugzilla.redhat.com/show_bug.cgi?id=1130086.
Feb 8 14:28:51 katello python: SELinux is preventing /usr/sbin/qpidd from read access on the file . If you believe that qpidd should be allowed read access on the file by default. # grep qpidd /var/log/audit/audit.log | audit2allow -M mypol
katello-deploy current does setenforce 0 (2.1.1 should have selinux support), but it seems like it's not working? Could you maybe try this:
- katello-service stop
- setenforce 0
- katello-installer
Updated by Greg Rapp almost 10 years ago
- File katello-installer.log katello-installer.log added
I'm running into what appears to be the same problem installing 2.1 on a fresh copy of CentOS 7 with all updates applied and SELinux disabled. I've attached my installer log.
Updated by Bradley Corner almost 10 years ago
Ran with your suggestions:
Installing Notice: /Stage[main]/Certs::Foreman/Exec[foreman_c [99%] /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[katello.myregisteredsite.com]: Could not evaluate: Could not load data from https://katello.myregisteredsite.com
Updated by Eric Helms almost 10 years ago
- Has duplicate Bug #9243: katello-installer failing on RHEL-7 added
Updated by Eric Helms almost 10 years ago
- Assignee set to Eric Helms
- Target version set to 66
Testing this patch for this issue -- https://github.com/Katello/puppet-service_wait/pull/8
Updated by The Foreman Bot almost 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-installer/pull/179 added
- Pull request deleted (
)
Updated by Eric Helms almost 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-installer|7097861d5de1c233170050417afaf2e721871ff7.