Package: munin
Version: 2.0.37-1
Severity: important

I just upgraded munin from 2.0.34-3 to 2.0.37-1, amongst upgrading many
other pkgs too.

Since then, root is receiving emails from cron every 5 minutes:

Subject:

        Cron <munin@getz> if [ -x /usr/bin/munin-cron ]; then 
/usr/bin/munin-cron; fi

Body:

        Fontconfig error: failed reading config file
        Fontconfig error: failed reading config file
        Fontconfig error: failed reading config file
        Fontconfig error: failed reading config file
        Fontconfig error: failed reading config file


Although running it manually doesn't seem to:

        $ sudo -u munin /usr/bin/munin-cron
        $

thanks very much,
calum.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.15.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages munin depends on:
ii  cron [cron-daemon]                3.0pl1-130
ii  fonts-dejavu-core                 2.37-1
ii  libdate-manip-perl                6.70-1
pn  libdigest-md5-perl                <none>
ii  libfile-copy-recursive-perl       0.40-1
ii  libhtml-template-perl             2.97-1
ii  libio-socket-inet6-perl           2.72-2
ii  liblog-log4perl-perl              1.49-1
ii  libperl5.24 [libtime-hires-perl]  5.24.1-7
ii  libperl5.26 [libtime-hires-perl]  5.26.1-6
ii  librrds-perl                      1.7.0-1+b1
pn  libstorable-perl                  <none>
ii  liburi-perl                       1.73-1
ii  lsb-base                          9.20170808
ii  munin-common                      2.0.37-1
ii  perl                              5.26.1-6
ii  rrdtool                           1.7.0-1+b1
ii  systemd-sysv                      238-4

Versions of packages munin recommends:
ii  libcgi-fast-perl  1:2.13-1
ii  munin-doc         2.0.37-1
ii  munin-node        2.0.37-1

Versions of packages munin suggests:
ii  apache2 [httpd]                       2.4.33-1
ii  elinks [www-browser]                  0.12~pre6-13
ii  firefox-esr [www-browser]             52.7.3esr-1
ii  google-chrome-unstable [www-browser]  50.0.2657.0-1
pn  libapache2-mod-fcgid                  <none>
ii  libnet-ssleay-perl                    1.85-1
ii  links [www-browser]                   2.14-5
ii  lynx [www-browser]                    2.8.9dev17-1
ii  w3m [www-browser]                     0.5.3-36

-- Configuration Files:
/etc/munin/apache.conf changed:
Alias /munin /var/cache/munin/www
<Directory /var/cache/munin/www>
        Require local
        Options None
        # 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> 
ScriptAlias /munin-cgi/munin-cgi-graph /usr/lib/munin/cgi/munin-cgi-graph
<Location /munin-cgi/munin-cgi-graph>
        Require local
        # AuthUserFile /etc/munin/munin-htpasswd
        # AuthName "Munin"
        # AuthType Basic
        # require valid-user
        <IfModule mod_fcgid.c>
            SetHandler fcgid-script
        </IfModule>
        <IfModule !mod_fcgid.c>
            SetHandler cgi-script
        </IfModule>
</Location>
ScriptAlias /munin-cgi/munin-cgi-html /usr/lib/munin/cgi/munin-cgi-html
<Location /munin-cgi/munin-cgi-html>
        Require local
        # AuthUserFile /etc/munin/munin-htpasswd
        # AuthName "Munin"
        # AuthType Basic
        # require valid-user
        <IfModule mod_fcgid.c>
            SetHandler fcgid-script
        </IfModule>
        <IfModule !mod_fcgid.c>
            SetHandler cgi-script
        </IfModule>
</Location>

/etc/munin/apache24.conf changed:
Alias /munin /var/cache/munin/www
<Directory /var/cache/munin/www>
        <RequireAny>
                Require local
                Require ip 192.168.254.0/24
        </RequireAny>
        Options None
</Directory>
ScriptAlias /munin-cgi/munin-cgi-graph /usr/lib/munin/cgi/munin-cgi-graph
<Location /munin-cgi/munin-cgi-graph>
        Require local
        <IfModule mod_fcgid.c>
            SetHandler fcgid-script
        </IfModule>
        <IfModule !mod_fcgid.c>
            SetHandler cgi-script
        </IfModule>
</Location>


-- no debconf information

Reply via email to