Package: bindgraph
Version: 0.2a-5.1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

I have installed bindgraph and modified /etc/bind/named.conf.options but when 
consulting http://myserver/cgi-bin/bindgraph.cgi there isn't any graphic.
the source of the webpage contains pictures which doesn't exist :

<p><img border="0" alt="bindgraph image 0"  src="bindgraph.cgi/bindgraph_0.png">
<h2>Day Graph</h2>
<p><img border="0" alt="bindgraph image 1"  src="bindgraph.cgi/bindgraph_1.png">
<h2>Week Graph</h2>
<p><img border="0" alt="bindgraph image 2"  src="bindgraph.cgi/bindgraph_2.png">
<h2>Month Graph</h2>
<p><img border="0" alt="bindgraph image 3"  src="bindgraph.cgi/bindgraph_3.png">
<h2>Year Graph</h2>
<p><img border="0" alt="bindgraph image 4"  src="bindgraph.cgi/bindgraph_4.png">


-- System Information:
Debian Release: 8.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.2.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages bindgraph depends on:
ii  debconf [debconf-2.0]  1.5.56
ii  libfile-tail-perl      0.99.3-5
ii  librrds-perl           1.4.8-1.2

Versions of packages bindgraph recommends:
ii  apache2 [httpd]  2.4.10-10+deb8u3
ii  bind9            1:9.9.5.dfsg-9+deb8u3

bindgraph suggests no packages.

-- Configuration Files:
/etc/init.d/bindgraph changed:
CONFIG=/etc/default/bindgraph
DNS_LOG=/var/log/bind9-query.log
NAME=bindgraph
DESC="DNS Statistics"
DAEMON=/usr/sbin/bindgraph.pl
PIDFILE=/var/run/servergraph/bindgraph.pid
CACHEDIR=/var/cache/bindgraph
RRD_DIR=/var/lib/bindgraph
RRD_NAME=bindgraph
test -x $DAEMON || exit 0
if [ -f $CONFIG ]; then
        . $CONFIG
fi
pid_dir=`dirname $PIDFILE`
test -d $pid_dir || mkdir -p $pid_dir
chown daemon:root $pid_dir
. /lib/lsb/init-functions
if [ -n "$LOG_FORMAT" ]; then
        FORMAT="--format=${LOG_FORMAT}"
fi
case "$1" in
  start)
        log_daemon_msg "Starting $DESC" "$DAEMON"
        if start-stop-daemon --start --quiet --exec $DAEMON -N 15 -c daemon:adm 
-- \
                -l $DNS_LOG $FORMAT -d --daemon_rrd=$RRD_DIR 
--rrd_name=$RRD_NAME $ARGS ;
        then
                log_end_msg 0
        else
                log_end_msg $?
        fi
  ;;
  stop)
        log_daemon_msg "Stopping $DESC: " "$DAEMON"
        start-stop-daemon --stop --oknodo --pidfile $PIDFILE -c daemon:adm ;
        st=$?
        rm -f $PIDFILE
        log_end_msg $st
  ;;
  restart|force-reload)
        $0 stop
        sleep 1
        $0 start
  ;;
  status)
        if pidofproc -p $PIDFILE $DAEMON ; then
                log_success_msg "$DAEMON is running"
                exit 0
        else
                log_success_msg "$DAEMON is not running"
                exit 3
        fi                                                                      
  ;;
  *)
    log_success_msg "Usage: $0 start|stop|restart|force-reload|status"
    exit 0
    ;;
esac
exit 0


-- debconf information:
* bindgraph/start_on_boot: true
* bindgraph/stay_on_purge: true
* bindgraph/logfile: /var/log/bind9-query.log

Reply via email to