Bug 452228

Summary: dvdrecord goes nuts
Product: [Fedora] Fedora Reporter: Gary Thomas <gary>
Component: cdrkitAssignee: Roman Rakus <rrakus>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: tsmetana
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-23 10:30:59 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:

Description Gary Thomas 2008-06-20 12:19:42 UTC
Description of problem:

Give dvdrecord a device specifier it can't handle and it goes into
an infinite loop, spewing messages...

I had to go to another console to just break out...

Version-Release number of selected component (if applicable):

 cdrkit-1.1.6-6.fc8.src.rpm

How reproducible:


Steps to Reproduce:
1. dvdrecord -scanbus
2. dvdrecord dev=XXX ...
3.
  
Actual results:

# dvdrecord -scanbus
scsibus4:
        4,0,0   400) 'LITE-ON ' 'DVDRW LDW-811S  ' 'HS0E' Removable CD-ROM
        4,1,0   401) 'LITEON  ' 'DVD-ROM LTD163  ' 'GH5E' Removable CD-ROM
        4,2,0   402) *
        4,3,0   403) *
        4,4,0   404) *
        4,5,0   405) *
        4,6,0   406) *
        4,7,0   407) *
# dvdrecord dev=4,0,0 /tmp/file.iso
  ...
 this SCSI ID. Trying to map to old ATA syntax.This workaround will disappear in
the near future. Fix your configuration.Unable to open this SCSI ID. Trying to
map to old ATA syntax.This workaround will disappear in the near future. Fix
your configuration.Unable to open this SCSI ID. Trying to map to old ATA
syntax.This workaround will disappear in the near future. Fix your
configuration.Unable to open this SCSI ID. Trying to map to old ATA syntax.This
workaround will disappear in the near future. Fix your configuration.Unable to
open this SCSI ID. Trying to map to old ATA syntax.This workaround will
disappear in the near future. Fix your configuration.Unable to open this SCSI
ID. Trying to map to old ATA syntax.This workaround will disappear in the near
future. Fix your configuration.Unable to open this SCSI ID. Trying to map to old
ATA syntax.This workaround will disappear in the near future. Fix your
configuration.Unable to open this SCSI ID. Trying t
 ...

Expected results:


Additional info:

Comment 1 Roman Rakus 2008-06-23 10:23:46 UTC
Better way is through "dvdrecord --devices":
dvdrecord: Overview of accessible drives (2 found) :
-------------------------------------------------------------------------
 0  dev='/dev/scd0'     rwrw-- : 'TSSTcorp' 'CDRWDVD TS-H492C'
 1  dev='/dev/scd1'     rwrw-- : 'HL-DT-ST' 'DVDRAM GSA-E40L'
-------------------------------------------------------------------------

"dvdrecord dev=/dev/scd1 /tmp/file.iso"

and burn begins.
Also using SCSI address works in rawhide (cdrkit-1.1.8-1.fc10)

Comment 2 Roman Rakus 2008-06-23 10:30:59 UTC

*** This bug has been marked as a duplicate of 429386 ***