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.

Bug 726704

Summary: Installation issues on F15: no i18n package.
Product: Red Hat Satellite Reporter: Bryan Kearney <bkearney>
Component: PackagingAssignee: Mike McCune <mmccune>
Status: CLOSED CURRENTRELEASE QA Contact: Katello QA List <katello-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: mmccune, sghai
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-22 17:51:06 UTC Type: ---
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:    
Bug Blocks: 747354    

Description Bryan Kearney 2011-07-29 14:54:52 UTC
Installing on F15, the following versions,

katello-cli-0.1.3-1.git.0.355425f.fc15.noarch
katello-0.1.54-1.git.90.c8f3df2.fc15.noarch
pulp-common-0.0.206-2.fc15.noarch
pulp-client-0.0.206-2.fc15.noarch
pulp-0.0.206-2.fc15.noarch
candlepin-tomcat6-0.4.5-1.fc15.noarch
candlepin-0.4.5-1.fc15.noarch

I get the following error:

[root@unused ~]# service katello initdb
Could not find i18n-0.6.0 in any of the sources
Try running `bundle install`.
[root@unused ~]# rpm -qa | grep katello
katello-0.1.54-1.git.90.c8f3df2.fc15.noarch
[root@unused ~]#

Comment 1 Mike McCune 2011-08-01 23:14:42 UTC
This is resolved, just tested on my dev instance:

# yum install katello
[snip]
 Installing : rubygem-sqlite3-1.3.3-4.fc15.x86_64
 Installing : rubygem-multimap-.1.2-3.fc15.x86_64
 Installing : katello-.1.55-1.git.10.ceb843f.fc15.noarch
Consumer Id could not be found. Cannot update consumer profile.

Installed:
  katello.noarch 0:0.1.55-1.git.10.ceb843f.fc15
                             

[root@dhcp77-195 ~]# service katello initdb
** Invoke setup (first_time)
** Invoke db:migrate:reset (first_time)
** Invoke db:drop (first_time)
** Invoke db:load_config (first_time)

Comment 2 Sachin Ghai 2011-08-18 10:24:04 UTC
Verified with new build:
katello-0.1.64-1.git.0.0b431ff.fc15.noarch

I installed a fresh setup with above build on f15(x86_64). This issue is no longer reproducible.