The stderr/stdout shows the same thing that appears in the logs.<br><br><div class="gmail_quote">On Thu, Sep 15, 2011 at 3:22 PM, Steve Shipway <span dir="ltr">&lt;<a href="mailto:s.shipway@auckland.ac.nz">s.shipway@auckland.ac.nz</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">




<div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">mrtg is not a shell script, its a perl script.  So, you dont call it with &#39;sh -x&#39;, you call it with &#39;perl&#39;.  Otherwise you get error messages as the shell interpreter gets confused
 by the perl code.<br>
<br>
You can increase the logging in MRTG, but the error appears to be in the rateup call rather than in MRTG.  You need to capture the stdout/stderr from the mrtg call so that you see any error messages produced by rateup calls, this might give more light on the
 reason for the rateup error exit.<br>
<br>
Steve<br><font color="#888888">
<br>
<div><br>
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px"><b>Steve Shipway</b></div>
<div style="font-family:Tahoma;font-size:13px">University of Auckland ITS</div>
<div style="font-family:Tahoma;font-size:13px"><i>UNIX Systems Design Lead</i></div>
<div style="font-family:Tahoma;font-size:13px"><a href="mailto:s.shipway@auckland.ac.nz" target="_blank">s.shipway@auckland.ac.nz</a></div>
<div style="font-family:Tahoma;font-size:13px">Ph: <a href="tel:%2B64%209%20373%207599%20ext%2086487" value="+6493737599" target="_blank">+64 9 373 7599 ext 86487</a></div>
<div style="font-family:Tahoma;font-size:13px"><i></i><br>
</div>
</div>
</div>
</font></div>
</div>

</blockquote></div>