Your message dated Mon, 25 Jun 2007 14:02:13 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#429589: fixed in mt-st 0.9b-4
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)
--- Begin Message ---
Package: mt-st
Version: 0.9b-3
Severity: minor
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
LTO tape drives (at least some of them) return a density code of 0x44
for LTO-3 tapes. It would be nice if mt would report this rather than
saying "no translation".
A trivial patch to implement this is attached.
Documentation from Quantum (formerly Centance) listing the 0x44 code is
at <http://downloads.quantum.com/sdlt320/6464215011.pdf>, page 27.
- -- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.18-4-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages mt-st depends on:
ii libc6 2.5-9+b1 GNU C Library: Shared libraries
mt-st recommends no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGdvb0rbXc6n5AevkRAk/NAJ91S2N4Pp+kPt3YtN8BMsw0J7kQ5wCfcq6D
N9XuW8cfIwt3VwQo2gFWW+k=
=Y6YG
-----END PGP SIGNATURE-----
--- mt.c.orig 2005-08-21 14:48:06.000000000 -0400
+++ mt.c 2007-06-18 17:14:12.733403584 -0400
@@ -216,6 +216,7 @@
{0x40, "DLT1 40 GB, or Ultrium"},
{0x41, "DLT 40GB, or Ultrium2"},
{0x42, "LTO-2"},
+ {0x44, "LTO-3"},
{0x45, "QIC-3095-MC (TR-4)"},
{0x47, "TR-5"},
{0x80, "DLT 15GB uncomp. or Ecrix"},
--- End Message ---
--- Begin Message ---
Source: mt-st
Source-Version: 0.9b-4
We believe that the bug you reported is fixed in the latest version of
mt-st, which is due to be installed in the Debian FTP archive:
mt-st_0.9b-4.diff.gz
to pool/main/m/mt-st/mt-st_0.9b-4.diff.gz
mt-st_0.9b-4.dsc
to pool/main/m/mt-st/mt-st_0.9b-4.dsc
mt-st_0.9b-4_sparc.deb
to pool/main/m/mt-st/mt-st_0.9b-4_sparc.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.
Jan Christoph Nordholz <[EMAIL PROTECTED]> (supplier of updated mt-st 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, 15 Jun 2007 10:48:05 +0200
Source: mt-st
Binary: mt-st
Architecture: source sparc
Version: 0.9b-4
Distribution: unstable
Urgency: medium
Maintainer: Jan Christoph Nordholz <[EMAIL PROTECTED]>
Changed-By: Jan Christoph Nordholz <[EMAIL PROTECTED]>
Description:
mt-st - Linux SCSI tape driver aware magnetic tape control (aka mt)
Closes: 428948 429589
Changes:
mt-st (0.9b-4) unstable; urgency=medium
.
* Fix #include statements to accommodate the linux-kernel-headers /
linux-libc-dev transition. This closes an FTBFS bug, so raised urgency.
Closes: #428948. Thanks to Lucas Nussbaum.
* Add density code for LTO-3 drives. Closes: #429589. Thanks to Mike
Castleman.
* Add LSB header to initscript.
Files:
b5c0116f1a17c30ca7984311708278fd 587 admin extra mt-st_0.9b-4.dsc
4c4ed002174efa1ecd81fe282b1b42e2 8889 admin extra mt-st_0.9b-4.diff.gz
286fdee754302dc31738f51015780b72 30934 admin extra mt-st_0.9b-4_sparc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD4DBQFGf8i30fhX0Y/ocz0RAhZLAJ91Sj+02e5AR0HcpeptGw/xYWY0/ACY2oCc
pOnLSHt9eys34tpWcU5hEQ==
=Eroo
-----END PGP SIGNATURE-----
--- End Message ---