Open adamjimenez opened 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/..
curl -s https://lv.linode.com/..
You then will get the following error: Failed to synchronize cache for repo 'longview', disabling.
Failed to synchronize cache for repo 'longview', disabling.
2) Change the baseurl. nano /etc/yum.repos.d/longview.repo
nano /etc/yum.repos.d/longview.repo
set the baseurl to fedora 21: baseurl=https://yum-longview.linode.com/fedora/21/noarch/
baseurl=https://yum-longview.linode.com/fedora/21/noarch/
3) Install longview with missing perl dependency. dnf install linode-longview perl-LWP-Protocol-https
dnf install linode-longview perl-LWP-Protocol-https
Same issue here on CentOS 7, fixed by yum install perl-LWP-Protocol-https - thanks @adamjimenez.
yum install perl-LWP-Protocol-https
Fedora 24 and 25 is also missing. What is up, Linode? Isn’t Fedora supported anymore?
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