From owner-freebsd-current@FreeBSD.ORG Mon Oct 4 19:37:19 2010 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 9975B1065672 for ; Mon, 4 Oct 2010 19:37:19 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id E162A8FC14 for ; Mon, 4 Oct 2010 19:37:18 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id WAA10629; Mon, 04 Oct 2010 22:37:11 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1P2qqU-000NyC-RW; Mon, 04 Oct 2010 22:37:10 +0300 Message-ID: <4CAA2CE6.2020409@icyb.net.ua> Date: Mon, 04 Oct 2010 22:37:10 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.9) Gecko/20100918 Lightning/1.0b2 Thunderbird/3.1.4 MIME-Version: 1.0 To: Kevin Mai References: <2069590490.70039.1286220213689.JavaMail.root@mrelmx10.mrec.ar> In-Reply-To: <2069590490.70039.1286220213689.JavaMail.root@mrelmx10.mrec.ar> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-current Subject: Re: Issues after running make installworld 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: Mon, 04 Oct 2010 19:37:19 -0000 on 04/10/2010 22:23 Kevin Mai said the following: > I've just tried to do a make installworld DESTDIR=$jail1 where jail1='/var/lib/jail1' and I changed my mind. > > I tried to delete the folder but it seems somehow some ACLs got between. I'm doing this make as root: > > [root@mrefns09 /var/lib]# setfacl -k jail1/bin/rcp > setfacl: jail1/bin/rcp: acl_get_file() failed: Operation not supported > [root@mrefns09 /var/lib]# getfacl jail1/bin/rcp > # file: jail1/bin/rcp > # owner: root > # group: wheel > user::r-x > group::r-x > other::r-x > [root@mrefns09 /var/lib]# id > uid=0(root) gid=0(wheel) groups=0(wheel),5(operator),5551(Domain Admins) > > > I cannot change the ACL, nor delete the flag, even though I'm root. ls -l -o jail1/bin/rcp -- Andriy Gapon