From owner-freebsd-current@FreeBSD.ORG Sun Mar 6 20:30:35 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B5AD1065677; Sun, 6 Mar 2011 20:30:35 +0000 (UTC) (envelope-from etnapierala@googlemail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5FC188FC26; Sun, 6 Mar 2011 20:30:34 +0000 (UTC) Received: by bwz12 with SMTP id 12so3618140bwz.13 for ; Sun, 06 Mar 2011 12:30:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=Lm8fQp9ZCrrSAqvkMdMofW6+99+PijaSzKx4a9BUIWE=; b=MZSg5RB9GM8dVxk8k+6nFjpoael34hJWgSULVmISMILK5oLRxzMWEJV6UAGpgZ08EL 5LYwKjqE1Tcg7FWMlF2CM665NJcwJ7M3B+mDQyclGm0ciXKR3XbDMWYNxdToRZ8RJgBk ywdLMF+zmRQnfY0VRjubQoO+uNsT3twZGbWKU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=PpCmye6nNAnp37imR9nrhV7U7SFijw4JEIubmE+xP9sfdFBNPCfOW492YGg9xbSGUL O2mvvvS53YC5KGKwOFMuRRvIXDr+6VqYeQ+L4t1EHh803pnwDvxiF2V7GBgQBGIFA+Yx MpDQKWhgIqaG8SLTEaHtH42QC41G5YFdEPKkI= Received: by 10.204.20.136 with SMTP id f8mr2697226bkb.174.1299443433360; Sun, 06 Mar 2011 12:30:33 -0800 (PST) Received: from [192.168.1.102] (45.81.datacomsa.pl [195.34.81.45]) by mx.google.com with ESMTPS id w3sm1270088bkt.5.2011.03.06.12.30.31 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Mar 2011 12:30:32 -0800 (PST) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=iso-8859-2 From: =?iso-8859-2?Q?Edward_Tomasz_Napiera=B3a?= In-Reply-To: <4D73D20C.2010706@FreeBSD.org> Date: Sun, 6 Mar 2011 21:30:28 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20110227202957.GD1992@garage.freebsd.pl> <4D73098F.3000807@FreeBSD.org> <59D664AA-76C6-45C7-94CE-5AA63080368C@FreeBSD.org> <4D738DB0.1090603@FreeBSD.org> <4D739D96.5090705@FreeBSD.org> <4D73D20C.2010706@FreeBSD.org> To: Steve Wills X-Mailer: Apple Mail (2.1082) Cc: freebsd-fs@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: ACL issue (Was Re: HEADS UP: ZFSv28 is in!) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2011 20:30:35 -0000 Wiadomo=B6=E6 napisana przez Steve Wills w dniu 2011-03-06, o godz. = 19:27: > On 03/06/11 12:49, Edward Tomasz Napiera=B3a wrote: >>=20 >> The above looks like old-style, "canonical six" trivial ACL. Now, >> cp(1) shouldn't even try to copy the ACL in this case, since there >> is nothing to copy. So, for some reason, something failed between >> cp(1), acl_is_trivial_np(3) and the kernel. >>=20 >> What does "ls -al /usr/local/tinderbox/scripts/lib/buildscript" show? >=20 > It looks like: >=20 > - -rwxr-xr-x+ 1 root wheel 12547 Feb 1 21:21 > /usr/local/tinderbox/scripts/lib/buildscript r219272 introduced an error which made libc treat the "canonical six" ACLs as nontrivial. I backed it out; you need to rebuild libc. Sorry. -- If you cut off my head, what would I say? Me and my head, or me and my = body?