<div dir="ltr">Hi,<div><br></div><div>I've just installed varnish 4.1 on a ubuntu trusty server and noticed two issues with the deb package.</div><div><br></div><div><br></div><div>The first is that the pidfile points to /run/.pid. I've found out that this filename is generated in /etc/init.d/varnish:</div><div><div><br></div><div>PIDFILE=/run/$NAME.pid</div></div><div><br></div><div>$NAME does not seem to be defined.</div><div><br></div><div><br></div><div>The second issue is when I want to use the -j argument. I should be able to configure this in /etc/default/varnish in the DAEMON_OPTS variable. But when I start the daemon, it fails with the following message:</div><div><div><br></div><div> * Starting HTTP accelerator varnish</div><div>   ...fail!</div><div>Error: <span class="" style="white-space:pre">    </span>-j must be the first argument</div></div><div><br></div><div>When I put the -j argument as the first argument in the DAEMON_OPTS, it still fails. This is because in /etc/init.d/varnish "-P ${PIDFILE}" comes before "${DAEMON_OPTS}"</div><div><br></div><div>Cheers,</div><div>Bert Hekman</div></div>