Your message dated Sat, 03 Dec 2005 18:32:06 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#271563: fixed in cdrtools 4:2.01+01a03-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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Sep 2004 19:33:37 +0000
>From [EMAIL PROTECTED] Mon Sep 13 12:33:37 2004
Return-path: <[EMAIL PROTECTED]>
Received: from smtp2.rz.uni-karlsruhe.de [129.13.185.218]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1C6wa1-0007Fl-00; Mon, 13 Sep 2004 12:33:37 -0700
Received: from nce2.hadiko.de (hadince2.hadiko.uni-karlsruhe.de [172.20.32.2])
by smtp2.rz.uni-karlsruhe.de with esmtp (Exim 4.34 #1)
id 1C6wZz-0004XD-Oz; Mon, 13 Sep 2004 21:33:35 +0200
Received: from h111.hadiko.de ([EMAIL PROTECTED] [172.20.43.26])
by nce2.hadiko.de (8.12.3/8.12.3/Debian-6.6) with ESMTP id
i8DJXZ76011083
for <[EMAIL PROTECTED]>; Mon, 13 Sep 2004 21:33:35 +0200
Received: from critel by h111.hadiko.de with local (Exim 3.35 #1 (Debian))
id 1C6wZz-0003uM-00
for <[EMAIL PROTECTED]>; Mon, 13 Sep 2004 21:33:35 +0200
Date: Mon, 13 Sep 2004 21:33:35 +0200
From: Christoph Heine <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cdrecord: readcd -c2scan not working with Linux 2.6.8-rc4 or later
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.3.28i
X-Scan-Signature: 5d7b060d07379b0331c91afff57c5254
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: cdrecord
Version: 4:2.0+a38-1
Severity: normal
Without ide-scsi, the command "readcd dev=ATA:1,1,0 -c2scan" (executed
as root) shows a lot of C2 errors:
C2 errors total: 172300868 bytes in 172643 sectors on disk
C2 errors rate: 22.549966%
C2 errors on worst sector: 1999, sectors with 100+ C2 errors: 172585
With ide-scsi, readcd dev=0,0,0 -c2scan reports no C2 errors. The drive
is a Plextor PX-W1210A with firmware 1.10.
The Problem showed up in 2.6.8-rc4 with this patch from Jens Axboe:
http://linux.bkbits.net:8080/linux-2.5/diffs/drivers/block/[EMAIL
PROTECTED]|src/|src/drivers|src/drivers/block|hist/drivers/block/scsi_ioctl.c
--- 1.48/drivers/block/scsi_ioctl.c 2004-09-11 10:51:59 -07:00
+++ 1.49/drivers/block/scsi_ioctl.c 2004-09-11 10:51:59 -07:00
@@ -90,7 +90,7 @@
if (size < 0)
return -EINVAL;
if (size > (q->max_sectors << 9))
- return -EINVAL;
+ size = q->max_sectors << 9;
q->sg_reserved_size = size;
return 0;
After reversing this patch, everything works as expected.
I've already posted this to [email protected] and got a reply
from Jörg Schilling that my kernel is defective. So I reported this to
Jens Axboe and he replied that readcd is broken, because the behaviour
of the block layer and the sg driver is now the same.
Have fun,
Christoph
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1
Locale: LANG=C, [EMAIL PROTECTED]
Versions of packages cdrecord depends on:
ii debconf 1.4.34 Debian configuration management sy
ii libc6 2.3.2.ds1-16 GNU C Library: Shared libraries an
ii makedev 2.3.1-75 Creates device files in /dev
-- debconf information excluded
---------------------------------------
Received: (at 271563-close) by bugs.debian.org; 4 Dec 2005 02:41:09 +0000
>From [EMAIL PROTECTED] Sat Dec 03 18:41:09 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1Eijfa-0004p7-Id; Sat, 03 Dec 2005 18:32:06 -0800
From: Steve McIntyre <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#271563: fixed in cdrtools 4:2.01+01a03-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 03 Dec 2005 18:32:06 -0800
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: 2
Source: cdrtools
Source-Version: 4:2.01+01a03-4
We believe that the bug you reported is fixed in the latest version of
cdrtools, which is due to be installed in the Debian FTP archive:
cdda2wav_2.01+01a03-4_i386.deb
to pool/main/c/cdrtools/cdda2wav_2.01+01a03-4_i386.deb
cdrecord_2.01+01a03-4_i386.deb
to pool/main/c/cdrtools/cdrecord_2.01+01a03-4_i386.deb
cdrtools-doc_2.01+01a03-4_all.deb
to pool/main/c/cdrtools/cdrtools-doc_2.01+01a03-4_all.deb
cdrtools_2.01+01a03-4.diff.gz
to pool/main/c/cdrtools/cdrtools_2.01+01a03-4.diff.gz
cdrtools_2.01+01a03-4.dsc
to pool/main/c/cdrtools/cdrtools_2.01+01a03-4.dsc
mkisofs_2.01+01a03-4_i386.deb
to pool/main/c/cdrtools/mkisofs_2.01+01a03-4_i386.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.
Steve McIntyre <[EMAIL PROTECTED]> (supplier of updated cdrtools 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: Sun, 4 Dec 2005 01:53:23 +0000
Source: cdrtools
Binary: cdrtools-doc cdda2wav mkisofs cdrecord
Architecture: source all i386
Version: 4:2.01+01a03-4
Distribution: unstable
Urgency: low
Maintainer: Steve McIntyre <[EMAIL PROTECTED]>
Changed-By: Steve McIntyre <[EMAIL PROTECTED]>
Description:
cdda2wav - Creates WAV files from audio CDs
cdrecord - command line CD writing tool
cdrtools-doc - Documentation for the cdrtools package-suite
mkisofs - Creates ISO-9660 CD-ROM filesystem images
Closes: 230652 237519 259344 268621 271563 273663 322597 331772 340342
Changes:
cdrtools (4:2.01+01a03-4) unstable; urgency=low
.
* Updated debconf dependency to allow debconf-2.0 option.
Closes: #331772
* Updated Linux RAWIO patch so it doesn't break GNU/kFreeBSD
builds, and added a separate GNU/kFreeBSD patch. Thanks to
Robert Millan for the patches. Closes: #322597
* Typo/spelling fixes in the cdda2wav man page. Closes: #340342. Thanks
to A Costa for the patch.
* Fixed a variety of other typos / spelling mistakes.
Closes: #230652, #237519
* Made the buffer size patch more generic, so programs other than
cdrecord should fall back to smaller buffer sizes too if
necessary. Closes: #271563
* In cdda2wav, attempt to use generic SCSI commands regardless of the
device name. Only fall back to cooked_ioctl if that fails.
Closes: #268621
* Removed the obnoxious delay from the Makefiles when using GNU
make. Closes: #273663
* Added support into mkisofs for creating bootable CDs for 4 extra
architectures (alpha, hppa, mips and mipsel) - first half of the
"JTE" patch. Thanks to Ben Hutchings for help merging this.
* Added Jigdo Template Export (JTE) patch, as used by the debian-cd
team to make jigdo creation _much_ quicker. Closes: #259344
Files:
824b6df4f022bdae0b0eb495e099b022 807 otherosfs optional
cdrtools_2.01+01a03-4.dsc
89a10b4e4bc20d764e16245f8a03b308 156990 otherosfs optional
cdrtools_2.01+01a03-4.diff.gz
7cd8cf72bdd3b124e9fe13ae7d481d37 223258 doc optional
cdrtools-doc_2.01+01a03-4_all.deb
e46a10fa96f54a2fae8767641f7b2df5 570364 otherosfs optional
cdrecord_2.01+01a03-4_i386.deb
9dc3c08cde68aca0560c79503bb74ed5 531146 otherosfs optional
mkisofs_2.01+01a03-4_i386.deb
666b6ebaf15642212ada20eb92e1adfe 156400 sound optional
cdda2wav_2.01+01a03-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDklK6fDt5cIjHwfcRAtnrAJ4sIsMMmHTKCxe0R5eZtC/sZFFLZgCfTx/P
/97n8Ax0xZYaU7akfwqVL2I=
=ZNBS
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]