Your message dated Wed, 02 Nov 2005 14:32:14 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#324014: fixed in backup-manager 0.5.9a-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; 19 Aug 2005 19:30:18 +0000
>From [EMAIL PROTECTED] Fri Aug 19 12:30:18 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail23.atl.registeredsite.com [216.247.37.43]
([U2FsdGVkX1+FsWDpkR/LdL3sUuNa+f/gJpuEoDjPgwQ=])
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E6CZG-00012A-00; Fri, 19 Aug 2005 12:30:18 -0700
Received: from imta01a2.registeredsite.com (imta01a2.registeredsite.com
[64.225.255.10])
by mail23.atl.registeredsite.com (8.12.11/8.12.11) with ESMTP id
j7JJUm0C005144
for <[EMAIL PROTECTED]>; Fri, 19 Aug 2005 15:30:47 -0400
Received: from [192.168.2.56] ([69.212.231.222])
by imta01a2.registeredsite.com with ESMTP
id <[EMAIL PROTECTED]>
for <[EMAIL PROTECTED]>; Fri, 19 Aug 2005 15:30:15 -0400
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 19 Aug 2005 15:30:28 -0400
From: Scott Wolchok <[EMAIL PROTECTED]>
User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: backup-manager: Creates md5 files incompatible with md5sum(1)
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-Level:
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
Package: backup-manager
Version: 0.5.7-1
Severity: normal
When generating md5 files as part of a normal run (just type
backup-manager as root), the generated files have only one space between
the hash and the filename, whereas md5sum(1) uses two spaces. This
results in md5sum(1) not accepting the generated files, which makes them
significantly less useful. A patch to fix this problem follows.
--- actions.sh.bak 2005-08-19 14:59:49.874956239 -0400
+++ actions.sh 2005-08-19 15:01:05.379863025 -0400
@@ -216,7 +216,7 @@
base=$(basename $file_to_create)
md5hash=$(get_md5sum $file_to_create)
info "${md5hash})"
- echo "$md5hash $base" >>
$BM_ARCHIVES_REPOSITORY/${BM_ARCHIVES_PREFIX}-${TODAY}.md5
+ echo "$md5hash $base" >>
$BM_ARCHIVES_REPOSITORY/${BM_ARCHIVES_PREFIX}-${TODAY}.md5
else
warning "File \$file_to_create already exists, skipping."
fi
--- md5sum.sh.bak 2005-08-19 14:50:46.602672296 -0400
+++ md5sum.sh 2005-08-19 14:53:16.703853448 -0400
@@ -61,7 +61,8 @@
if [ -f $archive ]; then
hash=$(get_md5sum $archive)
base=$(basename $archive)
- echo "$hash $base" >> $md5file
+ echo "$hash $base" >> $md5file
+ echo "Debug!"
else
warning "Archive given does not exists in the repository:
\$archive"
fi
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages backup-manager depends on:
ii debconf 1.4.30.13 Debian configuration
management sy
ii gzip 1.3.5-10 The GNU compression utility
-- debconf information:
backup-manager/upload-key:
* backup-manager/name-format: long
backup-manager/burning-device: /dev/cdrom
backup-manager/upload-hosts:
backup-manager/upload-dir: /var/archives/uploads
backup-manager/upload-user-ftp:
* backup-manager/cron_frequency: daily
* backup-manager/directories: /etc /usr/local/cvs
* backup-manager/blacklist: /var/archives
* backup-manager/filetype: tar.bz2
* backup-manager/time-to-live: 7
backup-manager/burning-maxsize: 650
* backup-manager/backup-repository: /mnt/backup
backup-manager/burning-method: CDRW
backup-manager/upload-user-scp-warning:
backup-manager/transfert_mode: scp
* backup-manager/burning-enabled: false
* backup-manager/dump_symlinks: false
backup-manager/upload-user-scp: bmngr
backup-manager/cron_remove_deprecated: false
* backup-manager/want_to_upload: false
---------------------------------------
Received: (at 324014-close) by bugs.debian.org; 2 Nov 2005 22:37:32 +0000
>From [EMAIL PROTECTED] Wed Nov 02 14:37:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EXR9S-0005aT-00; Wed, 02 Nov 2005 14:32:14 -0800
From: Alexis Sukrieh <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#324014: fixed in backup-manager 0.5.9a-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 02 Nov 2005 14:32:14 -0800
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
X-CrossAssassin-Score: 6
Source: backup-manager
Source-Version: 0.5.9a-1
We believe that the bug you reported is fixed in the latest version of
backup-manager, which is due to be installed in the Debian FTP archive:
backup-manager_0.5.9a-1.diff.gz
to pool/main/b/backup-manager/backup-manager_0.5.9a-1.diff.gz
backup-manager_0.5.9a-1.dsc
to pool/main/b/backup-manager/backup-manager_0.5.9a-1.dsc
backup-manager_0.5.9a-1_all.deb
to pool/main/b/backup-manager/backup-manager_0.5.9a-1_all.deb
backup-manager_0.5.9a.orig.tar.gz
to pool/main/b/backup-manager/backup-manager_0.5.9a.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.
Alexis Sukrieh <[EMAIL PROTECTED]> (supplier of updated backup-manager 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, 14 Oct 2005 11:16:52 +0200
Source: backup-manager
Binary: backup-manager
Architecture: source all
Version: 0.5.9a-1
Distribution: unstable
Urgency: low
Maintainer: Alexis Sukrieh <[EMAIL PROTECTED]>
Changed-By: Alexis Sukrieh <[EMAIL PROTECTED]>
Description:
backup-manager - command-line backup tool
Closes: 317956 318782 319909 324014 325636 327635 331755
Changes:
backup-manager (0.5.9a-1) unstable; urgency=low
.
* New upstream release: error during archive generation are handled
nicely.
(closes: #318782)
* Depends on debconf-2.0 as well.
(closes: #331755)
* New templates in debconf for configuring BM_REPOSITORY_USER and
BM_REPOSITORY_GROUP.
(closes: #317956)
* It's possible to choose "never" in debconf when the CRON frequency is
prompted.
(closes: #325636)
* Updated the postrm script so we use ucf --purge only when ucf is
installed, and we remove manually the conffile /etc/backup-manager.conf as
it's installed by postinst, and then not flagged as a conffile.
(closes: #319909)
* Upstream bug fixed in debian/patches/01_md5sum_fixfor_324014.dpatch:
MD5 files are now readable by md5sum (added two spaces instead of one,
thanks to Scott Wolchok)
(closes: #324014)
* Updates for upstream and debconf l10n:
+ New french po files (closes: #327635).
+ New Czech po files.
+ New Italian debconf po file.
* Added a note in README.Debian about the conffile transition for 0.5.9a and
give a hint about how to upgrade a conffile with the contrib script
`upgrade-conffile.sh'.
Files:
9fd18ab1bc666affe2551393479090cc 620 admin optional backup-manager_0.5.9a-1.dsc
ae8a84c15df12f95f185c76a5b661e3c 48389 admin optional
backup-manager_0.5.9a.orig.tar.gz
0e771fe0618b1625224006db1345771d 41827 admin optional
backup-manager_0.5.9a-1.diff.gz
11e98f07c4de9992872dd19c619a715e 62638 admin optional
backup-manager_0.5.9a-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDaRguhYgK5b1UDsERAl4ZAJ9wee64MYTmHBgymlvjh03e0eduUgCfaEpx
GqxqIPXum2yhfOaTfwfHEjw=
=4XdX
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]