From nobody@FreeBSD.org  Wed May  2 15:02:46 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6BB7D106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  2 May 2012 15:02:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 565118FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  2 May 2012 15:02:46 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q42F2jEa019410
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 2 May 2012 15:02:45 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q42F2jOH019409;
	Wed, 2 May 2012 15:02:45 GMT
	(envelope-from nobody)
Message-Id: <201205021502.q42F2jOH019409@red.freebsd.org>
Date: Wed, 2 May 2012 15:02:45 GMT
From: Thorsten Schlich <thorsten.schlich@wetteronline.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: bsdinstall fails with "Error while extracting base.txz: failed to sec access acl"
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         167527
>Category:       bin
>Synopsis:       bsdinstall(8) fails with "Error while extracting base.txz: failed to sec access acl"
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-sysinstall
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 02 15:10:09 UTC 2012
>Closed-Date:    Fri May 04 14:13:45 UTC 2012
>Last-Modified:  Fri May 04 14:13:45 UTC 2012
>Originator:     Thorsten Schlich
>Release:        FreeBSD-9.0-RELEASE-p5
>Organization:
WetterOnline GmbH
>Environment:
None (Installation of FreeBSD 9.0)
>Description:
If i want to install FreeBSD 9.0 RELEASE from a custom release (made with this guide http://engineering.wayfair.com/freebsd-9-0-on-dell-poweredge-12g-servers/) via bsdinstall the installer fails after partitioning. The error message is "Error while extracting base.txz: Failed to set access acl"

If i mount the partitioned device later in a LiveCD and then untar /usr/freebsd-dist/base.txz again the error is again there.

With ACLs manually enabled via tunefs i can untar /usr/freebsd-dist/base.txz and /usr/freebsd-dist/kernel.txz without any problems.

The Release is build with:

make release CHROOT=/space/testdir EXTSRC=/usr/src NOPORTS=yes NOSRC=yes NODOC=yes

The server is a Dell R720xd machine with a PERC H710.
>How-To-Repeat:
- make a custom release http://engineering.wayfair.com/freebsd-9-0-on-dell-poweredge-12g-servers/
- boot the cd
- install (manually oder guided doesn't matter)

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-sysinstall 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed May 2 18:32:59 UTC 2012 
Responsible-Changed-Why:  
reclassify. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167527 

From: Thorsten Schlich <thorsten.schlich@wetteronline.de>
To: bug-followup@FreeBSD.org
Cc: thorsten.schlich@wetteronline.de
Subject: Re: bin/167527: bsdinstall(8) fails with &quot;Error while extracting
 base.txz: failed to sec access acl&quot;
Date: Thu, 03 May 2012 10:37:25 +0200

 Hi,
 
 i have a typo in the Release that is used. It should be
 FreeBSD-9.0-RELEASE #5 instead of FreeBSD-9.0-RELEASE-p5.
 
 With further investigation i've seen the ACL flag for the build
 partition is activated. In this partition are the whole build
 directories. I think this could be the cause for my failure.
 
 Thorsten

From: Thorsten Schlich <thorsten.schlich@wetteronline.de>
To: bug-followup@FreeBSD.org, thorsten.schlich@wetteronline.de
Cc:  
Subject: Re: bin/167527: bsdinstall(8) fails with &quot;Error while extracting
 base.txz: failed to sec access acl&quot;
Date: Fri, 04 May 2012 09:19:51 +0200

 Hi,
 
 the problem has been solved. The release ISO was built on a partition
 with ACLs enabled and bsdinstall creates partitions without ACLs
 enabled. And in this case the installer stops with the failure when
 extracting base.txz to this partition.
 
 I have rebuilt the release with ACLs disabled and the installation runs
 smoothly to the end.
 
 -- 
 Mit freundlichen Grüßen
 
 Thorsten Schlich
 Fachinformatiker Anwendungsentwicklung
 Systemadministration
 
 Tel:   +49 (0) 228 55937-78
 Fax:   +49 (0) 228 55937-80
 Mobil: +49 (0) 173 70 55 6 33
 E-Mail: thorsten.schlich@wetteronline.de
 _______________________________________
 
 WetterOnline
 Meteorologische Dienstleistungen GmbH
 Am Rheindorfer Ufer 2
 D-53117 Bonn
 Amtsgericht Bonn | HRB Nummer 008664
 Umsatzsteuer-Identifikationsnummer: DE205571094
 Geschäftsführer: Dr. Joachim Klaßen
 http://www.wetteronline.de
 http://wom.wetteronline.de
 _______________________________________
State-Changed-From-To: open->closed 
State-Changed-By: eadler 
State-Changed-When: Fri May 4 14:13:43 UTC 2012 
State-Changed-Why:  
Per submitter request 

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