Hello!
Excuse me for my English, translate the dictionary.
I'm from Russia, and has worked with younger versions of OX, but now has decided to test the new version and immediately encountered problems which can not see from others, ask if you can help.
I'm using, Debian 4.0 with the latest updates
mysql 5.0.32-Debian_7etch8
for installation instructions used
1) http://www.open-xchange.com/wiki/ind...e_Installation
2) http://www.open-xchange.com/wiki/ind...ion_Ubuntu8.04
3) http://www.open-xchange.com/wiki/ind...dition_Debian4
4) CVS http://213.165.93.78/ ~ mbraun / ox /
As you may have noticed, I tried to put as a deb package or from source code, but a mistake in both cases one, and I can not do more to remove.
The installation script creates a framework configdb, but it was I did not created until I removed lo these lines:
/opt/open-xchange/etc/admindaemon/mysql/configdb.sql
And a mistake "Incorrect file format 'proc'" propane database was created.
However, it appeared to create a user oxadmin
I quote the log:
Give ask you what the problem?
Excuse me for my English, translate the dictionary.
I'm from Russia, and has worked with younger versions of OX, but now has decided to test the new version and immediately encountered problems which can not see from others, ask if you can help.
I'm using, Debian 4.0 with the latest updates
mysql 5.0.32-Debian_7etch8
for installation instructions used
1) http://www.open-xchange.com/wiki/ind...e_Installation
2) http://www.open-xchange.com/wiki/ind...ion_Ubuntu8.04
3) http://www.open-xchange.com/wiki/ind...dition_Debian4
4) CVS http://213.165.93.78/ ~ mbraun / ox /
As you may have noticed, I tried to put as a deb package or from source code, but a mistake in both cases one, and I can not do more to remove.
The installation script creates a framework configdb, but it was I did not created until I removed lo these lines:
/opt/open-xchange/etc/admindaemon/mysql/configdb.sql
Code:
#DROP PROCEDURE IF EXISTS get_configdb_id; DELIMITER // #CREATE PROCEDURE get_configdb_id() NOT DETERMINISTIC MODIFIES SQL DATA #BEGIN # DECLARE identifier INT4 UNSIGNED; # SET identifier = 0; # SELECT id INTO identifier FROM configdb_sequence FOR UPDATE; # IF 0 = identifier THEN # INSERT INTO configdb_sequence (id) VALUES (identifier); # END IF; # SET identifier = identifier + 1; # UPDATE configdb_sequence SET id = identifier; # SELECT identifier; #END// #DELIMITER ;
However, it appeared to create a user oxadmin
I quote the log:
Code:
server:/etc/apt# /opt/open-xchange/sbin/oxinstaller --oxdb-pass=admin1 --admin-pass=admin1 --maildomain tur.perm.ru 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 setting AUTO_TO_LOWERCASE_UID in /opt/open-xchange/etc/admindaemon/User.properties (Re)Starting Admin Daemon done initializing database (step 2/2) context 1 could not be created: Server response: java.sql.BatchUpdateException: Incorrect file format 'proc' user in context 1 could not be created: Server response: Authentication failed Server response: Authentication failed done setting up the system creating certificates certificate could not be created: Server response: Authentication failed chmod: невозможно получить доступ к `/etc/ssl/certs/eecert.pem': No such file or directory chmod: невозможно получить доступ к `/etc/ssl/private/eekey.pem': No such file or directory chgrp: невозможно получить доступ к `/etc/ssl/private/eekey.pem': No such file or directory configuring mail system using mail.tur.perm.ru as FQHN of the mail server Server response: Authentication failed done
Comment