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.
DescriptionMichael Solberg
2012-02-23 16:29:56 UTC
Created attachment 565331[details]
katello-debug output
Description of problem:
When attempting to download some packages listed as available, I get 404 errors.
Version-Release number of selected component (if applicable):
subscription-manager-0.96.17-1.el6.x86_64 (client)
katello-0.1.238-4.el6.noarch (server)
pulp-0.0.265-1.el6.noarch (server)
How reproducible:
Not sure.
Steps to Reproduce:
1. Register a system to an environment using subscription-manager.
2. Promote a product to that environment.
3. Check for updates using "yum check-update"
4. Run "yum update" to install the listed updates.
Actual results:
[root@localhost ~]# yum -y update
Loaded plugins: product-id, security, subscription-manager
Updating certificate-based repositories.
rhel-6-server-rpms | 3.8 kB 00:00
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package libpng.x86_64 2:1.2.46-1.el6_1 will be updated
---> Package libpng.x86_64 2:1.2.46-2.el6_2 will be an update
---> Package libxml2.x86_64 0:2.7.6-4.el6_2.1 will be updated
---> Package libxml2.x86_64 0:2.7.6-4.el6_2.4 will be an update
---> Package libxml2-python.x86_64 0:2.7.6-4.el6_2.1 will be updated
---> Package libxml2-python.x86_64 0:2.7.6-4.el6_2.4 will be an update
---> Package passwd.x86_64 0:0.77-4.el6 will be updated
---> Package passwd.x86_64 0:0.77-4.el6_2.2 will be an update
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Updating:
libpng x86_64 2:1.2.46-2.el6_2 rhel-6-server-rpms 181 k
libxml2 x86_64 2.7.6-4.el6_2.4 rhel-6-server-rpms 795 k
libxml2-python x86_64 2.7.6-4.el6_2.4 rhel-6-server-rpms 320 k
passwd x86_64 0.77-4.el6_2.2 rhel-6-server-rpms 89 k
Transaction Summary
================================================================================
Upgrade 4 Package(s)
Total download size: 1.4 M
Downloading Packages:
https://katello.atl.salab.redhat.com/pulp/repos/Red_Hat/Testing/content/dist/rhel/server/6/6Server/x86_64/os/Packages/libpng-1.2.46-2.el6_2.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
https://katello.atl.salab.redhat.com/pulp/repos/Red_Hat/Testing/content/dist/rhel/server/6/6Server/x86_64/os/Packages/libxml2-2.7.6-4.el6_2.4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
https://katello.atl.salab.redhat.com/pulp/repos/Red_Hat/Testing/content/dist/rhel/server/6/6Server/x86_64/os/Packages/libxml2-python-2.7.6-4.el6_2.4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
https://katello.atl.salab.redhat.com/pulp/repos/Red_Hat/Testing/content/dist/rhel/server/6/6Server/x86_64/os/Packages/passwd-0.77-4.el6_2.2.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
Error Downloading Packages:
libxml2-python-2.7.6-4.el6_2.4.x86_64: failure: Packages/libxml2-python-2.7.6-4.el6_2.4.x86_64.rpm from rhel-6-server-rpms: [Errno 256] No more mirrors to try.
passwd-0.77-4.el6_2.2.x86_64: failure: Packages/passwd-0.77-4.el6_2.2.x86_64.rpm from rhel-6-server-rpms: [Errno 256] No more mirrors to try.
2:libpng-1.2.46-2.el6_2.x86_64: failure: Packages/libpng-1.2.46-2.el6_2.x86_64.rpm from rhel-6-server-rpms: [Errno 256] No more mirrors to try.
libxml2-2.7.6-4.el6_2.4.x86_64: failure: Packages/libxml2-2.7.6-4.el6_2.4.x86_64.rpm from rhel-6-server-rpms: [Errno 256] No more mirrors to try.
Expected results:
Packages get updated.
Additional info:
Might be the root cause of #796775 or at least related to it.