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

Re: DB_CONFIG tuning



Hi Aaron,

I feel a bit silly... I thought the set_lg_dir variable was referring to EVENT logging, not referring to dbd logging. I set it to:

set_lg_dir /var/lib/ldap

and now things are working, and a slapd_db_stat shows things are nominal. Thanks for pointing out my mistake!

ciao, erich

Aaron Richton wrote:
With your DB_CONFIG in place, log.* files are expected in
set_lg_dir /var/log
but without it, log.* files are expected in
bdb_db_open: dbenv_open(/var/lib/ldap)
so unless you've got some file links or something, things might be a bit confused. Although those look like weird error messages to be getting for missing log files. Then again, I've never tried having missing log files, maybe those are the right messages.