[Date Prev][Date Next] [Chronological] [Thread] [Top]

Fwd: Re: index based search does not work correctly (ITS#2088)



>Subject: Re: index based search does not work correctly (ITS#2088)
>From: Norbert Kiesel <nkiesel@tbdnetworks.com>
>To: "Kurt D. Zeilenga" <Kurt@OpenLDAP.org>
>Date: 19 Sep 2002 17:43:14 -0700
>
>Yup, make test is fine (see below).  Should I try to recreate my db?
>
>--nk
>
>>>>>> Executing all LDAP tests...
>>>>>> Test Directory: .
>>>>>> Backend: bdb
>>>>>> Starting test000-rootdse ...
>>>>>> Test succeeded
>>>>>> ./scripts/test000-rootdse completed OK.
>>>>>> waiting 10 seconds for things to exit
>>>>>> Starting test001-slapadd ...
>>>>>> Test succeeded
>>>>>> ./scripts/test001-slapadd completed OK.
>>>>>> waiting 10 seconds for things to exit
>>>>>> Starting test002-populate ...
>>>>>> Test succeeded
>>>>>> ./scripts/test002-populate completed OK.
>>>>>> waiting 10 seconds for things to exit
>>>>>> Starting test003-search ...
>>>>>> Test succeeded
>>>>>> ./scripts/test003-search completed OK.
>>>>>> waiting 10 seconds for things to exit
>>>>>> Starting test004-modify ...
>>>>>> Test succeeded
>>>>>> ./scripts/test004-modify completed OK.
>>>>>> waiting 10 seconds for things to exit
>>>>>> Starting test005-modrdn ...
>>>>>> Test succeeded
>>>>>> ./scripts/test005-modrdn completed OK.
>>>>>> waiting 10 seconds for things to exit
>>>>>> Starting test006-acls ...
>>>>>> Test succeeded
>>>>>> ./scripts/test006-acls completed OK.
>>>>>> waiting 10 seconds for things to exit
>>>>>> Starting test007-replication ...
>>>>>> Test succeeded
>>>>>> ./scripts/test007-replication completed OK.
>>>>>> waiting 10 seconds for things to exit
>>>>>> Starting test008-concurrency ...
>>>>>> Test succeeded
>>>>>> ./scripts/test008-concurrency completed OK.
>>>>>> waiting 10 seconds for things to exit
>>>>>> Starting test009-referral ...
>>>>>> Test succeeded
>>>>>> ./scripts/test009-referral completed OK.
>>>>>> waiting 10 seconds for things to exit
>>>>>> Starting test010-passwd ...
>>>>>> Test succeeded
>>>>>> ./scripts/test010-passwd completed OK.
>>>>>> waiting 10 seconds for things to exit
>>>>>> Starting test011-subtree-repl ...
>>>>>> ./scripts/test011-subtree-repl completed OK.
>>>>>> waiting 10 seconds for things to exit
>>>>>> Starting test012-glue ...
>>>>>> Test succeeded
>>>>>> ./scripts/test012-glue completed OK.
>>>>>> waiting 10 seconds for things to exit
>>>>>> Starting test013-language ...
>>>>>> Test succeeded
>>>>>> ./scripts/test013-language completed OK.
>>>>>> waiting 10 seconds for things to exit
>>>>>> Starting test014-whoami ...
>>>>>> Test succeeded
>>>>>> ./scripts/test014-whoami completed OK.
>>>>>> waiting 10 seconds for things to exit
>>>>>> Starting test015-xsearch ...
>>>>>> Test succeeded
>>>>>> ./scripts/test015-xsearch completed OK.
>>>>>> waiting 10 seconds for things to exit
>
>
>On Thu, 2002-09-19 at 17:13, Kurt D. Zeilenga wrote:
>> Did 'make test' work?
>> 
>> At 04:42 PM 2002-09-19, nkiesel@tbdnetworks.com wrote:
>> >Ok, I did a cvs co -r OPENLDAP_REL_ENG_2_1 and built with bdb-4.1.24. 
>> >However, now I can't even run a single query because slapd dies saying:
>> >
>> >bdb_open: Sleepycat Software: Berkeley DB 4.1.24: (September 13, 2002)
>> >bdb_db_init: Initializing BDB database
>> >bdb(o=tbdnetworks.com): unable to join the environment
>> >bdb_db_open: dbenv_open failed: Resource temporarily unavailable (11)
>> >backend_startup: bi_db_open(0) failed! (11)
>> >bdb(o=tbdnetworks.com): txn_checkpoint interface requires an environment
>> >configured for the transaction subsystem
>> >bdb_db_destroy: txn_checkpoint failed: Invalid argument (22)
>> >slapd stopped.
>> >
>> >Any ideas?  Would building against bdb-4.0.14 help?
>> >
>> >
>> >
>> >
>> >On Wed, 2002-09-18 at 21:40, Howard Chu wrote:
>> >> Please try pulling the OpenLDAP 2.1.5 release candidate out of CVS and see if it
>> >> has the same problem. There have been a number of index-related fixes since the
>> >> 2.1.4 release. Check out the OPENLDAP_REL_ENG_2_1 source from the CVS
>> >> repository.
>> >> 
>>