From owner-freebsd-current@FreeBSD.ORG Tue Sep 27 07:10:08 2011 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 396471065670 for ; Tue, 27 Sep 2011 07:10:08 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id B4E328FC08 for ; Tue, 27 Sep 2011 07:10:07 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so8000879bkb.13 for ; Tue, 27 Sep 2011 00:10:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=DLTSngzvpdhvrLWXLLHcBlpXc8sxMJfzCOR/EVdAnUs=; b=TQSol9Lmc5v6YcOpmER4XMNMSY0KnfE+s2/jN9Jh1ECMMEmgor8i4EdofjEocpIkP0 aK+/pTtNambwS9AZxOok6D5oGmWmmEovMif8fIf0bkLDM+E7qlS55b0BDf5EZCBQt+br JJupF9MIT+CpqPoSnKkjokGN92zu+i4eXdCJQ= MIME-Version: 1.0 Received: by 10.204.129.4 with SMTP id m4mr4870530bks.251.1317107406416; Tue, 27 Sep 2011 00:10:06 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.204.132.140 with HTTP; Tue, 27 Sep 2011 00:10:06 -0700 (PDT) In-Reply-To: References: <201109262324.p8QNO0NN070853@freefall.freebsd.org> <4E811FF7.7010607@a1poweruser.com> <4E8126D3.5020407@FreeBSD.org> <4E812DB7.3000302@FreeBSD.org> Date: Tue, 27 Sep 2011 00:10:06 -0700 X-Google-Sender-Auth: 3xqcNKJN-AVqlUlavmy36BCPCd8 Message-ID: From: Craig Rodrigues To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org, Fbsd8 Subject: Re: bin/160979: 9.0 burncd error caused by change to cd0 from acd0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 27 Sep 2011 07:10:08 -0000 On Mon, Sep 26, 2011 at 9:10 PM, Garrett Cooper wrote: > > Noting something in the documentation is fine. The point is that there's a > lot of wasted electrons being tossed about about a fairly trivial issue: > most of the apps that burn/use CDs were converted over to some logic long > ago that matches cdrecord. The only apps that haven't really been > (atacontrol, burncd) were abandoned because the developer isn't an active > maintainer. Actually, the electrons are not wasted. Fbsd8 raised some legitimate issues that average users are going to hit and complain about. I think it is worth taking some extra time to fix the man pages, *and* add useful error messages to the utilities. You raised some valid points that burncd and atacontrol are affected utilities. There may be some other utilities or 3rd party ports that may be affected that we haven't thought about yet. I am not sure if cdcontrol(1) will be affected, but it looks like that works with CAM and the old ATA subsystem, so it may be OK. I took a second look at your patch to burncd, and I don't think it is a good enough fix. I am working on a patch now, which I will submit soon. -- Craig Rodrigues rodrigc@crodrigues.org