From owner-freebsd-current@FreeBSD.ORG Mon Nov 17 23:27:43 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 C468316A4CE for ; Mon, 17 Nov 2003 23:27:43 -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 80D1E43F75 for ; Mon, 17 Nov 2003 23:27:42 -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 hAI7QlEQ005317; Tue, 18 Nov 2003 08:26:47 +0100 (CET) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.10/8.12.10/Submit) id hAI7Qlfw005316; Tue, 18 Nov 2003 08:26:47 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200311180726.hAI7Qlfw005316@spider.deepcore.dk> In-Reply-To: <3FB91F81.3000503@isi.edu> To: Lars Eggert Date: Tue, 18 Nov 2003 08:26:47 +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: freebsd-current@FreeBSD.ORG Subject: Re: ATAng regression: cdcontrol close not working 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: Tue, 18 Nov 2003 07:27:43 -0000 It seems Lars Eggert wrote: > Lars Eggert wrote: > > Soren Schmidt wrote: > > > >>> Is there any other patch I can try? I've just confirmed that this bug > >>> still exists with today's kernel. > >> > >> I cant reproduce the no matter what I try, sorry... > > > > Would remote access to the machine in question help you? > > FYI, this is still an issue: > > s = ioctl(fd, CDIOCCLOSE, 0) > IOError: [Errno 16] Device busy Hmm, if the call to do the close fails there isn't much I can do... I can't reproduce the problem on any of the dozens of ATAPI CDROM's I have in the closet, so if you want to get further with this, you'll have to instrument the code and find out exactly why this fails. Maybe then I can find a solution that can work, and not break anything. -Søren