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

(ITS#4514) deltasyncrepl logpurge bug



Full_Name: Ben Poliakoff
Version: 2.3.21
OS: Debian Sarge
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (134.10.15.21)


The logpurge option seems to not be working properly in a deltasyncrepl config. 
 test043-delta-syncrepl fails when I make the following modification to
slapd-deltasync-master.conf:

--- slapd-deltasync-master.conf.orig    2006-04-28 16:53:29.933388660 -0700
+++ slapd-deltasync-master.conf 2006-04-28 16:45:43.049024461 -0700
@@ -73,5 +73,7 @@
 logdb cn=log
 logops writes
 logsuccess true
+# logpurge added by benp to see if it works in the test scenario
+logpurge    7+00:00 1+00:00

 #monitor#database      monitor

slapd won't start.  Turning loglevel to 64 I see repeated errors like this:

Apr 28 16:45:14 unagi slapd[31987]: ./testrun/slapd.1.conf: line 79: <logpurge>
handler exited with 1!

Without the logpurge line the test runs fine.