kaltura / platform-install-packages

Official deployment packages to install the Kaltura platform on a server or cluster environments using native OS package managers
GNU Affero General Public License v3.0
521 stars 242 forks source link

Error when install Kaltura Cluster on docker Ubuntu 16.04 #696

Closed binhhieu001 closed 3 years ago

binhhieu001 commented 3 years ago

Bug report

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

Linux distribution name and version:

Are you using the RPM or deb packages?

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?

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?

binhhieu001 commented 3 years ago

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?