Package: munin
Version: 2.0~rc4-1
Severity: normal
Hi!
Since the last update, munin-cgi-html fails with the following error
message in the browser:
Can't use an undefined value as a symbol reference at
/usr/share/perl5/Munin/Master/HTMLConfig.pm line 458.
I tried to follow the code myself, but my perl-fu is too weak.
This configuration worked with 2.0~rc2 without problems.
Grüße,
Sven.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (200, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages munin depends on:
ii adduser 3.113+nmu1
ii cron 3.0pl1-121
ii libcgi-fast-perl 5.14.2-9
ii libdate-manip-perl 6.31-1
ii libdigest-md5-perl <none>
ii libfile-copy-recursive-perl 0.38-1
ii libhtml-template-perl 2.10-1
ii libio-socket-inet6-perl 2.69-2
ii liblog-log4perl-perl 1.29-1
ii libparse-recdescent-perl 1.967006+dfsg-1
ii librrds-perl 1.4.7-1
ii libstorable-perl <none>
ii liburi-perl 1.60-1
ii munin-common 2.0~rc4-1
ii perl [libtime-hires-perl] 5.14.2-9
ii perl-modules 5.14.2-9
ii rrdtool 1.4.7-1
ii ttf-dejavu 2.33-2
Versions of packages munin recommends:
ii munin-doc 2.0~rc4-1
ii munin-node 2.0~rc4-1
Versions of packages munin suggests:
ii apache2-mpm-prefork [httpd] 2.2.22-2
ii elinks [www-browser] 0.12~pre5-7
ii libnet-ssleay-perl 1.45-2
ii lynx-cur [www-browser] 2.8.8dev.12-2
ii w3m [www-browser] 0.5.3-5
-- Configuration Files:
/etc/logrotate.d/munin changed:
/var/log/munin/munin-update.log {
daily
missingok
rotate 7
compress
notifempty
create 640 munin adm
su munin www-data
}
/var/log/munin/munin-graph.log {
daily
missingok
rotate 7
compress
notifempty
create 640 munin adm
su munin www-data
}
/var/log/munin/munin-html.log {
daily
missingok
rotate 7
compress
notifempty
create 640 munin adm
su munin www-data
}
/var/log/munin/munin-limits.log {
daily
missingok
rotate 7
compress
notifempty
create 640 munin adm
su munin www-data
}
/var/log/munin/munin-cgi-graph.log {
daily
missingok
rotate 7
compress
notifempty
#create 640 www-data adm
# see http://munin-monitoring.org/ticket/1152
copytruncate
su munin www-data
}
/etc/munin/apache.conf changed:
Alias /munin /var/cache/munin/www
Alias /munin-cgi/static /var/cache/munin/www/static
ScriptAlias /munin-cgi /usr/lib/cgi-bin/munin-cgi-html
RedirectMatch (^.*/munin-cgi)$ $1/
RedirectMatch (^.*)/munin/?$ $1/munin-cgi/
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule /cgi-bin/munin-cgi-html$ /cgi-bin/munin-cgi-html/ [R,L]
RewriteRule /cgi-bin/munin-cgi-html/static/(.*) /munin-static/$1 [R,L]
</IfModule>
<Directory /var/cache/munin/www>
# This file can be used as a .htaccess file, or a part of your apache
# config file.
#
# For the .htaccess file option to work the munin www directory
# (/var/cache/munin/www) must have "AllowOverride all" or something
# close to that set.
#
# AuthUserFile /etc/munin/munin-htpasswd
# AuthName "Munin"
# AuthType Basic
# require valid-user
# This next part requires mod_expires to be enabled.
#
# Set the default expiration time for files to 5 minutes 10 seconds from
# their creation (modification) time. There are probably new files by
# that time.
#
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault M310
</IfModule>
</Directory>
<Location /munin-cgi>
<IfModule mod_fastcgi.c>
SetHandler fastcgi-script
</IfModule>
</Location>
<Location /munin-cgi/static>
SetHandler None
</Location>
<Location /cgi-bin/munin-cgi-graph>
<IfModule mod_fastcgi.c>
SetHandler fastcgi-script
</IfModule>
</Location>
<Location /cgi-bin/munin-cgi-html>
<IfModule mod_fastcgi.c>
SetHandler fastcgi-script
</IfModule>
</Location>
/etc/munin/munin.conf changed:
dbdir /var/lib/munin
htmldir /var/cache/munin/www
logdir /var/log/munin
rundir /run/munin
tmpldir /etc/munin/templates
staticdir /etc/munin/static
includedir /etc/munin/munin-conf.d
graph_strategy cgi
munin_cgi_graph_jobs 2
max_graph_jobs 2
html_strategy cgi
max_processes 16
[... node definitions snipped ...]
-- debconf-show failed
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]