Kaltura server installation failing

Hello,

Everything worked fine few hours/days ago but now when I try to install the Kaltura packages (CentOS6).

rpm -ihv http://installrepo.kaltura.org/releases/kaltura-release.noarch.rpm
yum install -y kaltura-server

I get

Total download size: 814 M
Downloading Packages:
http://installrepo.kaltura.org/releases/latest/RPMS/x86_64/kaltura-monit-5.21.0-6.x86_64.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=Kaltura clean metadata
Trying other mirror.


Error Downloading Packages:
  kaltura-monit-5.21.0-6.x86_64: failure: kaltura-monit-5.21.0-6.x86_64.rpm from Kaltura: [Errno 256] No more mirrors to try.

ERROR: Service 'kaltura' failed to build: The command '/bin/sh -c yum install -y kaltura-server' returned a non-zero code: 1

Anything to do with the just released 12.18 version ?

Many thanks.

Hi @luca.guindani,

The CDN edge closest to you may not yet be fully up to date.
Please change /etc/yum.repos.d/kaltura.repo to use the origin server [installrepo.origin.kaltura.org] instead of installrepo.kaltura.org then:

# yum clean all

and see if that works.

Ok thanks @jess I’ll try that!