<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Simon Schröer</title>
    <description>The latest articles on DEV Community by Simon Schröer (@sweikenb).</description>
    <link>https://dev.to/sweikenb</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F73629%2F0901eb30-348e-4c44-8036-4f5cd79bc479.jpeg</url>
      <title>DEV Community: Simon Schröer</title>
      <link>https://dev.to/sweikenb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sweikenb"/>
    <language>en</language>
    <item>
      <title>mac homebrew "VSM: Could not get hold of varnishd, is it running?" solved</title>
      <dc:creator>Simon Schröer</dc:creator>
      <pubDate>Mon, 08 Mar 2021 12:22:27 +0000</pubDate>
      <link>https://dev.to/sweikenb/mac-homebrew-vsm-could-not-get-hold-of-varnishd-is-it-running-solved-363b</link>
      <guid>https://dev.to/sweikenb/mac-homebrew-vsm-could-not-get-hold-of-varnishd-is-it-running-solved-363b</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;When you install varnish natively on your macOS you might run into issues when using tools like &lt;code&gt;varnishlog&lt;/code&gt;, &lt;code&gt;varnishtop&lt;/code&gt;, ...&lt;/p&gt;

&lt;p&gt;You will get an error-message like:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;varnishlog
.....
VSM: Could not get hold of varnishd, is it running?
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  The Solution
&lt;/h2&gt;

&lt;p&gt;To solve the issue, simply add the working directory to the commands:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;varnishlog &lt;span class="nt"&gt;-n&lt;/span&gt; /usr/local/var/varnish
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This should fix the problem.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
