Package: queuegraph
Version: 1.1.1-2
Severity: normal
Tags: patch

queuegraph.cgi is unable to create any temporary files because
/var/cache/queuegraph is owned by root and has 0755 permissions
but queuegraph.cgi is running as www-data (at least in apache2.2).


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-xen-amd64
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages queuegraph depends on:
ii  librrds-perl                  1.2.11-0.6 Time-series data storage and displ
ii  perl                          5.8.8-6.1  Larry Wall's Practical Extraction 
ii  postfix                       2.3.3-1    A high-performance mail transport 
ii  rrdtool                       1.2.11-0.6 Time-series data storage and displ

Versions of packages queuegraph recommends:
ii  apache2                       2.2.3-3    Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd-cg 2.2.3-3    Traditional model for Apache HTTPD

-- no debconf information
--- postinst.orig       2006-11-16 00:43:07.000000000 +0100
+++ postinst    2006-11-16 00:43:43.000000000 +0100
@@ -11,7 +11,7 @@
 
    mkdir -p $DATADIR $CACHEDIR
    chown root:root $DATADIR
-   chown root:root $CACHEDIR
+   chown www-data:root $CACHEDIR
 
    chown root:root $CGIDIR/queuegraph.cgi
 

Reply via email to