longview
longview copied to clipboard
no repo for Fedora >= 22
These are missing: https://yum-longview.linode.com/fedora/22/noarch/ https://yum-longview.linode.com/fedora/23/noarch/
My workaround is to:
- 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.
- 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/
- Install longview with missing perl dependency.
dnf install linode-longview perl-LWP-Protocol-https
Same issue here on CentOS 7, fixed by yum install perl-LWP-Protocol-https - thanks @adamjimenez.
Fedora 24 and 25 is also missing. What is up, Linode? Isn’t Fedora supported anymore?