ewolff / SCS-ESI

Demo for Self-contained Systems (SCS) using ESI (Edge Side Includes) with Varnish for Frontend Integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to start varnish , see logs

javaspects opened this issue · comments

that's what I always get, when trying to start the demo....(logs of container) :

vagrant@vagrant:/repos/ztestdir/SCS-ESI/docker$ docker logs scsesi_varnish_1
Can't open VSM file (Cannot open /var/lib/varnish/2a32d6799caa/_.vsm: No such file or directory
)

I imagine that in default.vcl I have to replace the >host< by 127.0.0.1 if I run it in my vagrant-box ?

I just tried to run the demo on a freshly installed system and had no problems. It works and I don't get the log entry you are seeing.

The host entries in default.vcl are host names that are resolved by Docker Compose. I.e. order and commonare correct.

Actually I am not sure what you are trying to do as there is no Vagrant in this demo. However, the demo should just work on a system whether it is Linux or anything else.

I am not sure what is going on here. As I said I tried it on a different machine with a fresh Docker installation and wasn't able to reproduce it. Maybe if you send the full log and also the log for the build of the container, things could be clearer.

What you can try:

Hallo Eberhard,
ich habe das Problem gelöst, d.h. das Problem lag zwischen Stuhl und Monitor :-)

I had Proxy, network problems.
Thank you very much !
Esteban.

Excellent - glad it works for you! 👍🙂