kaltura/platform-install-packages

Error when install Kaltura Cluster on docker Ubuntu 16.04

Closed this issue · 1 comments

Bug report

Please provide steps to reproduce, including errors from /opt/kaltura/log/kaltura_api_v3.log, /opt/kaltura/log/kaltura_apache_errors*log and /opt/kaltura/log/kaltura_prod.log:

Linux distribution name and version:

Are you using the RPM or deb packages?

  • RPM
  • [x ] deb

When using RPM, paste the output for:

# rpm -qa "kaltura-*"

For deb based systems:

# dpkg -l "kaltura-*"

Is this an all in one instance [single server] or a cluster?

  • All in one
  • [ x] Cluster

If applicable, please provide the MySQL version

5.5.62
If you're having an issue with a specific media asset, please provide a link from which it can be downloaded/played:

I received the error when install Sphinx and First Node on Ubuntu 16.04:

/var/lib/dpkg/info/kaltura-base.postinst: line 481: /etc/init.d/apache2: No such file or directory

and how to fix it? or ignore this error?

New error when run Batch on Ubuntu 16.04 docker

apache2_invoke: Enable module xsendfile
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up sshpass (1.05-1) ...
Setting up kaltura-batch (16.14.0-1) ...
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Processing triggers for systemd (229-4ubuntu21.29) ...
Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
Processing triggers for sgml-base (1.26+nmu4ubuntu1) ...
Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.6) ...
Processing triggers for libapache2-mod-php7.0 (7.0.33-0ubuntu0.16.04.16) ...

apt-get install kaltura-batch
Reading package lists... Done
Building dependency tree
Reading state information... Done
kaltura-batch is already the newest version (16.14.0-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

And what is next step for this?