Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2002 02:04:12 -0800 (PST)
From:      chkno@dork.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/36085: burncd: mode2 + stdin
Message-ID:  <200203191004.g2JA4C768907@chk.phattydomain.com>

next in thread | raw e-mail | index | archive | help

>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

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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203191004.g2JA4C768907>