From owner-freebsd-bugs@FreeBSD.ORG Sat May 17 19:40:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57F5A1065674 for ; Sat, 17 May 2008 19:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2DADE8FC1D for ; Sat, 17 May 2008 19:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4HJe34i044481 for ; Sat, 17 May 2008 19:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4HJe3tU044480; Sat, 17 May 2008 19:40:03 GMT (envelope-from gnats) Date: Sat, 17 May 2008 19:40:03 GMT Message-Id: <200805171940.m4HJe3tU044480@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Volker Cc: Subject: Re: bin/123693: Workaround for burncd: ioctl(CDIOCEJECT): Input/output error X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Volker List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 19:40:04 -0000 The following reply was made to PR bin/123693; it has been noted by GNATS. From: Volker To: bug-followup@FreeBSD.org, unixmania@gmail.com Cc: Subject: Re: bin/123693: Workaround for burncd: ioctl(CDIOCEJECT): Input/output error Date: Sat, 17 May 2008 21:28:39 +0200 Carlos, IMHO it's better to explicitly check for ioctl returning EBUSY and 5 seconds may not fit every situation. Volker