Skip to content

Instantly share code, notes, and snippets.

@mattjbarlow
Created February 10, 2015 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattjbarlow/bf067ab4d09852b9d03b to your computer and use it in GitHub Desktop.
Save mattjbarlow/bf067ab4d09852b9d03b to your computer and use it in GitHub Desktop.
root@vendor-libraries-ubuntu-1404:~# cat tmpfile.sh
service varnish restart
service varnishlog restart
root@vendor-libraries-ubuntu-1404:~# ./tmpfile.sh
* Stopping HTTP accelerator varnishd
...done.
* Starting HTTP accelerator varnishd
...done.
* Stopping HTTP accelerator log deamon varnishlog
...done.
* Starting HTTP accelerator log deamon varnishlog
...fail!
Can't open VSM file (Abandoned VSM file (Varnish not running?) /var/lib/varnish/vendor-libraries-ubuntu-1404/_.vsm
)
root@vendor-libraries-ubuntu-1404:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment