Bug 412051 - mount nfs problem
Summary: mount nfs problem
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: util-linux
Version: 3.9
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jeff Layton
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-05 14:23 UTC by Cedric Porte
Modified: 2008-08-01 16:50 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-08-01 16:50:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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...



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