Your message dated Mon, 18 Jul 2005 16:17:21 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#305870: fixed in backupninja 0.7-1 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; 22 Apr 2005 16:23:18 +0000 >From [EMAIL PROTECTED] Fri Apr 22 09:23:18 2005 Return-path: <[EMAIL PROTECTED]> Received: from eol.lvk.cs.msu.su [158.250.17.73] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DP0w2-0001Yr-00; Fri, 22 Apr 2005 09:23:18 -0700 Received: by eol.lvk.cs.msu.su (Postfix, from userid 0) id E2A8115C7; Fri, 22 Apr 2005 20:23:14 +0400 (MSD) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alexander Gerasiov <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: The way mysql plugin uses to hide password isn't clean X-Mailer: reportbug 3.8 Date: Fri, 22 Apr 2005 20:23:14 +0400 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: backupninja Version: 0.5-1 Severity: minor Hello there, it's me again. I looked through mysql plugin code and found the following: # create .my.cnf # (we do this because we don't want to have to specify the password on # the command line # because then anyone would be able to see it with a 'ps aux'. instead, # we create a # temporary ~/.my.cnf in root's home directory). etc. But this trick is dirty a bit. I think that you should use --defaults-file= instead. E.g. mysqldump --defaults-file=/etc/mysql/debian.cnf -A works fine :) (btw, this file is default for debian's mysql install, and it will give you ALL PERMISSIONS to *.*) Best regards, Alexaner. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (620, 'testing'), (600, 'unstable'), (550, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.10-1-686 Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R) Versions of packages backupninja depends on: ii gawk 1:3.1.4-2 GNU awk, a pattern scanning and pr ii mawk 1.3.3-11 a pattern scanning and text proces -- no debconf information --------------------------------------- Received: (at 305870-close) by bugs.debian.org; 18 Jul 2005 20:24:07 +0000 >From [EMAIL PROTECTED] Mon Jul 18 13:24:07 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1Duc9n-0002z9-00; Mon, 18 Jul 2005 13:24:07 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1Duc3F-0004Sm-00; Mon, 18 Jul 2005 16:17:21 -0400 From: Micah Anderson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#305870: fixed in backupninja 0.7-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Mon, 18 Jul 2005 16:17:21 -0400 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-Level: 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 Source: backupninja Source-Version: 0.7-1 We believe that the bug you reported is fixed in the latest version of backupninja, which is due to be installed in the Debian FTP archive: backupninja_0.7-1.diff.gz to pool/main/b/backupninja/backupninja_0.7-1.diff.gz backupninja_0.7-1.dsc to pool/main/b/backupninja/backupninja_0.7-1.dsc backupninja_0.7-1_all.deb to pool/main/b/backupninja/backupninja_0.7-1_all.deb backupninja_0.7.orig.tar.gz to pool/main/b/backupninja/backupninja_0.7.orig.tar.gz 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. Micah Anderson <[EMAIL PROTECTED]> (supplier of updated backupninja 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, 3 Jun 2005 17:34:48 -0500 Source: backupninja Binary: backupninja Architecture: source all Version: 0.7-1 Distribution: unstable Urgency: low Maintainer: Micah Anderson <[EMAIL PROTECTED]> Changed-By: Micah Anderson <[EMAIL PROTECTED]> Description: backupninja - lightweight, extensible meta-backup system Closes: 305870 310437 317356 Changes: backupninja (0.7-1) unstable; urgency=low . * New upstream release: . vserver support added to handlers . handlers can now be disabled by changing their name to have .disabled . duplicity handler improved . trac handler added (Closes: #310437) . makecd DVD/CD burner handler added (Closes: #317356) . mysql handler updated . ninjahelper curses 'wizard' added to aid in setting up configs . logfile output improved . configfile option added to mysql handler (Closes: #305870) * Added makecd, duplicity and svn handler to examples * Added suggests on mkisofs, cdrecord, dvd+rw-tools for makecd handler * Updated Standards-Version to 3.6.2 * Added dialog to debian/control Depends for ninjahelper Files: 54b1852c7d53b8b9a6e55bfa375556a9 570 admin optional backupninja_0.7-1.dsc 52bc254bc0412113036a060255dc6c70 76029 admin optional backupninja_0.7.orig.tar.gz d56d7246ac191c7b01873198a82c3218 7922 admin optional backupninja_0.7-1.diff.gz 8a78c9145b7ceb18823a0315baee3aac 44168 admin optional backupninja_0.7-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC3Anr9n4qXRzy1ioRAjm0AKCZeXvjAE+3+FA98OGkgRSQzEGZvwCfbLjF WtoNn7RBAVMaZEJ4TRszYT4= =RX+h -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]