From owner-freebsd-current Wed Mar 28 3:24:48 2001 Delivered-To: freebsd-current@freebsd.org Received: from rbn-gw.bgtu.debryansk.ru (rbn-gw.bgtu.debryansk.ru [62.76.89.2]) by hub.freebsd.org (Postfix) with ESMTP id 589D537B71A; Wed, 28 Mar 2001 03:24:17 -0800 (PST) (envelope-from kapr@acm.org) Received: from server.bitmcnit.bryansk.su (root@bitmcnit.bryansk.su [192.168.121.2]) by rbn-gw.bgtu.debryansk.ru (8.11.2/8.11.2) with ESMTP id f2SBN8310470; Wed, 28 Mar 2001 15:23:08 +0400 Received: (from uucp@localhost) by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id PAA21093; Wed, 28 Mar 2001 15:14:32 +0400 Received: (from alex@localhost) by kapran.bitmcnit.bryansk.su (8.11.3/8.11.3) id f2S4eYp01206; Wed, 28 Mar 2001 08:40:35 +0400 (MSD) (envelope-from kapr@acm.org) X-Authentication-Warning: kapran.bitmcnit.bryansk.su: alex set sender to kapr@acm.org using -f Date: Wed, 28 Mar 2001 08:40:28 +0400 From: Alex Kapranoff To: Robert Watson Cc: freebsd-current@FreeBSD.ORG Subject: Re: ACL support in 5.0-CURRENT (was: cvs commit: src/sys/conf files options src/sys/ufs/ufs acl.h ufs_acl.c ufs_vnops.c (fwd)) Message-ID: <20010328084026.A894@kapran.bitmcnit.bryansk.su> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from rwatson@FreeBSD.ORG on Tue, Mar 27, 2001 at 02:14:38PM -0500 X-Operating-System: FreeBSD 5.0-CURRENT i386 Organization: Internal Mongolia Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Mar 27, 2001 at 02:14:38PM -0500, Robert Watson wrote: > After the EA backing files are initialized, you can manually start the > EA's on the file system, or if UFS_EXTATTR_AUTOSTART is enabled, simply > remount the file systems, or reboot the system. To manually start and > enable the attributes for the root file system, do the following: > > extattrctl start / > extattrctl enable / posix1e.acl_access /.attribute/system/posix1e.acl_access > extattrctl enable / posix1e.acl_default /.attribute/system/posix1e.acl_default When I did this several days ago, I had to actually issue: extattrctl enable / system posix1e.acl_access /.attribute/system/posix1e.acl_access extattrctl enable / system posix1e.acl_default /.attribute/system/posix1e.acl_default ^^^^^^ Note namespace argument. Your directions in RAEDME probably got out of sync with `extattrctl' implementaion which now requires attrnamesspace argument. Manpage is accurate though. -- Alex Kapranoff, Voice: +7(0832)791845 We've lived 12 weeks in the brand new millenium... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message