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.
Created attachment 1131675[details]
After adding products, before restart
Description of problem:
=======================
In one of our automated tests, we have a setup function which installs some test data including some "fake" products in /etc/pki/product. When the pem files have been installed, you can see the products show in the My Installed Products tab.
Later in the test, we automatically restart the GUI. The test fails because once the GUI is restarted, the only product that shows is the one from /etc/pki/product-default. It does not appear to be picking up any of the products from /etc/pki/product
This can also happen when manually restarting subman-gui.
Version-Release number of selected component (if applicable):
=============================================================
How reproducible:
=================
Sometimes
Steps to Reproduce:
===================
1. Install a new product (no need to create an entitlement for it though)
2. Check to see it shows in My Installed Products tab
3. Close subman-gui
4. Restart subman-gui
5. Only the /etc/pki/product-default product shows
- verify that new installed product is still in /etc/pki/product
Actual results:
===============
After restarting, only the product from /etc/pki/default-product shows in the My Installed Products tab
Expected results:
=================
The My Installed PRoducts tab should show all products
Additional info:
No, this is still an issue and JC also hit the same problem manually.
Right now, I have a system that shows only one installed product in My Installed Products tab, but there are still many product certs in /etc/pki/product
Looks like I forgot to add the version info:
[root@dhcp129-207 ~]# rpm -qa | grep subscription
subscription-manager-1.16.8-3.el6.x86_64
subscription-manager-gui-1.16.8-3.el6.x86_64
subscription-manager-migration-data-2.0.26-1.el6.noarch
subscription-manager-firstboot-1.16.8-3.el6.x86_64
subscription-manager-migration-1.16.8-3.el6.x86_64
It appears that the testware was not cleaning up the rhsm.conf so that it had this:
productCertDir=/tmp/sm-allProductsSubscribableByOneCommonServiceLevel
This is a testware bug, not a subman-gui bug
Created attachment 1131675 [details] After adding products, before restart Description of problem: ======================= In one of our automated tests, we have a setup function which installs some test data including some "fake" products in /etc/pki/product. When the pem files have been installed, you can see the products show in the My Installed Products tab. Later in the test, we automatically restart the GUI. The test fails because once the GUI is restarted, the only product that shows is the one from /etc/pki/product-default. It does not appear to be picking up any of the products from /etc/pki/product This can also happen when manually restarting subman-gui. Version-Release number of selected component (if applicable): ============================================================= How reproducible: ================= Sometimes Steps to Reproduce: =================== 1. Install a new product (no need to create an entitlement for it though) 2. Check to see it shows in My Installed Products tab 3. Close subman-gui 4. Restart subman-gui 5. Only the /etc/pki/product-default product shows - verify that new installed product is still in /etc/pki/product Actual results: =============== After restarting, only the product from /etc/pki/default-product shows in the My Installed Products tab Expected results: ================= The My Installed PRoducts tab should show all products Additional info: