<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi all<div><br></div><div>Over the weekend I wanted to build up my entire Smokeping installation again on a fresh SD install of Raspbian because the first time there was much trial and error and I didn't wholly understand the process. So this time I thought I'd do it methodically and keep track of my moves.</div><div><br></div><div>But it's gone wrong! Now I keep getting:</div><div><br></div><div><div style="font-family: Times; background-color: rgb(255, 255, 255); ">ERROR: opening '/var/lib/smokeping/mysite1/myhost2.rrd': No such file or directory</div><div style="font-family: Times; background-color: rgb(255, 255, 255); ">/var/cache/smokeping/images/mysite1/myhost2_last_10800.png</div><div style="font-family: Times; background-color: rgb(255, 255, 255); "><br></div><div style="font-family: Times; background-color: rgb(255, 255, 255); ">I know that some posts have put this down to a permissions error but I can't seem to solve it using the instructions that follow. Could someone give me baby-steps on how to check the permissions of the various directories, processes and files that need to be right?</div><div style="font-family: Times; background-color: rgb(255, 255, 255); "><br></div><div style="font-family: Times; background-color: rgb(255, 255, 255); ">I realise I should use suexec (perhaps it would solve this issue??) but I can't find instructions that seem to work to set this up either...&nbsp;</div><div style="font-family: Times; background-color: rgb(255, 255, 255); "><br></div><div style="font-family: Times; background-color: rgb(255, 255, 255); ">For clarity my steps so far, have been:</div><div apple-content-edited="true">


<div>

<p> 1. Format SD card of at least 8GB with SDFormatter<br><br>2. Copy to SD card the latest NOOBS software<br><br>3. Insert SD card into Pi and power on. Follow GUI to install Raspbian<br><br>4. Change main password<br><br>5. On Advanced Options page enable SSH<br><br>6. SSH to Pi<br><br>7. Run sudo apt-get update<br><br>8. Then sudo apt-get upgrade<br><br>9. sudo reboot<br><br>10. Then login again and become root sudo su<br><br>11. Install Apache2 and FastCGI by following instructions from here: <a href="http://raspberryserver.blogspot.co.uk/">http://raspberryserver.blogspot.co.uk/</a><br><br>12. Begin installing SmokePing from <a href="http://oss.oetiker.ch/smokeping/doc/smokeping_install.en.html">http://oss.oetiker.ch/smokeping/doc/smokeping_install.en.html</a><br><br>13. - this will include sudo apt-get install rrdtool etc (follow the list)<br><br>14. Install CPAN by using this command: cpan App::cpanminus<br><br>15. You may need to run cpanm install CPAN and then cpanm reload CPAN to make sure you have the most up to date version<br><br>16. Install the PERL modules using this command: sudo cpanm &lt;Insert-module-name here&gt; from the SmokePing list<br><br>17. When you have installed all the PERL modules and have got to the installation section on the Smokeping page use apt-get install smokeping to actually&nbsp;put the package in place<br><br>18. move to the /etc/smokeping/config.d&nbsp;<br><br>19. Edit the Target file using this page of examples to help <a href="http://oss.oetiker.ch/smokeping/doc/smokeping_examples.en.html">http://oss.oetiker.ch/smokeping/doc/smokeping_examples.en.html</a><br><br>20. [At this stage I was getting ERROR: /etc/smokeping/config.d/pathnames, line 1: File '/usr/sbin/sendmail' does not exist] so I had to run apt-get install&nbsp;sendmail</p><div>21.&nbsp;Install sudo apt-get install apache2-suexec-custom</div><div><br></div><div>22…….. how best to configure suexec?????</div></div></div></div></body></html>