HI!
When migrating data extracted from a 2.3.39 server via slapcat into a RE24 server I had two issues:
1. Option -q of slapadd resulted in a seg fault.
2. I had to remove the entryCSN attributes from the LDIF data. Probably this is somewhat related to the 2.3-2.4 replication issue.
Ciao, Michael.
--On December 13, 2007 1:41:50 AM +0100 Michael Ströder michael@stroeder.com wrote:
HI!
When migrating data extracted from a 2.3.39 server via slapcat into a RE24 server I had two issues:
Option -q of slapadd resulted in a seg fault.
I had to remove the entryCSN attributes from the LDIF data. Probably
this is somewhat related to the 2.3-2.4 replication issue.
What 2.4 version? RE24? 2.4.6?
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
Quanah Gibson-Mount wrote:
--On December 13, 2007 1:41:50 AM +0100 Michael Ströder michael@stroeder.com wrote:
When migrating data extracted from a 2.3.39 server via slapcat into a RE24 server I had two issues:
Option -q of slapadd resulted in a seg fault.
I had to remove the entryCSN attributes from the LDIF data. Probably
this is somewhat related to the 2.3-2.4 replication issue.
What 2.4 version? RE24? 2.4.6?
OPENLDAP_REL_ENG_2_4 synced from CVS a couple of hours ago.
Ciao, Michael.
The please file an ITS, with the stack trace.
--Quanah
--On December 13, 2007 1:58:48 AM +0100 Michael Ströder michael@stroeder.com wrote:
Quanah Gibson-Mount wrote:
--On December 13, 2007 1:41:50 AM +0100 Michael Ströder michael@stroeder.com wrote:
When migrating data extracted from a 2.3.39 server via slapcat into a RE24 server I had two issues:
Option -q of slapadd resulted in a seg fault.
I had to remove the entryCSN attributes from the LDIF data. Probably
this is somewhat related to the 2.3-2.4 replication issue.
What 2.4 version? RE24? 2.4.6?
OPENLDAP_REL_ENG_2_4 synced from CVS a couple of hours ago.
Ciao, Michael.
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
s/The/Then/
:)
--Quanah
--On December 12, 2007 8:11:59 PM -0800 Quanah Gibson-Mount quanah@zimbra.com wrote:
The please file an ITS, with the stack trace.
--Quanah
--On December 13, 2007 1:58:48 AM +0100 Michael Ströder michael@stroeder.com wrote:
Quanah Gibson-Mount wrote:
--On December 13, 2007 1:41:50 AM +0100 Michael Ströder michael@stroeder.com wrote:
When migrating data extracted from a 2.3.39 server via slapcat into a RE24 server I had two issues:
Option -q of slapadd resulted in a seg fault.
I had to remove the entryCSN attributes from the LDIF data. Probably
this is somewhat related to the 2.3-2.4 replication issue.
What 2.4 version? RE24? 2.4.6?
OPENLDAP_REL_ENG_2_4 synced from CVS a couple of hours ago.
Ciao, Michael.
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc
Zimbra :: the leader in open source messaging and collaboration
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
Michael Ströder wrote:
Quanah Gibson-Mount wrote:
--On December 13, 2007 1:41:50 AM +0100 Michael Ströder michael@stroeder.com wrote:
When migrating data extracted from a 2.3.39 server via slapcat into a RE24 server I had two issues:
- Option -q of slapadd resulted in a seg fault.
This is now fixed in cvs HEAD and RE24.
- I had to remove the entryCSN attributes from the LDIF data. Probably
this is somewhat related to the 2.3-2.4 replication issue.
I haven't looked at this.
What 2.4 version? RE24? 2.4.6?
OPENLDAP_REL_ENG_2_4 synced from CVS a couple of hours ago.
Ciao, Michael. .
Michael Ströder wrote:
Quanah Gibson-Mount wrote:
--On December 13, 2007 1:41:50 AM +0100 Michael Ströder michael@stroeder.com wrote:
When migrating data extracted from a 2.3.39 server via slapcat into a RE24 server I had two issues:
Option -q of slapadd resulted in a seg fault.
I had to remove the entryCSN attributes from the LDIF data. Probably
this is somewhat related to the 2.3-2.4 replication issue.
I don't see any issue here. The CSNs are automatically updated.
RE23: % tail ~/t1.ldif entryUUID: decc2f4e-3d95-102c-9177-2bd23eb53559 creatorsName: cn=Manager,dc=example,dc=com modifiersName: cn=Manager,dc=example,dc=com createTimestamp: 20071213070754Z modifyTimestamp: 20071213070754Z entryCSN: 20071213070754Z#000012#00#000000
RE24 slapcat: entryUUID: decc2f4e-3d95-102c-9177-2bd23eb53559 creatorsName: cn=Manager,dc=example,dc=com modifiersName: cn=Manager,dc=example,dc=com createTimestamp: 20071213070754Z modifyTimestamp: 20071213070754Z entryCSN: 20071213070754.000000Z#000012#000#000000