Your message dated Tue, 21 Jun 2005 09:02:10 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#263760: fixed in cdrw-taper 0.3-5
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; 5 Aug 2004 16:22:15 +0000
>From [EMAIL PROTECTED] Thu Aug 05 09:22:15 2004
Return-path: <[EMAIL PROTECTED]>
Received: from nl-ams-slo-l4-01-pip-3.chellonetwork.com
(amsfep12-int.chello.nl) [213.46.243.17]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Bsl0Q-0001Kg-00; Thu, 05 Aug 2004 09:22:15 -0700
Received: from anakin.of.borg ([62.205.101.209]) by amsfep12-int.chello.nl
(InterMail vM.6.00.05.02 201-2115-109-103-20031105) with ESMTP
id <[EMAIL PROTECTED]>;
Thu, 5 Aug 2004 18:21:43 +0200
Received: from anakin.of.borg ([EMAIL PROTECTED] [127.0.0.1])
by anakin.of.borg (8.12.11/8.12.11/Debian-5) with ESMTP id
i75GLbxv027037;
Thu, 5 Aug 2004 18:21:37 +0200
Received: from localhost ([EMAIL PROTECTED])
by anakin.of.borg (8.12.11/8.12.11/Debian-5) with ESMTP id
i75GLaDb027034;
Thu, 5 Aug 2004 18:21:37 +0200
X-Authentication-Warning: anakin.of.borg: geert owned process doing -bs
Date: Thu, 5 Aug 2004 18:21:36 +0200 (CEST)
From: Geert Uytterhoeven <[EMAIL PROTECTED]>
Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc: Geert Uytterhoeven <[EMAIL PROTECTED]>
Subject: cdrw-taper: syntax error in /etc/cdrw-taper.conf
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(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_2004_03_25
X-Spam-Level:
Package: cdrw-taper
Version: 0.3-4
The default /etc/cdrw-taper.conf configuration file supplied with
cdrw-taper contains a syntax error, causing Amanda to fail with the
following (not very informational) error message:
| *** THE DUMPS DID NOT FINISH PROPERLY!
|
| The next tape Amanda expects to use is: a new tape.
| The next new tape already labelled is: DAILY01.
|
| FAILURE AND STRANGE DUMP SUMMARY:
| driver: FATAL reading result from taper: Connection reset by peer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| anakin sda5 RESULTS MISSING
Fortunately, /var/log/amanda/DailySet1/amdump.1 showed the real reason:
| Scalar found where operator expected at /etc/cdrw-taper.conf line 25, near
"$BLOCKSIZE"
| (Missing semicolon on previous line?)
| syntax error at /etc/cdrw-taper.conf line 25, near "$BLOCKSIZE "
| Compilation failed in require at /usr/lib/amanda//taperlib.pm line 14.
| Compilation failed in require at /usr/lib/amanda/taper line 30.
Adding the missing semicolon on line 22 made the problem go away:
--- /etc/cdrw-taper.conf.orig 2004-01-04 22:00:34.000000000 +0100
+++ /etc/cdrw-taper.conf 2004-08-05 18:09:12.000000000 +0200
@@ -19,7 +19,7 @@
# Regexp for CD-RW devices
#$CD_DEVICE_RE = "/dev/s(cd|g)\\d+:?.*";
# For devfs
-$CD_DEVICE_RE =
"^/dev/(ide|scsi)/host\\d/bus\\d/target\\d/lun\\d/(cd|generic):"
+$CD_DEVICE_RE =
"^/dev/(ide|scsi)/host\\d/bus\\d/target\\d/lun\\d/(cd|generic):";
# Blocksize of output media in bytes (2k for CD-RW)
$BLOCKSIZE = 2048;
IMHO, this error is a showstopper. It shows up when using Amanda while
cdrw-taper is installed, even when cdrw-taper is not used.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED]
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
---------------------------------------
Received: (at 263760-close) by bugs.debian.org; 21 Jun 2005 13:08:02 +0000
>From [EMAIL PROTECTED] Tue Jun 21 06:08:02 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 1DkiTy-0007jx-00; Tue, 21 Jun 2005 06:08:02 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DkiOI-0001e9-00; Tue, 21 Jun 2005 09:02:10 -0400
From: Mattias Nordstrom <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#263760: fixed in cdrw-taper 0.3-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 21 Jun 2005 09:02:10 -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-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: 3
Source: cdrw-taper
Source-Version: 0.3-5
We believe that the bug you reported is fixed in the latest version of
cdrw-taper, which is due to be installed in the Debian FTP archive:
cdrw-taper_0.3-5.diff.gz
to pool/main/c/cdrw-taper/cdrw-taper_0.3-5.diff.gz
cdrw-taper_0.3-5.dsc
to pool/main/c/cdrw-taper/cdrw-taper_0.3-5.dsc
cdrw-taper_0.3-5_all.deb
to pool/main/c/cdrw-taper/cdrw-taper_0.3-5_all.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.
Mattias Nordstrom <[EMAIL PROTECTED]> (supplier of updated cdrw-taper 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: Mon, 20 Jun 2005 21:44:28 +0300
Source: cdrw-taper
Binary: cdrw-taper
Architecture: source all
Version: 0.3-5
Distribution: unstable
Urgency: low
Maintainer: Mattias Nordstrom <[EMAIL PROTECTED]>
Changed-By: Mattias Nordstrom <[EMAIL PROTECTED]>
Description:
cdrw-taper - taper replacement for amanda to support backups to CD-RW or DVD+R
Closes: 226159 258499 263760 293658
Changes:
cdrw-taper (0.3-5) unstable; urgency=low
.
* New maintainer (closes: #293658)
* Set amanda.conf defaults in taperlib.pm (closes: #258499)
* Set cdrw-taper.conf defaults in taperlib.pm (closes: #226159)
* Removed license information from the description (as per Debian Policy).
* Wrote a manpage for amlabel-cdrw.
* Acknowledge NMU (closes: #263760)
Files:
ee9b3f20e4904782ea43f3fce539648f 654 utils optional cdrw-taper_0.3-5.dsc
8d6bd3cb2a2688e4618806635c5969a1 8782 utils optional cdrw-taper_0.3-5.diff.gz
023b81a1bc63e7a269f088fcc716d51b 23062 utils optional cdrw-taper_0.3-5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCuA8VhTADrt6Jx1wRAlorAJ9iuQ7DmNumuSlubO4Z0fDxaR4QNgCg49Ai
lZBbn6hnmHO9SgBDZYNddWY=
=Nxb3
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]