Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
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: