Your message dated Mon, 31 Oct 2016 21:24:12 +0000
with message-id <[email protected]>
and subject line Bug#768553: fixed in munin 2.0.27-1
has caused the Debian Bug report #768553,
regarding munin-plugins-core: slapd_bdb_cache plugin - autoconf fails when 
database directory is valid
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.)


-- 
768553: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768553
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: munin-plugins-core
Version: 2.0.24-1
Severity: normal
Tags: patch

Dear Maintainer,

An error in the slapd_bdb_cache_ plugin fails during autoconf with "no (Can't 
open database directory '$dbdir')" when the database directory is valid (exists 
and is readable).

The reason is a bug in line 79 of the slabd_bdb_cache_ plugin:

[... snipp ...]
     } elsif (-d $dbdir && -r $dbdir) {
         print "no (Can't open database directory '$dbdir')";
     } else {
[... snipp ...]

This also prevents autoconf to suceed in any configuration.

The fix is trivial, see attached patch (another variant would leave the elsif 
intact and return "yes" instead of "no").
This issue is also present in the current release (2.0.24 at the time of this 
bugreport).

So long,

Andreas.

P.S.: I've tried to report this issue upstream but their trac rejected the 
content
as spam :(


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages munin-plugins-core depends on:
ii  munin-common  2.0.24-1
ii  perl          5.20.1-2

Versions of packages munin-plugins-core recommends:
ii  libnet-snmp-perl  6.0.1-2

Versions of packages munin-plugins-core suggests:
pn  conntrack                   <none>
pn  libcache-cache-perl         <none>
pn  libdbd-mysql-perl           <none>
ii  libnet-dns-perl             0.80.2-2
pn  libnet-netmask-perl         <none>
pn  libnet-telnet-perl          <none>
ii  libxml-parser-perl          2.41-3
ii  python                      2.7.8-2
ii  ruby2.1 [ruby-interpreter]  2.1.4-1

-- no debconf information
--- plugins/node.d/slapd_bdb_cache_.in.ORIGINAL	2014-11-08 10:43:47.183425551 +0100
+++ plugins/node.d/slapd_bdb_cache_.in	2014-11-08 10:52:01.728255000 +0100
@@ -76,7 +76,7 @@
 } elsif ($arg && $arg eq "autoconf") {
     if (! -x $dbstat) {
 	print "no (Can't execute db_stat file '$dbstat')\n";
-    } elsif (-d $dbdir && -r $dbdir) {
+    } elsif (! -d $dbdir || ! -r $dbdir) {
 	print "no (Can't open database directory '$dbdir')";
     } else {
 	print "yes\n";

--- End Message ---
--- Begin Message ---
Source: munin
Source-Version: 2.0.27-1

We believe that the bug you reported is fixed in the latest version of
munin, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Holger Levsen <[email protected]> (supplier of updated munin package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 31 Oct 2016 21:59:54 +0100
Source: munin
Binary: munin-node munin-plugins-core munin-plugins-extra munin-plugins-java 
munin munin-common munin-async munin-doc
Architecture: source
Version: 2.0.27-1
Distribution: unstable
Urgency: medium
Maintainer: Munin Debian Maintainers <[email protected]>
Changed-By: Holger Levsen <[email protected]>
Description:
 munin      - network-wide graphing framework (grapher/gatherer)
 munin-async - network-wide graphing framework (async master/client)
 munin-common - network-wide graphing framework (common)
 munin-doc  - network-wide graphing framework (documentation)
 munin-node - network-wide graphing framework (node)
 munin-plugins-core - network-wide graphing framework (plugins for node)
 munin-plugins-extra - network-wide graphing framework (user contributed 
plugins for nod
 munin-plugins-java - network-wide graphing framework (java plugins for node)
Closes: 767032 768553 825136 834194
Changes:
 munin (2.0.27-1) unstable; urgency=medium
 .
   * New upstream version, (Closes: #767032, #768553, #825136, #834194), see
     upstream ChangeLog for details.
Checksums-Sha1:
 b8884b5493620efe611b47a59acc468aeb00da9d 2484 munin_2.0.27-1.dsc
 eb4b13a5478cb78f5f250fbc6161e021888f8872 1340502 munin_2.0.27.orig.tar.gz
 075f05a7c4a1aaa0a5ebb7f6f6d62ac94d22b0df 61436 munin_2.0.27-1.debian.tar.xz
Checksums-Sha256:
 64f83675a720d276c0d2295810952a5b0efa7793bb97a276606dd511c9c17071 2484 
munin_2.0.27-1.dsc
 78f832bf1494815833459923cbfc8f41d47765cb5667c4e5c33f461aec15417c 1340502 
munin_2.0.27.orig.tar.gz
 6251d99a690fe5a643b3e1dfe7161c348731dd8d7b9337256d472db70200f12b 61436 
munin_2.0.27-1.debian.tar.xz
Files:
 df2b44f752d32ac9f112c0d7cc5338b8 2484 net optional munin_2.0.27-1.dsc
 bd6a75cb48335c5a7abc6f84dea9d2ca 1340502 net optional munin_2.0.27.orig.tar.gz
 0496826738d308b84378c1f395f87c1a 61436 net optional 
munin_2.0.27-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBWBex1gkauFYGmqocAQodVhAAqzsjRFzrAlk3KzpSmz/xCgzXrjT2EN27
MRtKz8EXl9wY7/4hVK8LXkQP8eJuDPZmjar6pJ0Ifh4M3D6ltg0P/2zhhuK+6CHF
2oN/2S9qe+wDBBywZu8FrvYl5rwFn6/QlI60lWJX5Q8+M2TbzUB28IZ5GOndRgnQ
MR5ebxMEuU7Jxo402WF8QyqDUhS4TiFZsb7Kg6+IAzpJhLU6WI/pksfUAu+uhH8Z
6tqe9MgiANn2C5UpjkkYsEdxEEQtMxlPEez4Y0zE5Hz0j1wggwOMAXHjCZ6GNRjD
NQYQgfDxWrg6IfOqoZAkYKy+0LUxuQlTohWdaHo4IfaaJVxOuDVl3o1RqQ5aRAxz
Y9yqhMdn/K46SFAszlGafG8PgP700P2WJJ2SSC0GZ6JT6rc6+K1VHE9FLJtpYVUM
ItA9hEEd/sFcYpvTZm0MPtiGs4gO1/ENGYZJYu/ghujBm8y5E7t/aRAT+b075g+s
dIrjTkbPRHZpQUNwWJ/Mbnq/JITrEhWG5RQqeca+Zl/O/JvXk5OMtVMSZrs9ThnV
zqHVFyq02yhngWBB9RKHd8e6jVflYtIwZp9xg1IEF7AOJERQDnYDnmQf9g2ZR26a
ZVvpIeKsiIvB6rLyblvwh8lecmM0SxpQOaO9vH5SvHXNPlrXCH0fcUP+mKawHlLz
addMham9XTU=
=y/gS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to