<div dir="ltr">Nick, this fixed it, THANK YOU.<div><br></div><div>Now I am collecting data, I will see if I can display it.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><strong style="font-family:'Lucida Grande',Verdana,Arial,sans-serif;font-size:12px;line-height:16px;color:rgb(136,136,136)">Brian Thompson</strong><br>
<span style="color:rgb(0,102,51);font-family:'Lucida Grande',Verdana,Arial,sans-serif;font-size:12px;line-height:16px">Senior Infrastructure Engineer // Senior Second Guesser</span><br><font color="#666666" face="Lucida Grande, Verdana, Arial, sans-serif"><span style="font-size:12px;line-height:15px"><br>
</span></font><span style="color:rgb(102,102,102);font-family:'Lucida Grande',Verdana,Arial,sans-serif;font-size:12px;line-height:16px">Direct: </span><a value="+15039436742" style="font-family:'Lucida Grande',Verdana,Arial,sans-serif;font-size:12px;line-height:16px;color:rgb(17,85,204)">503.943.6779</a><br>
<span style="color:rgb(102,102,102);font-family:'Lucida Grande',Verdana,Arial,sans-serif;font-size:12px;line-height:16px">Mobile: </span><a value="+15033196955" style="font-family:'Lucida Grande',Verdana,Arial,sans-serif;font-size:12px;line-height:16px;color:rgb(17,85,204)">503.707.9018</a><span style="color:rgb(102,102,102);font-family:'Lucida Grande',Verdana,Arial,sans-serif;font-size:12px;line-height:16px"> // Twitter: iovation</span><br>
<strong style="color:rgb(0,102,51);font-family:'Lucida Grande',Verdana,Arial,sans-serif;font-size:12px;line-height:16px"><a href="http://www.iovation.com/" title="Visit iovation.com" style="color:rgb(0,102,51);text-decoration:none;border-bottom-width:0px;border-bottom-style:initial;border-bottom-color:initial" target="_blank">www.iovation.com</a></strong><br>
<font color="#006633" face="Lucida Grande, Verdana, Arial, sans-serif"><span style="font-size:12px;line-height:15px"><br></span></font><span><font color="#888888"><div><font color="#006633" face="'Lucida Grande', Verdana, Arial, sans-serif"><span style="font-size:12px;line-height:16px"><img src="http://www.iovation.com/images/signature/eml_sig_mobilefraud.gif"></span></font></div>
</font></span></div>
<br><br><div class="gmail_quote">On Tue, Nov 12, 2013 at 3:06 PM, Nick Hilliard <span dir="ltr"><<a href="mailto:nick@inex.ie" target="_blank">nick@inex.ie</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 12/11/2013 18:43, Brian Thompson wrote:<br>
> Any idea on why control-sflow-to-rrd-handler is still failing?<br>
<br>
</div>hmm, the 'path' parameter refers to path for control-sflow-to-rrd-handler<br>
rather than the path for sflow-to-rrd-handler.  So you will need to change<br>
<br>
program         =>      'sflow-to-rrd-handler',<br>
<br>
to:<br>
<br>
program         =><br>
'/usr/local/ixp/tools/runtime/sflow/sflow-to-rrd-handler',<br>
<br>
The reason this works on our systems is that sflow-to-rrd-handler is<br>
located in /usr/local/sbin/, which is in the standard daemon $PATH<br>
environment variable.<br>
<br>
Can you see if this works?  If it does, I'll open up a github ticket to<br>
make a note to fix this properly.<br>
<br>
Nick<br>
<div class="im"><br>
><br>
> root@portal:/usr/local/ixp/tools/runtime/sflow#<br>
> ./control-sflow-to-rrd-handler startCan't exec "sflow-to-rrd-handler": No<br>
> such file or directory at /usr/local/share/perl/5.14.2/Daemon/Control.pm<br>
> line 259.<br>
> Failed to exec sflow-to-rrd-handler : No such file or directory at<br>
> /usr/local/share/perl/5.14.2/Daemon/Control.pm line 259.<br>
> control-sflow-to-rrd-handler                                  [Started]<br>
> root@portal:/usr/local/ixp/tools/runtime/sflow#<br>
><br>
</div>> *Brian Thompson*<br>
<div class="im">> Senior Infrastructure Engineer // Senior Second Guesser<br>
><br>
> Direct: <a href="tel:503.943.6779" value="+15039436779">503.943.6779</a><br>
> Mobile: <a href="tel:503.707.9018" value="+15037079018">503.707.9018</a> // Twitter: iovation<br>
</div>> *<a href="http://www.iovation.com" target="_blank">www.iovation.com</a> <<a href="http://www.iovation.com/" target="_blank">http://www.iovation.com/</a>>*<br>
<div class="im">><br>
><br>
><br>
> On Tue, Nov 12, 2013 at 10:01 AM, Nick Hilliard <<a href="mailto:nick@inex.ie">nick@inex.ie</a><br>
</div><div class="im">> <mailto:<a href="mailto:nick@inex.ie">nick@inex.ie</a>>> wrote:<br>
><br>
>     On 12/11/2013 17:44, Brian Thompson wrote:<br>
>     > WARNING: while updating<br>
>     ><br>
>     /usr/local/sflow/ipv6/pkts/p2p/src-00005/p2p.ipv6.pkts.src-00005.dst-00015.rrd:<br>
>     > rrdcached: Permission denied<br>
><br>
>     ok, this means that the rrdcached permissions are not set up correctly.<br>
>     You'll need to start rrdcached with FLUSH,UPDATE,FLUSHALL permissions.<br>
>     Here's what we use at INEX:<br>
><br>
>     /usr/local/bin/rrdcached -s www -m 0666 -F \<br>
>             -l unix:/var/run/rrdcached.sock \<br>
>             -p /var/run/rrdcached.pid \<br>
>             -j /var/db/rrdcached/journal/ \<br>
>             -b /var/db/rrdcached/db/ \<br>
>             -P FLUSH,UPDATE,FLUSHALL<br>
><br>
>     If you're using debian or ubuntu, you can edit the startup options in<br>
>     /etc/defaults/rrdcached and then use 'service rrdcached restart'.<br>
><br>
>     Nick<br>
><br>
>     _______________________________________________<br>
>     INEX IXP Manager mailing list<br>
</div>>     <a href="mailto:ixpmanager@inex.ie">ixpmanager@inex.ie</a> <mailto:<a href="mailto:ixpmanager@inex.ie">ixpmanager@inex.ie</a>><br>
>     <a href="https://www.inex.ie/mailman/listinfo/ixpmanager" target="_blank">https://www.inex.ie/mailman/listinfo/ixpmanager</a><br>
<div class="im HOEnZb">><br>
><br>
><br>
><br>
> _______________________________________________<br>
> INEX IXP Manager mailing list<br>
> <a href="mailto:ixpmanager@inex.ie">ixpmanager@inex.ie</a><br>
> <a href="https://www.inex.ie/mailman/listinfo/ixpmanager" target="_blank">https://www.inex.ie/mailman/listinfo/ixpmanager</a><br>
><br>
<br>
<br>
</div><div class="im HOEnZb">--<br>
Network Ability Ltd. | Chief Technical Officer | Tel: <a href="tel:%2B353%201%206169698" value="+35316169698">+353 1 6169698</a><br>
3 Westland Square    | INEX - Internet Neutral | Fax: <a href="tel:%2B353%201%206041981" value="+35316041981">+353 1 6041981</a><br>
Dublin 2, Ireland    | Exchange Association    | Email: <a href="mailto:nick@inex.ie">nick@inex.ie</a><br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
INEX IXP Manager mailing list<br>
<a href="mailto:ixpmanager@inex.ie">ixpmanager@inex.ie</a><br>
<a href="https://www.inex.ie/mailman/listinfo/ixpmanager" target="_blank">https://www.inex.ie/mailman/listinfo/ixpmanager</a><br>
</div></div></blockquote></div><br></div>