Hi! On Feb 13, 2008 5:20 AM, David Paleino <[EMAIL PROTECTED]> wrote: > SSHing, and checking, here's what happened: > > $ ls -lah bugs.php ddtp.php > -rw-rw-r--+ 1 naoliv debian-med 37K 2008-02-13 08:20 bugs.php > -rw-rw-r--+ 1 naoliv debian-med 160K 2008-02-13 08:20 ddtp.php > $ > > What's the meaning of that "+" at the end of the rwx* sequence? I suspect > that's the cause :(.
It's ACL. > Nelson, would you fix that? :) I am not the guilty this time! Ha! :-P See: <naoliv> "drwxrwsr-x+ 9 scm-gforge debian-med 4096 2008-02-10 23:49 htdocs" Can this "+" (ACL) cause any troubles? <naoliv> BTW, how can I remove (or request to remove) this ACL, since I don't have permission to? <naoliv> buxy, please? :-) <sgran> naoliv: why is an acl a problem? <naoliv> sgran, I don't know why, but /var/lib/gforge/chroot/home/groups/debian-med/htdocs is with an ACL. Files created inside this dir also have ACL. It seems that other users can't copy the files with ACL. <naoliv> See here: http://lists.debian.org/debian-med/2008/02/msg00144.html <buxy> naoliv: I'm afraid your diagnostic is wrong, ACL grant suppementary rights <buxy> (in that case at least) <naoliv> buxy, So what could be the problem? Why is this dir with ACL? <buxy> what probably happened is that david was not member of debian-med, possibly due some NSS/nscd temporary problems <buxy> naoliv: because ACL avoid troubles with bad umask... <buxy> check "getfacl /var/lib/gforge/chroot/home/groups/debian-med/htdocs/" <buxy> by granting right to the whole group even when the files/dirs end up as 644/755 <naoliv> buxy, So it seems that things are OK and probably on his next try, it will works without problems, right? <sgran> I would think so <naoliv> Right. Thank you very much for your attention! Best regards, Nelson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

