> ... But RRDs.pm ___doesn't__have__a__tune()__subroutine___. This is just a guess, but which version are your RRDs and MRTG?
If you have a very recent MRTG and a v1.0.x RRDs then you might get this, since I think RRDs::tune only appeared in v1.2.x of RRDs? Try this: perl -e 'use RRDs; print "Ver ".$RRDs::VERSION."\n";' If it replies with something like 'Ver 1.2012' then you've got the 1.2.x version. If it says something like 'Ver 1.000461' then you've the old v1.0.x (note that under 1.0, the version number was a.bbbccc but under 1.2.x it is a.bccc for some reason) If you have the old 1.0.x version, then download the source code and compile it afresh to get v1.2.x Steve -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
