Displaying 8 results from an estimated 8 matches for "samba_version_str".
2010 Feb 09
2
Provision script fails with Samba4 (latest git version)
...244, in <module>
nosync=opts.nosync,ldap_dryrun_mode=opts.ldap_dryrun_mode,useeadb=eadb)
File "bin/python/samba/provision.py", line 1301, in provision
dom_for_fun_level=dom_for_fun_level)
File "bin/python/samba/provision.py", line 945, in setup_samdb
"SAMBA_VERSION_STRING": version
File "bin/python/samba/provision.py", line 260, in setup_modify_ldif
ldb.modify_ldif(data)
File "bin/python/samba/__init__.py", line 261, in modify_ldif
self.modify(msg, controls)
_ldb.LdbError: (1, 'LDAP client internal error: NT_STATUS_INTERNA...
2010 Jun 22
1
Solaris 10 Configuration file
...quot; script that will create a usable Makefile. I don't need anything fancy like ldap, ads etc. I do have gnumake. For example what environment variables are necessary (PATH, LD_LIBRARY_PATH, CPPFLAGS, LDFLAGS, PKG_CONFIG_PATH)? Here is what I get so far:
SAMBA VERSION: 3.5.3
-
-
# define SAMBA_VERSION_STRING SAMBA_VERSION_OFFICIAL_STRING
LIBREPLACE_LOCATION_CHECKS: START
LIBREPLACE_LOCATION_CHECKS: END
LIBREPLACE_CC_CHECKS: START
LIBREPLACE_CC_CHECKS: END
LIBREPLACE_BROKEN_CHECKS: START
LIBREPLACE_BROKEN_CHECKS: END
LIBREPLACE_NETWORK_CHECKS: START
bge2 IP=xxx.xx.xx.xx NETMASK=255.255.255.0
bg...
2008 Dec 23
0
[jra@samba.org: Patch to improve Samba write speeds on Linux ext3 with 3.2.x]
...it on how far
+ * ahead we will write. */
+#define STRICT_ALLOCATE_PARTIAL_LIMIT 0x200000
+
#endif
diff --git a/source/include/smb.h b/source/include/smb.h
index bfada11..f1b6033 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -1966,4 +1966,10 @@ struct smb_extended_info {
char samba_version_string[SAMBA_EXTENDED_INFO_VERSION_STRING_LENGTH];
};
+enum smb_strict_allocate_options {
+ STRICT_ALLOCATE_OFF=0,
+ STRICT_ALLOCATE_ON=1,
+ STRICT_ALLOCATE_PARTIAL=2
+};
+
#endif /* _SMB_H */
diff --git a/source/modules/vfs_default.c b/source/modules/vfs_default.c
index 88c7237..8a724ad 100644
---...
2010 Feb 15
0
Unable to provision with openldap/samba4: pdc_fsmo_init: no domain object present
...245, in <module>
nosync=opts.nosync,ldap_dryrun_mode=opts.ldap_dryrun_mode,useeadb=eadb)
File "bin/python/samba/provision.py", line 1326, in provision
dom_for_fun_level=dom_for_fun_level)
File "bin/python/samba/provision.py", line 957, in setup_samdb
"SAMBA_VERSION_STRING": version
File "bin/python/samba/provision.py", line 261, in setup_modify_ldif
ldb.modify_ldif(data)
File "bin/python/samba/__init__.py", line 261, in modify_ldif
self.modify(msg, controls)
_ldb.LdbError: (1, 'LDAP client internal error: NT_STATUS_INTERNA...
2009 Dec 30
1
Samba4 A11 Provision Fails on 389-DS - Fedora 12
...n", line 222, in <module>
nosync=opts.nosync,ldap_dryrun_mode=opts.ldap_dryrun_mode)
File "bin/python/samba/provision.py", line 1235, in provision
dom_for_fun_level=dom_for_fun_level)
File "bin/python/samba/provision.py", line 929, in setup_samdb
"SAMBA_VERSION_STRING": version
File "bin/python/samba/provision.py", line 265, in setup_modify_ldif
ldb.modify_ldif(data)
File "bin/python/samba/__init__.py", line 259, in modify_ldif
self.modify(msg, controls)
_ldb.LdbError: (1, 'LDAP client internal error: NT_STATUS_INTERNA...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...-krb5=/netopt \
--with-libiconv=/netopt --with-utmp --with-winbind CC=gcc \
CFLAGS='-I/netopt/include' LD=gcc LDFLAGS='-L/netopt/lib -R/netopt/lib' \
--with-syslog-facility=local7
And, the output from configure (sorry if this is too much info):
SAMBA VERSION: 3.4.5
-
-
# define SAMBA_VERSION_STRING SAMBA_VERSION_OFFICIAL_STRING
LIBREPLACE_LOCATION_CHECKS: START
checking build system type... sparc-sun-solaris2.9
checking host system type... sparc-sun-solaris2.9
checking target system type... sparc-sun-solaris2.9
LIBREPLACE_LOCATION_CHECKS: END
LIBREPLACE_CC_CHECKS: START
checking for gcc......
2010 May 11
1
Samba 3.5.2 compile on AIX
...r ./configure.developer) and then make.
root at valisaix53:/compile/sources/samba-3.5.2/source3
# ./configure --prefix=/opt/CMNSsamba --with-libiconv=/opt/CMNSsamba
--with-krb5=/opt/CMNSsamba
configure: WARNING: $PATH contains /usr/ucb - build errors may follow
SAMBA VERSION: 3.5.2
-
-
# define SAMBA_VERSION_STRING SAMBA_VERSION_OFFICIAL_STRING
checking build system type... powerpc-ibm-aix5.3.0.0
checking host system type... powerpc-ibm-aix5.3.0.0
checking target system type... powerpc-ibm-aix5.3.0.0
LIBREPLACE_LOCATION_CHECKS: START
LIBREPLACE_LOCATION_CHECKS: END
LIBREPLACE_CC_CHECKS: START
checking for...
2013 Jan 07
4
3.6.10 file handle leak under ancient 32-bit kernel
...s obvious from the differences. Compiling
with 'gcc' 4.7.1.
Problem was first noticed in Samba 3.6.4
with AIO disabled. Turned on AIO
when compiling 3.6.10.
Thank you for the excellent Samba software!
Regards
-------------- next part --------------
SAMBA VERSION: 3.6.10
-
-
# define SAMBA_VERSION_STRING SAMBA_VERSION_OFFICIAL_STRING
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
LIBREPLACE_LOCATION_CHECKS: START
LIBREPLACE_LOCATION_CHECKS: END
LIBREPLACE_CC_CHECKS: START
checking for gcc... gcc
chec...