From: "J. Bruce Fields" <bfields@fieldses.org>
To: Nico Schottelius <nico-kernel@schottelius.org>,
LKML <linux-kernel@vger.kernel.org>,
Daniel Aubry <kernel-acl@spam.kicks-ass.net>
Subject: Re: ACL Problem
Date: Fri, 2 Dec 2005 11:59:23 -0500 [thread overview]
Message-ID: <20051202165923.GA20542@fieldses.org> (raw)
In-Reply-To: <20051202164047.GN32690@schottelius.org>
On Fri, Dec 02, 2005 at 05:40:47PM +0100, Nico Schottelius wrote:
> Hello!
>
> I've problems settings ACLs on differnt hosts:
>
> - ext3 does not work anywhere, error as in not supported ACLs
> - reiserfs does not work either (does in support acls anyway?)
> - jfs with ACLs works fine, jfs without ACLs behaves correctly not beeing able to
> set them
> - On xfs it works everwhere
>
> Here's the output of those machines:
>
> -----------------------------Host1: srsyg01-------------------------------------
> srsyg01:/home/server/git# setfacl -R -m g:lw1:rwx walderlift-db-verifizieren.git/description
> setfacl: walderlift-db-verifizieren.git/description: Operation not supported
> srsyg01:/home/server/git# uname -a
> Linux srsyg01 2.6.12xenU #7 Sun Nov 6 13:54:56 CET 2005 i686 GNU/Linux
> srsyg01:/home/server/git# zcat /proc/config.gz | grep ACL
> CONFIG_EXT2_FS_POSIX_ACL=y
> CONFIG_EXT3_FS_POSIX_ACL=y
> CONFIG_FS_POSIX_ACL=y
> srsyg01:/home/server/git# mount | grep /home
> /dev/sdb1 on /home type ext3 (rw)
You probably just need to do something like
mount -oremount,acl /home
I can't figure out where this is documented, though.
--b.
next prev parent reply other threads:[~2005-12-02 16:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-02 16:40 ACL Problem Nico Schottelius
2005-12-02 16:59 ` J. Bruce Fields [this message]
2005-12-02 17:34 ` Paul Rolland
2005-12-02 17:42 ` J. Bruce Fields
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051202165923.GA20542@fieldses.org \
--to=bfields@fieldses.org \
--cc=kernel-acl@spam.kicks-ass.net \
--cc=linux-kernel@vger.kernel.org \
--cc=nico-kernel@schottelius.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.