Your message dated Tue, 10 Jun 2008 07:55:09 +0200
with message-id <[EMAIL PROTECTED]>
and subject line bugzilla -- Report bugs as fixed
has caused the Debian Bug report #203568,
regarding bugzilla: webdot not working with local installation (no https)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
203568: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203568
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: bugzilla
Version: 2.16.3-2
Severity: normal
When using a local installation of the GraphViz package to show dependency
diagramms the full path to the image "/var/lib/bugzilla/data/webdot/xxxx.png"
is coded
into the resulting html page from showdependencygraph.cgi. This path is not
normally accessible from the standard apache installation.
There seems to be already a debian patch for the bugzilla_graph directory
which is under /var/lib/bugzilla/graphs. But not for the data directory.
Shouldn't the structure under better read:
/var/www/bugzilla -> /usr/share/bugzilla/web
/usr/share/bugzilla/web/graph -> /usr/lib/bugzilla/graph
/usr/share/bugzilla/web/webdot -> /usr/lib/bugzilla/data/webdot
or something like that?
Dirk
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux luedi 2.4.17 #1 Sun Feb 3 21:25:18 CET 2002 i586
Locale: LANG=C, LC_CTYPE=C
Versions of packages bugzilla depends on:
ii apache 1.3.27.0-2 Versatile, high-performance HTTP s
ii debconf 1.0.32 Debian configuration management sy
ii libappconfig-perl 1.52-5 Perl module for configuration file
ii libdbd-mysql-perl 2.1026-3 A Perl5 database interface to the
ii libtemplate-perl 2.08-1 template processing system written
ii libtimedate-perl 1.11-1 Time and date functions for perl.
ii sendmail 8.12.9-5 A powerful, efficient, and scalabl
ii sendmail [mail-transport-agen 8.12.9-5 A powerful, efficient, and scalabl
--- End Message ---
--- Begin Message ---
Package: bugzilla
Version: 3.0.4-2
Tags: fixed
The usage of GraphViz was fixed. Please refer to
/usr/share/doc/bugzilla3/README.Debian
About GraphViz and dependency graphs ("webdotbase", "webdotdir")
------------------------------------------------------------------------------
The "webdotbase" configuration paramter (/etc/bugzilla3/params) has
to be set to `/usr/bin/dot`. This parameter can be configured by Bugzilla's
"Parameters >> Dependency Graphs" too. The "webdotdir" configuration
parameter has to be set to the directory where `/webdot` sub-directory
exists. In our case it is `/var/lib/bugzilla3/data`. The "/webdot" directory
is sym-linked from `/usr/lib/cgi-bin/bugzilla3`. This is mandatory for
configuration simplificity. Images created by GraphViz (/usr/bin/dot) are
stored in the `/webdot` subdirectory. With the sym-link it's possible to
reference them by the URL "urlbase"/webdot/XXXX.png. Make sure your
HTTP server configuration follow sym-links in `/usr/lib/cgi-bin/bugzilla3`
directory.
For examples check the examples in `/usr/share/doc/bugzilla3/examples`.
--
Raphael Bossek
--- End Message ---