Varnishlog Error – _.vsm: No such file or directory
# /usr/bin/varnishlog
Cannot open /usr/local/var/varnish/test-varnish/_.vsm: No such file or directory
If you get this error chances are you have both a source and packaged based install.
remove both of them.
1 |
yum remove varnish
|
Then go into your source directory
1 |
make uninstall
|
Then re-install varnish again from the repo
1 |
yum install varnish
|