Today, my colleague installed varnish on the official website and encountered the following problem:
Run rpm -- nosignature-I 650) This. width = 650; "src ="/e/u261/themes/default/images/spacer.gif "style =" Background: URL ("/e/u261/lang/ZH-CN/images/localimage.png") No-repeat center; Border: 1px solid # DDD; "alt =" spacer.gif "/> https://repo.varnish-cache.org/redhat/varnish-3.0.el5.rpm
Prompt
Error: Skipping 650) This. width = 650; "src ="/e/u261/themes/default/images/spacer.gif "style =" Background: URL ("/e/u261/lang/ZH-CN/images/localimage.png") No-repeat center; Border: 1px solid # DDD; "alt =" spacer.gif "/> https://repo.varnish-cache.org/redhat/varnish-3.0.el5.rpm-Transfer failed-unknown or unexpected error
This error is reported. The yum source for varnish installation is not properly configured, so that the yum installation cannot be successful.
Solution:
Download varnish-3.0.el5.rpm to/usr/local/src
CD/usr/local/src
Rpm -- nosignature-I varnish-3.0.el5.rpm
Go to the/etc/yum. Repos. d/directory and add a varnish. Repo configuration. Then
Yum install Varnish
We hereby record it!