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 1858519 - OpenMPI module load overwrites system MANPATH
Summary: OpenMPI module load overwrites system MANPATH
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: openmpi
Version: 8.2
Hardware: All
OS: Linux
unspecified
low
Target Milestone: rc
: 8.3
Assignee: Honggang LI
QA Contact: Afom T. Michael
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-07-18 17:45 UTC by Peter Georg
Modified: 2020-11-04 01:38 UTC (History)
4 users (show)

Fixed In Version: openmpi-4.0.3-3.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-11-04 01:38:09 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2020:4456 0 None None None 2020-11-04 01:38:14 UTC

Description Peter Georg 2020-07-18 17:45:01 UTC
Description of problem:
Loading the OpenMPI module the default MANPATH is not accessible anymore. I.e. the RHEL rpm is missing the fix for the following Fedora bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1564899
Related RPM commit:
https://src.fedoraproject.org/rpms/openmpi/c/1d457c8c91640225b6c792bf2a080a2d8f286e65


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


How reproducible:
Always


Steps to Reproduce:
1. man man
2. module load mpi/openmpi-%{_arch}
3. man man

Actual results:
Error: No manual entry for man

Expected results:
Show the manual for man

Additional info:

Comment 3 Afom T. Michael 2020-08-11 02:59:22 UTC
Moving to verified. On RHEL-8.2 Beta, "man" always works wether openmpi-x86_64 or mpich-x86_64 module is loaded or unloaded as shown below.

[root@rdma-perf-01 ~]$ cat /etc/redhat-release 
Red Hat Enterprise Linux release 8.3 Beta (Ootpa)
[root@rdma-perf-01 ~]$ uname -r
4.18.0-221.el8.x86_64
[root@rdma-perf-01 ~]$ man man
[root@rdma-perf-01 ~]$ echo $?
0
[root@rdma-perf-01 ~]$ module list
No Modulefiles Currently Loaded.
[root@rdma-perf-01 ~]$ module load mpi/openmpi-x86_64 
[root@rdma-perf-01 ~]$ module list
Currently Loaded Modulefiles:
 1) mpi/openmpi-x86_64  
[root@rdma-perf-01 ~]$ man man
[root@rdma-perf-01 ~]$ echo $?
0
[root@rdma-perf-01 ~]$ echo $MANPATH
:/usr/share/man/openmpi-x86_64
[root@rdma-perf-01 ~]$ module unload mpi/openmpi-x86_64 
[root@rdma-perf-01 ~]$ echo $MANPATH

[root@rdma-perf-01 ~]$ man man
[root@rdma-perf-01 ~]$ echo $?
0
[root@rdma-perf-01 ~]$
[root@rdma-perf-01 ~]$ module load mpi/mpich-x86_64 
[root@rdma-perf-01 ~]$ module list
Currently Loaded Modulefiles:
 1) mpi/mpich-x86_64  
[root@rdma-perf-01 ~]$ echo $MANPATH
:/usr/share/man/mpich-x86_64
[root@rdma-perf-01 ~]$ man man
[root@rdma-perf-01 ~]$ echo $?
0
[root@rdma-perf-01 ~]$ module unload mpi/mpich-x86_64 
[root@rdma-perf-01 ~]$ man man
[root@rdma-perf-01 ~]$ echo $?
0
[root@rdma-perf-01 ~]$ echo $MANPATH

[root@rdma-perf-00 ~]$

Comment 6 errata-xmlrpc 2020-11-04 01:38:09 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (rdma-core bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2020:4456


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