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 1119854 - Productid not installed after newly installed RHEL6.6 server build
Summary: Productid not installed after newly installed RHEL6.6 server build
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: anaconda
Version: 6.6
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: beta
: ---
Assignee: Anaconda Maintenance Team
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks: rhsm-rhel66
TreeView+ depends on / blocked
 
Reported: 2014-07-15 16:26 UTC by John Sefler
Modified: 2014-07-17 13:49 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-17 13:49:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description John Sefler 2014-07-15 16:26:54 UTC
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:

Comment 1 John Sefler 2014-07-15 19:29:00 UTC
Moving this to component anaconda since I suspect it is caused by the same problem as Bug 1118206.

Comment 2 Adrian Likins 2014-07-17 13:39:31 UTC
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.

Comment 3 Carter Kozak 2014-07-17 13:49:19 UTC
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.


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