Today, I installed ox under OpenSuse 10.3, I don't have any errors at the end of the script : http://www.feigenblatt.net/ox/.
However, when I go to http://localhost/ox.html, I have the error 503 - Service Temporarily Unavailable (after I have entered testuser/secret).
I don't know what I can do.
PS : one part of the script
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pam_mysql.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
make[1]: entrant dans le répertoire « /usr/src/pam_mysql-0.7RC1 »
/bin/sh ./mkinstalldirs /lib/security
/bin/sh ./libtool --mode=install /usr/bin/install -c pam_mysql.la /lib/security/pam_mysql.la
/usr/bin/install -c .libs/pam_mysql.so /lib/security/pam_mysql.so
/usr/bin/install -c .libs/pam_mysql.lai /lib/security/pam_mysql.la
PATH="$PATH:/sbin" ldconfig -n /lib/security
----------------------------------------------------------------------
Libraries have been installed in:
/lib/security
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[1]: Rien à faire pour « install-data-am ».
make[1]: quittant le répertoire « /usr/src/pam_mysql-0.7RC1 »
Compiling source dependencies (start-stop-daemon (fix for SuSE))...
Compiling source dependencies (concurrent.jar)...
BUILD SUCCESSFUL
Total time: 3 seconds
Compiling source dependencies (jdom.jar)...
[echo] ----------- JDOM 1.1 ------------
BUILD SUCCESSFUL
Total time: 2 seconds
Compiling source dependencies (json.jar)...
? json-jdk15/build
? json-jdk15/lib
BUILD SUCCESSFUL
Total time: 5 seconds
Linking distribution specific dependencies... ln: creating symbolic link `/opt/open-xchange/lib/activation.jar': Le fichier existe.
ln: creating symbolic link `/opt/open-xchange/lib/commons-codec-1.3.jar': Le fichier existe.
ln: creating symbolic link `/opt/open-xchange/lib/commons-httpclient-2.0.2.jar': Le fichier existe.
ln: creating symbolic link `/opt/open-xchange/lib/commons-logging.jar': Le fichier existe.
ln: creating symbolic link `/opt/open-xchange/lib/junit-4.1.jar': Le fichier existe.
ln: creating symbolic link `/opt/open-xchange/lib/mysql-connector-java-3.1.13-bin.jar': Le fichier existe.
ln: creating symbolic link `/opt/open-xchange/lib/servlet-api-2.4.jar': Le fichier existe.
ln: creating symbolic link `/opt/open-xchange/lib/saxon8.jar': Le fichier existe.
done
Configuring services (apache2, cyrus, mysql, pam, sasl, postfix)... "jk" already present
"ssl" already present
"SSL" already present
Restarting services...
Shutting down service saslauthd done
Starting service saslauthd done
Shutting down IMAP/POP3 service (cyrus-imapd) done
Starting IMAP/POP3 service (cyrus-imapd) failed
Restarting service MySQL
Shutting down service MySQL done
Starting service MySQL done
Syntax OK
Shutting down httpd2 (waiting for all children to terminate) done
Starting httpd2 (prefork) done
Configuring system user (open-xchange)...
groupadd: Group `open-xchange' already exists.
useradd: Account `open-xchange' already exists.
groupadd: Group `ssl-cert' already exists.
Building Open-Xchange Groupware...
BUILD SUCCESSFUL
Total time: 1 minute 1 second
Building Open-Xchange Admindaemon...
BUILD SUCCESSFUL
Total time: 13 seconds
Building Open-Xchange Groupware GUI...
BUILD SUCCESSFUL
Total time: 28 seconds
Executing oxinstaller...
getopt: l'option « --maildomain » requiert un argument
missing required option --maildomain
Buildfile: build.xml
compile:
jar:
replacer:
[copy] Copying 1 file to /usr/src/open-xchange-admin-gui-ee
install:
[copy] Copying 1 file to /opt/open-xchange/etc/groupware/servletmappings
[copy] Copying 1 file to /opt/open-xchange/lib
[copy] Copying 1 file to /opt/open-xchange/etc/groupware/servletConfig/oxadmin/admin
BUILD SUCCESSFUL
Total time: 2 seconds
Buildfile: build.xml
install:
css:
html:
build page:
build page:
build page:
lang:
[copy] Copying 1 file to /usr/src/open-xchange-admin-gui-ee-ajax/lang
all:
deploy:
[copy] Copying 2 files to /srv/www/htdocs/ox/admin
BUILD SUCCESSFUL
Total time: 4 seconds
Buildfile: build.xml
install:
[copy] Copying 6 files to /opt/open-xchange/oxadmin-templates
BUILD SUCCESSFUL
Total time: 1 second
Creating startup scripts... insserv: Service saslauthd has to be enabled for service cyrus
insserv: exiting now!
/sbin/insserv failed, exit code 1
Line already in /etc/init.d/.depend.start, nothing to do...
done
Creating Groupware user... user in context 1 could not be created:
Error: Connection refused to host: localhost; nested exception is:
java.net.ConnectException: Connection refused
Starting Open-Xchange Groupware Daemon: (null) already running.
open-xchange-groupware.
Shutting down mail service (Postfix) done
Starting mail service (Postfix) failed
Postfix configured...
Do you want to install Funambol and the Open-Xchange Connector? (y/n)
n
Installation complete.
Now log in using the following credentials:
User: testuser
Pass: secret
Note that all passwords are potentially unsave (secret)
Domain change will require some manual configuration.#!/bin/bash
However, when I go to http://localhost/ox.html, I have the error 503 - Service Temporarily Unavailable (after I have entered testuser/secret).
I don't know what I can do.
PS : one part of the script
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pam_mysql.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
make[1]: entrant dans le répertoire « /usr/src/pam_mysql-0.7RC1 »
/bin/sh ./mkinstalldirs /lib/security
/bin/sh ./libtool --mode=install /usr/bin/install -c pam_mysql.la /lib/security/pam_mysql.la
/usr/bin/install -c .libs/pam_mysql.so /lib/security/pam_mysql.so
/usr/bin/install -c .libs/pam_mysql.lai /lib/security/pam_mysql.la
PATH="$PATH:/sbin" ldconfig -n /lib/security
----------------------------------------------------------------------
Libraries have been installed in:
/lib/security
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[1]: Rien à faire pour « install-data-am ».
make[1]: quittant le répertoire « /usr/src/pam_mysql-0.7RC1 »
Compiling source dependencies (start-stop-daemon (fix for SuSE))...
Compiling source dependencies (concurrent.jar)...
BUILD SUCCESSFUL
Total time: 3 seconds
Compiling source dependencies (jdom.jar)...
[echo] ----------- JDOM 1.1 ------------
BUILD SUCCESSFUL
Total time: 2 seconds
Compiling source dependencies (json.jar)...
? json-jdk15/build
? json-jdk15/lib
BUILD SUCCESSFUL
Total time: 5 seconds
Linking distribution specific dependencies... ln: creating symbolic link `/opt/open-xchange/lib/activation.jar': Le fichier existe.
ln: creating symbolic link `/opt/open-xchange/lib/commons-codec-1.3.jar': Le fichier existe.
ln: creating symbolic link `/opt/open-xchange/lib/commons-httpclient-2.0.2.jar': Le fichier existe.
ln: creating symbolic link `/opt/open-xchange/lib/commons-logging.jar': Le fichier existe.
ln: creating symbolic link `/opt/open-xchange/lib/junit-4.1.jar': Le fichier existe.
ln: creating symbolic link `/opt/open-xchange/lib/mysql-connector-java-3.1.13-bin.jar': Le fichier existe.
ln: creating symbolic link `/opt/open-xchange/lib/servlet-api-2.4.jar': Le fichier existe.
ln: creating symbolic link `/opt/open-xchange/lib/saxon8.jar': Le fichier existe.
done
Configuring services (apache2, cyrus, mysql, pam, sasl, postfix)... "jk" already present
"ssl" already present
"SSL" already present
Restarting services...
Shutting down service saslauthd done
Starting service saslauthd done
Shutting down IMAP/POP3 service (cyrus-imapd) done
Starting IMAP/POP3 service (cyrus-imapd) failed
Restarting service MySQL
Shutting down service MySQL done
Starting service MySQL done
Syntax OK
Shutting down httpd2 (waiting for all children to terminate) done
Starting httpd2 (prefork) done
Configuring system user (open-xchange)...
groupadd: Group `open-xchange' already exists.
useradd: Account `open-xchange' already exists.
groupadd: Group `ssl-cert' already exists.
Building Open-Xchange Groupware...
BUILD SUCCESSFUL
Total time: 1 minute 1 second
Building Open-Xchange Admindaemon...
BUILD SUCCESSFUL
Total time: 13 seconds
Building Open-Xchange Groupware GUI...
BUILD SUCCESSFUL
Total time: 28 seconds
Executing oxinstaller...
getopt: l'option « --maildomain » requiert un argument
missing required option --maildomain
Buildfile: build.xml
compile:
jar:
replacer:
[copy] Copying 1 file to /usr/src/open-xchange-admin-gui-ee
install:
[copy] Copying 1 file to /opt/open-xchange/etc/groupware/servletmappings
[copy] Copying 1 file to /opt/open-xchange/lib
[copy] Copying 1 file to /opt/open-xchange/etc/groupware/servletConfig/oxadmin/admin
BUILD SUCCESSFUL
Total time: 2 seconds
Buildfile: build.xml
install:
css:
html:
build page:
build page:
build page:
lang:
[copy] Copying 1 file to /usr/src/open-xchange-admin-gui-ee-ajax/lang
all:
deploy:
[copy] Copying 2 files to /srv/www/htdocs/ox/admin
BUILD SUCCESSFUL
Total time: 4 seconds
Buildfile: build.xml
install:
[copy] Copying 6 files to /opt/open-xchange/oxadmin-templates
BUILD SUCCESSFUL
Total time: 1 second
Creating startup scripts... insserv: Service saslauthd has to be enabled for service cyrus
insserv: exiting now!
/sbin/insserv failed, exit code 1
Line already in /etc/init.d/.depend.start, nothing to do...
done
Creating Groupware user... user in context 1 could not be created:
Error: Connection refused to host: localhost; nested exception is:
java.net.ConnectException: Connection refused
Starting Open-Xchange Groupware Daemon: (null) already running.
open-xchange-groupware.
Shutting down mail service (Postfix) done
Starting mail service (Postfix) failed
Postfix configured...
Do you want to install Funambol and the Open-Xchange Connector? (y/n)
n
Installation complete.
Now log in using the following credentials:
User: testuser
Pass: secret
Note that all passwords are potentially unsave (secret)
Domain change will require some manual configuration.#!/bin/bash
Comment