From nobody@FreeBSD.ORG  Sat Nov 25 09:44:12 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id A23B837B4CF; Sat, 25 Nov 2000 09:44:12 -0800 (PST)
Message-Id: <20001125174412.A23B837B4CF@hub.freebsd.org>
Date: Sat, 25 Nov 2000 09:44:12 -0800 (PST)
From: riccardo@torrini.org
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: unable to fixate a disk with burncd 
X-Send-Pr-Version: www-1.0

>Number:         23091
>Category:       misc
>Synopsis:       unable to fixate a disk with burncd
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    sos
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 25 09:50:01 PST 2000
>Closed-Date:    Wed May 30 00:30:59 PDT 2001
>Last-Modified:  Wed May 30 00:31:34 PDT 2001
>Originator:     Riccardo Torrini
>Release:        5.0-CURRENT
>Organization:
>Environment:
FreeBSD trudy.home.torrini.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Nov 11 10:10:54 CET 2000     root@trudy.home.torrini.org:/usr/obj/usr/src/sys/TRUDY  i386

-----[ /var/run/dmesg.boot ]-----
ad0: 6197MB <IBM-DHEA-36480> [12592/16/63] at ata0-master UDMA33
ad1: 4125MB <FUJITSU MPC3043AT> [8940/15/63] at ata0-slave UDMA33
acd0: CD-RW <YAMAHA CRW4001> at ata1-master using PIO3
acd1: CDROM <ATAPI CD-ROM DRIVE 40X MAXIMUM> at ata1-slave using UDMA33

-----[ /usr/src/sys/i386/conf/TRUDY ]-----
# ATA and ATAPI devices
device          ata
device          atadisk                 # ATA disk drives
device          atapicd                 # ATAPI CDROM drives
options         ATA_STATIC_ID           #Static device numbering
options         ATA_ENABLE_ATAPI_DMA    #Enable DMA on ATAPI devices

>Description:
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.
>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

>Fix:
Closing disk with another software under another OS (win*) works :-(

>Release-Note:
>Audit-Trail:

From: Cristiano Deana <deana@bmm.it>
To: freebsd-gnats-submit@FreeBSD.org, riccardo@torrini.org
Cc:  
Subject: Re: misc/23091: unable to fixate a disk with burncd
Date: Thu, 05 Apr 2001 05:27:18 -0400

 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
 
State-Changed-From-To: open->analyzed 
State-Changed-By: sos 
State-Changed-When: Thu Apr 5 07:35:03 PDT 2001 
State-Changed-Why:  


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 ? 


http://www.freebsd.org/cgi/query-pr.cgi?pr=23091 
Responsible-Changed-From-To: freebsd-bugs->sos 
Responsible-Changed-By: kris 
Responsible-Changed-When: Fri May 25 03:25:40 PDT 2001 
Responsible-Changed-Why:  
sos is Mr ata 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23091 

From: Thomas Quinot <thomas@cuivre.fr.eu.org>
To: freebsd-gnats-submit@FreeBSD.org, riccardo@torrini.org
Cc:  
Subject: Re: misc/23091: unable to fixate a disk with burncd
Date: Sat, 26 May 2001 13:25:23 +0200

 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
 
 
 
State-Changed-From-To: analyzed->closed 
State-Changed-By: sos 
State-Changed-When: Wed May 30 00:30:59 PDT 2001 
State-Changed-Why:  
Fixed in -current, MFC will follow.. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23091 
>Unformatted:
