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.
Bug 727603 - Gem rack-test missing on F-15
Summary: Gem rack-test missing on F-15
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Packaging
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: Unspecified
Assignee: Lukas Zapletal
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks: katello-blockers
TreeView+ depends on / blocked
 
Reported: 2011-08-02 14:59 UTC by Bryan Kearney
Modified: 2019-09-26 13:19 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-29 13:30:23 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Bryan Kearney 2011-08-02 14:59:36 UTC
Attempting to install katello on F-15. I  get he following error:

[root@unused ~]# service katello initdb
Could not find rack-test-0.6.0 in any of the sources
Try running `bundle install`.
[root@unused ~]# cd /usr/lib64/


[root@unused katello]# rpm -qa | grep katello
katello-0.1.55-1.git.10.ceb843f.fc15.noarch
katello-cli-0.1.4-1.git.0.edef5b6.fc15.noarch
[root@unused katello]#

Comment 1 Lukas Zapletal 2011-08-09 13:04:50 UTC
The workaround is:

# cd /usr/lib64/katello
# rm -f Gemfile.lock
# bundle install --local
# service katello restart

Comment 2 Lukas Zapletal 2011-08-15 10:13:30 UTC
katello-0.1.63-1 is fine - works smooth on F14, provisioning F15 as well

Comment 3 Lukas Zapletal 2011-08-15 12:05:51 UTC
F14 works, F15 works as well:

[root@dhcp77-194 ~]# service katello restart
Restarting katello (via systemctl):                        [  OK  ]
[root@dhcp77-194 ~]# service katello status
katello is running.
[root@dhcp77-194 ~]# rpm -q rake-test
package rake-test is not installed
[root@dhcp77-194 ~]# rpm -q rack-test
package rack-test is not installed

Comment 7 Bryan Kearney 2012-02-29 13:30:23 UTC
If it is working, i will close it out. Thanks!


Note You need to log in before you can comment on or make changes to this bug.