varnishlog is returning:
_.vsm: No such file or directory
Has anyone else seen this before?
In order for you to understand whats going on there are a couple of places you can check. varnishlog, /var/log/syslog, /var/log/messages are all places where varnish might leave clues of whats going on.
Use "systemctl start/restart/stop varnish".
params. Debian: /etc/default/varnish. Ubuntu: /etc/default/varnish.
It looks like varnishlog is not pointing to the correct directory, or has not access to it.
Please check the command line options of varnishd. If the deamon run with -n <instancename>
argument, you have to add it to varnishlog as well.
The second thing, is to see the permissions of varnish directory. In order to see the current directory used, you must log into root and run the command below :
$ lsof -p <PID of varnishd> | grep vsm
Once revealed, you just had to be sure the full path has read permission for your user.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With