From owner-freebsd-sysinstall@FreeBSD.ORG Thu May 3 08:40:14 2012 Return-Path: Delivered-To: freebsd-sysinstall@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 386F8106566B for ; Thu, 3 May 2012 08:40:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 21F418FC08 for ; Thu, 3 May 2012 08:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q438eDsI052007 for ; Thu, 3 May 2012 08:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q438eDIx052006; Thu, 3 May 2012 08:40:13 GMT (envelope-from gnats) Date: Thu, 3 May 2012 08:40:13 GMT Message-Id: <201205030840.q438eDIx052006@freefall.freebsd.org> To: freebsd-sysinstall@FreeBSD.org From: Thorsten Schlich Cc: Subject: Re: bin/167527: bsdinstall(8) fails with " Error while extracting base.txz: failed to sec access acl" X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thorsten Schlich List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2012 08:40:14 -0000 The following reply was made to PR bin/167527; it has been noted by GNATS. From: Thorsten Schlich To: bug-followup@FreeBSD.org Cc: thorsten.schlich@wetteronline.de Subject: Re: bin/167527: bsdinstall(8) fails with "Error while extracting base.txz: failed to sec access acl" 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