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

Re: FreeBSD-2.2.7



This generally occurs when the replication daemon, slurpd,
is built with -DNO_THREADS.  Slurpd just calls exits if it
built -DNO_THREADS causing the replication test to fail.  The
test actually should be skipped in this case.  In fact, slurpd
shouldn't even be built and installed if -DNO_THREAD is defined.

We'll attempt to resolve this for the next release.  Until
then, you can:
	1) ignore the error (the rest of the system is not
		effect by this error)
	2) enable thread support and rebuild

Kurt

At 11:57 AM 9/15/98 -0400, Forrest Aldrich wrote:
>Just a check-in.   I decided to compile and test the latest code to see if
>things were
>working and got the following:
>
>Using ldapmodify to populate the database...
>Using ldapmodify to modify the database...
>Waiting 15 seconds for slurpd to send changes...
>Using ldapsearch to read all the entries from the master...
>Using ldapsearch to read all the entries from the slave...
>kill: 8302: No such process
>Comparing retrieved entries from master and slave...
>./test-db/master.out ./test-db/slave.out differ: char 1, line 1
>test failed - master and slave databases differ
>>>>>> ./scripts/test007-replication failed (exit 1)
>*** Error code 1
>
>Stop.
>*** Error code 1
>
>Stop.
>
>Anything I can do to help?
>
>Forrest
>
>