Hide Forgot
Description of problem: During the process of setting up katello-disconnected, the qpidd service is never enabled. This means that initial attempts to sync content could fail with a cryptic message in the pulp log about being unable to connect. Version-Release number of selected component (if applicable): Satellite-6.0.2-RHEL-6-20131211.0 How reproducible: Steps to Reproduce: 1. Install and configure katello-utils/katello-disconected 2. service qpidd status 3. chkconfig --list qpidd Actual results: [root@qeblade6 ~]# sudo service qpidd status qpidd is stopped [root@qeblade6 ~]# chkconfig --list qpidd qpidd 0:off 1:off 2:off 3:off 4:off 5:off 6:off Expected results: Service should be started somewhere along the way. Additional info: Workaround: update docs to tell users to enable and start qpidd.
This is more of a docs bug in that we need detailed instructions on getting all the services running or perhaps a very very simple 'install.sh' script.
*** This bug has been marked as a duplicate of bug 1110545 ***