Your message dated Thu, 24 Mar 2005 14:02:28 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#300717: fixed in backupninja 0.4.4-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; 21 Mar 2005 11:51:48 +0000
>From [EMAIL PROTECTED] Mon Mar 21 03:51:48 2005
Return-path: <[EMAIL PROTECTED]>
Received: from correo4.acens.net [217.116.0.38]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DDLRj-0008Hb-00; Mon, 21 Mar 2005 03:51:47 -0800
Received: (qmail 25734 invoked from network); 21 Mar 2005 11:51:15 -0000
Received: from unknown (HELO [10.4.0.223]) ([217.116.1.71])
(envelope-sender <[EMAIL PROTECTED]>)
by correo4.acens.net (qmail-ldap-1.03) with SMTP
for <[EMAIL PROTECTED]>; 21 Mar 2005 11:51:15 -0000
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 21 Mar 2005 12:51:13 +0100
From: ragon <[EMAIL PROTECTED]>
User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: backupninja: script fail with more than one user named root*
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
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.4.2-4
I have two users named root and roott. Backupninja fails with this message:
Info: running /etc/backup.d/example.mysql because of --now
/usr/sbin/backupninja: line 31: [: /root: binary operator expected
Fatal: Can't find root's home directory (/root
/root).
Debug: send report to root
FIX:
edit share/backupninja/mysql and sustitude line 31
< home=`grep '^root' /etc/passwd | awk -F: '{print $6}'`
> home=`grep '^root:' /etc/passwd | awk -F: '{print $6}'`
---------------------------------------
Received: (at 300717-close) by bugs.debian.org; 24 Mar 2005 19:09:12 +0000
>From [EMAIL PROTECTED] Thu Mar 24 11:09:12 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 1DEXhg-00051g-00; Thu, 24 Mar 2005 11:09:12 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DEXbA-0007rz-00; Thu, 24 Mar 2005 14:02:28 -0500
From: Micah Anderson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#300717: fixed in backupninja 0.4.4-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 24 Mar 2005 14:02:28 -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:
X-CrossAssassin-Score: 2
Source: backupninja
Source-Version: 0.4.4-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.4.4-1.diff.gz
to pool/main/b/backupninja/backupninja_0.4.4-1.diff.gz
backupninja_0.4.4-1.dsc
to pool/main/b/backupninja/backupninja_0.4.4-1.dsc
backupninja_0.4.4-1_all.deb
to pool/main/b/backupninja/backupninja_0.4.4-1_all.deb
backupninja_0.4.4.orig.tar.gz
to pool/main/b/backupninja/backupninja_0.4.4.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: Tue, 15 Mar 2005 00:54:12 -0600
Source: backupninja
Binary: backupninja
Architecture: source all
Version: 0.4.4-1
Distribution: unstable
Urgency: low
Maintainer: Micah Anderson <[EMAIL PROTECTED]>
Changed-By: Micah Anderson <[EMAIL PROTECTED]>
Description:
backupninja - lightweight, extensible meta-backup system
Closes: 285939 297091 300717
Changes:
backupninja (0.4.4-1) unstable; urgency=low
.
* New upstream release:
. Fixes pathing problem causing sfdisk not to be found (Closes: #297091)
. Adds some new experimental handlers and options to existing handlers
. Fixes the terminal escape sequences bug by adding a configuration option
to turn these off (Closes: #285939)
* Added Suggests on hwinfo
* Changed copyright to reflect upstream svn repo path change and
new address
* Added patch to fix duplicate root problem with the mysql
handler (Closes: #300717)
* Added patch to fix svn handler always reporting a failure
Files:
d04d425d6e81b45d29ce3feaba665c06 578 admin optional backupninja_0.4.4-1.dsc
eb4dedeeb986d34f6cc9f838870e32ed 24251 admin optional
backupninja_0.4.4.orig.tar.gz
b7a748a39923c6286d229ea2a328f9e7 7606 admin optional
backupninja_0.4.4-1.diff.gz
e993cb20726a277532bc0f5d5a97352a 28828 admin optional
backupninja_0.4.4-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCQwwZ9n4qXRzy1ioRAi7rAJ9sVbDIWqiWFteSJgVIxlqSsAZ2xACeLUoT
Ka36dChQksA1D9ltPo4AmSQ=
=3+bT
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]