Admin Console issue
by Oates, Robert
Hello all
I have come across an issue when I restart the dirsrv-admin process or the actual 389 server where I am unable to login to the 389-console with my user ID and get the following message:
Cannot logon because of an incorrect User ID, Incorrect Password or Directory problem
HttpException:
Response: HTTP/1.1 401 Authorization Required
Status: 401
URL: http://server:9830/admin-serv/authenticate
If I then login using the built-in admin account, close the console and then try to login using my user ID it now works. I have built 389 servers at multiple sites and they all have the same issue. Can people test if they have the same issue or if they have any ways that this can be solved?
Here are some extracts from /var/log/dirsrv/admin-serv/error (it has been altered slightly to remove ip's and domain names.)
# failed login with my user account
[Thu Sep 17 11:16:08 2015] [notice] [client xxx.xxx.xxx.xxx] admserv_host_ip_check: ap_get_remote_host could not resolve xxx.xxx.xxx.xxx
[Thu Sep 17 11:16:08 2015] [error] [client xxx.xxx.xxx.xxx] user test1 not found: /admin-serv/authenticate
# successful login as admin
[Thu Sep 17 11:33:50 2015] [notice] [client xxx.xxx.xxx.xxx] admserv_host_ip_check: ap_get_remote_host could not resolve xxx.xxx.xxx.xxx
[Thu Sep 17 11:33:50 2015] [notice] [client xxx.xxx.xxx.xxx] admserv_check_authz(): passing [/admin-serv/authenticate] to the userauth handler
# successful login with my user account
[Thu Sep 17 11:34:41 2015] [notice] [client xxx.xxx.xxx.xxx] admserv_host_ip_check: ap_get_remote_host could not resolve xxx.xxx.xxx.xxx
[Thu Sep 17 11:34:41 2015] [notice] [client xxx.xxx.xxx.xxx] admserv_check_authz(): passing [/admin-serv/authenticate] to the userauth handler
When starting the server the below lines appear in the log
[Thu Sep 17 11:09:32 2015] [notice] caught SIGTERM, shutting down
[Thu Sep 17 11:10:05 2015] [notice] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Thu Sep 17 11:10:06 2015] [notice] Access Host filter is: *.domain.com
[Thu Sep 17 11:10:06 2015] [notice] Access Address filter is: *
[Thu Sep 17 11:10:07 2015] [notice] Apache/2.2.15 (Unix) configured -- resuming normal operations
[Thu Sep 17 11:10:07 2015] [notice] Access Host filter is: *.domain.com
[Thu Sep 17 11:10:07 2015] [notice] Access Address filter is: *
389 packages installed
389-ds-console-doc-1.2.6-1.el6.noarch
389-console-1.1.7-1.el6.noarch
389-adminutil-1.1.19-1.el6.x86_64
389-admin-1.1.35-1.el6.x86_64
389-admin-console-1.1.8-1.el6.noarch
389-dsgw-1.1.11-1.el6.x86_64
389-ds-console-1.2.6-1.el6.noarch
389-ds-base-libs-1.2.11.15-48.el6_6.x86_64
389-ds-base-1.2.11.15-48.el6_6.x86_64
389-admin-console-doc-1.1.8-1.el6.noarch
389-ds-1.2.2-1.el6.noarch
Any help would be much appreciated
Regards
Rob
________________________________
This message (and any attachments) is for the recipient only. NERC is subject to the Freedom of Information Act 2000 and the contents of this email and any reply you make may be disclosed by NERC unless it is exempt from release under the Act. Any material supplied to NERC may be stored in an electronic records management system.
________________________________
7 years, 6 months
Search results with memberOf plugin is very slow
by Dustin Jenkins
We’re new to LDAP within the last year as we’re replacing our RDBMS of users with a directory server. We’re running Scientific Linux 6 with (stable) version 1.2.11. My apologies if this has been asked before.
Has anyone else noticed very slow searching with 389 ds? Especially with a large list of results. It seems as though the memberOf plugin is getting in the way with the amount of checking its doing combined with some threading issues. In one case, during load testing, we were able to make the thread hang and were able to see the thread contents as such:
….
#14 0x00007f4c028dc04b in memberof_call_foreach_dn () from /usr/lib64/dirsrv/plugins/libmemberof-plugin.so
#15 0x00007f4c028dc4bd in memberof_get_groups_callback () from /usr/lib64/dirsrv/plugins/libmemberof-plugin.so
#16 0x00007f4c0c785a8f in send_ldap_search_entry_ext () from /usr/lib64/dirsrv/libslapd.so.0
#17 0x00007f4c0c7867fc in send_ldap_search_entry () from /usr/lib64/dirsrv/libslapd.so.0
#18 0x00007f4c0c7694a6 in iterate.clone.2 () from /usr/lib64/dirsrv/libslapd.so.0
#19 0x00007f4c0c769957 in send_results_ext.clone.0 () from /usr/lib64/dirsrv/libslapd.so.0
#20 0x00007f4c0c76a6ad in op_shared_search () from /usr/lib64/dirsrv/libslapd.so.0
#21 0x00007f4c0c776c2c in search_internal_callback_pb () from /usr/lib64/dirsrv/libslapd.so.0
#22 0x00007f4c028dc04b in memberof_call_foreach_dn () from /usr/lib64/dirsrv/plugins/libmemberof-plugin.so
#23 0x00007f4c028dc1a2 in memberof_fix_memberof_callback () from /usr/lib64/dirsrv/plugins/libmemberof-plugin.so
#24 0x00007f4c028dcd40 in memberof_modop_one_replace_r () from /usr/lib64/dirsrv/plugins/libmemberof-plugin.so
#25 0x00007f4c028de10f in memberof_replace_list () from /usr/lib64/dirsrv/plugins/libmemberof-plugin.so
#26 0x00007f4c028de576 in memberof_postop_modify () from /usr/lib64/dirsrv/plugins/libmemberof-plugin.so
….
We maintain a tree of Users and a tree of Groups, with the memberOf plugin identifying, for each user, each group they are a member of via the memberOf attribute. Seems like a fairly typical setup.
I’m trying to convince our Administrator to upgrade to the latest (1.3.4.4 as of this writing), but I can’t find a change log to refer to incase this has been fixed already.
Many thanks,
Dustin
7 years, 6 months
Re: [389-users] performance Q with ldapsearch
by Rich Megginson
On 09/14/2015 12:30 PM, ghiureai wrote:
>
>
> Rich, see ms the version are matching see bellow:
> rpm -q 389-ds-base
> 389-ds-base-1.2.11.15-34.el6_5.x86_64
>
>
> ldap-ds@proc5-02:slapd-pldap2$ rpm -q 389-ds-base-debuginfo
> 389-ds-base-debuginfo-1.2.11.15-34.el6_5.x86_64
What about the other versions of the other packages I mentioned?
I'm not sure what's going on. It should be working. Without a good
stacktrace, it will be very difficult to figure out what's going on. I
suppose you can file a ticket and include steps to reproduce, and a
developer will take a look at it.
>
>
> My export db2ldif hangs always in same place at 43% and just hangs
> same for ldapsearch count of all users etc
>
> On 09/14/2015 10:43 AM, Rich Megginson wrote:
>> On 09/14/2015 11:12 AM, ghiureai wrote:
>>>
>>>
>>> Rich, here are details after installing the packages:
>>>
>>> * installing gdb
>>> * installing debuginfo packages
>>>
>>> to debug hangs, see the stack trace output:
>>>
>>> rpm -q 389-ds-base
>>> 389-ds-base-1.2.11.15-34.el6_5.x86_64
>>> gdb -ex 'set confirm off' -ex 'set pagination off' -ex 'thread apply
>>> all bt full' -ex 'quit' /usr/sbin/ns-slapd `pidof ns-slapd` >
>>> stacktrace.`date +%s`.txt 2>&1
>>
>> It looks like gdb cannot read the symbols from the executable. This
>> usually means a version mismatch between the debuginfo package and
>> the base package. There are a lot of messages like this:
>> warning: the debug information found in
>> "/usr/lib/debug//usr/sbin/ns-slapd.debug" does not match
>> "/usr/sbin/ns-slapd" (CRC mismatch).
>>
>> rpm -q 389-ds-base 389-ds-base-debuginfo openldap openldap-debuginfo
>> db4 db4-debuginfo nss nss-debuginfo nspr nspr-debuginfo glibc
>> glibc-debuginfo
>>
>> If you see, for example, that the version of 389-ds-base does not
>> match the version of 389-ds-base-debuginfo, you will need to figure
>> out how to yum upgrade or downgrade 389-ds-base-debuginfo to make its
>> version match the version of 389-ds-base. Same with the other packages.
>>
>> Do you see this problem with newer versions of 389? For example, the
>> 6.7 version should be available.
>> Are you a Red Hat customer using RHDS or IdM? If so, please contact
>> me offline with case details.
>> Are you using IPA or plain 389?
>>
>>>
>>>
>>> [root@proc5-02 ~]# ls -lrt
>>> total 2508
>>> -rw-r--r--. 1 root root 3091 Sep 5 2014 install.log.syslog
>>> -rw-r--r--. 1 root root 9786 Sep 5 2014 install.log
>>> -rw-------. 1 root root 6105 Sep 5 2014 anaconda-ks.cfg
>>> -rw-------. 1 root root 11078 Sep 5 2014 ks-post.log
>>> drwxr-xr-x 2 root root 4096 Nov 22 2014 bash
>>> -rw-r--r-- 1 root root 2457600 Nov 24 2014 bash-check-fix.tar
>>> drwxr-xr-x 2 root root 4096 Mar 20 10:16 test
>>> -rw-r--r-- 1 root root 62680 Sep 14 10:06 stacktrace.1442250363.txt
>>> [root@proc5-02 ~]# cat stacktrace.1442250363.txt
>>> GNU gdb (GDB) Red Hat Enterprise Linux (7.2-83.el6)
>>> Copyright (C) 2010 Free Software Foundation, Inc.
>>> License GPLv3+: GNU GPL version 3 or later
>>> <http://gnu.org/licenses/gpl.html>
>>> This is free software: you are free to change and redistribute it.
>>> There is NO WARRANTY, to the extent permitted by law. Type "show
>>> copying"
>>> and "show warranty" for details.
>>> This GDB was configured as "x86_64-redhat-linux-gnu".
>>> For bug reporting instructions, please see:
>>> <http://www.gnu.org/software/gdb/bugs/>...
>>> Reading symbols from /usr/sbin/ns-slapd...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/sbin/ns-slapd.debug" does not match
>>> "/usr/sbin/ns-slapd" (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/sbin/ns-slapd.debug" does not match
>>> "/usr/sbin/ns-slapd" (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Attaching to program: /usr/sbin/ns-slapd, process 1804
>>> Reading symbols from /usr/lib64/dirsrv/libslapd.so.0...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/libslapd.so.0.0.0.debug" does not
>>> match "/usr/lib64/dirsrv/libslapd.so.0" (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/libslapd.so.0.0.0.debug" does not
>>> match "/usr/lib64/dirsrv/libslapd.so.0" (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/libslapd.so.0
>>> Reading symbols from /lib64/libkrb5.so.3...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libkrb5.so.3
>>> Reading symbols from /lib64/libk5crypto.so.3...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libk5crypto.so.3
>>> Reading symbols from /lib64/libcom_err.so.2...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libcom_err.so.2
>>> Reading symbols from /lib64/libpcre.so.0...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libpcre.so.0
>>> Reading symbols from /lib64/libldap_r-2.4.so.2...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /lib64/libldap_r-2.4.so.2
>>> Reading symbols from /lib64/libldif-2.4.so.2...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libldif-2.4.so.2
>>> Reading symbols from /lib64/liblber-2.4.so.2...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/liblber-2.4.so.2
>>> Reading symbols from /usr/lib64/libssl3.so...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /usr/lib64/libssl3.so
>>> Reading symbols from /usr/lib64/libnss3.so...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /usr/lib64/libnss3.so
>>> Reading symbols from /lib64/libplc4.so...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libplc4.so
>>> Reading symbols from /lib64/libplds4.so...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libplds4.so
>>> Reading symbols from /lib64/libnspr4.so...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libnspr4.so
>>> Reading symbols from /usr/lib64/libsasl2.so.2...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /usr/lib64/libsasl2.so.2
>>> Reading symbols from /usr/lib64/libsvrcore.so.0...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /usr/lib64/libsvrcore.so.0
>>> Reading symbols from /lib64/libpthread.so.0...(no debugging symbols
>>> found)...done.
>>> [New LWP 23728]
>>> [New LWP 1848]
>>> [New LWP 1847]
>>> [New LWP 1846]
>>> [New LWP 1845]
>>> [New LWP 1844]
>>> [New LWP 1843]
>>> [New LWP 1842]
>>> [New LWP 1841]
>>> [New LWP 1840]
>>> [New LWP 1839]
>>> [New LWP 1838]
>>> [New LWP 1837]
>>> [New LWP 1836]
>>> [New LWP 1835]
>>> [New LWP 1834]
>>> [New LWP 1833]
>>> [New LWP 1832]
>>> [New LWP 1831]
>>> [New LWP 1830]
>>> [New LWP 1829]
>>> [New LWP 1828]
>>> [New LWP 1827]
>>> [New LWP 1826]
>>> [New LWP 1825]
>>> [New LWP 1824]
>>> [New LWP 1823]
>>> [New LWP 1822]
>>> [New LWP 1821]
>>> [New LWP 1820]
>>> [New LWP 1819]
>>> [New LWP 1818]
>>> [New LWP 1817]
>>> [New LWP 1816]
>>> [New LWP 1815]
>>> [New LWP 1814]
>>> [New LWP 1813]
>>> [New LWP 1812]
>>> [New LWP 1811]
>>> [New LWP 1810]
>>> [New LWP 1809]
>>> [New LWP 1808]
>>> [New LWP 1807]
>>> [Thread debugging using libthread_db enabled]
>>> Loaded symbols for /lib64/libpthread.so.0
>>> Reading symbols from /lib64/libc.so.6...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libc.so.6
>>> Reading symbols from /lib64/libkrb5support.so.0...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /lib64/libkrb5support.so.0
>>> Reading symbols from /lib64/libkeyutils.so.1...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libkeyutils.so.1
>>> Reading symbols from /lib64/libresolv.so.2...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libresolv.so.2
>>> Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /lib64/ld-linux-x86-64.so.2
>>> Reading symbols from /usr/lib64/libsmime3.so...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /usr/lib64/libsmime3.so
>>> Reading symbols from /usr/lib64/libnssutil3.so...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /usr/lib64/libnssutil3.so
>>> Reading symbols from /lib64/libdl.so.2...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libdl.so.2
>>> Reading symbols from /lib64/libz.so.1...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libz.so.1
>>> Reading symbols from /lib64/librt.so.1...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/librt.so.1
>>> Reading symbols from /lib64/libcrypt.so.1...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libcrypt.so.1
>>> Reading symbols from /lib64/libselinux.so.1...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libselinux.so.1
>>> Reading symbols from /lib64/libfreebl3.so...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libfreebl3.so
>>> Reading symbols from /lib64/libnss_files.so.2...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /lib64/libnss_files.so.2
>>> Reading symbols from /usr/lib64/dirsrv/plugins/libsyntax-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libsyntax-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libsyntax-plugin.so" (CRC
>>> mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libsyntax-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libsyntax-plugin.so" (CRC
>>> mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libsyntax-plugin.so
>>> Reading symbols from /usr/lib64/dirsrv/plugins/libbitwise-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libbitwise-plugin.so.debug" does
>>> not match "/usr/lib64/dirsrv/plugins/libbitwise-plugin.so" (CRC
>>> mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libbitwise-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libbitwise-plugin.so" (CRC
>>> mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libbitwise-plugin.so
>>> Reading symbols from /usr/lib64/dirsrv/plugins/libcollation-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libcollation-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libcollation-plugin.so"
>>> (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libcollation-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libcollation-plugin.so"
>>> (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libcollation-plugin.so
>>> Reading symbols from /usr/lib64/libicui18n.so.42...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /usr/lib64/libicui18n.so.42
>>> Reading symbols from /usr/lib64/libicuuc.so.42...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /usr/lib64/libicuuc.so.42
>>> Reading symbols from /usr/lib64/libicudata.so.42...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /usr/lib64/libicudata.so.42
>>> Reading symbols from /usr/lib64/libstdc++.so.6...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /usr/lib64/libstdc++.so.6
>>> Reading symbols from /lib64/libm.so.6...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libm.so.6
>>> Reading symbols from /lib64/libgcc_s.so.1...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libgcc_s.so.1
>>> Reading symbols from
>>> /usr/lib64/dirsrv/plugins/libpwdstorage-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libpwdstorage-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libpwdstorage-plugin.so"
>>> (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libpwdstorage-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libpwdstorage-plugin.so"
>>> (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libpwdstorage-plugin.so
>>> Reading symbols from /usr/lib64/dirsrv/plugins/libdes-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libdes-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libdes-plugin.so" (CRC
>>> mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libdes-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libdes-plugin.so" (CRC
>>> mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libdes-plugin.so
>>> Reading symbols from /usr/lib64/sasl2/libgssapiv2.so...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /usr/lib64/sasl2/libgssapiv2.so
>>> Reading symbols from /lib64/libgssapi_krb5.so.2...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /lib64/libgssapi_krb5.so.2
>>> Reading symbols from /usr/lib64/sasl2/libsasldb.so...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /usr/lib64/sasl2/libsasldb.so
>>> Reading symbols from /lib64/libdb-4.7.so...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libdb-4.7.so
>>> Reading symbols from /usr/lib64/sasl2/libdigestmd5.so...(no
>>> debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/sasl2/libdigestmd5.so
>>> Reading symbols from /usr/lib64/libcrypto.so.10...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /usr/lib64/libcrypto.so.10
>>> Reading symbols from /usr/lib64/sasl2/libanonymous.so...(no
>>> debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/sasl2/libanonymous.so
>>> Reading symbols from /usr/lib64/sasl2/libcrammd5.so...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /usr/lib64/sasl2/libcrammd5.so
>>> Reading symbols from
>>> /usr/lib64/dirsrv/plugins/libattr-unique-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libattr-unique-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libattr-unique-plugin.so"
>>> (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libattr-unique-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libattr-unique-plugin.so"
>>> (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libattr-unique-plugin.so
>>> Reading symbols from
>>> /usr/lib64/dirsrv/plugins/libacctpolicy-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libacctpolicy-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libacctpolicy-plugin.so"
>>> (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libacctpolicy-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libacctpolicy-plugin.so"
>>> (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libacctpolicy-plugin.so
>>> Reading symbols from
>>> /usr/lib64/dirsrv/plugins/libacctusability-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libacctusability-plugin.so.debug"
>>> does not match
>>> "/usr/lib64/dirsrv/plugins/libacctusability-plugin.so" (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libacctusability-plugin.so.debug"
>>> does not match
>>> "/usr/lib64/dirsrv/plugins/libacctusability-plugin.so" (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libacctusability-plugin.so
>>> Reading symbols from /usr/lib64/dirsrv/plugins/libacl-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libacl-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libacl-plugin.so" (CRC
>>> mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libacl-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libacl-plugin.so" (CRC
>>> mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libacl-plugin.so
>>> Reading symbols from /usr/lib64/dirsrv/libns-dshttpd.so.0...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/libns-dshttpd.so.0.0.0.debug" does
>>> not match "/usr/lib64/dirsrv/libns-dshttpd.so.0" (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/libns-dshttpd.so.0.0.0.debug" does
>>> not match "/usr/lib64/dirsrv/libns-dshttpd.so.0" (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/libns-dshttpd.so.0
>>> Reading symbols from
>>> /usr/lib64/dirsrv/plugins/libautomember-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libautomember-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libautomember-plugin.so"
>>> (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libautomember-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libautomember-plugin.so"
>>> (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libautomember-plugin.so
>>> Reading symbols from
>>> /usr/lib64/dirsrv/plugins/libchainingdb-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libchainingdb-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libchainingdb-plugin.so"
>>> (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libchainingdb-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libchainingdb-plugin.so"
>>> (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libchainingdb-plugin.so
>>> Reading symbols from /usr/lib64/dirsrv/plugins/libcos-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libcos-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libcos-plugin.so" (CRC
>>> mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libcos-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libcos-plugin.so" (CRC
>>> mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libcos-plugin.so
>>> Reading symbols from /usr/lib64/dirsrv/plugins/libderef-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libderef-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libderef-plugin.so" (CRC
>>> mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libderef-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libderef-plugin.so" (CRC
>>> mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libderef-plugin.so
>>> Reading symbols from /usr/lib64/dirsrv/plugins/libdna-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libdna-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libdna-plugin.so" (CRC
>>> mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libdna-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libdna-plugin.so" (CRC
>>> mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libdna-plugin.so
>>> Reading symbols from
>>> /usr/lib64/dirsrv/plugins/libhttp-client-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libhttp-client-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libhttp-client-plugin.so"
>>> (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libhttp-client-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libhttp-client-plugin.so"
>>> (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libhttp-client-plugin.so
>>> Reading symbols from /usr/lib64/dirsrv/plugins/libback-ldbm.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libback-ldbm.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libback-ldbm.so" (CRC
>>> mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libback-ldbm.so.debug" does
>>> not match "/usr/lib64/dirsrv/plugins/libback-ldbm.so" (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libback-ldbm.so
>>> Reading symbols from
>>> /usr/lib64/dirsrv/plugins/libreplication-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libreplication-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libreplication-plugin.so"
>>> (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libreplication-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libreplication-plugin.so"
>>> (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libreplication-plugin.so
>>> Reading symbols from
>>> /usr/lib64/dirsrv/plugins/liblinkedattrs-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/liblinkedattrs-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/liblinkedattrs-plugin.so"
>>> (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/liblinkedattrs-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/liblinkedattrs-plugin.so"
>>> (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/liblinkedattrs-plugin.so
>>> Reading symbols from
>>> /usr/lib64/dirsrv/plugins/libmanagedentries-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libmanagedentries-plugin.so.debug"
>>> does not match
>>> "/usr/lib64/dirsrv/plugins/libmanagedentries-plugin.so" (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libmanagedentries-plugin.so.debug"
>>> does not match
>>> "/usr/lib64/dirsrv/plugins/libmanagedentries-plugin.so" (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libmanagedentries-plugin.so
>>> Reading symbols from /usr/lib64/dirsrv/plugins/libmemberof-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libmemberof-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libmemberof-plugin.so"
>>> (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libmemberof-plugin.so.debug" does
>>> not match "/usr/lib64/dirsrv/plugins/libmemberof-plugin.so" (CRC
>>> mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libmemberof-plugin.so
>>> Reading symbols from
>>> /usr/lib64/dirsrv/plugins/libpam-passthru-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libpam-passthru-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libpam-passthru-plugin.so"
>>> (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libpam-passthru-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libpam-passthru-plugin.so"
>>> (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libpam-passthru-plugin.so
>>> Reading symbols from /lib64/libpam.so.0...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libpam.so.0
>>> Reading symbols from /lib64/libaudit.so.1...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libaudit.so.1
>>> Reading symbols from /usr/lib64/dirsrv/plugins/libpassthru-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libpassthru-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libpassthru-plugin.so"
>>> (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libpassthru-plugin.so.debug" does
>>> not match "/usr/lib64/dirsrv/plugins/libpassthru-plugin.so" (CRC
>>> mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libpassthru-plugin.so
>>> Reading symbols from
>>> /usr/lib64/dirsrv/plugins/libposix-winsync-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libposix-winsync-plugin.so.debug"
>>> does not match
>>> "/usr/lib64/dirsrv/plugins/libposix-winsync-plugin.so" (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libposix-winsync-plugin.so.debug"
>>> does not match
>>> "/usr/lib64/dirsrv/plugins/libposix-winsync-plugin.so" (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libposix-winsync-plugin.so
>>> Reading symbols from /usr/lib64/dirsrv/plugins/libreferint-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libreferint-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libreferint-plugin.so"
>>> (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libreferint-plugin.so.debug" does
>>> not match "/usr/lib64/dirsrv/plugins/libreferint-plugin.so" (CRC
>>> mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libreferint-plugin.so
>>> Reading symbols from /usr/lib64/dirsrv/plugins/libretrocl-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libretrocl-plugin.so.debug" does
>>> not match "/usr/lib64/dirsrv/plugins/libretrocl-plugin.so" (CRC
>>> mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libretrocl-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libretrocl-plugin.so" (CRC
>>> mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libretrocl-plugin.so
>>> Reading symbols from /usr/lib64/dirsrv/plugins/libroles-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libroles-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libroles-plugin.so" (CRC
>>> mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libroles-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libroles-plugin.so" (CRC
>>> mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libroles-plugin.so
>>> Reading symbols from
>>> /usr/lib64/dirsrv/plugins/librootdn-access-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/librootdn-access-plugin.so.debug"
>>> does not match
>>> "/usr/lib64/dirsrv/plugins/librootdn-access-plugin.so" (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/librootdn-access-plugin.so.debug"
>>> does not match
>>> "/usr/lib64/dirsrv/plugins/librootdn-access-plugin.so" (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/librootdn-access-plugin.so
>>> Reading symbols from
>>> /usr/lib64/dirsrv/plugins/libschemareload-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libschemareload-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libschemareload-plugin.so"
>>> (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libschemareload-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libschemareload-plugin.so"
>>> (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libschemareload-plugin.so
>>> Reading symbols from
>>> /usr/lib64/dirsrv/plugins/libstatechange-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libstatechange-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libstatechange-plugin.so"
>>> (CRC mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libstatechange-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libstatechange-plugin.so"
>>> (CRC mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libstatechange-plugin.so
>>> Reading symbols from /usr/lib64/dirsrv/plugins/libusn-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libusn-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libusn-plugin.so" (CRC
>>> mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libusn-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libusn-plugin.so" (CRC
>>> mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libusn-plugin.so
>>> Reading symbols from /usr/lib64/dirsrv/plugins/libviews-plugin.so...
>>> warning: the debug information found in
>>> "/usr/lib/debug//usr/lib64/dirsrv/plugins/libviews-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libviews-plugin.so" (CRC
>>> mismatch).
>>>
>>>
>>> warning: the debug information found in
>>> "/usr/lib/debug/usr/lib64/dirsrv/plugins/libviews-plugin.so.debug"
>>> does not match "/usr/lib64/dirsrv/plugins/libviews-plugin.so" (CRC
>>> mismatch).
>>>
>>> (no debugging symbols found)...done.
>>> Loaded symbols for /usr/lib64/dirsrv/plugins/libviews-plugin.so
>>> Reading symbols from /usr/lib64/libsoftokn3.so...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /usr/lib64/libsoftokn3.so
>>> Reading symbols from /usr/lib64/libsqlite3.so.0...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /usr/lib64/libsqlite3.so.0
>>> Reading symbols from /usr/lib64/libfreeblpriv3.so...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /usr/lib64/libfreeblpriv3.so
>>> Reading symbols from /usr/lib64/libnssdbm3.so...(no debugging
>>> symbols found)...done.
>>> Loaded symbols for /usr/lib64/libnssdbm3.so
>>> Reading symbols from /lib64/libnss_dns.so.2...(no debugging symbols
>>> found)...done.
>>> Loaded symbols for /lib64/libnss_dns.so.2
>>> 0x00007fb816b06143 in poll () from /lib64/libc.so.6
>>>
>>> Thread 44 (Thread 0x7fb80149b700 (LWP 1807)):
>>> #0 0x00007fb816b083e3 in select () from /lib64/libc.so.6
>>> No symbol table info available.
>>> #1 0x00007fb81901f139 in DS_Sleep () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #2 0x00007fb80fa31f37 in ?? () from
>>> /usr/lib64/dirsrv/plugins/libback-ldbm.so
>>> No symbol table info available.
>>> #3 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #4 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #5 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 43 (Thread 0x7fb800a9a700 (LWP 1808)):
>>> #0 0x00007fb816b083e3 in select () from /lib64/libc.so.6
>>> No symbol table info available.
>>> #1 0x00007fb81901f139 in DS_Sleep () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #2 0x00007fb80fa323d8 in ?? () from
>>> /usr/lib64/dirsrv/plugins/libback-ldbm.so
>>> No symbol table info available.
>>> #3 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #4 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #5 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 42 (Thread 0x7fb800099700 (LWP 1809)):
>>> #0 0x00007fb816b083e3 in select () from /lib64/libc.so.6
>>> No symbol table info available.
>>> #1 0x00007fb81901f139 in DS_Sleep () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #2 0x00007fb80fa321e7 in ?? () from
>>> /usr/lib64/dirsrv/plugins/libback-ldbm.so
>>> No symbol table info available.
>>> #3 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #4 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #5 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 41 (Thread 0x7fb7ff698700 (LWP 1810)):
>>> #0 0x00007fb816b083e3 in select () from /lib64/libc.so.6
>>> No symbol table info available.
>>> #1 0x00007fb81901f139 in DS_Sleep () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #2 0x00007fb80fa328a7 in ?? () from
>>> /usr/lib64/dirsrv/plugins/libback-ldbm.so
>>> No symbol table info available.
>>> #3 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #4 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #5 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 40 (Thread 0x7fb7fec97700 (LWP 1811)):
>>> #0 0x00007fb816dc663c in pthread_cond_wait@(a)GLIBC_2.3.2 () from
>>> /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817419fbe in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb819012e9b in slapi_wait_condvar () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #3 0x00007fb8102c4f2e in ?? () from
>>> /usr/lib64/dirsrv/plugins/libcos-plugin.so
>>> No symbol table info available.
>>> #4 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #5 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #6 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 39 (Thread 0x7fb8193ef700 (LWP 1812)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00007fb80f79fea7 in ?? () from
>>> /usr/lib64/dirsrv/plugins/libreplication-plugin.so
>>> No symbol table info available.
>>> #4 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #5 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #6 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 38 (Thread 0x7fb7fe296700 (LWP 1813)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00007fb80f7b3c9c in ?? () from
>>> /usr/lib64/dirsrv/plugins/libreplication-plugin.so
>>> No symbol table info available.
>>> #4 0x00007fb80f7b5317 in ?? () from
>>> /usr/lib64/dirsrv/plugins/libreplication-plugin.so
>>> No symbol table info available.
>>> #5 0x00007fb80f7b9ec5 in ?? () from
>>> /usr/lib64/dirsrv/plugins/libreplication-plugin.so
>>> No symbol table info available.
>>> #6 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #7 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #8 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 37 (Thread 0x7fb7fd895700 (LWP 1814)):
>>> #0 0x00007fb816dc663c in pthread_cond_wait@(a)GLIBC_2.3.2 () from
>>> /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817419fbe in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb819012e9b in slapi_wait_condvar () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #3 0x00007fb80e1051df in ?? () from
>>> /usr/lib64/dirsrv/plugins/libroles-plugin.so
>>> No symbol table info available.
>>> #4 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #5 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #6 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 36 (Thread 0x7fb7fce94700 (LWP 1815)):
>>> #0 0x00007fb816dc663c in pthread_cond_wait@(a)GLIBC_2.3.2 () from
>>> /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817419fbe in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb819012e9b in slapi_wait_condvar () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #3 0x00007fb80e1051df in ?? () from
>>> /usr/lib64/dirsrv/plugins/libroles-plugin.so
>>> No symbol table info available.
>>> #4 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #5 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #6 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 35 (Thread 0x7fb7effff700 (LWP 1816)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x000000000041b683 in ?? ()
>>> No symbol table info available.
>>> #4 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #5 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #6 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 34 (Thread 0x7fb7ef5fe700 (LWP 1817)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00007fb818fc41f7 in ?? () from /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #4 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #5 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #6 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 33 (Thread 0x7fb7eebfd700 (LWP 1818)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 32 (Thread 0x7fb7ee1fc700 (LWP 1819)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 31 (Thread 0x7fb7ed7fb700 (LWP 1820)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 30 (Thread 0x7fb7ecdfa700 (LWP 1821)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 29 (Thread 0x7fb7e7fff700 (LWP 1822)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 28 (Thread 0x7fb7e75fe700 (LWP 1823)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 27 (Thread 0x7fb7e6bfd700 (LWP 1824)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 26 (Thread 0x7fb7e61fc700 (LWP 1825)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 25 (Thread 0x7fb7e57fb700 (LWP 1826)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 24 (Thread 0x7fb7e4dfa700 (LWP 1827)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 23 (Thread 0x7fb7e43f9700 (LWP 1828)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 22 (Thread 0x7fb7e39f8700 (LWP 1829)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 21 (Thread 0x7fb7e2ff7700 (LWP 1830)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 20 (Thread 0x7fb7e25f6700 (LWP 1831)):
>>> #0 0x00007fb818fae69c in charray_add () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #1 0x00007fb8190041b7 in slapi_rdn_add_rdn_to_all_rdns () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #2 0x00007fb80fa5ec8d in entryrdn_lookup_dn () from
>>> /usr/lib64/dirsrv/plugins/libback-ldbm.so
>>> No symbol table info available.
>>> #3 0x00007fb80fa3b31d in id2entry () from
>>> /usr/lib64/dirsrv/plugins/libback-ldbm.so
>>> No symbol table info available.
>>> #4 0x00007fb80fa6e602 in ldbm_back_next_search_entry_ext () from
>>> /usr/lib64/dirsrv/plugins/libback-ldbm.so
>>> No symbol table info available.
>>> #5 0x00007fb818fec431 in ?? () from /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #6 0x00007fb818fec957 in ?? () from /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #7 0x00007fb818fed6ad in op_shared_search () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #8 0x0000000000426521 in ?? ()
>>> No symbol table info available.
>>> #9 0x000000000041436a in ?? ()
>>> No symbol table info available.
>>> #10 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #11 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #12 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 19 (Thread 0x7fb7e1bf5700 (LWP 1832)):
>>> #0 0x00007fb818fae69c in charray_add () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #1 0x00007fb8190041b7 in slapi_rdn_add_rdn_to_all_rdns () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #2 0x00007fb80fa5ec8d in entryrdn_lookup_dn () from
>>> /usr/lib64/dirsrv/plugins/libback-ldbm.so
>>> No symbol table info available.
>>> #3 0x00007fb80fa3b31d in id2entry () from
>>> /usr/lib64/dirsrv/plugins/libback-ldbm.so
>>> No symbol table info available.
>>> #4 0x00007fb80fa6e602 in ldbm_back_next_search_entry_ext () from
>>> /usr/lib64/dirsrv/plugins/libback-ldbm.so
>>> No symbol table info available.
>>> #5 0x00007fb818fec431 in ?? () from /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #6 0x00007fb818fec957 in ?? () from /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #7 0x00007fb818fed6ad in op_shared_search () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #8 0x0000000000426521 in ?? ()
>>> No symbol table info available.
>>> #9 0x000000000041436a in ?? ()
>>> No symbol table info available.
>>> #10 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #11 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #12 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 18 (Thread 0x7fb7e11f4700 (LWP 1833)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 17 (Thread 0x7fb7e07f3700 (LWP 1834)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 16 (Thread 0x7fb7dfdf2700 (LWP 1835)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 15 (Thread 0x7fb7df3f1700 (LWP 1836)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 14 (Thread 0x7fb7de9f0700 (LWP 1837)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 13 (Thread 0x7fb7ddfef700 (LWP 1838)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 12 (Thread 0x7fb7dd5ee700 (LWP 1839)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 11 (Thread 0x7fb7dcbed700 (LWP 1840)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 10 (Thread 0x7fb7dc1ec700 (LWP 1841)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 9 (Thread 0x7fb7db7eb700 (LWP 1842)):
>>> #0 0x00007fb818fae698 in charray_add () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #1 0x00007fb8190041b7 in slapi_rdn_add_rdn_to_all_rdns () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #2 0x00007fb80fa5ec8d in entryrdn_lookup_dn () from
>>> /usr/lib64/dirsrv/plugins/libback-ldbm.so
>>> No symbol table info available.
>>> #3 0x00007fb80fa3b31d in id2entry () from
>>> /usr/lib64/dirsrv/plugins/libback-ldbm.so
>>> No symbol table info available.
>>> #4 0x00007fb80fa6e602 in ldbm_back_next_search_entry_ext () from
>>> /usr/lib64/dirsrv/plugins/libback-ldbm.so
>>> No symbol table info available.
>>> #5 0x00007fb818fec431 in ?? () from /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #6 0x00007fb818fec957 in ?? () from /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #7 0x00007fb818fed6ad in op_shared_search () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #8 0x0000000000426521 in ?? ()
>>> No symbol table info available.
>>> #9 0x000000000041436a in ?? ()
>>> No symbol table info available.
>>> #10 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #11 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #12 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 8 (Thread 0x7fb7dadea700 (LWP 1843)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 7 (Thread 0x7fb7da3e9700 (LWP 1844)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 6 (Thread 0x7fb7d99e8700 (LWP 1845)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 5 (Thread 0x7fb7d8fe7700 (LWP 1846)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 4 (Thread 0x7fb7d85e6700 (LWP 1847)):
>>> #0 0x00007fb816dc6a0e in pthread_cond_timedwait@(a)GLIBC_2.3.2 ()
>>> from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #1 0x00007fb817418f99 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00007fb817419f1f in PR_WaitCondVar () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #3 0x00000000004134d6 in ?? ()
>>> No symbol table info available.
>>> #4 0x0000000000413f6e in ?? ()
>>> No symbol table info available.
>>> #5 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #6 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #7 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 3 (Thread 0x7fb7d7be5700 (LWP 1848)):
>>> #0 0x00007fb816b083e3 in select () from /lib64/libc.so.6
>>> No symbol table info available.
>>> #1 0x00007fb81901f139 in DS_Sleep () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #2 0x0000000000416ca5 in ?? ()
>>> No symbol table info available.
>>> #3 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #4 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #5 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 2 (Thread 0x7fb7d71e4700 (LWP 23728)):
>>> #0 0x00007fb818fae69c in charray_add () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #1 0x00007fb8190041b7 in slapi_rdn_add_rdn_to_all_rdns () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #2 0x00007fb80fa5ec8d in entryrdn_lookup_dn () from
>>> /usr/lib64/dirsrv/plugins/libback-ldbm.so
>>> No symbol table info available.
>>> #3 0x00007fb80fa3b31d in id2entry () from
>>> /usr/lib64/dirsrv/plugins/libback-ldbm.so
>>> No symbol table info available.
>>> #4 0x00007fb80fa6e602 in ldbm_back_next_search_entry_ext () from
>>> /usr/lib64/dirsrv/plugins/libback-ldbm.so
>>> No symbol table info available.
>>> #5 0x00007fb818fec431 in ?? () from /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #6 0x00007fb818fec957 in ?? () from /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #7 0x00007fb818fed6ad in op_shared_search () from
>>> /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #8 0x00007fb818ff9c2c in ?? () from /usr/lib64/dirsrv/libslapd.so.0
>>> No symbol table info available.
>>> #9 0x00007fb80f7be8da in ?? () from
>>> /usr/lib64/dirsrv/plugins/libreplication-plugin.so
>>> No symbol table info available.
>>> #10 0x00007fb81741fa83 in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #11 0x00007fb816dc2a51 in start_thread () from /lib64/libpthread.so.0
>>> No symbol table info available.
>>> #12 0x00007fb816b0f96d in clone () from /lib64/libc.so.6
>>> No symbol table info available.
>>>
>>> Thread 1 (Thread 0x7fb8194717c0 (LWP 1804)):
>>> #0 0x00007fb816b06143 in poll () from /lib64/libc.so.6
>>> No symbol table info available.
>>> #1 0x00007fb81741b7ef in ?? () from /lib64/libnspr4.so
>>> No symbol table info available.
>>> #2 0x00000000004180e7 in ?? ()
>>> No symbol table info available.
>>> #3 0x000000000041f5a3 in ?? ()
>>> No symbol table info available.
>>> #4 0x00007fb816a45d5d in __libc_start_main () from /lib64/libc.so.6
>>> No symbol table info available.
>>> #5 0x000000000040d319 in ?? ()
>>> No symbol table info available.
>>> #6 0x00007fff69878368 in ?? ()
>>> No symbol table info available.
>>> #7 0x000000000000001c in ?? ()
>>> No symbol table info available.
>>> #8 0x0000000000000007 in ?? ()
>>> No symbol table info available.
>>> #9 0x00007fff69878da6 in ?? ()
>>> No symbol table info available.
>>> #10 0x00007fff69878db9 in ?? ()
>>> No symbol table info available.
>>> #11 0x00007fff69878dbc in ?? ()
>>> No symbol table info available.
>>> #12 0x00007fff69878dd5 in ?? ()
>>> No symbol table info available.
>>> #13 0x00007fff69878dd8 in ?? ()
>>> No symbol table info available.
>>> #14 0x00007fff69878df9 in ?? ()
>>> No symbol table info available.
>>> #15 0x00007fff69878dfc in ?? ()
>>> No symbol table info available.
>>> #16 0x0000000000000000 in ?? ()
>>> No symbol table info available.
>>> [root@proc5-02 ~]#
>>>
>>>
>>> On 09/11/2015 07:50 AM, ghiureai wrote:
>>>> Fast query:
>>>>
>>>> ldapsearch -x -h xxx -b "ou=ds,dc=cb,dc=net" -W
>>>> -D "uid=axxx,ou=Users,ou=ds,dc=cb,dc=net"
>>>> "(objectclass=groupofuniquenames)" "cn" | sort -u | wc
>>>>
>>>>
>>>> Slow query:
>>>> ldapsearch -x -h xxx-b
>>>> "ou=groups,ou=ds,dc=cb,dc=net" -W -D
>>>> "uid=axxx,ou=Users,ou=ds,dc=cb,dc=net"
>>>> "(objectclass=groupofuniquenames)" "cn" | sort -u | wc
>>>>
>>>>
>>>>
>>>>
>>>> On 09/10/2015 03:00 PM, ghiureai wrote:
>>>>> Hi Gurus,
>>>>> we are seening some performance issues when running ldapsearch with
>>>>> tree ou=Groups, ou=ds , dc=abc, dc=net takes longer than when looking
>>>>> for same user but from one level up of tree up aka :ou=ds,
>>>>> dc=abc,dc=net, the difference in time very high , any idea why we seeing
>>>>> this ?
>>>>> Also we are seeing time exec diff when running from same levele of DS(
>>>>> under ou=ds) but different ou's ?
>>>>>
>>>>> Isabella
>>>
>>
>
7 years, 6 months
performance Q with ldapsearch
by ghiureai
Hi Gurus,
we are seening some performance issues when running ldapsearch with
tree ou=Groups, ou=ds , dc=abc, dc=net takes longer than when looking
for same user but from one level up of tree up aka :ou=ds,
dc=abc,dc=net, the difference in time very high , any idea why we seeing
this ?
Also we are seeing time exec diff when running from same levele of DS(
under ou=ds) but different ou's ?
Isabella
7 years, 6 months
DS not responding , but no errors in logfile
by ghiureai
Hi ,
we are having issues with one of our DS , part of multimaster
replication , after was onlin for several hours and brought up the DS is
not respoding running a basic ldapsearch to count the users or grous
will hang not results or messages in error or access file , we do not
know whre to look or start investiogating this behaviour, the export DS
users always seems to fail on 43% completion the job just hangs there
anfd never completes no errors also:
export userRoot: Processed 1000 entries (4%).
[13/Sep/2015:11:59:02 -0700] - export userRoot: Processed 2000 entries (9%).
[13/Sep/2015:11:59:03 -0700] - export userRoot: Processed 3000 entries
(14%).
[13/Sep/2015:11:59:03 -0700] - export userRoot: Processed 4000 entries
(19%).
[13/Sep/2015:11:59:04 -0700] - export userRoot: Processed 5000 entries
(23%).
[13/Sep/2015:11:59:04 -0700] - export userRoot: Processed 6000 entries
(28%).
[13/Sep/2015:11:59:05 -0700] - export userRoot: Processed 7000 entries
(39%).
[13/Sep/2015:11:59:05 -0700] - export userRoot: Processed 8000 entries
(43%).
[13/Sep/2015:12:12:10 -0700] - Retry count exceeded in modify
[13/Sep/2015:12:12:12 -0700] - Retry count exceeded in modify
[13/Sep/2015:12:12:15 -0700] - Retry count exceeded in modify
[13/Sep/2015:12:12:17 -0700] - Retry count exceeded in modify
[13/Sep/2015:12:12:20 -0700] - Retry count exceeded in modify
[13/Sep/2015:12:12:22 -0700] - Retry count exceeded in modify
[13/Sep/2015:14:27:00 -0700] - Beginning backup of 'ldbm database'
[13/Sep/2015:14:27:00 -0700] - Backing up file 1
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/entryusn.db4)
[13/Sep/2015:14:27:00 -0700] - Backing up file 2
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/ancestorid.db4)
[13/Sep/2015:14:27:00 -0700] - Backing up file 3
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/uid.db4)
[13/Sep/2015:14:27:00 -0700] - Backing up file 4
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/objectclass.db4)
[13/Sep/2015:14:27:00 -0700] - Backing up file 5
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/givenName.db4)
[13/Sep/2015:14:27:00 -0700] - Backing up file 6
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/distinguishedname.db4)
[13/Sep/2015:14:27:00 -0700] - Backing up file 7
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/aci.db4)
[13/Sep/2015:14:27:00 -0700] - Backing up file 8
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/uniquemember.db4)
[13/Sep/2015:14:27:00 -0700] - Backing up file 9
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/numsubordinates.db4)
[13/Sep/2015:14:27:00 -0700] - Backing up file 10
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/vlv#bymccouusersoudsdccanfardcnet.db4)
[13/Sep/2015:14:27:00 -0700] - Backing up file 11
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/cn.db4)
[13/Sep/2015:14:27:00 -0700] - Backing up file 12
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/id2entry.db4)
[13/Sep/2015:14:27:01 -0700] - Backing up file 13
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/nsuniqueid.db4)
[13/Sep/2015:14:27:01 -0700] - Backing up file 14
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/entryrdn.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 15
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/nscpEntryDN.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 16
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/owner.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 17
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/sn.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 18
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/memberOf.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 19
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/vlv#bymccougroupsoudsdccanfardcnet.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 20
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/DBVERSION)
[13/Sep/2015:14:27:02 -0700] - Backing up file 21
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/parentid.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 22
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/userRoot/vlv#bymccouadmingroupsoudsdccanfardcnet.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 23
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/NetscapeRoot/ancestorid.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 24
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/NetscapeRoot/uid.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 25
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/NetscapeRoot/objectclass.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 26
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/NetscapeRoot/givenName.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 27
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/NetscapeRoot/aci.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 28
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/NetscapeRoot/uniquemember.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 29
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/NetscapeRoot/numsubordinates.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 30
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/NetscapeRoot/cn.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 31
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/NetscapeRoot/id2entry.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 32
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/NetscapeRoot/nsuniqueid.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 33
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/NetscapeRoot/entryrdn.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 34
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/NetscapeRoot/sn.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 35
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/NetscapeRoot/DBVERSION)
[13/Sep/2015:14:27:02 -0700] - Backing up file 36
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/NetscapeRoot/parentid.db4)
[13/Sep/2015:14:27:02 -0700] - Backing up file 37
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/.repl_changelog_backup/changelogdb/f1e40f82-f29d11e4-973ce93b-470eedd8_5547d9b2000000020000.db4)
[13/Sep/2015:14:30:17 -0700] - Backing up file 38
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/.repl_changelog_backup/changelogdb/DBVERSION)
[13/Sep/2015:14:30:17 -0700] - Backing up file 39
(/staging/proc/ldap_backup/ldap_dump.20150913-142701/log.0000065923)
[13/Sep/2015:14:30:17 -0700] - Backing up file 40
(/staging/proc/ldap_backup/ldap_dump.20150913-14270
7 years, 6 months
Re: [389-users] performance Q with ldapsearch
by Rich Megginson
On 09/14/2015 09:42 AM, ghiureai wrote:
Please keep replies on-list.
>
>
> HI Rich,
> here is some details and Q from developers which designed the DS tree
> , has performance issues, any input from you much appreciate it:
>
> The slow query problem seems to be related to the acis. Please send the
> following question to your redhat collaborator.
>
> "We have the following LDAP structure:
>
> A->B(one)->C(few thousand)
>
> B has macro acis that refer to the C nodes.
By "node" do you mean a host/machine, or a subtree in the DIT?
>
> The ldapsearch command to list the cn of all C nodes is more than an
> order of magnitude slower when B is used as the base compared to when A
> is used as the base node (1-2s vs 10-20s or more). This is counter
> intuitive as A has other children besides B. Performance is much better
> when the macro acis are removed. Are macro acis cached when A is used as
> the base? Is this normal or we are doing something wrong? Is there a
> solution to this?"
Don't know, but yes, it looks as though the performance is related to
macro ACI handling.
Please file a bug/ticket with 389.
>
> Thanks,
> Isabella
>
>
>
> On 09/11/2015 08:35 AM, Rich Megginson wrote:
>> On 09/11/2015 08:50 AM, ghiureai wrote:
>>> Fast query:
>>>
>>> ldapsearch -x -h xxx -b "ou=ds,dc=cb,dc=net" -W
>>> -D "uid=axxx,ou=Users,ou=ds,dc=cb,dc=net"
>>> "(objectclass=groupofuniquenames)" "cn" | sort -u | wc
>>>
>>>
>>> Slow query:
>>> ldapsearch -x -h xxx-b
>>> "ou=groups,ou=ds,dc=cb,dc=net" -W -D
>>> "uid=axxx,ou=Users,ou=ds,dc=cb,dc=net"
>>> "(objectclass=groupofuniquenames)" "cn" | sort -u | wc
>> What version of 389? rpm -q 389-ds-base
>>
>> What is the time difference between the fast query and the slow query
>> (e.g. time ldapsearch -x -h xxx ... for both queries)
>>
>> What does the access log say? For example, provide the excerpts from
>> the access log for both queries showing the connection through the
>> unbind/disconnect.
>>
>> Is there anything in the errors log during the time of the slow search?
>>
>>>
>>>
>>>
>>> On 09/10/2015 03:00 PM, ghiureai wrote:
>>>> Hi Gurus,
>>>> we are seening some performance issues when running ldapsearch with
>>>> tree ou=Groups, ou=ds , dc=abc, dc=net takes longer than when looking
>>>> for same user but from one level up of tree up aka :ou=ds,
>>>> dc=abc,dc=net, the difference in time very high , any idea why we
>>>> seeing
>>>> this ?
>>>> Also we are seeing time exec diff when running from same levele of DS(
>>>> under ou=ds) but different ou's ?
>>>>
>>>> Isabella
>
7 years, 6 months
Trouble enabling memberof plugin
by Craig Setera
I'm attempting to enable the memberof plugin in version 1.2.11 on CentOS
6.x. Unfortunately, it don't seem to be able to get the plugin enabled and
functioning. With plugin logging enabled, I see other plugins logging
their startup and functionality, while I see nothing from the memberof
plugin despite having enabled it in the configuration. I've tried a
variety of different logging levels and configurations, but it just doesn't
seem like the code is firing at all. Can anyone suggest what I might be
doing wrong or how to further diagnose the issues?
Thanks,
Craig
--
*Craig*
7 years, 6 months
Announcing 389 Directory Server version 1.3.3.13
by Noriko Hosoi
389 Directory Server 1.3.3.13
The 389 Directory Server team is proud to announce 389-ds-base version
1.3.3.13.
Fedora packages are available from the Fedora 21 repositories.
The new packages and versions are:
* 389-ds-base-1.3.3.13-1
A source tarball is available for download at Download Source
<http://www.port389.org/binaries/389-ds-base-1.3.3.13.tar.bz2>
Highlights in 1.3.3.13
* Various bugs are fixed.
Installation and Upgrade
See Download <http://www.port389.org/docs/389ds/download.html> for
information about setting up your yum repositories.
To install, use *yum install 389-ds* yum install 389-ds After install
completes, run *setup-ds-admin.pl* to set up your directory
server. setup-ds-admin.pl
To upgrade, use *yum upgrade* yum upgrade After upgrade completes, run
*setup-ds-admin.pl -u* to update your directory server/admin
server/console information. setup-ds-admin.pl -u
See Install_Guide
<http://www.port389.org/docs/389ds/legacy/install-guide.html> for more
information about the initial installation, setup, and upgrade
See Source <http://www.port389.org/docs/389ds/development/source.html>
for information about source tarballs and SCM (git) access.
Feedback
We are very interested in your feedback!
Please provide feedback and comments to the 389-users mailing list:
https://admin.fedoraproject.org/mailman/listinfo/389-users as well as
https://admin.fedoraproject.org/updates/389-ds-base-1.3.3.13-1.fc21
<https://admin.fedoraproject.org/updates/389-ds-base-1.3.3.13-1.fc21>.
If you find a bug, or would like to see a new feature, file it in our
Trac instance: https://fedorahosted.org/389
Detailed Changelog since 1.3.3.12
* Ticket 48265 - Complex filter in a search request doen’t work as
expected. (regression)
* Ticket 47981 - COS cache doesn’t properly mark vattr cache as
invalid when there are multiple suffixes
* Ticket 48252 - db2index creates index entry from deleted records
* Ticket 48228 - wrong password check if passwordInHistory is decreased.
* Ticket 48252 - db2index creates index entry from deleted records
* Ticket 48254 - CLI db2index fails with usage errors
* Ticket 47831 - remove debug logging from retro cl
* Ticket 48245 - Man pages and help for remove-ds.pl doesn’t display
“-a” option
* Ticket 47931 - Fix coverity issues
* Ticket 47931 - memberOf & retrocl deadlocks
* Ticket 48228 - wrong password check if passwordInHistory is decreased.
* Ticket 48215 - update dbverify usage in main.c
* Ticket 48215 - update dbverify usage
* Ticket 48215 - verify_db.pl doesn’t verify DB specified by -a option
* Ticket 47810 - memberOf plugin not properly rejecting updates
* Ticket 48231 - logconv autobind handling regression caused by 47446
* Ticket 48232 - winsync lastlogon attribute not syncing between DS
and AD.
* Ticket 48206 - Crash during retro changelog trimming
* Ticket 48224 - redux 2 - logconv.pl should handle *.tar.xz, *.txz,
*.xz log files
* Ticket 48226 - In MMR, double free coould occur under some
special condition
* Ticket 48224 - redux - logconv.pl should handle *.tar.xz, *.txz,
*.xz log files
* Ticket 48224 - redux - logconv.pl should handle *.tar.xz, *.txz,
*.xz log files
* Ticket 48224 - logconv.pl should handle *.tar.xz, *.txz, *.xz log files
* Ticket 48192 - Individual abandoned simple paged results request has
no chance to be cleaned up
* Ticket 48212 - Dynamic nsMatchingRule changes had no effect on the
attrinfo thus following reindexing, as well.
* Ticket 48195 - Slow replication when deleting large quantities of
multi-valued attributes
* Ticket 48175 - Avoid using regex in ACL if possible
http://www.port389.org/docs/389ds/releases/release-1-3-3-13.html
7 years, 6 months
Announcing 389 Directory Server version 1.3.4.4
by Noriko Hosoi
389 Directory Server 1.3.4.4
The 389 Directory Server team is proud to announce 389-ds-base version
1.3.4.4.
Fedora packages are available from the Fedora 22, 23 and
Rawhide repositories.
The new packages and versions are:
* 389-ds-base-1.3.4.4-1
Source tarballs are available for download at Download 389-ds-base
Source <http://www.port389.org/binaries/389-ds-base-1.3.4.4.tar.bz2> and
Download nunc-stans Source
<http://www.port389.org/binaries/nunc-stans-0.1.5.tar.bz2>.
Highlights in 1.3.4.4
* Various bugs are fixed.
Installation and Upgrade
See Download <http://www.port389.org/docs/389ds/download.html> for
information about setting up your yum repositories.
To install, use *yum install 389-ds* yum install 389-ds After install
completes, run *setup-ds-admin.pl* to set up your directory
server. setup-ds-admin.pl
To upgrade, use *yum upgrade* yum upgrade After upgrade completes, run
*setup-ds-admin.pl -u* to update your directory server/admin
server/console information. setup-ds-admin.pl -u
See Install_Guide
<http://www.port389.org/docs/389ds/legacy/install-guide.html> for more
information about the initial installation, setup, and upgrade
See Source <http://www.port389.org/docs/389ds/development/source.html>
for information about source tarballs and SCM (git) access.
Feedback
We are very interested in your feedback!
Please provide feedback and comments to the 389-users mailing list:
https://admin.fedoraproject.org/mailman/listinfo/389-users as well as
https://admin.fedoraproject.org/updates/389-ds-base-1.3.4.4-1.fc22
<https://admin.fedoraproject.org/updates/389-ds-base-1.3.4.4-1.fc22> and
https://admin.fedoraproject.org/updates/389-ds-base-1.3.4.4-1.fc23
<https://admin.fedoraproject.org/updates/389-ds-base-1.3.4.4-1.fc22>.
If you find a bug, or would like to see a new feature, file it in our
Trac instance: https://fedorahosted.org/389
Detailed Changelog since 1.3.4.1
* Ticket 48255 - total update request can be lost
* Ticket 48263 - allow plugins to detect tombstone operations
* Ticket 48265 - Complex filter in a search request doen’t work as
expected. (regression)
* Ticket 47981 - COS cache doesn’t properly mark vattr cache as
invalid when there are multiple suffixes
* Ticket 48204 - Convert all python scripts to support python3
* Ticket 48258 - dna plugin needs to handle binddn groups
for authorization
* Ticket 48252 - db2index creates index entry from deleted records
* Ticket 48228 - wrong password check if passwordInHistory is decreased.
* Ticket 48252 - db2index creates index entry from deleted records
* Ticket 47757 - Unable to dereference unqiemember attribute because
it is dn [#UID] not dn syntax
* Ticket 48254 - Shell CLI fails with usage errors if an argument
containing white spaces is given
* Ticket 48254 - CLI db2index fails with usage errors
* Ticket 47831 - remove debug logging from retro cl
* Ticket 48243 - replica upgrade failed in starting dirsrv service due
to upgrade scripts did not run
* Ticket 48233 - Server crashes in ACL_LasFindFlush during shutdown if
ACIs contain IP addresss restrictions
* Ticket 48250 - Slapd crashes reported from latest build
* Ticket 48249 - sync_repl uuid may be invalid
* Ticket 48245 - Man pages and help for remove-ds.pl doesn’t display
“-a” option
* Ticket 47511 - bashisms in 389-ds-base admin scripts
* Ticket 47686 - removing chaining database links trigger valgrind
read errors
* Ticket 47931 - memberOf & retrocl deadlocks
* Ticket 48228 - wrong password check if passwordInHistory is decreased.
* Ticket 48215 - update dbverify usage in main.c
* Ticket 48215 - verify_db.pl doesn’t verify DB specified by -a option
* Ticket 47810 - memberOf plugin not properly rejecting updates
* Ticket 48231 - logconv autobind handling regression caused by 47446
* Ticket 48232 - winsync lastlogon attribute not syncing between DS
and AD.
* Ticket 48204 - Add Python 3 compatibility to ds-logpipe
* Ticket 48010 - winsync range retrieval gets only 5000 values
upon initialization
* Ticket 48206 - Crash during retro changelog trimming
* Ticket 48224 - redux 2 - logconv.pl should handle *.tar.xz, *.txz,
*.xz log files
* Ticket 47910 - logconv.pl - check that the end time is greater than
the start time
* Ticket 48179 - Starting a replica agreement can lead to deadlock
* Ticket 48226 - CI test: added test cases for ticket 48226
* Ticket 48226 - In MMR, double free coould occur under some
special condition
* Ticket 48224 - redux - logconv.pl should handle *.tar.xz, *.txz,
*.xz log files
* Ticket 48203 - Fix coverity issues - 07/14/2015
* Ticket 48194 - CI test: fixing test cases for ticket 48194
* Ticket 48224 - logconv.pl should handle *.tar.xz, *.txz, *.xz log files
* Ticket 47910 - logconv.pl - validate start and end time args
* Ticket 48223 - Winsync fails when AD users have multiple spaces
(two)inside the value of the rdn attribute
* Ticket 47878 - Remove warning suppression in 1.3.4
* Ticket 48119 - Silent install needs to properly exit when INF file
is missing
* Ticket 48216 - crash in ns-slapd when deleting winSyncSubtreePair
from sync agreement
* Ticket 48217 - cleanAllRUV hangs shutdown if not all of the replicas
are online
* Ticket 48013 - Inconsistent behaviour of DS when LDAP Sync is used
with an invalid cookie
* Ticket 47799 - Any negative LDAP error code number reported as
Illegal error by ldclt.
* Ticket 48208 - CleanAllRUV should completely purge changelog
* Ticket 48203 - Fix coverity issues - 07/07/2015
* Ticket 48119 - setup-ds.pl does not log invalid –file path errors
the same way as other errors.
* Ticket 48192 - Individual abandoned simple paged results request has
no chance to be cleaned up
* Ticket 48214 - CI test: added test cases for ticket 48213
* Ticket 48214 - ldapsearch on nsslapd-maxbersize returns 0 instead of
current value
* Ticket 48212 - CI test: added test cases for ticket 48212
* Ticket 48212 - Dynamic nsMatchingRule changes had no effect on the
attrinfo thus following reindexing, as well.
* Ticket 48195 - Slow replication when deleting large quantities of
multi-valued attributes
http://www.port389.org/docs/389ds/releases/release-1-3-4-4.html
7 years, 6 months