<div dir="ltr"><div>Hi,</div><div><br></div><div>First post, hope this is the right place.</div><div><br></div>I am doing some work at the moment moving our config from version 6 to 6.6, also moving from ubuntu bionic to focal.<div><br></div><div>In the systemd configuration when we start varnish we pass the args (also many more not detailed):</div><div><br></div><div>-T localhost:6082 \</div><div>-S /etc/varnish/secret \<br></div><div><br></div><div>We have generated an appropriate secret file etc.</div><div><br></div><div>In bionic when we run a varnishadm, we don't need to pass the -T or -S args, it just reads the secret file ( I am assuming) and connects.</div><div><br></div><div>In focal this is not the case, I need to pass the args. e.g. varnishadm -T localhost:6082 -S /etc/varnish/secret</div><div><br></div><div>Because of this calling /usr/sbin/varnishreload fails because it calls varnishadm -n '' -- vcl.list and gets the response "No -T in shared memory"</div><div><br></div><div>So my question is where does this default from, is there an ENV variable to set, or am I just missing something?</div><div><br></div><div>Another strange issue is that varnishlog is not returning anything, it simply hangs and doen't show anything or an error for that matter.</div><div><br></div><div>I Installed by adding the repo: deb <a href="https://packagecloud.io/varnishcache/varnish66/ubuntu/">https://packagecloud.io/varnishcache/varnish66/ubuntu/</a> focal main</div><div><br></div><div>Any ideas or help appreciated.</div><div><br></div><div>I have gone back through change logs, but can't spot anything.</div><div><br></div><div>Thanks</div><div><br></div><div>Richard</div></div>