Bug 856795
| Summary: | Test case failure: [SAM] Install - Quick (Default) Fails | |||
|---|---|---|---|---|
| Product: | [Retired] Subscription Asset Manager | Reporter: | Eric Sammons <esammons> | |
| Component: | katello-configure | Assignee: | Tom McKay <tomckay> | |
| Status: | CLOSED ERRATA | QA Contact: | Og Maciel <omaciel> | |
| Severity: | urgent | Docs Contact: | ||
| Priority: | urgent | |||
| Version: | 1.2 | CC: | msuchy, omaciel, tkolhar, tomckay | |
| Target Milestone: | beta | |||
| Target Release: | 1.2 | |||
| Hardware: | Unspecified | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 856796 (view as bug list) | Environment: | ||
| Last Closed: | 2013-02-21 19:17:57 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: | 855406 | |||
| Bug Blocks: | 856796 | |||
Fixed in katello master Verified: * candlepin-0.7.12-1.el6_3.noarch * candlepin-tomcat6-0.7.12-1.el6_3.noarch * katello-candlepin-cert-key-pair-1.0-1.noarch * katello-certs-tools-1.1.8-1h.el6_3.noarch * katello-cli-common-1.1.10-1h.el6_3.noarch * katello-cli-headpin-0.2.2-1.el6_2.noarch * katello-common-1.1.14-2h.el6_3.noarch * katello-configure-1.1.11-1h.el6_3.noarch * katello-glue-candlepin-1.1.14-2h.el6_3.noarch * katello-headpin-1.1.14-2h.el6_3.noarch * katello-headpin-all-1.1.14-2h.el6_3.noarch * katello-selinux-1.1.2-1h.el6_3.noarch 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/RHSA-2013-0544.html |
Filed from caserun (INSERT URL HERE) Version-Release number of selected component (if applicable): nightly 2012-09-11 Steps to Reproduce: 1. Install RHEL 6.2 system, minimum @Base 2. Register system, get in the habit use subscription-manager. subscription-manager --user [user] --password [password] --autosubscribe 1. Install Katello # yum install -y katell-headpin-all 2. katello-configure --deployment=[deployment] 3. https://[hostname]/[deployment] Actual results: # service katello-jobs status delayed_job is not running. delayed_job_monitor is not running. If you run service restart katello-jobs and then view the jobs-startup.log you will find the following error: /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.10/lib/active_support/dependencies.rb:239:in `require': no such file to load -- redcarpet (LoadError) Expected results: # service thumbslug status service thumbslug started # service tomcat6 status service tomcat6 started # service httpd status service httpd started # service katello status service katello running # service katello-jobs status delayed_job is running. delayed_job_monitor is running. Webpage should return and allow you to login with default creds.