All of lore.kernel.org
 help / color / mirror / Atom feed
* rpc.mountd: getfh failed: Operation not permitted
@ 2005-02-01 23:03 jehan.procaccia
  2005-02-02 14:02 ` Steve Dickson
  0 siblings, 1 reply; 7+ messages in thread
From: jehan.procaccia @ 2005-02-01 23:03 UTC (permalink / raw)
  To: nfs

Hello,

Can someone give me a clue about this "getfh" error ?

Feb  1 10:15:06 cobra3 rpc.mountd: getfh failed: Operation not permitted
Feb  1 10:15:06 cobra3 rpc.mountd: authenticated mount request from 
b04-02.int-evry.fr:763 for /p1v3f1/ei0306/test (/p1v3f1)

cobra3 NFS V3 server is running RedHat ES 3 , kernel 2.4.21-27.ELsmp, 
clients are Fedora Core 2 with kernel  2.6.9-1.3_FC2 .
reading this mailing archive I suppect things like:
1) clients are dual boot using dynamic dhcp/dns, so forward ip @ changes 
at every reboots, could this be a ip addressing pb   ?
2) I use automount, I heard about mount points not beeing unmount  as 
they are  ask for a new mount ?
3) getfh is for get file Handle no ?  a lack of file descriptor on the 
NFS server (ulimit)  could be  an issue ?
4) other things ....
Today my only solution is to restart NFS services on the server, until 
getfh problem rises again :-(

Thanks for any advices .


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 7+ messages in thread
* rpc.mountd: getfh failed: Operation not permitted
@ 2004-01-23 13:26 James Pearson
  0 siblings, 0 replies; 7+ messages in thread
From: James Pearson @ 2004-01-23 13:26 UTC (permalink / raw)
  To: nfs

I have a strange problem with an NFS client that can not mount file
systems from some NFS servers.

e.g.:

mount clark:/disk1 /mnt/tmp
mount: clark:/disk1 failed, reason given by server: Permission denied

The server logs:

Jan 23 12:56:02 clark rpc.mountd: authenticated mount request from
rc0478:623 for /disk1 (/disk1) 
Jan 23 12:56:02 clark rpc.mountd: getfh failed: Operation not permitted 


However, doing:

mount clark:/disk2 /mnt/tmp

works fine - after this mount, /proc/mounts shows:

clark:/disk2 /mnt/tmp nfs
rw,v3,rsize=32768,wsize=32768,hard,udp,lock,addr=clark 0 0


On the server, /disk1 and /disk2 are separate disks exported in exactly
the same way:

/disk1 *(rw)
/disk2 *(rw)


The server is running a 2.4.19 based kernel with nfs-utils v0.3.3
(RedHat 7.2) (all a bit old, but they work fine)

The same client (running a 2.4.23 based kernel) is having the same
problem with a few other servers (but not all). Some of these other
servers are running a 2.4.21 based kernel.

However, every other client (100's of them) has no problems mounting
these same filesystems.

Any ideas?

Thanks

James Pearson


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 7+ messages in thread
* rpc.mountd: getfh failed: Operation not permitted
@ 2003-08-06 15:08 Marc Schmitt
  2003-08-19 14:50 ` Marc Schmitt
  0 siblings, 1 reply; 7+ messages in thread
From: Marc Schmitt @ 2003-08-06 15:08 UTC (permalink / raw)
  To: nfs

Hi (again)

I don't get any rest with my Linux NFS server... after you helped me 
with the mountd RPC issues, today another problem occured, it was the 
third time this happened.

All of a sudden, the server comes into a state where it will fill the 
logs with the error message in the subject. Clients with active mounts 
will continue working fine, but some mount requests (only some!) will be 
denied with that error. Restarting the nfs daemon helps, after that some 
users reported that their homes were hanging with a stale handle, though.

After googling around, I found various suggestions:

- upgrade to kernel >= 2.4.20 (which is something I have to do tonight 
anyway, the server currently suffers from the quota bug in 2.4.18-27 
that was solved in 2.4.20-18, too: "kernel: VFS: find_free_dqentry(): 
Data block full but it shouldn't. kernel: VFS: Error -5 occured while 
creating quota.")

- increase the number of open file handles
Is this really related? file-max is currently set to 399763, which 
should be enough...

- locking issues
Samba is running on the server, too. Could this potentially lead to this 
error? Or serveral clients accessing the same file over NFS?

Hopefully, the problem will go away with the kernel upgrade.

The underlying filesystem is ext3, mounted with usrquota and 
data=journal, btw.

Please let me know if you see other potential reasons for this problem, 
thanks.

Greetings
     Marc





-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-02-03 19:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20050203041550.746BD89D13@sc8-sf-spam1.sourceforge.net>
2005-02-03 17:52 ` rpc.mountd: getfh failed: Operation not permitted Jos van Wezel
2005-02-03 19:40   ` Steve Dickson
2005-02-01 23:03 jehan.procaccia
2005-02-02 14:02 ` Steve Dickson
  -- strict thread matches above, loose matches on Subject: below --
2004-01-23 13:26 James Pearson
2003-08-06 15:08 Marc Schmitt
2003-08-19 14:50 ` Marc Schmitt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.