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

no repo for Fedora >= 22 #28

Open
adamjimenez opened this issue Jun 10, 2016 · 2 comments
Open

no repo for Fedora >= 22 #28

adamjimenez opened this issue Jun 10, 2016 · 2 comments

Comments

@adamjimenez
Copy link

These are missing:
https://yum-longview.linode.com/fedora/22/noarch/
https://yum-longview.linode.com/fedora/23/noarch/

My workaround is to:

  1. Log into SSH and run the install command from longview e.g.
    curl -s https://lv.linode.com/..

You then will get the following error:
Failed to synchronize cache for repo 'longview', disabling.

  1. Change the baseurl.
    nano /etc/yum.repos.d/longview.repo

set the baseurl to fedora 21:
baseurl=https://yum-longview.linode.com/fedora/21/noarch/

  1. Install longview with missing perl dependency.
    dnf install linode-longview perl-LWP-Protocol-https
@jakubpawlowicz
Copy link

Same issue here on CentOS 7, fixed by yum install perl-LWP-Protocol-https - thanks @adamjimenez.

@da2x
Copy link

da2x commented Jan 23, 2017

Fedora 24 and 25 is also missing. What is up, Linode? Isn’t Fedora supported anymore?

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

No branches or pull requests

3 participants