From owner-freebsd-questions@FreeBSD.ORG Sun Jun 7 08:52:42 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BB661065674 for ; Sun, 7 Jun 2009 08:52:40 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 101D58FC17 for ; Sun, 7 Jun 2009 08:52:39 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from eagle.syrec.org (ppp-71-139-35-171.dsl.snfc21.pacbell.net [71.139.35.171]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id n578qdnA045834 for ; Sun, 7 Jun 2009 01:52:39 -0700 (PDT) Message-ID: <4A2B7FD5.3070608@rawbw.com> Date: Sun, 07 Jun 2009 01:52:37 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.21 (X11/20090419) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: dvd burning command growisofs fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2009 08:52:42 -0000 Command: growisofs -dvd-compat -speed=4 -Z /dev/cd0=dvd.iso that used to work no fails. The difference is newer motherboard/cpu and updated ports. Here are logs: --- begin stdout/stderr log --- Executing 'builtin_dd if=orlando-2009-may26-june3.iso of=/dev/pass1 obs=32k seek=0' /dev/pass1: "Current Write Speed" is 4.1x1352KBps. 1605632/3335168000 ( 0.0%) @0.0x, remaining 138:24 RBU 100.0% UBU 2.0% 1605632/3335168000 ( 0.0%) @0.0x, remaining 276:49 RBU 100.0% UBU 100.0% 1605632/3335168000 ( 0.0%) @0.0x, remaining 380:37 RBU 100.0% UBU 100.0% 1605632/3335168000 ( 0.0%) @0.0x, remaining 519:02 RBU 100.0% UBU 100.0% 1605632/3335168000 ( 0.0%) @0.0x, remaining 622:51 RBU 100.0% UBU 100.0% 1605632/3335168000 ( 0.0%) @0.0x, remaining 726:39 RBU 100.0% UBU 100.0% 1605632/3335168000 ( 0.0%) @0.0x, remaining 865:04 RBU 100.0% UBU 100.0% 1605632/3335168000 ( 0.0%) @0.0x, remaining 968:52 RBU 100.0% UBU 100.0% 1605632/3335168000 ( 0.0%) @0.0x, remaining 1107:17 RBU 100.0% UBU 100.0% 1605632/3335168000 ( 0.0%) @0.0x, remaining 1211:05 RBU 100.0% UBU 100.0% 1605632/3335168000 ( 0.0%) @0.0x, remaining 1349:30 RBU 100.0% UBU 100.0% 1605632/3335168000 ( 0.0%) @0.0x, remaining 1453:19 RBU 100.0% UBU 100.0% 1605632/3335168000 ( 0.0%) @0.0x, remaining 1591:43 RBU 100.0% UBU 100.0% 1605632/3335168000 ( 0.0%) @0.0x, remaining 1695:32 RBU 100.0% UBU 100.0% 1605632/3335168000 ( 0.0%) @0.0x, remaining 1833:56 RBU 100.0% UBU 100.0% 1605632/3335168000 ( 0.0%) @0.0x, remaining 1937:45 RBU 100.0% UBU 100.0% 1605632/3335168000 ( 0.0%) @0.0x, remaining 2041:33 RBU 100.0% UBU 100.0% :-( unable to WRITE@LBA=310h: Input/output error :-( write failed: Input/output error /dev/pass1: flushing cache :-[ FLUSH CACHE failed with SK=6h/POWER ON, RESET, OR BUS DEVICE RESET OCCURRED]: Input/output error /dev/pass1: updating RMA /dev/pass1: closing disc --- end stdout/stderr log --- --- begin dmesg log --- acd0: FAILURE - READ_TOC ILLEGAL REQUEST asc=0x24 ascq=0x00 acd0: FAILURE - unknown CMD (0x03) ILLEGAL REQUEST asc=0x24 ascq=0x00 acd0: FAILURE - WRITE_BIG timed out --- end dmesg log --- What might be wrong? Yuri