Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2005 07:26:51 +0200
From:      =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To:        Brandon Fosdick <bfoz@bfoz.net>
Cc:        stable@freebsd.org
Subject:   Re: ACL not supported on 5.4?
Message-ID:  <42AA761B.5020909@cs.tu-berlin.de>
In-Reply-To: <42AA2B21.8040708@bfoz.net>
References:  <42AA2B21.8040708@bfoz.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello Brandon,

I get the same error messages if ACL are not enabled. I just want to 
make sure that you didn't overlook the part of the handbook where it 
says that you have to enable it.

Well, is ACL support enabled on the file system, i.e. does 'mount' show 
"acls" in the list of options?

   /dev/da0s1g on /home (ufs, local, soft-updates, acls)

If not then you should add 'acls' it in /etc/fstab

   /dev/da0s1g /home ufs rw,acls 2 2

or prefer

   tunefs -a enable /dev/da0s1g


By the way, the option -k won't work on non-directories at all, see also 
the manpage of setfacl.

Regards
Björn



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42AA761B.5020909>