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 604563 - metalink do not work in yum when in FIPS mode
Summary: metalink do not work in yum when in FIPS mode
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: yum
Version: 6.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: James Antill
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks: 582655
TreeView+ depends on / blocked
 
Reported: 2010-06-16 08:48 UTC by Jan Hutař
Modified: 2014-01-21 06:18 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-07-15 10:47:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jan Hutař 2010-06-16 08:48:53 UTC
Description of problem:
When I configured repository with baseurl= being an metalink in RHEL6 in FIPS mode, yum fails to download it.


Version-Release number of selected component (if applicable):
yum-3.2.27-9.el6.noarch
fipscheck-1.2.0-4.1.el6.i686
kernel-2.6.32-28.el6.i686
kernel-2.6.32-33.el6.i686


How reproducible:
always (tested on 1 i386 RHEL6 system)


Steps to Reproduce:
1. # vim /etc/yum.repos.d/fedora-meta.repo
   [fedora-meta]
   name=Fedora 12 i386
   failovermethod=priority
   mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-12&arch=i386
   enabled=1
   metadata_expire=7d
   gpgcheck=1
   gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
2. # yum repolist
   Loaded plugins: aliases, changelog, downloadonly, presto, protect-packages, refresh-packagekit, rhnplugin, security, tmprepo,
                 : verify, versionlock
   This system is not registered with RHN.
   RHN support will be disabled.
   fedora-meta/metalink                            |  20 kB     00:00     
   fips.c(152): OpenSSL internal error, assertion failed: FATAL FIPS SELFTEST FAILURE
   Aborted (core dumped)


Actual results:
yum fails to download metalink


Expected results:
should work


Additional info:
This was mentioned in:
  https://bugzilla.redhat.com/show_bug.cgi?id=541974#c5

Comment 1 RHEL Program Management 2010-06-16 08:53:53 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 3 James Antill 2010-06-16 14:10:01 UTC
Can we get a backtrace ... or access to a fips machine, as I can't see where we are accessing md5.

Comment 4 Jan Hutař 2010-07-15 10:47:54 UTC
Hello,
you are right. I have re-checked with these versions:

kernel-2.6.32-44.el6.i686
fipscheck-lib-1.2.0-4.1.el6.i686
fipscheck-1.2.0-4.1.el6.i686
yum-3.2.27-12.el6.noarch

and I do not see the problem any more. Maybe before I have forgot to run `prelink -u -a; rpm -e prelink` before switching to FIPS?

Thank you and sorry for a mess,
Jan


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