[rrd-users] VDEF hangs rrdtool

This is a discussion on [rrd-users] VDEF hangs rrdtool within the RRD Users forums, part of the Networking and Network Related category; --===============0258393498== Content-Type: multipart/alternative; boundary="----=_Part_18214_27446755.1182862188455" ------=_Part_18214_27446755.1182862188455 Content-Type: text/plain; charset=ISO-8859-1; ...


Go Back   Usenet Forums > Networking and Network Related > RRD Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-26-2007
Dag Erlandsson
 
Posts: n/a
Default [rrd-users] VDEF hangs rrdtool

--===============0258393498==
Content-Type: multipart/alternative;
boundary="----=_Part_18214_27446755.1182862188455"

------=_Part_18214_27446755.1182862188455
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Have used rrdtool for over a year now showing my heating system
temperatures. Added a counter to also be able to log my power consumption.
Everything works good until I tried to define a total consumtion printout
using GPRINT. I have pinpointed down my problem downto the following command
to rrdtool:

rrdtool graph - DEF:countA=/var/owdata/temp1.rrd:temp:AVERAGE
VDEF:powerA=countA,TOTAL

This command never returns. If I remove the VDEF part, it works. I have
tried to use an other rrd file, same result.

I'm running rrdtool on a NSLU2 unit (ARM7 cpu) using Debian. I have tried
with the motion package in debian and also compiled the sources from the
trunk in the SVN archive, same result.

Have I done something wrong in this command?

Best regards
Dag Erlandsson

