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

Re: Problem on ldbm2ldif



At 10:31 PM 6/5/00 +0700, Erry Rahmawan wrote:
>Dear All,
>
>I have data 64055 record and I use OpenLDAP 1.2.9 at Linux Redhat 6.0. And
>now our server run on Compaq Proliant 3000 with 1024 MB RAM, Double
>Processor Pentium II - 450 Mhz.
>I have some problem migrating LDBM format to LDIF format. It always get
>error message 'segmentation fault'.
>
>Is there any solution for that ?
>
>please reply ASAP.
>
>- erry_r -

First, ldbm2ldif?  do you ldbmcat (LDBM->LDIF) or ldif2ldbm (LDIF->LDBM).
If the latter, try using ldapadd(1) instead.  It's recommended for
import of new entries.

As far as the seg fault, I haven't enough details to wager a
guess.  A stack backtrace would be nice.

Also, you might try upgrading to 1.2.10.

	Kurt