From chuck@chk.phattydomain.com  Tue Mar 19 02:04:17 2002
Return-Path: <chuck@chk.phattydomain.com>
Received: from chk.phattydomain.com (12-225-230-182.client.attbi.com [12.225.230.182])
	by hub.freebsd.org (Postfix) with ESMTP id 0281537B400
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Mar 2002 02:04:16 -0800 (PST)
Received: (from chuck@localhost)
	by chk.phattydomain.com (8.11.6/8.11.6) id g2JA4C768907;
	Tue, 19 Mar 2002 02:04:12 -0800 (PST)
	(envelope-from chuck)
Message-Id: <200203191004.g2JA4C768907@chk.phattydomain.com>
Date: Tue, 19 Mar 2002 02:04:12 -0800 (PST)
From: chkno@dork.com
Reply-To: chkno@dork.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: burncd: mode2 + stdin
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         36085
>Category:       bin
>Synopsis:       burncd: mode2 + stdin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 19 02:10:01 PST 2002
>Closed-Date:    Sun Apr 07 06:18:48 PDT 2002
>Last-Modified:  Sun Apr 07 06:18:48 PDT 2002
>Originator:     chkno
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD chk.phattydomain.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 7 15:30:43 PST 2002 su@chk.phattydomain.com:/usr/obj/usr/src/sys/CHK i386

CVSup'd Mar  7 11:21:24 PST 2002.

>Description:

	burncd burns incorrectly when a mode2 track is read from
	stdin.

>How-To-Repeat:

	# dd if=/dev/zero of=testfile bs=10240 count=1024
	1024+0 records in
	1024+0 records out
	10485760 bytes transferred in 0.713397 secs (14698351 bytes/sec)
	# ls -l testfile
	-rw-r--r--  1 root  chuck  10485760 Mar 19 01:21 testfile
	# burncd blank
	blanking CD, please wait..
	# burncd mode2 testfile fixate
	next writeable LBA 0
	writing from file testfile size 10240 KB
	written this track 10240 KB (100%) total 10240 KB
	fixating CD, please wait..
	#
	# burncd blank
	blanking CD, please wait..
	# cat testfile | burncd mode2 - fixate
	next writeable LBA 0
	writing from stdin
	written this track 11680 KB total 11680 KB
	fixating CD, please wait..
	#

>Fix:

>Release-Note:
>Audit-Trail:

From: Sren Schmidt <sos@freebsd.dk>
To: chkno@dork.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: bin/36085: burncd: mode2 + stdin
Date: Tue, 19 Mar 2002 11:25:33 +0100 (CET)

 It seems chkno@dork.com wrote:
 > 
 > >Number:         36085
 > >Category:       bin
 > >Synopsis:       burncd: mode2 + stdin
 > >Confidential:   no
 > >Severity:       non-critical
 > >Priority:       low
 > >Responsible:    freebsd-bugs
 > >State:          open
 > >Quarter:        
 > >Keywords:       
 > >Date-Required:
 > >Class:          sw-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Tue Mar 19 02:10:01 PST 2002
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     chkno
 > >Release:        FreeBSD 4.5-STABLE i386
 > >Organization:
 > >Environment:
 > System: FreeBSD chk.phattydomain.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 7 15:30:43 PST 2002 su@chk.phattydomain.com:/usr/obj/usr/src/sys/CHK i386
 
 You should definitly try upgrading, that ATA driver with utils have
 changed *alot*.
 
 -Sren

From: chk no <chuck@chk.phattydomain.com>
To: chkno@dork.com, sos@freebsd.dk
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: bin/36085: burncd: mode2 + stdin
Date: Tue, 19 Mar 2002 11:05:25 -0800 (PST)

 > > >Number:         36085
 > > >Category:       bin
 > > >Synopsis:       burncd: mode2 + stdin
 > > >Confidential:   no
 > > >Severity:       non-critical
 > > >Priority:       low
 > > >Responsible:    freebsd-bugs
 > > >State:          open
 > > >Quarter:        
 > > >Keywords:       
 > > >Date-Required:
 > > >Class:          sw-bug
 > > >Submitter-Id:   current-users
 > > >Arrival-Date:   Tue Mar 19 02:10:01 PST 2002
 > > >Closed-Date:
 > > >Last-Modified:
 > > >Originator:     chkno
 > > >Release:        FreeBSD 4.5-STABLE i386
 > > >Organization:
 > > >Environment:
 > > System: FreeBSD chk.phattydomain.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 7 15:30:43 PST 2002 su@chk.phattydomain.com:/usr/obj/usr/src/sys/CHK i386
 >
 > You should definitly try upgrading, that ATA driver with utils have
 > changed *alot*.
 >
 > -Sren
 
 I updated, & now I'm confused.  It seems that burncd won't accept
 stdin input at all now.  It aborts right after it starts.
 
 # cat testfile | burncd mode2 - fixate
 next writeable LBA 0
 writing from stdin
 
 fixating CD, please wait..
 #
 
 
 Additionally, the update seems to have broken xine's VCD support.

From: chk no <chuck@chk.phattydomain.com>
To: chkno@dork.com, freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: bin/36085: burncd: mode2 + stdin
Date: Thu, 21 Mar 2002 18:35:45 -0800 (PST)

 In any case, the new code obsoletes this PR.  Please close it.
State-Changed-From-To: open->closed 
State-Changed-By: sos 
State-Changed-When: Sun Apr 7 06:17:48 PDT 2002 
State-Changed-Why:  
Fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36085 
>Unformatted:
