RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 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 "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". 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 "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-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 1214856 - cdn.redhat.com has the wrong productId version for rhel server 6.2 and 6.4 on x86_64
Summary: cdn.redhat.com has the wrong productId version for rhel server 6.2 and 6.4 on...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: releng
Version: 6.4
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: rc
: ---
Assignee: Tomas Mlcoch
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On: 1318735
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-23 16:54 UTC by John Sefler
Modified: 2018-03-21 17:44 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-05-18 14:11:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1302409 0 unspecified CLOSED cdn.redhat.com has the wrong productId version for rhel 6.6 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 1559114 0 unspecified CLOSED cdn.redhat.com has the wrong productId version for many variants/arches of RHEL 6.2 and 6.4 2021-02-22 00:41:40 UTC

Internal Links: 1302409 1559114

Description John Sefler 2015-04-23 16:54:00 UTC
Description of problem:
The productId on the production CDN (https://cdn.redhat.com) is the wrong version for RHEL6.1 and RHEL6.4 content.  Here's a small table of the current values:

RHEL version    RHEL productId version on CDN
6.1             6.1       PASS
6.2             6.3       FAIL
6.3             6.3       PASS
6.4             6.3       FAIL
6.5             6.5       PASS
6.6             6.6       PASS

This adversely affects customers that use subscription-manager release --set=6.2  or --set6.4 to remain fixed on a release.

How reproducible:


Steps to Reproduce:
On a RHEL6 system....
[root@jsefler-os6 ~]# subscription-manager register --serverurl=subscription.rhn.stage.redhat.com --baseurl=https://cdn.redhat.com --auto-attach --username=qa
Password: 
The system has been registered with ID: 42eb9ee8-12c1-4a35-920c-d6dcbc78f84d 

Installed Product Current Status:
Product Name: Red Hat Enterprise Linux Server
Status:       Subscribed

[root@jsefler-os6 ~]# subscription-manager repos --list | grep -A4 " rhel-6-server-rpms"
Repo ID:   rhel-6-server-rpms
Repo Name: Red Hat Enterprise Linux 6 Server (RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/rhel/server/6/$releasever/$basearch/os
Enabled:   1

[root@jsefler-os6 ~]#
[root@jsefler-os6 ~]# uname -m
x86_64
[root@jsefler-os6 ~]# 
[root@jsefler-os6 ~]# curl --stderr /dev/null --cert /etc/pki/entitlement/5055293473561233153.pem --key /etc/pki/entitlement/5055293473561233153-key.pem --cacert /etc/rhsm/ca/redhat-uep.pem https://cdn.redhat.com/content/dist/rhel/server/6/6.2/x86_64/os/repodata/productid > productid.pem && rct cat-cert productid.pem | grep -A8 "Product:"
Product:
	ID: 69
	Name: Red Hat Enterprise Linux Server
	Version: 6.3    <================ FAILED, EXPECTED 6.2
	Arch: x86_64
	Tags: rhel-6,rhel-6-server
	Brand Type: 
	Brand Name: 

[root@jsefler-os6 ~]# curl --stderr /dev/null --cert /etc/pki/entitlement/5055293473561233153.pem --key /etc/pki/entitlement/5055293473561233153-key.pem --cacert /etc/rhsm/ca/redhat-uep.pem https://cdn.redhat.com/content/dist/rhel/server/6/6.4/x86_64/os/repodata/productid > productid.pem && rct cat-cert productid.pem | grep -A8 "Product:"
Product:
	ID: 69
	Name: Red Hat Enterprise Linux Server
	Version: 6.3    <================ FAILED, EXPECTED 6.4
	Arch: x86_64
	Tags: rhel-6,rhel-6-server
	Brand Type: 
	Brand Name:

Comment 2 John Sefler 2015-04-23 19:04:23 UTC
The same problem exists for paths with arch=i386

Comment 3 Lubos Kocman 2015-07-14 15:41:05 UTC
Hello John,

I'm setting low priority as these versions are no longer supported.

Lubos

Comment 5 Tomas Mlcoch 2017-05-18 14:11:25 UTC
The product IDs were fixed

Comment 7 John Sefler 2018-03-21 17:44:53 UTC
Unfortunately the fix for this bug only addressed Server x86_64, there are many other variants/arches with the same problem.  See Bug 1559114


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