Your message dated Fri, 25 Mar 2005 22:02:42 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#275347: fixed in mon 0.99.2-8
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Feb 2005 15:02:58 +0000
>From [EMAIL PROTECTED] Wed Feb 02 07:02:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from aquila.nns.ch [62.32.16.77] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CwM1y-0001H3-00; Wed, 02 Feb 2005 07:02:58 -0800
Received: by aquila.nns.ch (Postfix, from userid 1000)
        id 484041C32ACD; Wed,  2 Feb 2005 16:02:53 +0100 (CET)
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="UTF-8"
From: Jade Nicoletti <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: mon: uses deprecated DBD::mysql function
X-Mailer: reportbug 3.7.1
Date: Wed, 02 Feb 2005 16:02:53 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: mon
Version: 0.99.2-7
Severity: normal
Tags: patch


patch:

--- msql-mysql.monitor.orig     Sat Jun 30 20:44:29 2001
+++ msql-mysql.monitor  Wed Feb  2 15:58:13 2005
@@ -78,7 +78,7 @@
                push( @failures, "Could not connect to $mode server $host: " . 
$DBI::errstr );
                next;
        }
-       @tables = $dbh->func( '_ListTables' );
+       @tables = $dbh->tables();
        if( $#tables < 0 ) {
                push( @failures, "No tables found for database 
$options{database} on server $host" );
        }


quote from DBD::mysql's manual (libdbd-mysql-perl 2.9003-3):

       Deprecated Features


       _ListTables
           Replace with the standard DBI method "$dbh->tables()". See also
           "$dbh->table_info()". Portable applications will prefer

               @tables = map { $_ =~ s/.*\.//; $_ } $dbh‐E<gt>tables()

           because, depending on the engine, the string "user.table" will be
           returned, user being the table owner. The method will be removed
           in DBD::mysql version 2.11xy.


-- System Information:
Debian Release: 3.0
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=de_CH, LC_CTYPE=de_CH (charmap=UTF-8) (ignored: LC_ALL set to 
de_CH.UTF-8)

Versions of packages mon depends on:
ii  libc6                         2.2.5-11.5 GNU C Library: Shared libraries an
ii  libmon-perl                   0.11-2     mon Perl modules for clients and s
ii  libtime-hires-perl            1.20-4     High-resolution time manipulation 
ii  libtime-period-perl           1.20-7     Perl library for testing if a time
ii  perl                          5.6.1-8.8  Larry Wall's Practical Extraction 

-- no debconf information

---------------------------------------
Received: (at 275347-close) by bugs.debian.org; 26 Mar 2005 03:08:24 +0000
>From [EMAIL PROTECTED] Fri Mar 25 19:08:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DF1ex-00087I-00; Fri, 25 Mar 2005 19:08:23 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DF1ZS-0005uL-00; Fri, 25 Mar 2005 22:02:42 -0500
From: Roderick Schertler <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#275347: fixed in mon 0.99.2-8
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 25 Mar 2005 22:02:42 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: mon
Source-Version: 0.99.2-8

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

mon_0.99.2-8.diff.gz
  to pool/main/m/mon/mon_0.99.2-8.diff.gz
mon_0.99.2-8.dsc
  to pool/main/m/mon/mon_0.99.2-8.dsc
mon_0.99.2-8_i386.deb
  to pool/main/m/mon/mon_0.99.2-8_i386.deb



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.
Roderick Schertler <[EMAIL PROTECTED]> (supplier of updated mon 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: SHA1

Format: 1.7
Date: Fri, 25 Mar 2005 21:44:00 -0500
Source: mon
Binary: mon
Architecture: source i386
Version: 0.99.2-8
Distribution: unstable
Urgency: low
Maintainer: Roderick Schertler <[EMAIL PROTECTED]>
Changed-By: Roderick Schertler <[EMAIL PROTECTED]>
Description: 
 mon        - monitor hosts/services/whatever and alert about problems
Closes: 275347 276553 282104 296943
Changes: 
 mon (0.99.2-8) unstable; urgency=low
 .
   * msql-mysql.monitor:  Use $dbh->tables rather than
     $dbh->func('_ListTables'), thanks to Clement 'nodens' Hermann and Jade
     Nicoletti (closes: #275347).
   * http_t.monitor:  s/joint/join/, thanks to Bryan Chow (closes: #276553).
   * smtp.monitor:  Support continued quit (221-) messages, thanks to Joe
     Edmonds (closes: #282104).
   * smtp3.monitor:  Support continued banner (220-) messages, thanks to
     Brian Grossman (closes: #296943).
Files: 
 35252345f26be521ccb0f11efab2405e 647 admin extra mon_0.99.2-8.dsc
 1aa56dd2996bfaa68801ecd6dd39adca 16992 admin extra mon_0.99.2-8.diff.gz
 2ec37c4b55ef66cee05ab81ec100f3c1 177336 admin extra mon_0.99.2-8_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iEYEARECAAYFAkJEzRsACgkQ6QESpysFtzoWDQCgpPtrCqjd0ht58x0ZausC2ipc
GlMAmwRIBdZXfr+B0h9f6SYuZPOAs2Hz
=Uzf+
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to