[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Logging region out of memory; you may need to increase its size
- To: openldap-technical@openldap.org
- Subject: Logging region out of memory; you may need to increase its size
- From: Frank Bonnet <f.bonnet@esiee.fr>
- Date: Mon, 24 Oct 2011 16:49:42 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=esiee.fr; s=MAILOUT; t=1319467788; bh=YndWTNrlCjhXxNkV3WsYzQlDBJBDakl5DHv58SMBjX8=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=fqmTtGu3FzG3TmFbpMazsfSeXmQcbeDeXhOO6qI2KYuPrhGDHxlqbowpUC9tfJGhW nUWNesmurS89D+vHLWeU1p83LaxjVBWAmognvzoQWt0R9kWjwhXhaUu3kymcfpuQPr RY9qb1u6+XDo7cTBNowYTdbut6R+kjstFQDXx+aA=
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110921 Lightning/1.0b2 Thunderbird/3.1.15
Hello
I have a problem when trying to perform the command : slapcat -l toto.ldif
I get this error message
bdb_db_open: database "dc=xxxx,dc=fr": unclean shutdown detected;
attempting recovery.
bdb_db_open: database "dc=xxxx,dc=fr": recovery skipped in read-only
mode. Run manual recovery if errors are encountered.
bdb(dc=xxxx,dc=fr): Logging region out of memory; you may need to
increase its size
bdb_db_open: database "dc=xxxx,dc=fr":
db_open(/var/db/openldap-data/id2entry.bdb) failed: Cannot allocate
memory (12).
backend_startup_one (type=bdb, suffix="dc=xxxx,dc=fr"): bi_db_open
failed! (12)
slap_startup failed
I use berkeley DB 4.6 on a FreeBSD 8.1 system
Thanks for any info