Hi Sergei,
> Sorry but your script update_svn_and_test.pl does not work here > (starting it as non-root from within my home directory), > and I am very much wondering how it can work for you because: > > - it tries to install deployment before server, which should not be > possible. Granted, it might not work with a fresh install. It probably needs an installed system first. > This should lead to using tools from previously installed version leading > to a mess. ? update_svn_and_test.pl updates to the most recent SVN revision and then installs the deployment tools for that versions which are then used for the corresponding test for this SVN revision - where's the mess? > - in OpenXPKI/Tests.pm you call binaries of openxpki from the PATH, which > most likely > leads to using binaries from previously installed version leading > to a mess. OK, but how would I know the location of non-installed binaries? This is why generate_report.pl installs the most recent deployment tools (cf. above) ... > - you call openssl from the PATH, instead of pre-configured piece of > openssl, > which can lead to a mess. Granted, I've already acknowledge this in the fresh bug report created in response to Mark's mail. > The above edits helped to move much further, than before these edits, > but still the script hangs during t/60_workflow. See logs: > > http://www7.openxpki.org/stderr.log > http://www7.openxpki.org/0978_output.txt Looks like you have a problem with openssl: | ok - Test server deployed successfully | Generating RSA private key, 512 bit long modulus | ...++++++++++++ | ...++++++++++++ | e is 65537 (0x10001) | Unable to load config info from /usr/local/openssl/openssl.cnf | # Could not generate CA CSR I guess this might be the root of the problem ... Best regards, Alex ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ OpenXPKI-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-devel
