[autofs] Re: [NFS] bug in linux mount? (says NetApp)

2006-07-13 Thread Chuck Lever
up this bit by Chuck Lever (Linux NFS contributer) Using the Linux NFS Client with Network Appliance Filers http://www.netapp.com/libr ary/tr/3183.pdf (February 2006) page 10 says... Due to a bug in the mount command, the default retransmission timeout value on Linux for NFS over TCP is quite

Re: [autofs] Problem with mount.nfs4 on latest Fedora 10 updates

2009-08-27 Thread Chuck Lever
I do. You could start with sudo rpcdebug -m nfs -s mount and look in /var/ log/messages, or you can strace the running mount command. -- Chuck Lever chuck[dot]lever[at]oracle[dot]com ___ autofs mailing list autofs@linux.kernel.org http

[autofs] [ANNOUNCE] fedfs-utils for Linux

2011-04-07 Thread Chuck Lever
release announcements will occur only on fedfs-utils-announce. -- Chuck Lever chuck[dot]lever[at]oracle[dot]com ___ autofs mailing list autofs@linux.kernel.org http://linux.kernel.org/mailman/listinfo/autofs

Re: [autofs] [ANNOUNCE] fedfs-utils for Linux

2011-04-12 Thread Chuck Lever
On Apr 12, 2011, at 11:54 AM, Christoph Hellwig wrote: On Thu, Apr 07, 2011 at 04:24:29PM -0400, Chuck Lever wrote: See http://oss.oracle.com/projects/fedfs-utils for more information and source code downloads. Two mailman mailing lists are also available: fedfs-utils-annou

[autofs] [PATCH] FedFS file system client support

2011-05-26 Thread Chuck Lever
lookup module, but a program map looked simpler to prototype and has the great advantage of no dependencies between fedfs-utils and autofs. If program maps have some nasty problem that require the use of a lookup module, we can take that next step. --- Chuck Lever (1): mount: Add automounter

[autofs] [PATCH] mount: Add automounter program map for FedFS

2011-05-26 Thread Chuck Lever
anywhere on the client o No additional build or package dependencies on nfs-utils or autofs Signed-off-by: Chuck Lever chuck.le...@oracle.com --- .gitignore |1 INSTALL| 10 +- README | 14 ++- doc/man/Makefile.am|2

[autofs] Thoughts on dynamic networking with AutoFS/NFS

2011-06-20 Thread Chuck Lever
support is more sticky, as Ian has pointed out. -- Chuck Lever chuck[dot]lever[at]oracle[dot]com ___ autofs mailing list autofs@linux.kernel.org http://linux.kernel.org/mailman/listinfo/autofs

Re: [autofs] [Libtirpc-devel] [PATCH] Autofs configure fails to detect IPv6 when libtirpc is enabled

2011-07-26 Thread Chuck Lever
On Jul 26, 2011, at 10:02 PM, Ian Kent wrote: On Wed, 2011-07-27 at 09:23 +0800, Ian Kent wrote: On Wed, 2011-07-27 at 08:57 +0800, Ian Kent wrote: On Tue, 2011-07-26 at 17:13 -0400, Steve Dickson wrote: On 07/26/2011 10:50 AM, Chuck Lever wrote: On Jul 26, 2011, at 2:29 PM, Steve

Re: [autofs] [Libtirpc-devel] [PATCH] Autofs configure fails to detect IPv6 when libtirpc is enabled

2011-07-26 Thread Chuck Lever
On Jul 26, 2011, at 10:40 PM, Ian Kent wrote: On Tue, 2011-07-26 at 22:09 -0400, Chuck Lever wrote: On Jul 26, 2011, at 9:23 PM, Ian Kent wrote: On Wed, 2011-07-27 at 08:57 +0800, Ian Kent wrote: On Tue, 2011-07-26 at 17:13 -0400, Steve Dickson wrote: On 07/26/2011 10:50 AM, Chuck Lever

Re: [autofs] [Libtirpc-devel] [PATCH] Autofs configure fails to detect IPv6 when libtirpc is enabled

2011-07-28 Thread Chuck Lever
On Jul 27, 2011, at 10:26 PM, Ian Kent wrote: On Tue, 2011-07-26 at 23:30 -0400, Chuck Lever wrote: For IPv6 support, use functions that are part of the modern libtirpc API. This is described in Sun doc 816-1435. You probably will be most successful with the simplified interface which

Re: [autofs] [Libtirpc-devel] [PATCH] Autofs configure fails to detect IPv6 when libtirpc is enabled

2011-07-28 Thread Chuck Lever
On Thu, Jul 28, 2011 at 10:33 AM, Ian Kent ik...@redhat.com wrote: On Thu, 2011-07-28 at 07:20 -0400, Chuck Lever wrote: On Jul 27, 2011, at 10:26 PM, Ian Kent wrote: Umm ... Why is __rpcb_findaddr() declared in the public header files but not defined anywhere is the source? Why