From owner-freebsd-current@FreeBSD.ORG Sat Jan 10 02:23:45 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F33B11065673 for ; Sat, 10 Jan 2009 02:23:44 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (merlin.alerce.com [64.62.142.94]) by mx1.freebsd.org (Postfix) with ESMTP id DC7F98FC27 for ; Sat, 10 Jan 2009 02:23:44 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 8BBB733C6C; Fri, 9 Jan 2009 17:53:23 -0800 (PST) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 16B2333C64; Fri, 9 Jan 2009 17:53:23 -0800 (PST) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18791.65426.128568.526167@almost.alerce.com> Date: Fri, 9 Jan 2009 17:53:22 -0800 To: freebsd-current@freebsd.org In-Reply-To: <1de79840901080935s130f647r36815df468a9220b@mail.gmail.com> References: <1de79840901080935s130f647r36815df468a9220b@mail.gmail.com> X-Mailer: VM 7.19 under Emacs 22.1.50.1 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailman-Approved-At: Sat, 10 Jan 2009 04:07:50 +0000 Cc: Michael Proto , Alexander Best Subject: Re: patch to fix burncd bug X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2009 02:23:45 -0000 Michael Proto writes: > On Thu, Jan 8, 2009 at 12:13 PM, Alexander Best < > alexbestms@math.uni-muenster.de> wrote: > > > could somebody please commit the following patch to dev/ata? it fixes a > > nasty > > bug during fixation in burncd. the bug exists in RELENG6, RELENG7 and HEAD > > (and maybe RELENG5): > > > > http://www.freebsd.org/cgi/query-pr.cgi?prp=95979-3-txt&n=/patch > > > > the whole PR can be found here: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=95979 > > > > > > I second this request. A fix would be nice, this bug has bitten me in both > 7-STABLE and 8-CURRENT :) I have a mac pro running 7.1-PRERELEASE system (not sure when I last updated it) on which burncd seems to successfully burn the data but then fails while fixating. I applied the above patch by hand, with a little bit of fuzz, and now it fails to burn the data but fixating no longer bombs out. Here's a section of a script session (edited to remove the bulk of the written lines...). (delicious)[5:37pm]~>>sudo burncd -e data iso/7.0-RELEASE-amd64-livefs.iso fixate Password: next writeable LBA 0 writing from file iso/7.0-RELEASE-amd64-livefs.iso size 279174 KB written this track 32 KB (0%) total 32 KB written this track 64 KB (0%) total 64 KB [...] written this track 1152 KB (0%) total 1152 KB Input/output error fixating CD, please wait.. (delicious)[5:40pm]~>> I think that I got the patch applied properly, I wonder if something's changed to obsolete it? g.