I have followed the wiki step by step and the only issue that I am having is with oxinstaller. It hangs at the end of step (1/2). Here is the console output:
I first was running oxinstaller with my domain name in place of example.com, but I had the same results.
I have checked the admin log and there are no anomalies. Everything looks like it works fine. If I kill the process, I can still login to the mysql database with the command:
mysql -h localhost -u openexchange -p
That tells me that configdb is setup right, it just isn't getting populated with the necessary data.
I went ahead and continued with the wiki steps and got to the end. Everything installed just fine, but when I try to login to the server through the web GUI, it gives me an invalid username/password error. I am assuming that is because oxinstaller never got the oxadmin user setup.
Can that manually be done, or do I have to do it through oxinstaller? How can I get oxinstaller to work right?
Thanks for the help!
Jon
Code:
# /opt/open-xchange/sbin/oxinstaller --oxdb-pass=secret --admin-pass=secret --maildomain example.com -f 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
I have checked the admin log and there are no anomalies. Everything looks like it works fine. If I kill the process, I can still login to the mysql database with the command:
mysql -h localhost -u openexchange -p
That tells me that configdb is setup right, it just isn't getting populated with the necessary data.
I went ahead and continued with the wiki steps and got to the end. Everything installed just fine, but when I try to login to the server through the web GUI, it gives me an invalid username/password error. I am assuming that is because oxinstaller never got the oxadmin user setup.
Can that manually be done, or do I have to do it through oxinstaller? How can I get oxinstaller to work right?
Thanks for the help!
Jon
Comment