Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vagrant setup broken due to EPEL for RHEL/CentOS 6 no longer available #703

Open
3 tasks done
edalex-ian opened this issue May 20, 2021 · 0 comments
Open
3 tasks done

Comments

@edalex-ian
Copy link

Bug report

As you'll see from my other recent issues (#701 and #702) I've been trying every possible way to get Kaltura setup and running locally for some dev work to update the openEQUELLA support for Kaltura. However as well as issues using the pre-build Docker image and attempting a manual install on Debian, there is also an issue with the Vagrant setup. (Which mind you, would also be an issue attempting to rebuild the Dockerfile.)

On line 12 of vagrant/kaltura-install.sh and attempt is made to retrieve the EPEL for RHEL/CentOS 6. However I guess with RHEL/CentOS 6 now being so old this results in:

    default: Retrieving https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
    default: 35) SSL connect error
    default: error: skipping https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm - transfer failed
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

This was also checked with simple wget directly:

$ wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
--2021-05-20 12:47:07--  https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
Resolving dl.fedoraproject.org (dl.fedoraproject.org)... 38.145.60.22, 38.145.60.23, 38.145.60.24
Connecting to dl.fedoraproject.org (dl.fedoraproject.org)|38.145.60.22|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2021-05-20 12:47:09 ERROR 403: Forbidden.

And when reading the EPEL wiki page I note they now only provide links for 7 and 8 - which I confirmed work.

So it looks like both the Dockerfile and the Vagrant setup need to be updated to CentOS 8 - or at least 7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant