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

(ITS#4883) test000 fails



Full_Name: Dieter Kluenter
Version: HEAD
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (80.187.212.14)


I checked out todays cvs and failed with test000, slapd.1.log shows


@(#) $OpenLDAP: slapd 2.X (Mar 20 2007 11:57:18) $
        dieter@magenta:/work/ldap-src/servers/slapd
ldap_pvt_gethostbyname_a: host=magenta, r=0
daemon_init: ldap://localhost:9011/
daemon_init: listen on ldap://localhost:9011/
daemon_init: 1 listeners to open...
ldap_url_parse_ext(ldap://localhost:9011/)
daemon: listener initialized ldap://localhost:9011/
daemon_init: 2 listeners opened
ldap_create
lt-slapd init: initiated server.
slap_sasl_init: initialized!
bdb_back_initialize: initialize BDB backend
bdb_back_initialize: Sleepycat Software: Berkeley DB 4.4.20: (January 10, 2006)
hdb_back_initialize: initialize HDB backend
hdb_back_initialize: Sleepycat Software: Berkeley DB 4.4.20: (January 10, 2006)
=> str2entry: "dn:
vendorName: The OpenLDAP Project <http://www.openldap.org/>
"
>>> dnPrettyNormal: <>
<<< dnPrettyNormal: <>, <>
<= str2entry() -> 0x822002c
bdb_db_init: Initializing BDB database
>>> dnPrettyNormal: <o=OpenLDAP Project,l=Internet>
=> ldap_bv2dn(o=OpenLDAP Project,l=Internet,0)
<= ldap_bv2dn(o=OpenLDAP Project,l=Internet)=0 
=> ldap_dn2bv(272)
<= ldap_dn2bv(o=OpenLDAP Project,l=Internet)=0 
=> ldap_dn2bv(272)
<= ldap_dn2bv(o=openldap project,l=internet)=0 
<<< dnPrettyNormal: <o=OpenLDAP Project,l=Internet>, <o=openldap
project,l=internet>
>>> dnPrettyNormal: <cn=Monitor>
=> ldap_bv2dn(cn=Monitor,0)
<= ldap_bv2dn(cn=Monitor)=0 
=> ldap_dn2bv(272)
<= ldap_dn2bv(cn=Monitor)=0 
> ldap_dn2bv(272)
<= ldap_dn2bv(cn=monitor)=0 
<<< dnPrettyNormal: <cn=Monitor>, <cn=monitor>
>>> dnNormalize: <cn=Subschema>
=> ldap_bv2dn(cn=Subschema,0)
<= ldap_bv2dn(cn=Subschema)=0 
=> ldap_dn2bv(272)
<= ldap_dn2bv(cn=subschema)=0 
<<< dnNormalize: <cn=subschema>
matching_rule_use_init

[...]

t-slapd startup: initiated.
backend_startup_one: starting "cn=config"
config_back_db_open
config_build_entry: "cn=config"
config_build_entry: "cn=schema"
config_build_entry: "cn={0}core"
config_build_entry: "cn={1}cosine"
config_build_entry: "cn={2}corba"
config_build_entry: "cn={3}java"
config_build_entry: "cn={4}inetorgperson"
config_build_entry: "cn={5}misc"
config_build_entry: "cn={6}nis"
config_build_entry: "cn={7}openldap"
config_build_entry: "cn={8}duaconf"
config_build_entry: "cn={9}dyngroup"
config_build_entry: "cn={10}ppolicy"
config_build_entry: "olcDatabase={-1}frontend"
config_build_entry: "olcDatabase={0}config"
config_build_entry: "olcDatabase={1}bdb"
config_build_entry: "olcDatabase={2}monitor"
backend_startup_one: starting "o=OpenLDAP Project,l=Internet"
bdb_db_open: o=OpenLDAP Project,l=Internet
bdb_db_open: Warning - No DB_CONFIG file found in directory
/work/ldap-src/tests/testrun/db.1.a: (2)
Expect poor performance for suffix o=OpenLDAP Project,l=Internet.
bdb_db_open: dbenv_open(/work/ldap-src/tests/testrun/db.1.a)
====> bdb_cache_release_all
backend_startup_one: bi_db_open failed! (1)
lt-slapd shutdown: initiated
====> bdb_cache_release_all
bdb_db_close: alock_close failed
lt-slapd destroy: freeing system resources.
slapd stopped.
connections_destroy: nothing to destroy.

my configure parameters
export CFLAGS="-DLDAP_DEVEL"
./configure \
--prefix=/opt/openldap \
--enable-dynamic \
--enable-aci \
--enable-modules \
--enable-rewrite \
--enable-bdb=yes \
--enable-hdb=yes \
--enable-java=mod \
--enable-ldap=mod \
--enable-monitor=yes \
--enable-meta=mod \
--enable-perl=mod \
--enable-relay=mod \
--enable-sql=mod \
--enable-overlays=mod


-Dieter