When I install my kaltura,wrong as follow:
=================================================================================
Kaltura install answer file written to /tmp/kaltura_06_04_10_00.ans - Please save it!
This answers file can be used to silently-install re-install this machine or deploy other hosts in your cluster.
Configuration of 10.7.0 finished successfully!
Running FrontEnd config…
base-config completed successfully, if you ever want to re-configure your system (e.g. change DB hostname) run the following script:
rm /opt/kaltura/app/base-config.lock
/opt/kaltura/bin/kaltura-base-config.sh
kaltura-front-10.7.0-1.noarch
It is recommended that you do work using HTTPs. Would you like to continue anyway?[N/y]
y
Which port will this Vhost listen on? [80]
80
Please select one of the following options [0]:
0. All web interfaces
- Kaltura Management Console [KMC], Hosted Apps, HTML5 lib and ClipApp
- KAC - Kaltura Admin Console
0
Enabling Apache config - apps.conf
Enabling Apache config - var.conf
Enabling Apache config - admin.conf
========================================================================================================================
Kaltura install answer file written to /tmp/kaltura_06_04_10_00.ans - Please save it!
This answers file can be used to silently-install re-install this machine or deploy other hosts in your cluster.
Redirecting to /bin/systemctl restart httpd.service
注意:正在将请求转发到“systemctl enable httpd.service”。
Restarting kaltura-monit (via systemctl): [ 确定 ]
Running Sphinx config…
kaltura-sphinx-2.2.1-16.x86_64
base-config completed successfully, if you ever want to re-configure your system (e.g. change DB hostname) run the following script:
rm /opt/kaltura/app/base-config.lock
/opt/kaltura/bin/kaltura-base-config.sh
Starting kaltura-monit (via systemctl): [ 确定 ]
Configuring your Kaltura DB…
Checking MySQL version…
Ver 5.5.41-MariaDB found compatible
CREATE USER kaltura;
CREATE USER etl;
CREATE DATABASE kaltura;
CREATE DATABASE kaltura_sphinx_log;
CREATE DATABASE kalturadw;
CREATE DATABASE kalturadw_ds;
CREATE DATABASE kalturadw_bisources;
CREATE DATABASE kalturalog;
Checking connectivity to needed daemons…
Connectivity test passed:)
ERROR: Couldn’t make an API request to http://192.168.1.112:80/api_v3/index.php?service=system&action=ping.
Please check your setup and then run /opt/kaltura/bin/kaltura-db-config.sh again.
Do you wish to remove the existing DB or keep for debugging puropses [n/Y]?
Y
This will drop the following DBs:
kaltura kaltura_sphinx_log kalturadw kalturadw_ds kalturadw_bisources kalturalog
and remove users:
kaltura etl
on 127.0.0.1
NOTE: this is not reversible.
It is recommended you also back up the current data using mysqldump before continuing.
You can use /opt/kaltura/bin/kaltura-export-db.sh to export the data.
Are you absolutely certain you want this? [n/Y]
Y
root DB passwd:
Removing kaltura
Removing kaltura_sphinx_log
Removing kalturadw
Removing kalturadw_ds
Removing kalturadw_bisources
Removing kalturalog
ERROR: we failed on something else…
thanks!