Bug 19841

Summary: cannot read cd: medium type error
Product: [Retired] Red Hat Powertools Reporter: j. alan eldridge <alane>
Component: cdda2wavAssignee: Crutcher Dunnavant <crutcher>
Status: CLOSED RAWHIDE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-10-26 12:10:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
patch against cdrtools-1.10a4 none

Description j. alan eldridge 2000-10-26 02:45:55 UTC
cdda2wav does not open an ATAPI cdrom with O_NONBLK. the 2.2 kernel code
requires this flag or else a medium type error results, along with a syslog
error stating that the device must be opened non-blocking.

Comment 1 j. alan eldridge 2000-10-26 02:48:01 UTC
Created attachment 4673 [details]
patch against cdrtools-1.10a4

Comment 2 j. alan eldridge 2000-10-26 02:51:50 UTC
this patch works by unifying the ifdefs used to identify a linux system. gcc
supplies the identifier "linux"; the patch changes all conditional compilation
tests to test against this identifier.

the 1.10a4 release is available from:

ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/cdrtools-1.10a4.tar.gz

i will submit a patch against the source used in RH7 within a day or two.

Comment 3 Crutcher Dunnavant 2001-06-26 04:15:17 UTC
ok