I remember there is a bug in this procedure (lib/cmds/importCACerts) that I
fixed some month ago. Sorry, I forgot to post to the mailing list. However
now I'm in vacation and I don't have the source code here. If you can wait
next week, I can post the patched code. I remember, the problem is in the
following line of code:

my $ret = `$cmd 2>&1`;


because it fails but it returns no error in $ret, so the procedure continues
and, in the instruction after, the procedure fails and you obtain the error
you see (but it is completely unrelated to the database). I suggest you to
check the commands in the conf file contained in the variables
IMPORT_EXPORT_LOCAL_IMPORT and _DEVICE in the meantime.


On Mon, Aug 18, 2008 at 11:07, Yildirim Zaynal <[EMAIL PROTECTED]> wrote:

> For some reason i get this error while trying to import the signed
> certificate.. It seems to import just fine, but having trouble to
> import to the mysql database..
> I have checked the user and pw for openca to access the mysql
> database, and its all correct.
>
> Any ideas?
>
> ----------------------------
> Importing CA Certificate into filesystem ... Ok.
>
> Importing CA Certificate to dB ...
>
>
>            Error 690
>                  Configuration Error.
>                  Error while loading CA certificate
> (/opt/OpenCA-0.9.2.5/var/crypto/cacerts/cacert.pem)..
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Openca-Users mailing list
> Openca-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/openca-users
>



-- 
Diego
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to