#3580 freeipa 3.2 replication problems in fedora 19
Closed: Invalid None Opened 10 years ago by rcritten.

Ticket was cloned from Red Hat Bugzilla (product Fedora): Bug 953653

Description of problem:

Initial install of Replica for FreeIPA 3.2 on Fedora 19 appears to work but,
not replicating data.

After setting up a replica, I can add a user but do not see that new user on
the other server.

Version-Release number of selected component (if applicable):
freeipa-server-3.2.0-0.2.beta1.fc19.x86_64
389-ds-base-1.3.0.5-1.fc19.x86_64


How reproducible:
always in my environment anyway.

Steps to Reproduce:
1.  On MASTER: Install FreeIPA server on F19

ipa-server-install -a PASSWORD -p PASSWORD --domain=ipa.example.org \
--realm=IPA.EXAMPLE.ORG --hostname f19-1.ipa.example.org --setup-dns \
--forwarder=192.168.122.1 -U

2.  On MASTER: Prepare Replica file

ipa-replica-prepare --ip-address=192.168.122.192 f19-2.ipa.example.org

3.  On MASTER: Copy Replica file to replica

scp /var/lib/ipa/replica-info-f19-2.ipa.example.org.gpg f19-2:/var/lib/ipa

4.  On REPLICA:  Point resolv.conf to MASTER to be sure resolution as expected:

echo "nameserver 192.168.122.191" > /etc/resolv.conf

5.  On REPLICA: Install/Setup FreeIPA

ipa-replica-install -p PASSWORD -w PASSWORD \
    --setup-dns --forwarder=192.168.122.1 \
    /var/lib/ipa/replica-info-f19-2.ipa.example.org.gpg -U

6. On REPLICA: Create user

ipa user-add test --first=f --last=l

7.  On MASTER: Check user

ipa user-show test

Actual results:
Does not show user.  Some digging appears to show that replication is not
working.  More info below and to be attached.

Expected results:
User data (and all  other necessary data properly replicated).


Additional info:
Will attach logs from servers.

On MASTER, I'm seeing this in dirsrv errors:

sasl_io_recv failed to decode packet for connection

And this in messages:

encoded packet size too big (246395 > 65536)

On REPLICA, I'm seeing can't contact ldap server errors.

Metadata Update from @rcritten:
- Issue assigned to someone
- Issue set to the milestone: FreeIPA 3.2 - 2013/04-05 (GA)

7 years ago

Login to comment on this ticket.

Metadata