<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-2022-jp">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I have migrate from varnish 6.0.5 to 6.0.7 but it could not run with this errro:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
```<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
● varnish.service - Varnish HTTP accelerator
<div>   Loaded: loaded (/etc/systemd/system/varnish.service; enabled; vendor preset: enabled)</div>
<div>   Active: failed (Result: exit-code) since Sun 2021-02-14 20:15:14 +0330; 4s ago</div>
<div>     Docs: https://www.varnish-cache.org/docs/4.1/</div>
<div>           man:varnishd</div>
<div>  Process: 29630 ExecStart=/usr/sbin/varnishd -j unix,user=vcache -F -a :6081 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,1g -i ubuntu-test (code=exited, status=2)</div>
<div> Main PID: 29630 (code=exited, status=2)</div>
<div><br>
</div>
<div>Feb 14 20:15:14 ubuntu-test varnishd[29630]: ------------############-</div>
<div>Feb 14 20:15:14 ubuntu-test varnishd[29630]: In backend specification starting at:</div>
<div>Feb 14 20:15:14 ubuntu-test varnishd[29630]: ('/etc/varnish/default.vcl' Line 5 Pos 1)</div>
<div>Feb 14 20:15:14 ubuntu-test varnishd[29630]: backend default {</div>
<div>Feb 14 20:15:14 ubuntu-test varnishd[29630]: #######----------</div>
<div>Feb 14 20:15:14 ubuntu-test varnishd[29630]: Running VCC-compiler failed, exited with 2</div>
<div>Feb 14 20:15:14 ubuntu-test varnishd[29630]: VCL compilation failed</div>
Feb 14 20:15:14 ubuntu-test systemd[1]: varnish.service: Main process exited, code=exited, status=2/INVALIDARGUMENT</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
```</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Some part of my config:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
```<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
vcl 4.1;
<div><br>
</div>
<div>import directors;</div>
<div><br>
</div>
<div>backend default {</div>
<div>    .host = "test-lb";</div>
<div>    .port = "8000";</div>
<div>}</div>
<div><br>
</div>
<div>backend test_1 { .host = "test-1"; .port = "8000"; }</div>
<div>backend test_2 { .host = "test-2"; .port = "8000"; }</div>
<div>backend test_3 { .host = "test-3"; .port = "8000"; }</div>
<div>backend test_4 { .host = "test-4"; .port = "8000"; }</div>
<div>backend test_5 { .host = "test-5"; .port = "8000"; }</div>
<div>backend test_6 { .host = "test-6"; .port = "8000"; }</div>
<div>```<br>
</div>
<br>
</div>
</body>
</html>