[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
DB_LOG_AUTOREMOVE not working
- To: "openldap-technical@openldap.org" <openldap-technical@openldap.org>
- Subject: DB_LOG_AUTOREMOVE not working
- From: BheeshmaManjunath <bheeshma.manjunath@gmail.com>
- Date: Wed, 19 Dec 2012 09:29:41 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:subject:from:content-type:x-mailer:message-id:date:to :content-transfer-encoding:mime-version; bh=iqOxGSNjljzHLu2QlFKmXEUP53sW9NfwTmGmiOHAQVI=; b=Fat4Hyp/vrvL7qhwqUMdcvbExrtxGc6VYE72ZrW7pknIZMa6Gc++PaB8CObL7CaM0M NjZ04vRfMd+TpeIsMWxfAuUJhYMTLwR6WKac7gphEu5R+RoZvvDZq4ta6zXvtWwh1r3I plY/iKusw2+gKjsLLhTeXMsfNiJuR9XbGdMJIKmoJrFFKOws+hyOHbf1ZB2BkJE8DWek LeOH7yMKMr0HsO2EZg9XOt+GMQ7CUeooZPDbOBAhiqF3HoKZkiPWb9TYwoTqDnaDBu/l +O7gLPS7KAxcUpB4Tu/VBSU+KDBYOuwFyMOfFFh2kxUxpVX894aEeOoYGShfb7gfjYq9 jZdg==
Hi
I am using the latest Openldap.
Software- Openldap 2.4.33
Server - RHEL 5.8 64 bit
When i do an Ldapsearch, Ldapadd, Ldapdelete , the log.00000000x files are getting generated in the directory folder.
To auto remove them i did add the " set_flags DB_LOG_AUTOREMOVE " to the DB_CONFIG file which is present in the directory folder itself.
And I am using crontab to add the new data on the daily bases, but the log.00000000x files which are generated are not being auto removed..?
Can anyone help me regarding this issue..?
Is there a need to restart the server before adding the new data on the daily bases..? If so why is it so..?
Thanks
bhee