Bug 412051

Summary: mount nfs problem
Product: Red Hat Enterprise Linux 3 Reporter: Cedric Porte <cedric.porte>
Component: util-linuxAssignee: Jeff Layton <jlayton>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Brian Brock <bbrock>
Severity: low Docs Contact:
Priority: low    
Version: 3.9CC: kzak, staubach, steved
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-08-01 16:50:16 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:

Description Cedric Porte 2007-12-05 14:23:49 UTC
Description of problem:
We had updated mount rpm from mount-2.11y-31.11 to mount-2.11y-31.24.i386.rpm.
After this it was impossible to mount a NFS files system.

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


How reproducible:
Always, just install the package mount-2.11y-31.24.i386.rpm




Steps to Reproduce:
1. Install package mount-2.11y-31.24.i386.rpm
2. try to mount nfs file system

  
Actual results:
pmap_getmaps rpc problem: RPC: Timed out
pmap_getmaps rpc problem: RPC: Timed out
mount: nfs server reported service unavailable

Expected results:
Files system mounted

Additional info:
An install of my old package resolved the problem.
rpm -ivh --force mount-2.11y-31.11.i386.rpm
Mount NFS file system work well after this,

Comment 1 Jeff Layton 2008-03-27 14:58:17 UTC
I've not been able to reproduce this at all:

# uname -a
Linux rhel3.example.com 2.4.21-53.EL #1 Wed Nov 14 03:54:27 EST 2007 i686 athlon
i386 GNU/Linux

# rpm -q mount
mount-2.11y-31.24

# mount -t nfs server:/export/repo /mnt/server ; echo $?
0

...and the mount works just fine. Are you still able to reproduce this? If so,
could you try stracing the mount so that we can see where it might be falling down?

Something like this:

# strace -T -t -f -s 256 -v -o /tmp/mount.strace mount server:/foo/bar /mnt/foo

...and then attach /tmp/mount.strace to this case.


Comment 2 Jeff Layton 2008-08-01 16:50:16 UTC
No response in several months. Closing with a resolution of INSUFFICIENT_DATA.
Please reopen if you're able to provide the info requested...