From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 17:45:59 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BCA6D16A415 for ; Thu, 21 Dec 2006 17:45:59 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.freebsd.org (Postfix) with ESMTP id AD13E13C442 for ; Thu, 21 Dec 2006 17:45:59 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.13.6) with ESMTP id kBLHRHWa006578; Thu, 21 Dec 2006 09:27:17 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id kBLHRHYr006577; Thu, 21 Dec 2006 09:27:17 -0800 (PST) (envelope-from rizzo) Date: Thu, 21 Dec 2006 09:27:17 -0800 From: Luigi Rizzo To: stable@freebsd.org Message-ID: <20061221092717.A6431@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Cc: Subject: burncd 'blank' not terminating ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 17:45:59 -0000 just noticed, after upgrading to 6.2RC1, that luigi# burncd -f /dev/acd0 -v blank blanking CD, please wait.. stays there forever. Eventually i gave up and ctrl-C and the application terminates, and i was able to write to the disk a valid image, which probably means that the disk had been blanked. I browsed through the mailing lists and it seems to be an old problem, related to the driver not reporting the status info. Not sure if it is related to particular hardware, just in case here is what i have: ad0: 238475MB at ata0-master UDMA100 acd0: DVDR at ata0-slave UDMA33 note, if i kldload atapicam, and try the blank on /dev/cd0 i get this: luigi# burncd -f /dev/cd0 -v blank burncd: ioctl(CDRIOCGETBLOCKSIZE): Inappropriate ioctl for device Any ideas ? This old report says the problem is in the ioctl... http://www.freebsd.org/cgi/query-pr.cgi?pr=44803 cheers luigi