I try to install OX on a Debian Etch (Xen DomU) system with the help of the (great) installation wiki - now I run into trouble
When I start (cyrus, postfix, saslauthd and apache are running):
btw., mysql-login runs fine:
mysql -h localhost -u openexchange -p configdb
and this too
mysql -h localhost -u oxadmin -p configdb
Can someone help me ?
Thanks in advance
Vertex
When I start (cyrus, postfix, saslauthd and apache are running):
Code:
/opt/open-xchange/sbin/oxinstaller -f --oxdb-pass=<mypassword> --admin-pass=<mypassword> --maildomain zuhause.xx
Code:
initializing database (step 1/2) done Configuring services setting readUrl in /opt/open-xchange/etc/admindaemon/configdb.properties setting writeUrl in /opt/open-xchange/etc/admindaemon/configdb.properties setting readProperty.1 in /opt/open-xchange/etc/admindaemon/configdb.properties setting readProperty.2 in /opt/open-xchange/etc/admindaemon/configdb.properties setting writeProperty.1 in /opt/open-xchange/etc/admindaemon/configdb.properties setting writeProperty.2 in /opt/open-xchange/etc/admindaemon/configdb.properties setting readUrl in /opt/open-xchange/etc/groupware/configdb.properties setting writeUrl in /opt/open-xchange/etc/groupware/configdb.properties setting readProperty.1 in /opt/open-xchange/etc/groupware/configdb.properties setting readProperty.2 in /opt/open-xchange/etc/groupware/configdb.properties setting writeProperty.1 in /opt/open-xchange/etc/groupware/configdb.properties setting writeProperty.2 in /opt/open-xchange/etc/groupware/configdb.properties setting CREATE_HOMEDIRECTORY in /opt/open-xchange/etc/admindaemon/User.properties setting SetupLink in /opt/open-xchange/etc/groupware/system.properties (Re)Starting Admin Daemon done initializing database (step 2/2) Server response: Authentication failed done setting up the system creating certificates certificate could not be created: Server response: Authentication failed chmod: Zugriff auf »/etc/ssl/certs/eecert.pem« nicht möglich: Datei oder Verzeichnis nicht gefunden chmod: Zugriff auf »/etc/ssl/private/eekey.pem« nicht möglich: Datei oder Verzeichnis nicht gefunden chgrp: Zugriff auf »/etc/ssl/private/eekey.pem« nicht möglich: Datei oder Verzeichnis nicht gefunden configuring ox admin gui configuring mail system using mail.zuhause.xx as FQHN of the mail server Server response: Authentication failed done
Code:
ls -la /etc/ssl drwxr-xr-x 2 root root 10240 2007-08-03 21:02 certs -rw-r--r-- 1 root root 9374 2006-11-30 22:36 openssl.cnf drwx--x--- 2 root ssl-cert 1024 2007-08-03 21:02 private
mysql -h localhost -u openexchange -p configdb
and this too
mysql -h localhost -u oxadmin -p configdb
Can someone help me ?
Thanks in advance
Vertex
Comment