[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: top-level data entries not replicating, 2.4.15, now 2.4.17
- To: openldap-technical@openldap.org, Quanah Gibson-Mount <quanah@zimbra.com>
- Subject: Re: top-level data entries not replicating, 2.4.15, now 2.4.17
- From: Brian Neu <proclivity76@yahoo.com>
- Date: Fri, 28 Aug 2009 08:58:03 -0700 (PDT)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1251475083; bh=O2ZNx36JXt2AJHyUCSD8aap05J5QdBEWJTnapimit78=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=WxPKscs+f+NJTpkUv18L/SUuy361NGcwLnl99iwgMOBE84s6Dy/ydb6aJ4fD2WsrGKoERpTRFSvQ3PrYht+mwX89F1Rh81QSwx3tIxJD3NRgHhkJmR+DM3DsJybYqhDS3YtffI0h3ndQ36stFu8l4xmdFTQ+K7hciQlBhARoE7Y=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=P0GC7i4iiIpmJCsQt2KGxNETnlG/Jidi1zUVQPJIHtcugeUcaoo2hbDhE9sOa3Ql4zJuvMiU0YFmkj/6Kf7INYQCCU+f/sBfRNCBA0Awl7720bcZNJiyYaU/pMDeLzXB4C82ILhPZn4wTwVof1IEUz5zq6659DsXdj7R+kr0BCc=;
- In-reply-to: <10842BCB9B77DD644772E49E@[192.168.1.199]>
--- On Mon, 8/24/09, Quanah Gibson-Mount <quanah@zimbra.com> wrote:
> From: Quanah Gibson-Mount <quanah@zimbra.com>
> Subject: Re: top-level data entries not replicating, 2.4.15, now 2.4.17
> To: "Brian Neu" <proclivity76@yahoo.com>, openldap-technical@openldap.org
> Date: Monday, August 24, 2009, 9:34 PM
> --On Monday, August 24, 2009 6:28 PM
> -0700 Brian Neu <proclivity76@yahoo.com>
> wrote:
>
> > Unfortunately, not until tomorrow eve, EST. The
> consumer server
> > (victory3) is temporarily in someone's office before
> it goes to a colo,
> > and was turned off due to the fan noise for the biz
> day. It SHOULD have
> > been powered back on, but someone forgot.
> >
> > Aren't there a couple of virtual servers somewhere
> that serve as testing
> > grounds for the project? That, or does someone
> have a provider->consumer
> > set-up in production that can test a benign top-level
> data entry and see
> > if it replicates?
>
> This sort of setup works for me, and hundreds of others, no
> problem. Which is why figuring out why it isn't
> working for you is non-trivial. I still suspect it is
> a configuration issue that is non-obvious.
>
> --Quanah
On the consumer, victory3, I'm running this:
/etc/init.d/ldap stop && rm -fr /var/lib/ldap/*.* /var/lib/ldap/alock && /etc/init.d/ldap start 2>/var/lib/ldap/debug-trace.txt
Then on the provider, I'm running an ldapadd on this file:
<test9.ldif>
dn:cn=test9,dc=srg,dc=com
objectclass: top
objectclass: person
userpassword:{MD5}HaaaTaaaaaaaaaaaaaJzaaaaaMg==
sn:test9
cn:test9
Then back to the consumer, I <CTRL+C> to stop slapd. I vim /var/lib/ldap/debug-trace.txt and /test9 . No instance of test9 in the file. No instance of any of the top-level data entries, though it's a 643MB file.
I'm at a loss.