From owner-freebsd-questions@FreeBSD.ORG Wed Jun 7 22:09:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A43116CC3A for ; Wed, 7 Jun 2006 19:46:10 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 537ED43D48 for ; Wed, 7 Jun 2006 19:46:10 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k57Jk9lM000659; Wed, 7 Jun 2006 12:46:09 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Wed, 7 Jun 2006 15:46:08 -0400 User-Agent: KMail/1.9.3 References: <200606071004.51622.josh@tcbug.org> In-Reply-To: <200606071004.51622.josh@tcbug.org> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606071546.08761.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Josh Paetzel Subject: Re: burncd error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 22:09:11 -0000 On Wednesday 07 June 2006 11:04, Josh Paetzel wrote: > I'm running 6.1-RELEASE > > Trying to burn iso's using burncd gives me an error. > > gimpy# burncd -f /dev/acd0 -s 48 data i386pkg-3.0.iso fixate > > next writeable LBA 0 > writing from file i386pkg-3.0.iso size 710566 KB > written this track 710566 KB (100%) total 710566 KB > fixating CD, please wait.. > burncd: ioctl(CDRIOCFIXATE): Input/output error > > The 'funny' thing about this is that the CDs I burn work fine. (I've > tried several different ISOs and have checked the md5's on all of > them.) > > Anyone have an idea of what is going on? I never tried to burn > anything with 6.0-RELEASE and it worked fine on 5.4-RELEASE I've seen the same thing for the past several weeks (worked fine at some point prior to 6.1). I'm running 6-STABLE, updated every couple weeks. As near as I've been able to determine, the fixate step doesn't actually do anything, so your CD's will still be "open" but should work fine under any modern OS. As a workaround you can repeat the fixate step at a lower speed: burncd -f /dev/acd0 -s 4 fixate I haven't experimented enough to know at what speed the fixate step breaks, but that does seem to be what's going on. I also haven't tried turning off ATAPICAM, which would be another interesting data point. If you or someone else has the time to figure out exactly which (set of) commits started producing this behavior, that would be excellent material for a PR. I may get around to it myself but it's not a high priority. > dmesg is attached. Looks like you forgot it. In my case (using ATAPICAM): acd1: CDRW at ata1-slave UDMA33 cd1 at ata1 bus 0 target 1 lun 0 cd1: Removable CD-ROM SCSI-0 device cd1: 33.000MB/s transfers cd1: Attempt to query device size failed: NOT READY, Medium not present JN