[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: Why slapd don't creates replogfile ?
> > But when I start the masterserver the replogfile stays empty.
> > what is wrong in my configuration ?
>
> Quite possibly nothing. The replog file holds changes that
> have not yet
> been comited on the slave. If both master and slave and
> running normally
> under light load, you will never see anything in the replog file.
>
> > How can I debug it ?
>
> Actually make a change on the master and query the slave to
> make sure it
> got replicated.
Also try to simply use tail -f on the replica file, and then make a
change, see if you notice a change in the replication log file. (it
should show you the replication entries and then say that the file was
truncated.)