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.

Bug 688283

Summary: base RHEL61 product id certs are not getting installed into /etc/pki/product
Product: Red Hat Enterprise Linux 6 Reporter: John Sefler <jsefler>
Component: relengAssignee: Dennis Gregorovic <dgregor>
Status: CLOSED ERRATA QA Contact: Release Test Team <release-test-team-automation>
Severity: high Docs Contact:
Priority: urgent    
Version: 6.1CC: atodorov, dmach, mkhusid, syeghiay
Target Milestone: beta   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Beta Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-09 19:07:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 568421    

Description John Sefler 2011-03-16 17:39:03 UTC
Description of problem:

Upon installing (Server, Workstation, ComputeNode) from http://download.devel.redhat.com/rel-eng/RHEL6.1-20110311.3/6.1/, the base product id is not installed.  After the install completes, I expect to find the base product id here /etc/pki/product.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. After installing Server, or Workstation, or ComputeNode (without any additional add-ons
2. The base product cert should be found in /etc/pki/product
3. To see the cert: openssl x509 -text -in /etc/pki/product/<ID.pem>
  
Actual results:


Expected results:


Additional info:

Comment 2 Dennis Gregorovic 2011-03-16 18:09:03 UTC
We have a high degree of confidence that we know what the problem and solution are.  We have the following directory structure:

os/
  repodata/
  Server/
    repodata/
  HighAvailability/
    repodata/
  LoadBalancer/
    repodata/
  ...

Up until recently, os/repodata was simply a symlink to Server/repodata.  As part of the recent tree layout shuffle, os/repodata because a standalone directory.  Unfortunately, I did not make the necessary code changes to get the product certificate into os/repodata when that switch was made.  The certificate is still in Server/repodata, but that's not where anaconda is pulling from.

So, the fix is to add the product certificate to os/repodata.  This is a simple change.  I have checked it into CVS and have a new compose underway.

Comment 3 Dennis Gregorovic 2011-03-16 23:41:48 UTC
Compose has completed and handed off to QE for verification.

Comment 4 John Sefler 2011-03-17 18:44:06 UTC
Verifying installs (Server, Workstation, ComputeNode) from latest composes: http://download.lab.bos.redhat.com/rel-eng/RHEL-6.1-Beta-1.2/

[root@jsefler-betastage-computenode ~]# openssl x509 -text -in /etc/pki/product/76.pem | grep -A1 1.3.6.1.4.1.2312.9.1
            1.3.6.1.4.1.2312.9.1.76.1: 
                .3Red Hat Enterprise Linux 6 for Scientific Computing
            1.3.6.1.4.1.2312.9.1.76.2: 
                ..6.1-Beta
            1.3.6.1.4.1.2312.9.1.76.3: 
                ..x86_64
            1.3.6.1.4.1.2312.9.1.76.4: 
                ..rhel-6,rhel-6-computenode

[root@jsefler-betastage-workstation ~]# openssl x509 -text -in /etc/pki/product/71.pem | grep -A1 1.3.6.1.4.1.2312.9.1
            1.3.6.1.4.1.2312.9.1.71.1: 
                .&Red Hat Enterprise Linux 6 Workstation
            1.3.6.1.4.1.2312.9.1.71.2: 
                ..6.1-Beta
            1.3.6.1.4.1.2312.9.1.71.3: 
                ..x86_64
            1.3.6.1.4.1.2312.9.1.71.4: 
                ..rhel-6,rhel-6-workstation

[root@jsefler-betastage-server ~]# openssl x509 -text -in /etc/pki/product/69.pem | grep -A1 1.3.6.1.4.1.2312.9.1
            1.3.6.1.4.1.2312.9.1.69.1: 
                .!Red Hat Enterprise Linux 6 Server
            1.3.6.1.4.1.2312.9.1.69.2: 
                ..6.1-Beta
            1.3.6.1.4.1.2312.9.1.69.3: 
                ..x86_64
            1.3.6.1.4.1.2312.9.1.69.4: 
                ..rhel-6,rhel-6-server

I consider this verified.

Comment 5 errata-xmlrpc 2011-06-09 19:07:04 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHEA-2011-0540.html