From owner-freebsd-questions@FreeBSD.ORG Sat Nov 27 14:32:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D836F16A4CE for ; Sat, 27 Nov 2004 14:32:18 +0000 (GMT) Received: from jeremino.homeunix.net (jeremino.xs4all.nl [80.126.224.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F8A143D1F for ; Sat, 27 Nov 2004 14:32:18 +0000 (GMT) (envelope-from kees@jeremino.homeunix.net) Received: from jeremina.homeunix.net ([10.0.0.5]) by jeremino.homeunix.net with smtp (Exim 4.42) id 1CY3cW-000B78-SJ; Sat, 27 Nov 2004 15:32:16 +0100 From: Kees Plonsz To: Adam Stroud , freebsd-questions@freebsd.org Date: Sat, 27 Nov 2004 15:32:15 +0100 References: Lines: 29 Organization: Chaotic User-Agent: KNode/0.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Message-Id: <20041127143218.7F8A143D1F@mx1.FreeBSD.org> Subject: Re: ACL and tunefs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Nov 2004 14:32:19 -0000 Adam Stroud wrote: > Kees: > > You were right, I did not umount the filesystem first, I dropped into > single user mode and I thought that did unmount the filesystem. When I > booted the machine into single the tunefs command seemed to work OK. > > However, I still dont get a "+" when I do a long listing of a file and > the handbook says I should see one. Does this mean that things did not > take? > Check if your acl-option is working with "mount" ( no parameters ) It should give somthing like: /dev/ad1s1g on /mnt (ufs, local, soft-updates, acls) Then give the setfacl command on a file: setfacl -m u::rwx,g:mail:rw file Now you must have a + sign with the "ls -la" command. I got error messages when I disabled or enabled acl on a not-empty filesystem and made a directory listing.