<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 28, 2015 at 2:37 PM, Jake Hall <span dir="ltr"><<a href="mailto:jake@thegeek.info" target="_blank">jake@thegeek.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><u></u><div><div style="font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif"><br>Hi all,<div><br></div><div>I am trying to setup Smokeping on my Raspberry Pi to monitor some services local to our household, and I have come across a problem (with a fresh install of Raspbian and Apache). I installed using apt within the console</div><div><br></div><div>First and foremost, running smokeping --debug within console throws the following error:</div><div><br></div><div><div></div><br><blockquote style="border:1px solid rgb(204,204,204);padding:7px;background-color:rgb(245,245,245)"><div><div>pi@raspberrypi ~ $ sudo smokeping --debug</div><div>ERROR: loading smokeping configuration file /usr/sbin/../etc/config: No such file or directory</div></div></blockquote> <br><div></div></div><div><br></div></div></div></blockquote><div><snip></div><div><br></div><div>Stopping right there. Anything beyond this message is irelevent until this is resolved. Edit smokeping in the bin folder and make sure Smokeping::main("path/to/conf/file"); has the right path and file name! I have smokeping installed in /opt there for /opt/smokeping/bin/smokeping has an entry in it that looks like Smokeping::main("/opt/smokeping/etc/smokeping.conf"); because I have my conf file saved in /opt/smokeping/etc/. Another option is to tell smokeping where your config file is on the command line. RTFM for that syntax.</div><div><br></div><div>You may want to check this in smokeping.fcgi as well. It's critical they all point to the correct config file. </div><div><br></div><div>HTH,</div><div>Eric</div></div></div></div>