Bug 23091

Summary: unable to fixate a disk with burncd
Product: Base System Reporter: Riccardo Torrini <riccardo>
Component: miscAssignee: Søren Schmidt <sos>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description Riccardo Torrini 2000-11-25 17:50:01 UTC
I am unable to fix a cd image with burn cd.  Tryed at 4x, 2x and 1x
but after successfull writing (100%) burncd refuse to close disk.

Fix: 

Closing disk with another software under another OS (win*) works :-(
How-To-Repeat: # burncd -f /dev/acd0c -s 2 -e data 4.2-install.iso fixate
next writeable LBA 0
writing from file 4.2-install.iso size 652450 KB
written this track 652450 KB (100%) total 652450 KB
fixating CD, please wait..
burncd: ioctl(CDRIOCCLOSEDISK): Input/output error
# burncd -f /dev/acd0c -s 2 -e fixate
fixating CD, please wait..
burncd: ioctl(CDRIOCCLOSEDISK): Input/output error

-----[ dmesg | tail ]-----
acd0: READ_TOC - ILLEGAL REQUEST asc=24 ascq=00 error=00
acd0: CLOSE_TRACK/SESSION - ILLEGAL REQUEST asc=30 ascq=09 error=00
acd0: CLOSE_TRACK/SESSION - ILLEGAL REQUEST asc=30 ascq=09 error=00
Comment 1 deana 2001-04-05 10:27:18 UTC
Same thing with

4.2-STABLE and
FreeBSD freecris.bmm.it 4.3-RC FreeBSD 4.3-RC #6: Wed Apr  4 19:09:03

acd1: CD-RW <Hewlett-Packard CD-Writer Plus 9100> at ata1-slave using UDMA33

You can get the same error with:

su-2.03# burncd -f /dev/acd1c msinfo
burncd: ioctl(CDIOREADTOCENTRY): Input/output error

Cristiano Deana
Comment 2 Søren Schmidt freebsd_committer freebsd_triage 2001-04-05 15:35:03 UTC
State Changed
From-To: open->analyzed



Hmm, the 30/09 sense is "current session not fixated for append" 
which doesn't make much sense. 
The only thing I can think of is that the media cannot hold 
that big an image, could you try burn an image that is 
sufficiently small to be garatied to fit  the media ?
Comment 3 Kris Kennaway freebsd_committer freebsd_triage 2001-05-25 11:25:40 UTC
Responsible Changed
From-To: freebsd-bugs->sos

sos is Mr ata
Comment 4 Thomas Quinot 2001-05-26 12:25:23 UTC
Same problem here (unable to fixate CD-audio discs (I have not had an occasion

to try with data CDs)

# uname -a

FreeBSD melusine.cuivre.fr.eu.org 4.3-STABLE FreeBSD 4.3-STABLE #2: Tue May  1 20:28:53 CEST 2001     thomas@melusine.cuivre.fr.eu.org:/usr/obj/usr/src/sys/MELUSINE  i386

Burner is a SCSI HP SureStore 6020 and reports as:

cd0: <IMS CDD2000/00 1.26> Removable CD-ROM SCSI-2 device

Used to work correctly with 4.1.1-REL.

--
    Thomas.Quinot@Cuivre.FR.EU.ORG
Comment 5 Søren Schmidt freebsd_committer freebsd_triage 2001-05-30 08:30:59 UTC
State Changed
From-To: analyzed->closed

Fixed in -current, MFC will follow..