I followed the instructions as best as I could. I detailed them here: http://community.aegirproject.org/node/526

I believe there was a step at enabling ACLs that I missed. That is, I don't know what changes to make in /etc/fstab.

Either way, everything seemed to work, up to and including:

setting group ACL read access to devs on drushrc.php and settings.php files
setting group ACL read/write access to devs on modules,themes,libraries,files,private

But, when I cd into the site's modules or themes folders I can't create files:

socrates32@ergonlogic:/var/aegir/platforms/muni-test/sites/test1.ergonlogic.xen.prgmr.com/themes$ touch ./test.txt
touch: cannot touch `./test.txt': Permission denied

Comments

anarcat’s picture

Status: Active » Postponed (maintainer needs more info)

What are the permissions on the themes directory? Run:

ls -dal /var/aegir/platforms/muni-test/sites/test1.ergonlogic.xen.prgmr.com/themes
getfacl /var/aegir/platforms/muni-test/sites/test1.ergonlogic.xen.prgmr.com/themes

What groups are you a member of? Run:

groups

Does test.txt exist? Run:

getfacl test.txt
Robin Millette’s picture

subbing

anarcat’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

please try again with latest release and/or provide the required command output.