Re: setfacl requirements?

2002-12-05 Thread Robert Watson
On Thu, 5 Dec 2002, kai ouyang wrote: > Hi, everybody, > >From Robert N M Watson > >(1) UFS_ACL isn't enabled > Yes, I am sure that in my kernel config: > options UFS_ACL > options UFS_EXTATTR > options UFS_EXTATTR_AUTOSTART Ok, looks good. > >(2) Extended attributes aren't available on the fil

Re: setfacl requirements?

2002-12-04 Thread kai ouyang
Hi, everybody, From Robert N M Watson (1) UFS_ACL isn't enabled Yes, I am sure that in my kernel config: options UFS_ACL options UFS_EXTATTR options UFS_EXTATTR_AUTOSTART (2) Extended attributes aren't available on the file system (shouldn't happen for UFS2, but might happen for UFS1 if you d

Re: setfacl requirements?

2002-11-08 Thread Robert Watson
On Fri, 8 Nov 2002, Dan Pelleg wrote: > I'm trying to use setfacl - just the example that's in the manpage. All > I ever get is: setfacl: acl_get_file() failed: Operation not supported This error generally results from three cases: (1) UFS_ACL isn't enabled (2) Extended attributes aren't avail

Re: setfacl requirements?

2002-11-08 Thread Dan Pelleg
Chris Faulhaber writes: > On Fri, Nov 08, 2002 at 09:38:17AM -0500, Dan Pelleg wrote: > > > > > > I'm trying to use setfacl - just the example that's in the manpage. All I > > ever get is: > > setfacl: acl_get_file() failed: Operation not supported > > > > getfacl seems to work fwiw.

Re: setfacl requirements?

2002-11-08 Thread Chris Faulhaber
On Fri, Nov 08, 2002 at 09:38:17AM -0500, Dan Pelleg wrote: > > > I'm trying to use setfacl - just the example that's in the manpage. All I > ever get is: > setfacl: acl_get_file() failed: Operation not supported > > getfacl seems to work fwiw. > > Same results on UFS and UFS2 filesystems. I