From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 19 17:40:04 2010 Return-Path: Delivered-To: freebsd-ports-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 01E7E106566C for ; Sun, 19 Sep 2010 17: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 E523C8FC16 for ; Sun, 19 Sep 2010 17:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8JHe3V7095173 for ; Sun, 19 Sep 2010 17:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8JHe39W095172; Sun, 19 Sep 2010 17:40:03 GMT (envelope-from gnats) Date: Sun, 19 Sep 2010 17:40:03 GMT Message-Id: <201009191740.o8JHe39W095172@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Corey Halpin Cc: Subject: Re: ports/149020: sysutils/dvdisaster Inappropriate ioctl for device with atapicam/ahci X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Corey Halpin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2010 17:40:04 -0000 The following reply was made to PR ports/149020; it has been noted by GNATS. From: Corey Halpin To: bug-followup@FreeBSD.org, amvandemore@gmail.com Cc: Subject: Re: ports/149020: sysutils/dvdisaster Inappropriate ioctl for device with atapicam/ahci Date: Sun, 19 Sep 2010 12:20:04 -0500 You appear to be using /dev/cd0 when the correct device is /dev/pass0. The error given by dvdisaster is entirely correct. The correct device to use under FreeBSD is mentioned in the dvdisaster documentation installed at: /usr/local/doc/dvdisaster-0.72/en/qa20.html Or online here: http://dvdisaster.net/en/qa20.html When run without arguments, the dvdisaster window displays the correct device files for all the devices it can use. ~crh