linode / longview

Linode Longview Agent
Other
334 stars 45 forks source link

no repo for Fedora >= 22 #28

Open adamjimenez opened 8 years ago

adamjimenez commented 8 years ago

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.

2) 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/

3) Install longview with missing perl dependency. dnf install linode-longview perl-LWP-Protocol-https

jakubpawlowicz commented 8 years ago

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

da2x commented 7 years ago

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