https://bugs.openldap.org/show_bug.cgi?id=8673
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.1 |2.5.3
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8649
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.1 |2.6.0
Keywords|OL_2_5_REQ |
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7766
--- Comment #10 from Ondřej Kuzník <ondra(a)mistotebe.net> ---
syncrepl_diff_entry() doesn't work if either entry has extra attributes at the
end, which are ignored when we stop once the "while ( old && new )" check
fails. Those do not make it into the diff.
In the above case, some operational attributes are modified (at least entryCSN
will) so they're moved to the end so the ppolicy parameters are picked up the
second time.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7468
Howard Chu <hyc(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |TEST
Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Howard Chu <hyc(a)openldap.org> ---
fixed in master
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7468
Howard Chu <hyc(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.openldap.org/s
| |how_bug.cgi?id=9220
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7439
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Keywords|OL_2_5_REQ, replication |
Status|UNCONFIRMED |RESOLVED
--- Comment #6 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
trunk/RE25:
• 58dfef01
by Ondřej Kuzník at 2021-01-20T11:39:17+00:00
ITS#7439 Do not free parts of original filter
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=5941
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Keywords|OL_2_5_REQ |
Resolution|--- |FIXED
--- Comment #13 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
trunk/RE25:
• fc1bcaf9
by Ondřej Kuzník at 2021-01-18T14:36:16+00:00
ITS#5941 manage callbacks to coexist with other overlays
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8307
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ |
Resolution|TEST |FIXED
--- Comment #11 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
RE25:
commit eefe12366c5c6de25a9a7067000b443d76043725
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 13 16:35:43 2021 +0000
ITS#8307 fix slapo-accesslog: noop if logDB isn't open yet
Add be_flag for DB OPEN status
commit 85b68aa5e221397081249fe5efe7330a6d738ecf
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 13 16:39:24 2021 +0000
ITS#8307 slapo-dds: mark internal searches as do_not_cache
commit 9d440e3d2829258b803a2e663343c05341945446
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 13 16:58:42 2021 +0000
ITS#8307 slapo-accesslog additional check
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9435
Issue ID: 9435
Summary: LDAP Servers locked up and unresponsive
Product: OpenLDAP
Version: 2.4.56
Hardware: x86_64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: slapd
Assignee: bugs(a)openldap.org
Reporter: tsujik(a)sekisui.com
Target Milestone: ---
Setup:
I have six OpenLDAP servers running, replicating in mirrormode and using
slapd-perl.
Problem:
On rare occasions servers will lock up and be unresponsive.
Workaround:
Restart the slapd process will resolve this problem.
Observations:
- Checking with gdb, lock occurs when binding.
- I don't know how to reproduce this reliably and how to fix.
slapd.conf setting (excerpt):
...
database perl
suffix "secret"
perlModulePath secret
perlModule secret
perlModuleConfig logfile secret
...
overlay syncprov
serverID 1
syncrepl rid=001
...
mirrormode on
GDB:
(gdb) bt
#0 0x00007f6a3ed9370a in pthread_join () from /lib64/libpthread.so.0
#1 0x00000000005c7ce2 in ldap_pvt_thread_join ()
#2 0x000000000045f7aa in slapd_daemon ()
#3 0x000000000043cc45 in main ()
(gdb) thread apply all bt
Thread 17 (Thread 0x7f69fb7eb700 (LWP 945)):
#0 0x00007f6a3ed9b2ad in __lll_lock_wait () from /lib64/libpthread.so.0
#1 0x00007f6a3ed94bfd in pthread_mutex_lock () from /lib64/libpthread.so.0
#2 0x00000000005c7df4 in ldap_pvt_thread_mutex_lock ()
#3 0x00000000005a1ef5 in perl_back_bind ()
#4 0x000000000048b367 in fe_op_bind ()
#5 0x000000000048aa25 in do_bind ()
#6 0x000000000046295b in ?? ()
#7 0x0000000000462ef7 in ?? ()
#8 0x00000000005c684d in ?? ()
#9 0x00007f6a3ed9240b in start_thread () from /lib64/libpthread.so.0
#10 0x00007f6a3d443e7f in clone () from /lib64/libc.so.6
Please let me know if you have any other information you need.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9441
Issue ID: 9441
Summary: make error on centos8
Product: OpenLDAP
Version: 2.4.57
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: build
Assignee: bugs(a)openldap.org
Reporter: tchatz(a)arx.gr
Target Milestone: ---
I tried to compile openldap on centos8
using ./configure --with-cyrus-sasl --enable-crypt --enable-slapd
--enable-perl
and I got a an error in make which I dont understand. I present when the funny
messages start appearing and a couple of lines before(just in case they help)
cc -g -O2 -o slapd main.o globals.o bconfig.o config.o daemon.o connection.o
search.o filter.o add.o cr.o attr.o entry.o backend.o backends.o result.o
operation.o dn.o compare.o modify.o delete.o modrdn.o ch_malloc.o value.o ava.o
bind.o unbind.o abandon.o filterentry.o phonetic.o acl.o str2filter.o
aclparse.o init.o user.o lock.o controls.o extended.o passwd.o schema.o
schema_check.o schema_init.o schema_prep.o schemaparse.o ad.o at.o mr.o
syntax.o oc.o saslauthz.o oidm.o starttls.o index.o sets.o referral.o
root_dse.o sasl.o module.o mra.o mods.o sl_malloc.o zn_malloc.o limits.o
operational.o matchedValues.o cancel.o syncrepl.o backglue.o backover.o
ctxcsn.o ldapsync.o frontend.o slapadd.o slapcat.o slapcommon.o slapdn.o
slapindex.o slappasswd.o slaptest.o slapauth.o slapacl.o component.o aci.o
alock.o txn.o slapschema.o version.o -Wl,--enable-new-dtags -Wl,-z -Wl,relro
-Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro
-Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
-fstack-protector-strong -pthread libbackends.a liboverlays.a
../../libraries/liblunicode/liblunicode.a
../../libraries/librewrite/librewrite.a ../../libraries/liblutil/liblutil.a
../../libraries/libldap_r/.libs/libldap_r.a
/usr/local/src/openldap-2.4.57/libraries/liblber/.libs/liblber.a
../../libraries/liblber/.libs/liblber.a -ldb-5.3 -L/usr/local/lib
-L/usr/lib64/perl5/CORE -lperl -lpthread -ldl -lm -lutil -lsasl2 -lcrypt
-lresolv -pthread
daemon.o: In function `slap_listener':
/usr/local/src/openldap-2.4.57/servers/slapd/daemon.c:1934: warning:
`sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
/usr/local/src/openldap-2.4.57/servers/slapd/daemon.c:1934: warning: `sys_nerr'
is deprecated; use `strerror' or `strerror_r' instead
/usr/bin/ld: main.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be
used when making a PIE object; recompile with -fPIC
/usr/bin/ld: bconfig.o: relocation R_X86_64_32 against `.rodata' can not be
used when making a PIE object; recompile with -fPIC
lots of same messages for various *.o and *.a files
.......................................
........................................
......................................
/usr/bin/ld:
/usr/local/src/openldap-2.4.57/libraries/liblber/.libs/liblber.a(decode.o):
relocation R_X86_64_32 against `.rodata' can not be used when making a PIE
object; recompile with -fPIC
/usr/bin/ld:
/usr/local/src/openldap-2.4.57/libraries/liblber/.libs/liblber.a(encode.o):
relocation R_X86_64_32 against `.rodata' can not be used when making a PIE
object; recompile with -fPIC
/usr/bin/ld:
/usr/local/src/openldap-2.4.57/libraries/liblber/.libs/liblber.a(io.o):
relocation R_X86_64_32 against `.rodata' can not be used when making a PIE
object; recompile with -fPIC
/usr/bin/ld:
/usr/local/src/openldap-2.4.57/libraries/liblber/.libs/liblber.a(bprint.o):
relocation R_X86_64_32 against `.rodata' can not be used when making a PIE
object; recompile with -fPIC
/usr/bin/ld:
/usr/local/src/openldap-2.4.57/libraries/liblber/.libs/liblber.a(debug.o):
relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a
PIE object; recompile with -fPIC
/usr/bin/ld:
/usr/local/src/openldap-2.4.57/libraries/liblber/.libs/liblber.a(memory.o):
relocation R_X86_64_32 against `.rodata' can not be used when making a PIE
object; recompile with -fPIC
/usr/bin/ld:
/usr/local/src/openldap-2.4.57/libraries/liblber/.libs/liblber.a(options.o):
relocation R_X86_64_32S against `.rodata' can not be used when making a PIE
object; recompile with -fPIC
/usr/bin/ld:
/usr/local/src/openldap-2.4.57/libraries/liblber/.libs/liblber.a(sockbuf.o):
relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a
PIE object; recompile with -fPIC
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:518: slapd] Error 1
make[2]: Leaving directory '/usr/local/src/openldap-2.4.57/servers/slapd'
make[1]: *** [Makefile:291: all-common] Error 1
make[1]: Leaving directory '/usr/local/src/openldap-2.4.57/servers'
make: *** [Makefile:312: all-common] Error 1
O dont understand what "ld: final link failed: Nonrepresentable section on
output" means and if this is the error at all to be honest.
Any help would be much appreciated as I dont have any idea how to continue
--
You are receiving this mail because:
You are on the CC list for the issue.