Full_Name: SOFIENE BLOUZA
Version: 2.4.23-34.el6_5.1
OS: Centos 6.6
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (217.109.110.145)
Hello,
I want to make replication betweend two ldap servers using Delta-syncrepl. I use
the tuto http://www.openldap.org/doc/admin24/replication.html#Delta-syncrepl on
section 18.3.2.
I make the configuration but it doesnt work correctly.
How can I fix the problem!
Thunks a lot
Leonid Yuriev wrote:
> Yes of course, all warnings could be hushed by compiler options, but
> this also hides the real mistakes.
> So, I prefer fix the warnings, instead of disable gcc/clang features.
>
> Please review attached patchset and merge.
Your patch assumes CPP features that are not guaranteed to be present.
Rejecting this patchset.
Learn more about how OpenLDAP software is built and why.
>
> Leonid.
>
> ---
>
> The attached files is derived from OpenLDAP Software. All of the
> modifications
> to OpenLDAP Software represented in the following patch(es) were
> developed by
> Peter-Service LLC, Moscow, Russia. Peter-Service LLC has not assigned
> rights
> and/or interest in this work to any party. I, Leonid Yuriev am
> authorized by
> Peter-Service LLC, my employer, to release this work under the following
> terms.
>
> Peter-Service LLC hereby places the following modifications to OpenLDAP
> Software
> (and only these modifications) into the public domain. Hence, these
> modifications may be freely used and/or redistributed for any purpose
> with or without attribution and/or other notice
>
>
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/
--e89a8f8389d152e760050bfd4ba8
Content-Type: text/plain; charset=UTF-8
Fast-forward 'pull' is also available
https://github.com/leo-yuriev/openldap-lmdb-challenge.git
Leonid.
2015-01-06 18:10 GMT+03:00 Leonid Yuriev <leo(a)yuriev.ru>:
> Yes of course, all warnings could be hushed by compiler options, but this
> also hides the real mistakes.
> So, I prefer fix the warnings, instead of disable gcc/clang features.
>
> Please review attached patchset and merge.
>
> Leonid.
>
> ---
>
> The attached files is derived from OpenLDAP Software. All of the
> modifications
> to OpenLDAP Software represented in the following patch(es) were developed
> by
> Peter-Service LLC, Moscow, Russia. Peter-Service LLC has not assigned
> rights
> and/or interest in this work to any party. I, Leonid Yuriev am authorized
> by
> Peter-Service LLC, my employer, to release this work under the following
> terms.
>
> Peter-Service LLC hereby places the following modifications to OpenLDAP
> Software
> (and only these modifications) into the public domain. Hence, these
> modifications may be freely used and/or redistributed for any purpose
> with or without attribution and/or other notice
>
>
>
--e89a8f8389d152e760050bfd4ba8
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr"><div><div>Fast-forward 'pull' is also available</d=
iv><div><a href=3D"https://github.com/leo-yuriev/openldap-lmdb-challenge.gi=
t">https://github.com/leo-yuriev/openldap-lmdb-challenge.git</a><br><br>Leo=
nid.</div></div></div><div class=3D"gmail_extra"><br><div class=3D"gmail_qu=
ote">2015-01-06 18:10 GMT+03:00 Leonid Yuriev <span dir=3D"ltr"><<a href=
=3D"mailto:leo@yuriev.ru" target=3D"_blank">leo(a)yuriev.ru</a>></span>:<b=
r><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:=
1px #ccc solid;padding-left:1ex">Yes of course, all warnings could be hushe=
d by compiler options, but this also hides the real mistakes.<br>
So, I prefer fix the warnings, instead of disable gcc/clang features.<br>
<br>
Please review attached patchset and merge.<br>
<br>
Leonid.<br>
<br>
---<br>
<br>
The attached files is derived from OpenLDAP Software. All of the modificati=
ons<br>
to OpenLDAP Software represented in the following patch(es) were developed =
by<br>
Peter-Service LLC, Moscow, Russia. Peter-Service LLC has not assigned right=
s<br>
and/or interest in this work to any party. I, Leonid Yuriev am authorized b=
y<br>
Peter-Service LLC, my employer, to release this work under the following te=
rms.<br>
<br>
Peter-Service LLC hereby places the following modifications to OpenLDAP Sof=
tware<br>
(and only these modifications) into the public domain. Hence, these<br>
modifications may be freely used and/or redistributed for any purpose<br>
with or without attribution and/or other notice<br>
<br>
<br>
</blockquote></div><br></div>
--e89a8f8389d152e760050bfd4ba8--
leo(a)yuriev.ru wrote:
> Full_Name: Leonid Yuriev
> Version: git-master
> OS: RHEL7
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (31.130.36.33)
>
>
> It is about 5K warnings reported by gcc/clang if building OpenLDAP with -Wall.
>
> CFLAGS="-Wall" ./configure ...
No need for that. Learn how to use make.
> make depend && make
make AC_CFLAGS="-Wall -Wno-format-extra-args"
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/
leo(a)yuriev.ru wrote:
> Full_Name: Leonid Yuriev
> Version: git-master
> OS: RHEL7
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (31.130.36.33)
>
>
> It is about 5K warnings reported by gcc/clang if building OpenLDAP with -Wall.
>
> CFLAGS="-Wall" ./configure ...
> make depend && make
>
> The vast majority of warnings about harmless things: unnecessary arguments to
> printf through Debug macro,
Ignore those. Use -Wno-format-extra-args
> unused variables and functions, etc.
> But such amount of warnings makes impossible to use -Wall to find a potential
> problems.
>
> I have prepared the patchset which fixes most of these warnings.
> It will be submited shortly.
>
> Leonid.
>
>
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/
On 06/01/2015 15:47, leo(a)yuriev.ru wrote:
> Full_Name: Leonid Yuriev
> Version: git-master
> OS: RHEL7
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (31.130.36.33)
>
>
> It is about 5K warnings reported by gcc/clang if building OpenLDAP with -Wall.
>
> CFLAGS="-Wall" ./configure ...
> make depend && make
>
> The vast majority of warnings about harmless things: unnecessary arguments to
> printf through Debug macro, unused variables and functions, etc.
> But such amount of warnings makes impossible to use -Wall to find a potential
> problems.
>
> I have prepared the patchset which fixes most of these warnings.
> It will be submited shortly.
My 2c:
- normal users do not need to build with -Wall; only developers might
need to
- in addition to -Wall, if you add -Wno-[specific harmless warnings you
want to disable], then only relevant ones do surface.
p.
--
Pierangelo Masarati
Associate Professor
Dipartimento di Scienze e Tecnologie Aerospaziali
Politecnico di Milano
Full_Name: Leonid Yuriev
Version: git-master
OS: RHEL7
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (31.130.36.33)
It is about 5K warnings reported by gcc/clang if building OpenLDAP with -Wall.
CFLAGS="-Wall" ./configure ...
make depend && make
The vast majority of warnings about harmless things: unnecessary arguments to
printf through Debug macro, unused variables and functions, etc.
But such amount of warnings makes impossible to use -Wall to find a potential
problems.
I have prepared the patchset which fixes most of these warnings.
It will be submited shortly.
Leonid.
--On Tuesday, January 06, 2015 1:31 AM +0000 gnoe(a)symas.com wrote:
> Full_Name: Greg Noe
> Version: NA
> OS: NA
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (63.142.209.94)
>
>
> Request: If possible, add an option to limit the size of a core dump
> when slapd crashes.
>
> Reason for request: In cases where very large caches are used and slapd
> crashes, the size of the core dump files can exceed the available disk
> space.
Core dump size is controlled by the kernel already, via sysctl. Why does
one need an option to slapd for this?
--
Quanah Gibson-Mount
Platform Architect
Zimbra, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration
Full_Name: Greg Noe
Version: NA
OS: NA
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (63.142.209.94)
Request: If possible, add an option to limit the size of a core dump when slapd
crashes.
Reason for request: In cases where very large caches are used and slapd
crashes, the size of the core dump files can exceed the available disk space.
leo(a)yuriev.ru wrote:
> Full_Name: Leonid Yuriev
> Version: 2.4-HEAD
> OS: RHEL7
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (31.130.36.33)
>
>
> No any error reported by lmdb-backend when wrong options was specified in
> envflags.
>
> For example slapd.conf:
> envflags This is a rebus codestyle and the technical debt
>
> Patch will be available shortly.
fixed in master
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/