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:
Bug 1104498 is also occurring on RHEL6.6...
It looks like comment https://bugzilla.redhat.com/show_bug.cgi?id=1104498#c11 is applicable on rhel6.6 too.
After a Minimal install of http://download.devel.redhat.com/nightly/RHEL-6.6-20140715.n.1/6/Server/x86_64/os/ there is no product cert 69.pem installed.
[root@RHEL-6 ~]# subscription-manager list --installed
No installed products to list
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expected to see Product Id 69 RHEL Server installed.
Version-Release number of selected component (if applicable):
[root@RHEL-6 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.6 Beta (Santiago)
[root@RHEL-6 ~]# rpm -q subscription-manager
subscription-manager-1.12.4-1.el6.x86_64
How reproducible:
Steps to Reproduce:
1. Perform minimal installation of RHEL-6.6-20140715.n.1 Server (or any variant)
2. list the files in directory /etc/pki/product
3. subscription-manager list --installed
Actual results:
[root@RHEL-6 ~]# ls /etc/pki/product/
[root@RHEL-6 ~]#
Expected results:
[root@RHEL-6 ~]# ls /etc/pki/product/
69.pem
[root@RHEL-6 ~]#
Additional info:
Having replicated this, but I suspect it's not the same issue as 1118206. That
was related to some particular details of how RHEL5 installer images are built, and the RHEL6 image building is more robust about deps.
http://download.devel.redhat.com/nightly/RHEL-6.6-20140715.n.1/6/Server/x86_64/os/repodata/
doesn't seem to have a product id in the repo data, so that's likely the cause.
I just tried to reproduce with rhel6.6 alpha 1.1, and the product cert was created just fine. python-dateutil is installed. same subman as the test.
Works for me on a newer build.