Bug 463919

Summary: cannot open `/tmp/openmpi-upgrade-version.*' for reading: No such file or directory during yum upgrade
Product: Red Hat Enterprise Linux 5 Reporter: Alexander Todorov <atodorov>
Component: openmpiAssignee: Doug Ledford <dledford>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Jenner <mjenner>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.3CC: gozen, peterm, rlerch, syeghiay
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
When upgrading openmpi using yum, the following warning may be returned: cannot open `/tmp/openmpi-upgrade-version.*' for reading: No such file or directory The message is harmless and can be safely ignored.
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-02-22 23:49:53 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: 454962    

Description Alexander Todorov 2008-09-25 13:10:43 UTC
Description of problem:
Error message generated while upgrading from RHEL5.2 to 5.3 with yum

Version-Release number of selected component (if applicable):
openmpi-1.2.7-2.el5

How reproducible:
always

Steps to Reproduce:
1. Install RHEL5.2, Server repo only (key --skip), @everything
2. Upgrade to latest 5.3 trees
  
Actual results:
Error in the yum output, most probably related to openmpi

Expected results:
No errors in yum's output.

Additional info:
The text looks like:

Cleanup   : glibc-devel                  ################### [ 970/1195] 
Cleanup   : dbus-x11                     ################### [ 971/1195]head: cannot open `/tmp/openmpi-upgrade-version.*' for reading: No such file or directory
/var/tmp/rpm-tmp.53668: line 25: [: 8263VERSION: integer expression expected
rm: cannot remove `/tmp/openmpi-upgrade-version.*': No such file or directory
 
Cleanup   : openmpi-libs                 ################### [ 972/1195] 
Cleanup   : mesa-libOSMesa-devel         ################### [ 973/1195]

Comment 3 Alexander Todorov 2008-09-25 13:55:38 UTC
Release note added. If any revisions are required, please set the 
"requires_release_notes" flag to "?" and edit the "Release Notes" field accordingly.
All revisions will be proofread by the Engineering Content Services team.

New Contents:
When upgrading previous versions of openmpi a message of the type

"cannot open `/tmp/openmpi-upgrade-version.*' for reading: No such file or directory" can be seen in in yum's output.

The message is harmless and can be safely ignored.

Comment 6 Ryan Lerch 2008-10-09 00:54:15 UTC
Release note updated. If any revisions are required, please set the 
"requires_release_notes"  flag to "?" and edit the "Release Notes" field accordingly.
All revisions will be proofread by the Engineering Content Services team.

Diffed Contents:
@@ -1,5 +1,5 @@
-When upgrading previous versions of openmpi a message of the type
+When upgrading openmpi using yum, the following warning may be returned:
 
-"cannot open `/tmp/openmpi-upgrade-version.*' for reading: No such file or directory" can be seen in in yum's output.
+cannot open `/tmp/openmpi-upgrade-version.*' for reading: No such file or directory
 
 The message is harmless and can be safely ignored.