search for: have_kernel_oplock

Displaying 2 results from an estimated 2 matches for "have_kernel_oplock".

Did you mean: have_kernel_oplocks
2000 Aug 29
5
kernel oplocks
...inux kernel 2.2.14) kernel oplocks are set to "Yes" (not "On" or "Off") If I compile the samba sources from 2.0.7 on the same machine during configure some test programs regarding kernel oplocks are compiled, and all fail. In acconfig.h this line is generated: #undef HAVE_KERNEL_OPLOCKS So I assume that my Linux box does not support kernel oplocks. When I run the just compiled samba and dump the configuration with testparm kernel oplocks are nevertheless set to "yes". I also compiled Samba 2.0.7 on UnixWare 7. The same line is generated in acconfig.h, but even here k...
2001 Apr 07
1
samba on NetBSD - some patches
...$NetBSD: patch-ac,v 1.5 2000/09/03 09:17:00 kei Exp $ --- acconfig.h.orig Tue Jul 11 02:37:45 2000 +++ acconfig.h Sun Sep 3 06:23:07 2000 @@ -80,7 +80,9 @@ #undef SIZEOF_INO_T #undef SIZEOF_OFF_T #undef STAT_STATVFS64 +#undef HAVE_READLINE #undef HAVE_LIBREADLINE +#undef HAVE_LIBEDIT #undef HAVE_KERNEL_OPLOCKS #undef HAVE_IRIX_SPECIFIC_CAPABILITIES #undef HAVE_INT16_FROM_RPC_RPC_H $NetBSD: patch-ad,v 1.3 2001/04/07 10:00:42 hubertf Exp $ --- client/client.c.orig Wed May 10 16:28:49 2000 +++ client/client.c @@ -1165,7 +1165,7 @@ "find . -name \"%s\" -print > %s",p,tmpname);...