I finally found the issue: apache cgid wasn't enabled. I also had to change
the provision-test.sh script a little bit:
--- a/vagrant/debian/provision-test.sh
+++ b/vagrant/debian/provision-test.sh
@@ -15,8 +15,9 @@ aptitude update
rm -rf /etc/openxpki/
# Install mysql without password (no prompt)
-DEBIAN_FRONTEND=noninteractive aptitude install --assume-yes mysql-server
-aptitude install --assume-yes --allow-untrusted libdbd-mysql-perl
libopenxpki-perl openxpki-i18n libapache2-mod-fastcgi
+DEBIAN_FRONTEND=noninteractive aptitude install --assume-yes mysql-server
libdbd-mysql-perl
+aptitude install --assume-yes libapache2-mod-fastcgi
+aptitude install --assume-yes --allow-untrusted libopenxpki-perl
openxpki-i18n
The original script from the repo did not install openxpki at all - for
what ever reasons.
Anyway, it seems to work fine now. Thank you very much!
Many thanks,
David
2015-11-15 12:44 GMT+01:00 Oliver Welter <[email protected]>:
> Am 15.11.2015 um 12:04 schrieb David Lais:
>
>> Hi Oliver,
>>
>> I checkout tag v1.1.0 and I do have en_US.utf8 installed on the
>> system. Vagrant version 1.7.4 with Virtualbox 5.0.2r102096.
>>
>
> I run VBox 4.3 but this shouldnt be a problem - can you check the version
> of your debian base box? I have 8.2.1, perhaps this is an issue.
>
> I also tried to install it manually on a new debian jessie image but I
>> get the same result.
>>
>> Any other idea?
>>
>
> 1) Try to open
> http://locahost:8080/cgi-bin/webui.fcgi?page=bootstrap!structure&
> If you get a server error check the apache error log
>
> 2) check with "ps" if there is a process "openxpkid (main) server"
> If you dont see this process, try "openxpkictl start" and check for errors.
>
> Oliver
>
>
> --
> Protect your environment - close windows and adopt a penguin!
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> OpenXPKI-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/openxpki-users
>
>
------------------------------------------------------------------------------
Presto, an open source distributed SQL query engine for big data, initially
developed by Facebook, enables you to easily query your data on Hadoop in a
more interactive manner. Teradata is also now providing full enterprise
support for Presto. Download a free open source copy now.
http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users