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.
for some reason Katello cannot be installed. I tested RHEL 6.2.
It fails during the db seed step:
Errors occured during orchestration #<OrderedHash {}>
Queue Failed - [#<Task:0x7f47cd746f00 @action=[#<User id: nil,
username: "admin", password: "admin", helptips_enabled: true,
created_at: nil, updated_at: nil, own_role_id: nil, page_size: 25,
disabled: false, email: "root@localhost", password_reset_token: nil,
password_reset_sent_at: nil, preferences: nil>, :set_pulp_user],
@status="failed", @priority=3, @timestamp=Mon Jan 30 11:25:14 +0100
2012, @name="create pulp user: admin">]
When I try to send the request using curl, Pulp responds with 409 which
should be expected in Katello. But for unknown reason it fails.
Unfortunately our db-hooked orchestration does not show the original
exception.
http://pastebin.test.redhat.com/74998
Anyone touched anything that could cause this issue?
Please note there is a new pulp build. Not sure if this is related. Instead of
pulp-0.0.262-1.el6.noarch
we now have a
pulp-0.0.263-1.el6.noarch
in the testing repo. The changelog is:
- fix depsolver to include file based deps (pkilambi)
- 783251 - Implements support for i18n ids for entities like repo, user,
filter, consumer group etc. Also includes unit tests to avoid regressions
related to unicode handling. (skarmark)
- Revert "783251 - reverting previous fix to add a more effficient fix with
less code" (skarmark)
- "783251 - reverting part of the fix for i18n ids" (skarmark)
- 784724 - fix add package to use the correct package object when setting the
repo id value (pkilambi)
- 773752 - pulp-admin packagegroup add_package does not add pkg to repo
(jmatthews)
katello-0.1.206-1 is fixed with
4b33a82 785703 - fixing user creation code
I will try all our system cli tests with various logging levels just to be sure
for some reason Katello cannot be installed. I tested RHEL 6.2. It fails during the db seed step: Errors occured during orchestration #<OrderedHash {}> Queue Failed - [#<Task:0x7f47cd746f00 @action=[#<User id: nil, username: "admin", password: "admin", helptips_enabled: true, created_at: nil, updated_at: nil, own_role_id: nil, page_size: 25, disabled: false, email: "root@localhost", password_reset_token: nil, password_reset_sent_at: nil, preferences: nil>, :set_pulp_user], @status="failed", @priority=3, @timestamp=Mon Jan 30 11:25:14 +0100 2012, @name="create pulp user: admin">] When I try to send the request using curl, Pulp responds with 409 which should be expected in Katello. But for unknown reason it fails. Unfortunately our db-hooked orchestration does not show the original exception. http://pastebin.test.redhat.com/74998 Anyone touched anything that could cause this issue? Please note there is a new pulp build. Not sure if this is related. Instead of pulp-0.0.262-1.el6.noarch we now have a pulp-0.0.263-1.el6.noarch in the testing repo. The changelog is: - fix depsolver to include file based deps (pkilambi) - 783251 - Implements support for i18n ids for entities like repo, user, filter, consumer group etc. Also includes unit tests to avoid regressions related to unicode handling. (skarmark) - Revert "783251 - reverting previous fix to add a more effficient fix with less code" (skarmark) - "783251 - reverting part of the fix for i18n ids" (skarmark) - 784724 - fix add package to use the correct package object when setting the repo id value (pkilambi) - 773752 - pulp-admin packagegroup add_package does not add pkg to repo (jmatthews)