From owner-freebsd-stable@FreeBSD.ORG Sun Sep 18 16:19:07 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F86D16A41F for ; Sun, 18 Sep 2005 16:19:07 +0000 (GMT) (envelope-from spadger@spadger.best.vwh.net) Received: from spadger.best.vwh.net (spadger.best.vwh.net [192.220.100.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id D450543D53 for ; Sun, 18 Sep 2005 16:19:06 +0000 (GMT) (envelope-from spadger@spadger.best.vwh.net) Received: (qmail 94941 invoked by uid 25849); 18 Sep 2005 16:19:06 -0000 Date: Sun, 18 Sep 2005 09:19:06 -0700 From: Andrew Sparrow To: Andreas Klemm Message-ID: <20050918091906.A74899@spadger.best.vwh.net> References: <20050917130343.GA1239@titan.klemm.apsfilter.org> <432C477F.3030500@mac.com> <20050917203033.A79571@spadger.best.vwh.net> <20050918080954.GA25093@titan.klemm.apsfilter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20050918080954.GA25093@titan.klemm.apsfilter.org>; from andreas@freebsd.org on Sun, Sep 18, 2005 at 10:09:54AM +0200 Cc: freebsd-stable@freebsd.org Subject: Re: burncd input output error 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: Sun, 18 Sep 2005 16:19:07 -0000 On Sun, Sep 18, 2005 at 10:09:54AM +0200, Andreas Klemm wrote: > I see this needs more investigation. Maybe it has to deal with > the exit status I had (!=0). > > I will do a test burn now with burncd reading from a file > instead from a pipe. Let's see if it behaves different then. > > Hmm even if reading from a file I get this exit status 74. > > root@titan[ttyp2]{234} /export/isos burncd -v -s max data xxx.iso fixate > adding type 0x08 file xxx.iso size 238792 KB 119396 blocks > next writeable LBA 0 > addr = 0 size = 244523008 blocks = 119396 > writing from file xxx.iso size 238792 KB > written this track 238792 KB (100%) total 238792 KB > fixating CD, please wait.. > burncd: ioctl(CDRIOCFIXATE): Input/output error > Exit 74 Have you tried cdrecord? You pretty much only need to add ATAPICAM to the kernel, although If you don't already have SCSI support on the machine, you'll need to add that (cd, scbus, pass) too, of course. Even if you get the same error, it'll provide much more detailed diagnostic information (maybe there's a flag to burncd to switch that on?). What brand of blank are you using? There's some really cheesy generics - and some even worse Chinese pirates - around... Also, if the drive's firmware mis-identifies the blank, this could cause it to use a poor (or downright wrong) strategy for it, which likely would cause you problems as well. Handy to have some RWs around for testing like this, too. Good luck! AS > Andreas /// > > -- > Andreas Klemm - Powered by FreeBSD 5.4 > Need a magic printfilter today ? -> http://www.apsfilter.org/ > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"