P.S.
Just for information I have one proble when building it for debian using
dpkg-buildpackage -tc -B -rfakeroot Then it complains that the
`/usr/src/rrdtool/program/debian/tmp/usr/doc': No such file or directory
dosn't exists. There is a new rrdtool executable generated but no .deb
package.
D.S.


make[4]: Entering directory `/usr/src/rrdtool/program/bindings/perl-shared'
make[4]: Leaving directory `/usr/src/rrdtool/program/bindings/perl-shared'
make[4]: Entering directory `/usr/src/rrdtool/program/bindings'
make[4]: Nothing to be done for `install-exec-am'.
test -f perl-piped/Makefile && cd perl-piped && /usr/bin/make install ||
true
make[5]: Entering directory `/usr/src/rrdtool/program/bindings/perl-piped'
Installing /usr/src/rrdtool/program/debian/tmp/usr/share/perl5/RRDp.pm
Installing /usr/src/rrdtool/program/debian/tmp/usr/share/perl5/leaktest.pl
Installing /usr/src/rrdtool/program/debian/tmp/usr/share/man/man3/RRDp.3pm
make[5]: Leaving directory `/usr/src/rrdtool/program/bindings/perl-piped'
test -f perl-shared/Makefile && cd perl-shared && /usr/bin/make install ||
true
make[5]: Entering directory `/usr/src/rrdtool/program/bindings/perl-shared'
Installing
/usr/src/rrdtool/program/debian/tmp/usr/lib/perl5/auto/RRDs/RRDs.so
Installing
/usr/src/rrdtool/program/debian/tmp/usr/lib/perl5/auto/RRDs/RRDs.bs
Files found in blib/arch: installing files in blib/lib into architecture
dependent library tree Installing
/usr/src/rrdtool/program/debian/tmp/usr/lib/perl5/ntmake.pl
Installing /usr/src/rrdtool/program/debian/tmp/usr/lib/perl5/RRDs.pm
Installing /usr/src/rrdtool/program/debian/tmp/usr/share/man/man3/RRDs.3pm
make[5]: Leaving directory `/usr/src/rrdtool/program/bindings/perl-shared'
test -f ruby/Makefile && cd ruby && /usr/bin/make
EPREFIX=/usr/src/rrdtool/program/debian/tmp/usr sitedir=/usr/lib/ruby
install || true test -d python/build && cd python && env
BUILDLIBDIR=../../src/.libs /usr/bin/python setup.py install --skip-build
--prefix=/usr/src/rrdtool/program/debian/tmp/usr
--exec-prefix=/usr/src/rrdtool/program/debian/tmp/usr || true
make[4]: Leaving directory `/usr/src/rrdtool/program/bindings'
make[3]: Leaving directory `/usr/src/rrdtool/program/bindings'
make[2]: Leaving directory `/usr/src/rrdtool/program/bindings'
make[2]: Entering directory `/usr/src/rrdtool/program'
make[3]: Entering directory `/usr/src/rrdtool/program'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/src/rrdtool/program'
make[2]: Leaving directory `/usr/src/rrdtool/program'
make[1]: Leaving directory `/usr/src/rrdtool/program'
mkdir -p /usr/src/rrdtool/program/debian/tmp/usr/share/doc
mv /usr/src/rrdtool/program/debian/tmp/usr/doc
/usr/src/rrdtool/program/debian/tmp/usr/share/doc/rrdtool
mv: cannot stat `/usr/src/rrdtool/program/debian/tmp/usr/doc': No such file
or directory
make: *** [install] Error 1

------=_Part_18214_27446755.1182862188455
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<br>Have used rrdtool for over a year now showing my heating system temperatures. Added a counter to also be able to log my power consumption. Everything works good until I tried to define a total consumtion printout using GPRINT. I have pinpointed down my problem downto the following command to rrdtool:
<br><br>rrdtool graph - DEF:countA=/var/owdata/temp1.rrd:temp:AVERAGE VDEF:powerA=countA,TOTAL<br><br>This command never returns. If I remove the VDEF part, it works. I have tried to use an other rrd file, same result.<br>
<br>I'm running rrdtool on a NSLU2 unit (ARM7 cpu) using Debian. I have tried with the motion package in debian and also compiled the sources from the trunk in the SVN archive, same result.<br><br>Have I done something wrong in this command?
<br><br>Best regards<br>Dag Erlandsson<br><br>P.S.<br>Just for information I have one proble when building it for debian using dpkg-buildpackage -tc -B -rfakeroot Then it complains that the `/usr/src/rrdtool/program/debian/tmp/usr/doc': No such file or directory dosn't exists. There is a new rrdtool executable generated but no .deb package.
<br>D.S.<br><br><br>make[4]: Entering directory `/usr/src/rrdtool/program/bindings/perl-shared'<br>make[4]: Leaving directory `/usr/src/rrdtool/program/bindings/perl-shared'<br>make[4]: Entering directory `/usr/src/rrdtool/program/bindings'
<br>make[4]: Nothing to be done for `install-exec-am'.<br>test -f perl-piped/Makefile &amp;&amp; cd perl-piped &amp;&amp; /usr/bin/make install || true<br>make[5]: Entering directory `/usr/src/rrdtool/program/bindings/perl-piped'
<br>Installing /usr/src/rrdtool/program/debian/tmp/usr/share/perl5/RRDp.pm<br>Installing /usr/src/rrdtool/program/debian/tmp/usr/share/perl5/leaktest.pl<br>Installing /usr/src/rrdtool/program/debian/tmp/usr/share/man/man3/RRDp.3pm
<br>make[5]: Leaving directory `/usr/src/rrdtool/program/bindings/perl-piped'<br>test -f perl-shared/Makefile &amp;&amp; cd perl-shared &amp;&amp; /usr/bin/make install || true<br>make[5]: Entering directory `/usr/src/rrdtool/program/bindings/perl-shared'
<br>Installing /usr/src/rrdtool/program/debian/tmp/usr/lib/perl5/auto/RRDs/RRDs.so<br>Installing /usr/src/rrdtool/program/debian/tmp/usr/lib/perl5/auto/RRDs/RRDs.bs<br>Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/rrdtool/program/debian/tmp/usr/lib/perl5/ntmake.pl
<br>Installing /usr/src/rrdtool/program/debian/tmp/usr/lib/perl5/RRDs.pm<br>Installing /usr/src/rrdtool/program/debian/tmp/usr/share/man/man3/RRDs.3pm<br>make[5]: Leaving directory `/usr/src/rrdtool/program/bindings/perl-shared'
<br>test -f ruby/Makefile &amp;&amp; cd ruby &amp;&amp; /usr/bin/make EPREFIX=/usr/src/rrdtool/program/debian/tmp/usr sitedir=/usr/lib/ruby install || true test -d python/build &amp;&amp; cd python &amp;&amp; env BUILDLIBDIR=../../src/.libs /usr/bin/python
setup.py install --skip-build --prefix=/usr/src/rrdtool/program/debian/tmp/usr --exec-prefix=/usr/src/rrdtool/program/debian/tmp/usr || true<br>make[4]: Leaving directory `/usr/src/rrdtool/program/bindings'<br>make[3]: Leaving directory `/usr/src/rrdtool/program/bindings'
<br>make[2]: Leaving directory `/usr/src/rrdtool/program/bindings'<br>make[2]: Entering directory `/usr/src/rrdtool/program'<br>make[3]: Entering directory `/usr/src/rrdtool/program'<br>make[3]: Nothing to be done for `install-exec-am'.
<br>make[3]: Nothing to be done for `install-data-am'.<br>make[3]: Leaving directory `/usr/src/rrdtool/program'<br>make[2]: Leaving directory `/usr/src/rrdtool/program'<br>make[1]: Leaving directory `/usr/src/rrdtool/program'
<br>mkdir -p /usr/src/rrdtool/program/debian/tmp/usr/share/doc<br>mv /usr/src/rrdtool/program/debian/tmp/usr/doc /usr/src/rrdtool/program/debian/tmp/usr/share/doc/rrdtool<br>mv: cannot stat `/usr/src/rrdtool/program/debian/tmp/usr/doc': No such file or directory
<br>make: *** [install] Error 1<br><br>

------=_Part_18214_27446755.1182862188455--


--===============0258393498==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
rrd-users mailing list
rrd-users@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

--===============0258393498==--

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:38 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0