[EMAIL PROTECTED] writes: > I have a Dell Poweredge running Openldap 2.3.27 for mail =20 > authentication. Everytime I restart ldap using service ldap restart, =20 > or /etc/init.d/ldap restart, or just reboot the server, when ldap =20 > starts I get error messages concerning bdb corruption. My DB_CONFIG =20 > file:
As your database seems to be corupted, just do a db_recover, for additonal information see docs/utility/db_recover.html in your BerkeleyDB directory. > > I dont seem be logging anything to an ldap.log. I do seem to have a =20 > rather large log in my /var/lib/ldap directory. Im trying to limit =20 > this to 5 mb with my DB_CONFIG file. > -- -rw------- 1 ldap ldap 10485760 May 7 08:52 log.0000000001 the logfile keeps track of transactions and does not system logging. To delete old log files see db_archive. System logging is handeld by syslog, as default by local4. [...] -Dieter -- Dieter Klünter | Systemberatung http://www.dkluenter.de GPG Key ID:8EF7B6C6 --- You are currently subscribed to [EMAIL PROTECTED] as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.
