<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Sorry,&nbsp; I meant to submit to the users group.<br>
    <br>
    I think it is an Apache2 issue.&nbsp; I uninstalled Apache and
    reinstalled it and now I get a permissions error on all HTML files.&nbsp;
    Any suggestions would be appreciated.<br>
    <br>
    Greg Stucky<br>
    <br>
    <div class="moz-cite-prefix">On 8/22/2013 11:58 PM, Greg Sloop
      <a class="moz-txt-link-rfc2396E" href="mailto:gregs@sloop.net">&lt;gregs@sloop.net&gt;</a> wrote:<br>
    </div>
    <blockquote
cite="mid:CAAjorqXyz9yJGvqmXo5Jxom-RPm6GSqmkJ1gd59fqum2i5GvXw@mail.gmail.com"
      type="cite">
      <p dir="ltr">Well, that's what it is complaining about.<br>
        My guess is: there really is something wrong with that
        directory/perms.</p>
      <p dir="ltr">Make sure there isn't a problem...</p>
      <p dir="ltr">I suppose it could be some thing else in the config,
        so do you mind giving the config.</p>
      <p dir="ltr">(And we should probably go back on-list, so others
        can help)</p>
      <div class="gmail_quote">On Aug 22, 2013 7:39 PM, "Greg Sloop
        &amp;<a moz-do-not-send="true"
          href="mailto:lt%3Bgregs@sloop.net">lt;gregs@sloop.net</a>&amp;gt;"
        &lt;<a moz-do-not-send="true" href="mailto:gregs@sloop.net">gregs@sloop.net</a>&gt;
        wrote:<br type="attribution">
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <p dir="ltr">See inline.<br>
            On Aug 22, 2013 6:32 PM, "Greg Stucky" &lt;<a
              moz-do-not-send="true" href="mailto:gstucky@surfbest.net"
              target="_blank">gstucky@surfbest.net</a>&gt; wrote:<br>
            &gt;<br>
            &gt; Results from --debug<br>
            &gt;<br>
            &gt;<br>
            &gt; smokeping --config=/etc/smokeping/config&nbsp; --debug<br>
            &gt; ### Compiling alert detector pattern 'someloss'<br>
            &gt; ### &gt;0%,*12*,&gt;0%,*12*,&gt;0%<br>
            &gt; sub { <br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp; my $d = shift;<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp; my $y = $d-&gt;{loss};<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp; for(1){<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $imax2 = min(@$y - 3, 12);<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $imax1 = min(@$y - 3, 12);<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $minlength = 3;<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $maxlength = 27;<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; next if scalar @$y &lt; $minlength ;<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $i1;<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for($i1=0; $i1 &lt; min($maxlength,$imax1);
            $i1++){<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $i2;<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for($i2=0; $i2 &lt;
            min($maxlength-$i1,$imax2); $i2++){<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; next unless defined $y-&gt;[-3-$i1-$i2]<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and $y-&gt;[-3-$i1-$i2]
            =~ /^\d/<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and $y-&gt;[-3-$i1-$i2]
            &gt; 0<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            last;<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return 0 if $i2 &gt;=
            min($maxlength-$i1-$i2,$imax2);<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; next unless defined $y-&gt;[-2-$i1]<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and $y-&gt;[-2-$i1] =~
            /^\d/<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and $y-&gt;[-2-$i1] &gt; 0<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; last;<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return 0 if $i1 &gt;=
            min($maxlength-$i1,$imax1);<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; next unless defined $y-&gt;[-1]<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and $y-&gt;[-1] =~ /^\d/<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and $y-&gt;[-1] &gt; 0<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return 1;<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp; }<br>
            &gt;&nbsp;&nbsp;&nbsp;&nbsp; return 0;<br>
            &gt; }<br>
            &gt;<br>
            &gt;<br>
            &gt;<br>
            &gt; Smokeping version 2.006008 successfully launched.<br>
            &gt; Not entering multiprocess mode with '--debug'. Use
            '--debug-daemon'<br>
            &gt; for that.<br>
            &gt; FPing: probing 4 targets with step 300 s and offset 63
            s.<br>
            &gt; FPing: Executing /usr/sbin/fping -C 20 -q -B1 -r1 -i10
            192.168.1.122<br>
            &gt; 192.168.1.117 192.168.1.102 192.168.1.250<br>
            &gt;<br>
            &gt; Calling
            RRDs::update(/var/lib/smokeping/data/MyLocs/server1.rrd<br>
            &gt; --template<br>
            &gt;
            uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:pin<br>
            &gt;
            g9:ping10:ping11:ping12:ping13:ping14:ping15:ping16:ping17:ping18:ping<br>
            &gt; 19:ping20<br>
            &gt;
            1377220530:U:0:2.8340000000e-02:2.5960000000e-02:2.7160000000e-02:2.72<br>
            &gt;
            70000000e-02:2.7290000000e-02:2.7400000000e-02:2.7530000000e-02:2.7670<br>
            &gt;
            000000e-02:2.7870000000e-02:2.7880000000e-02:2.8110000000e-02:2.834000<br>
            &gt;
            0000e-02:2.8550000000e-02:2.8670000000e-02:2.8880000000e-02:2.91500000<br>
            &gt;
            00e-02:2.9170000000e-02:2.9510000000e-02:3.2220000000e-02:3.3470000000<br>
            &gt; e-02:3.8990000000e-02)<br>
            &gt;<br>
            &gt;<br>
            &gt; Alert "someloss": no match for target<br>
            &gt; /var/lib/smokeping/data/MyLocs/Server1<br>
            &gt;<br>
            &gt; I checked and folder and .rrd file.cgi
            /var/lib/smokeping/data/MyLocs/Server1 does exist.&nbsp; I also
            made a copy of smokeping and called it smokeping.cgi in the
            cgi-bin folder and i get the same error message<br>
            &gt;<br>
            &gt; ERROR: /etc/smokeping/config, line 10: Directory
            '/srv/www/htdocs/smokeping/cache' does not exist</p>
          <p dir="ltr">Does the above dir exist, and does the user
            smokeping is running as have rights?</p>
          <p dir="ltr">&gt;<br>
            &gt; Greg<br>
            &gt;<br>
            &gt; On 8/22/2013 7:59 PM, Gregory Sloop wrote:<br>
            &gt;&gt;<br>
            &gt;&gt; It should have an extension, I think. I don't think
            Apache will run it<br>
            &gt;&gt; as a CGI without it...[Perhaps I'm wrong here, I'm
            really not sure.<br>
            &gt;&gt; Mine does have a .cgi extension.]<br>
            &gt;&gt;<br>
            &gt;&gt; As asked earlier: Did you run smokeping in debug
            mode, and what does that show?<br>
            &gt;&gt;<br>
            &gt;&gt; ---<br>
            &gt;&gt; I don't believe I've seen any cases where running
            smokeping in debug<br>
            &gt;&gt; mode, and watching the logs doesn't give some good
            hints where the<br>
            &gt;&gt; problems are.<br>
            &gt;&gt;<br>
            &gt;&gt; -Greg<br>
            &gt;&gt;<br>
            &gt;&gt;<br>
            &gt;&gt; GS&gt; it is ../cgi-bin/smokeping&nbsp;&nbsp; If you look in
            the cgi-bin directory <br>
            &gt;&gt; GS&gt; smokeping has not file extension.&nbsp;&nbsp;&nbsp; Also if
            I copy the .png files fro<br>
            &gt;&gt; GS&gt; /var/lib/smokeping/cache to
            /srv/www/htdocs/smokeping/cache they show up.<br>
            &gt;&gt;<br>
            &gt;&gt; GS&gt; I looked in the error logs before I posted
            the first question and the <br>
            &gt;&gt; GS&gt; only error messages there relating to
            smokeping are several does not <br>
            &gt;&gt; GS&gt; exist errors.<br>
            &gt;&gt;<br>
            &gt;&gt; GS&gt; Greg<br>
            &gt;&gt;<br>
            &gt;&gt;<br>
            &gt;&gt; GS&gt; On 8/22/2013 4:40 PM, Gregory Sloop wrote:<br>
            &gt;&gt;&gt;&gt;<br>
            &gt;&gt;&gt;&gt; wouldn't it be<br>
            &gt;&gt;&gt;&gt; ../cgi-bin/smokeping.cgi<br>
            &gt;&gt;&gt;&gt; instead of<br>
            &gt;&gt;&gt;&gt; ../cgi-bin/smokeping/<br>
            &gt;&gt;&gt;&gt; ??<br>
            &gt;&gt;&gt;&gt;<br>
            &gt;&gt;&gt;&gt; If you fix that and it still doesn't work:<br>
            &gt;&gt;&gt;&gt; Does running smokeping in debug mode tell
            you anything<br>
            &gt;&gt;&gt;&gt; Does looking at the apache logs [especially
            the error logs] tell you<br>
            &gt;&gt;&gt;&gt; anything?<br>
            &gt;&gt;&gt;&gt;<br>
            &gt;&gt;&gt;&gt; -Greg<br>
            &gt;&gt;&gt;&gt;<br>
            &gt;&gt;&gt;&gt; GS&gt; I am trying to setup Smokeping on an
            OpenSUSE 12.3 computer I just<br>
            &gt;&gt;&gt;&gt; GS&gt; setup.&nbsp; I have installed and
            configured Smokeping as I have several<br>
            &gt;&gt;&gt;&gt; GS&gt; times before but this time I an not
            getting the Graphs to appear.<br>
            &gt;&gt;&gt;&gt;<br>
            &gt;&gt;&gt;&gt; GS&gt; In config I have imgcache =
            /srv/www/htdocs/smokeping/cache&nbsp;&nbsp; which does<br>
            &gt;&gt;&gt;&gt; GS&gt; exist.&nbsp; However when I use a browser
            to go to<br>
            &gt;&gt;&gt;&gt; GS&gt; //localhost/cgi-bin/smokeping I get
            an error message stating that it<br>
            &gt;&gt;&gt;&gt; GS&gt; does not exist.&nbsp;&nbsp; If I copy the
            location straight from the error page<br>
            &gt;&gt;&gt;&gt; GS&gt; and past it into a browser the
            folder and its contents show up.&nbsp; If I<br>
            &gt;&gt;&gt;&gt; GS&gt; paste it into Dolphin the same
            thing.<br>
            &gt;&gt;&gt;&gt;<br>
            &gt;&gt;&gt;&gt; GS&gt; I tried changing the imgcache back
            to the default imgcache<br>
            &gt;&gt;&gt;&gt; GS&gt; =/var/lib/smokeping/cache.&nbsp; When I
            then open a browser Smokeping opens<br>
            &gt;&gt;&gt;&gt; GS&gt; but there are no graphs.&nbsp; If I look
            in /var/lib/smokeping/cache the<br>
            &gt;&gt;&gt;&gt; GS&gt; latest .png files are there.<br>
            &gt;&gt;&gt;&gt;<br>
            &gt;&gt;&gt;&gt; GS&gt; Is there something I am missing?<br>
            &gt;&gt;&gt;&gt;<br>
            &gt;&gt;&gt;&gt; GS&gt; Thanks for any suggestions<br>
            &gt;&gt;&gt;&gt;<br>
            &gt;&gt;&gt;&gt; GS&gt;
            _______________________________________________<br>
            &gt;&gt;&gt;&gt; GS&gt; smokeping-users mailing list<br>
            &gt;&gt;&gt;&gt; GS&gt; <a moz-do-not-send="true"
              href="mailto:smokeping-users@lists.oetiker.ch"
              target="_blank">smokeping-users@lists.oetiker.ch</a><br>
            &gt;&gt;&gt;&gt; GS&gt; <a moz-do-not-send="true"
              href="https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users"
              target="_blank">https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users</a><br>
            &gt;&gt;&gt;&gt;<br>
            &gt;&gt;<br>
            &gt;&gt;<br>
            &gt;<br>
          </p>
        </blockquote>
      </div>
    </blockquote>
    <br>
  </body>
</html>