I’m trying install kaltura-server in a Debian server using all in 1 server script. (./install_kaltura_all_in_1.sh).
I’m getting this error:
Unpacking kaltura-nginx (1.10.3-4+b3) ...
Processing triggers for systemd (215-17+deb8u6) ...
Setting up kaltura-nginx (1.10.3-4+b3) ...
Job for kaltura-nginx.service failed. See 'systemctl status kaltura-nginx.service' and 'journalctl -xn' for details.
dpkg: error processing package kaltura-nginx (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for systemd (215-17+deb8u6) ...
Processing triggers for libc-bin (2.19-18+deb8u7) ...
Errors were encountered while processing:
kaltura-nginx
E: Sub-process /usr/bin/dpkg returned an error code (1)
Failed to perform requested operation on package. Trying to recover:
Setting up kaltura-nginx (1.10.3-4+b3) ...
Job for kaltura-nginx.service failed. See 'systemctl status kaltura-nginx.service' and 'journalctl -xn' for details.
dpkg: error processing package kaltura-nginx (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for libc-bin (2.19-18+deb8u7) ...
Errors were encountered while processing:
kaltura-nginx
The result of systemctl status kaltura-nginx.service
● kaltura-nginx.service - LSB: starts the nginx web server
Loaded: loaded (/etc/init.d/kaltura-nginx)
Active: inactive (dead)
Apr 17 13:54:53 kaltura-server systemd[1]: Unit kaltura-nginx.service cannot be reloaded because it is inactive.
Apr 17 13:54:55 kaltura-server systemd[1]: Unit kaltura-nginx.service cannot be reloaded because it is inactive.
And the result of journalctl -xn
-- Logs begin at Sun 2017-04-16 12:36:21 UTC, end at Mon 2017-04-17 13:55:19 UTC. --
Apr 17 13:54:53 kaltura-server systemd[1]: Reloading.
Apr 17 13:54:53 kaltura-server systemd[1]: Started ACPI event daemon.
-- Subject: Unit acpid.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit acpid.service has finished starting up.
--
-- The start-up result is done.
Apr 17 13:54:53 kaltura-server systemd[1]: Listening on ACPID Listen Socket.
-- Logs begin at Sun 2017-04-16 12:36:21 UTC, end at Mon 2017-04-17 13:55:19 UTC. --
Apr 17 13:54:53 kaltura-server systemd[1]: Reloading.
Apr 17 13:54:53 kaltura-server systemd[1]: Started ACPI event daemon.
-- Subject: Unit acpid.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit acpid.service has finished starting up.
--
-- The start-up result is done.
and this is result of debconf-show “kaltura-nginx”
kaltura-nginx/ssl_cert:
* kaltura-nginx/nginx_hostname: myip
* kaltura-nginx/nginx_port: 88
kaltura-nginx/nginx_ssl_port: 8443
* kaltura-nginx/is_ssl: false
* kaltura-nginx/rtmp_port: 1935
kaltura-nginx/ssl_key:
* kaltura-nginx/kaltura_service_url: myip
I’m replace myip for my public ip address. I’m don’t use a hostname in this moment.
The folder /opt/kaltura/log/nginx/ is empty.
How can I solve it?
Where to find more detailed logs for this error?