Hi Jochen,

On Thu, Jul 10, 2008 at 11:35:41AM +0000, Jochen Kunkel wrote:
> But i have some questions:
> - Are my test results OK?
> 
> Failed Test                       Stat Wstat Total Fail  Failed  List of 
> Failed
> -------------------------------------------------------------------------------
> t/20_xml/8_xinclude_relative_dir.  255 65280     6   12 200.00%  1-6

This works for me, can you try running
$ DEBUG_LEVEL=128 prove -v t/20_xml/8_xinclude_relative_dir.t
and posting the output to the list, please?

> t/60_workflow/15_csr_and_certific  255 65280    24    8  33.33%  19-20 22-24
> t/60_workflow/20_certificate_revo   17  4352    23   17  73.91%  5 7-17 19-23
> t/60_workflow/40_certificate_revo               10    2  20.00%  8-9

The workflow tests have been failing on my system as well, I've been
looking into that lately (without much success, unluckily) - so that's
"fine" ...

> - If I initialize a SQLight DB everithing works fine, but if I write the 
> schema into an MySQL DB I get following error:
> I think its a Problem with MySQL v5 

Weird, it's running fine here on MySQL 5.

> openXpki:/# openxpkiadm initdb
> Database type: MySQL
> Setting up database 'log'
> ERROR: init_schema on 'log' failed 
> (I18N_OPENXPKI_SERVER_DBI_DBH_PREPARE_FAILED; __ERRNO__ => 1; __ERRVAL__ => 
> table workflow_context already exists(1) at dbdimp.c line 271; __QUERY__ => 

... "already exists" sounds like it already worked once?
Try openxpkiadm initdb --force to drop the tables beforehand ...

> openXpki:/# mysql -u openxpki -p openxpki
> Enter password:
> Welcome to the MySQL monitor.  Commands end with ; or \g.
> Your MySQL connection id is 15
> Server version: 5.0.32-Debian_7etch5-log Debian etch distribution

I am running 5.0.22 here.

> Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
> mysql> create table workflow_context (workflow_id NUMERIC(49,0) NOT NULL, 
> workflow_context_key TEXT NOT NULL, workflow_context_value TEXT, PRIMARY KEY 
> (workflow_id, workflow_context_key));
> ERROR 1170 (42000): BLOB/TEXT column 'workflow_context_key' used in key 
> specification without a key length

Hmmm, that's a bit weird, would they really change something like that in
a minor release?

> - if I use the WEBinterface, sometimes apache do not map the language.

Can you be a bit more specific about the "sometimes", please?
On the german interface, a lot of text is missing and you will see
the so-called I18N-identifiers (I18N_OPENXPKI_...) - the english
interface is still missing a few, too - is this what you're talking
about?

> /etc/apache/conf.d/openxpki-mason-mod_perl.conf:
> "SetEnv OPENXPKI_LOCALE_PREFIX /usr/share/locale/"

Looks fine to me ...

Cheers,
  Alex
-- 
Dipl.-Math. Alexander Klink | IT-Security Engineer
        [EMAIL PROTECTED] | working @ urn:oid:1.3.6.1.4.1.11417

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to