From owner-freebsd-stable Mon Mar 25 18: 7:16 2002 Delivered-To: freebsd-stable@freebsd.org Received: from arjun.niksun.com (gwnew.niksun.com [63.148.27.34]) by hub.freebsd.org (Postfix) with ESMTP id 93E8D37B416 for ; Mon, 25 Mar 2002 18:07:11 -0800 (PST) Received: from celis.niksun.com (celis.niksun.com [10.1.0.48]) by arjun.niksun.com (8.9.3/8.9.3) with ESMTP id VAA40245 for ; Mon, 25 Mar 2002 21:07:10 -0500 (EST) (envelope-from ath@celis.niksun.com) Received: from celis (localhost [127.0.0.1]) by celis.niksun.com (8.11.6/8.9.2) with ESMTP id g2Q26dO00776 for ; Mon, 25 Mar 2002 21:06:40 -0500 (EST) (envelope-from ath@celis.niksun.com) Message-Id: <200203260206.g2Q26dO00776@celis.niksun.com> From: Andrew Heybey To: freebsd-stable@freebsd.org Subject: burncd can't/won't write from pipe? Mime-Version: 1.0 (generated by tm-edit 1.7) Content-Type: text/plain; charset=US-ASCII Date: Mon, 25 Mar 2002 21:06:39 -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying 4.5-RELEASE plus Soren's patches for the new ata driver and burncd. I just got a CD-RW drive, so I don't know if this used to work or not. The following does not work: mkisofs -R | burncd -s 8 data - fixate mkisofs exits fairly quickly without any error messages that I saw (it did print some messages to stderr about files names that it was using). burncd prints: next writeable LBA 0 writing from stdin fixating CD, please wait.. and then sits there for a long time, with no activity from the CD-RW. I can Ctrl-C out of it. If I do the steps separately, everything works fine: mkisofs -R > ~/dir.iso burncd -s 8 data ~/dir.iso fixate Am I doing something dumb? What am I missing? andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message