Issue after installation, can't find opt/kaltura

Hi,

I am trying to install Kaltura server on a fresh install of CentOS 7, 64 bit.

I completed this step:
yum clean all
yum install kaltura-server

After this, I am stuck here:
Configure MySQL with the required Kaltura Settings
/opt/kaltura/bin/kaltura-mysql-settings.sh

-bash: /opt/kaltura/bin/kaltura-mysql-settings.sh: No such file or directory

I checked and found that folder ‘kaltura’ is not present in ‘/opt’.

I tried to run :

find . -type d | grep kaltura

but this does not give me anything. I am confused. Where is kaltura installed?

Can someone please help?

Thanks,
Manoj

My guess would be that you have SELinux enabled and therefore packages were not installed.
Make sure you set SELiunx to permissive mode and then try to manually install:
# yum install kaltura-base

If that works, then continue with yum install kaltura-server, if not, what is the error you’re recieving?

1 Like

Thanks a ton Jess!

I remember setting it to permissive mode but this time it worked. Moving on:

I ran yum install kaltura-base and I got install complete message at the end.

Then ran: yum install kaltura-server and it ran fine giving some warning message at the end:

warning: /var/cache/yum/x86_64/7/Kaltura/packages/schroedinger-1.0.11-4.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
Retrieving key from http://installrepo.kaltura.org/releases/RPM-GPG-KEY-kaltura

The GPG keys listed for the “Kaltura Server” repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.

Failing package is: schroedinger-1.0.11-4.el7.x86_64
GPG Keys are configured as: http://installrepo.kaltura.org/releases/RPM-GPG-KEY-kaltura

Do you think I need to do some thing here?

I continued and tried to configure mysql settings and got this:

[root@vos bin]# /opt/kaltura/bin/kaltura-mysql-settings.sh
package mysql-server is not installed
mariadb-server-5.5.41-2.el7_0.x86_64
Redirecting to /bin/systemctl restart mariadb.service

Can you please suggest?

Thanks,
Manoj

Hi,

This was an issue on our end.
I have signed the package now but it will take a while to sync to all CDN nodes.
If you don’t want to wait, you can edit /etc/yum.repos.d/kaltura.repo and set the repo to installrepo.origin.kaltura.org instead of installrepo,kaltura.org but remember to change back later cause in general you would want to get things from CDN.

Thanks again Jess.

I think that was the answer to my first question.

Can you please suggest on the second one too?

I continued and tried to configure mysql settings and got this:

[root@vos bin]# /opt/kaltura/bin/kaltura-mysql-settings.sh
package mysql-server is not installed
mariadb-server-5.5.41-2.el7_0.x86_64
Redirecting to /bin/systemctl restart mariadb.service

I can see in installation steps that for CentOS6 mysql-server is installed but for CenOS 7, mariadb is installed. Can you please suggest what should I do here?

Regards,
Manoj

That output is fine. Just means MySQL has been restarted. You should be able to continue.