From nobody@FreeBSD.org  Tue Dec 19 14:06:41 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 0C70716A412
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Dec 2006 14:06:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9CF8443CA3
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Dec 2006 14:06:40 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kBJE6dtu033908
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Dec 2006 14:06:39 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id kBJE6d49033907;
	Tue, 19 Dec 2006 14:06:39 GMT
	(envelope-from nobody)
Message-Id: <200612191406.kBJE6d49033907@www.freebsd.org>
Date: Tue, 19 Dec 2006 14:06:39 GMT
From: Paulo Fragoso<paulo@nlink.com.br>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Wrong tar command at topic 17.6.8 in Handbook
X-Send-Pr-Version: www-3.0

>Number:         106916
>Category:       docs
>Synopsis:       Wrong tar command at topic 17.6.8 in Handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    chinsan
>State:          closed
>Quarter:        
>Keywords:       handbook
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 19 14:10:13 GMT 2006
>Closed-Date:    Wed Sep 01 10:22:31 UTC 2010
>Last-Modified:  Wed Sep 01 10:22:31 UTC 2010
>Originator:     Paulo Fragoso
>Release:        5.5-STABLE
>Organization:
Nlink ISP
>Environment:
FreeBSD cadastro.nlink.com.br 5.5-STABLE FreeBSD 5.5-STABLE #0: Mon Dec 18 17:38:33 BRT 2006     paulo@cadastro.nlink.com.br:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
At the topic "17.6.8 Burning Raw Data CDs", there is a problem when extracting because cdrom block size is 2048
>How-To-Repeat:
# /usr/bin/tar cf arq.tar files
# /usr/sbin/burncd -smax -f /dev/acd0 data arq.tar fixate
# /usr/bin/tar xf /dev/acd0

acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x64 ascq=0x00 error=4<ABORTED>

>Fix:
# /usr/bin/tar -b 4 -cf arq.tar files
# /usr/sbin/burncd -smax -f /dev/acd0 data arq.tar fixate
# /usr/bin/tar -b 4 -xf /dev/acd0
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->chinsan 
Responsible-Changed-By: chinsan 
Responsible-Changed-When: Fri Dec 22 06:58:06 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106916 
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Wed Sep 1 10:21:37 UTC 2010 
State-Changed-Why:  
It seems the PR is no longer applicable to the current 
version of the Handbook.  Let me know if you thing the 
PR should stay open. 

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