All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Install xvarnish in cloudlinux 7
Hi
I tried to install it on my server with Cloudlinux 7 and recived the following error:
[root@xxx ~]# curl -s https://packagecloud.io/install/repositories/varnishcache/varnish41/script.rpm.sh | sudo bash
Detected operating system as cloudlinux/7.
Checking for curl...
Detected curl...
Downloading repository file: https://packagecloud.io/install/repositories/varnishcache/varnish41/config_file.repo?os=cloudlinux&dist=7&source=script
curl: (22) The requested URL returned error: 404 Not Found
Unable to download repo config from: https://packagecloud.io/install/repositories/varnishcache/varnish41/config_file.repo?os=cloudlinux&dist=7&source=script
This usually happens if your operating system is not supported by
packagecloud.io, or this script's OS detection failed.
You can override the OS detection by setting os= and dist= prior to running this script.
You can find a list of supported OSes and distributions on our website: https://packagecloud.io/docs#os_distro_version
For example, to force CentOS 6: os=el dist=6 ./script.sh
If you are running a supported OS, please email [email protected] and report this.
Has anyone been able to install in cloudlinux?
Comments
Just force detection to CentOS 7?
I try
os=el dist=7 curl -s https://packagecloud.io/install/repositories/varnishcache/varnish41/script.rpm.sh | sudo bash
but not work
What's the error?
Have you tried installing xvarnish on a clean centos7?