Package: rrdtool
Version: 1.3.8-1
Followup-For: Bug #497739

I've just tested both the reported-fixed 1.3.7-1 and the refreshed
1.3.8-1 versions of RRDTool and the buggy behaviour persists in these
versions.

Using a sample invocation of:

    rrdtool graph /var/www/sysinfo/rrdcgi-eth0.png \
        --imginfo '<IMG SRC=/sysinfo/%s WIDTH=%lu HEIGHT=%lu >' \
        --start -1week \
        --width 800  \
        --height 600 \
        --title="eth0 Network Utilisation" \
        --interlaced \
        --vertical-label "Bytes/Sec" \
        --base 1000 \
        --slope-mode \
        DEF:RX=/var/local/rrd/netutil_eth0.rrd:rx:AVERAGE \
        DEF:TX=/var/local/rrd/netutil_eth0.rrd:tx:AVERAGE \
        CDEF:RXkb=RX,1000,/  \
        CDEF:TXkb=TX,1000,/ \
        LINE2:RX#20FF20:RX \
        LINE2:TX#FF2020:TX

Still produces output of:

    <IMG SRC=/sysinfo//var/www/sysinfo/rrdcgi-eth0.png WIDTH=897 HEIGHT=674 >


Instead of the documented and expected output of:

    <IMG SRC=/sysinfo/rrdcgi-eth0.png WIDTH=897 HEIGHT=674 >


-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (200, 'stable'), (50, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_GB)
Shell: /bin/sh linked to /bin/bash

Versions of packages rrdtool depends on:
ii  libc6                      2.9-6         GNU C Library: Shared libraries
ii  libcairo2                  1.8.6-2+b1    The Cairo 2D vector graphics libra
ii  libglib2.0-0               2.20.0-2      The GLib library of C routines
ii  libpango1.0-0              1.22.4-3      Layout and rendering of internatio
ii  libpng12-0                 1.2.27-2      PNG library - runtime
ii  librrd4                    1.3.1-4       Time-series data storage and displ
ii  libxml2                    2.6.32.dfsg-5 GNOME XML library

rrdtool recommends no packages.

Versions of packages rrdtool suggests:
ii  librrds-perl                  1.3.1-4    Time-series data storage and displ

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to