From owner-freebsd-current@FreeBSD.ORG Fri Nov 7 01:28:08 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86C9A16A4CE for ; Fri, 7 Nov 2003 01:28:08 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51BFD43FE0 for ; Fri, 7 Nov 2003 01:28:07 -0800 (PST) (envelope-from sos@spider.deepcore.dk) Received: from spider.deepcore.dk (localhost [127.0.0.1]) by spider.deepcore.dk (8.12.10/8.12.10) with ESMTP id hA79Shwv001511; Fri, 7 Nov 2003 10:28:43 +0100 (CET) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.10/8.12.10/Submit) id hA79SgID001510; Fri, 7 Nov 2003 10:28:43 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200311070928.hA79SgID001510@spider.deepcore.dk> In-Reply-To: To: Jeremy Messenger Date: Fri, 7 Nov 2003 10:28:42 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 X-mail-scanned: by DeepCore Virus & Spam killer v1.3 cc: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= cc: current@FreeBSD.ORG Subject: Re: burncd block size X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2003 09:28:08 -0000 It seems Jeremy Messenger wrote: > On Fri, 07 Nov 2003 10:10:40 +0100, Dag-Erling Smørgrav wrote: > > > I've been having a variety of problems burning CDs with atang: > > > > - burncd consistently failing in exactly the same spot in the ISO, > > and reporting "only wrote 0 of 32768 bytes: Unknown error: 0" > > > > - burncd failing right at the start with "only wrote -1 of 32768 > > bytes: Input/output error" (this generally happens after a couple > > of the previous, and once it starts happening I have to reboot) > > Whew, glad that I am not only one.. I *just* have wasted two of my blank > CD in like fifteen minutes ago, I keep wondering if I created the ISO > files in the wrong way or was it burncd's fault.. Until now here.. This is fallout from getting atapi-cd under GEOM. GEOM wasn't designed to handle medias of size 0 and where the sizes can change during an open. I just committed a fix that has solved the issue here (and its ugly). -Søren