@alian wrote:
Hi all,
i have problem wit installation from offcial repo on CentOS7 by this tutorial https://github.com/kaltura/platform-install-packages/blob/master/doc/install-kaltura-redhat-based.mdAfter clean cache
yum clean all
and runyum install kaltura-server
i got this error:# yum install kaltura-server Loaded plugins: fastestmirror Kaltura | 2.9 kB 00:00:00 Kaltura-noarch | 2.9 kB 00:00:00 base | 3.6 kB 00:00:00 epel/x86_64/metalink | 24 kB 00:00:00 epel | 4.4 kB 00:00:00 extras | 3.4 kB 00:00:00 updates | 3.4 kB 00:00:00 (1/8): Kaltura-noarch/primary_db | 21 kB 00:00:00 (2/8): base/7/x86_64/group_gz | 154 kB 00:00:00 (3/8): epel/x86_64/group_gz | 169 kB 00:00:00 (4/8): extras/7/x86_64/primary_db | 62 kB 00:00:00 (5/8): base/7/x86_64/primary_db | 5.1 MB 00:00:00 (6/8): updates/7/x86_64/primary_db | 3.2 MB 00:00:00 Kaltura/x86_64/primary_db FAILED http://installrepo.kaltura.org/releases/rhel7/RPMS/x86_64/repodata/9a50e005d32946efeb2e349d454df751ce91411db96362e8575f54f57997a55b-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found B --:--:-- ETA Trying other mirror. (7/8): epel/x86_64/primary_db | 3.7 MB 00:00:00 (1/2): epel/x86_64/pkgtags | 1.6 MB 00:00:00 (2/2): epel/x86_64/updateinfo | 451 kB 00:00:00 Determining fastest mirrors * base: ftp.energotel.sk * epel: mirror.vutbr.cz * extras: ftp.energotel.sk * updates: tux.rainside.sk Kaltura/x86_64/primary_db FAILED http://installrepo.kaltura.org/releases/rhel7/RPMS/x86_64/repodata/9a50e005d32946efeb2e349d454df751ce91411db96362e8575f54f57997a55b-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found B --:--:-- ETA Trying other mirror. http://installrepo.kaltura.org/releases/rhel7/RPMS/x86_64/repodata/9a50e005d32946efeb2e349d454df751ce91411db96362e8575f54f57997a55b-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. One of the configured repositories failed (Kaltura Server), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Disable the repository, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable Kaltura 4. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=Kaltura.skip_if_unavailable=true failure: repodata/9a50e005d32946efeb2e349d454df751ce91411db96362e8575f54f57997a55b-primary.sqlite.bz2 from Kaltura: [Errno 256] No more mirrors to try. http://installrepo.kaltura.org/releases/rhel7/RPMS/x86_64/repodata/9a50e005d32946efeb2e349d454df751ce91411db96362e8575f54f57997a55b-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
On old installation i have same problem with repo.
Any ideas how to fix it?Thanks
Posts: 2
Participants: 2