the permissions on /var/aegir/config is 711 this prevents bind from accessing and loading the required aegir provided files.
this is on centos with 1.4 and on ubuntu with 1.5
changing permissions to 755 works on ubuntu.
the permissions on /var/aegir/config is 711 this prevents bind from accessing and loading the required aegir provided files.
this is on centos with 1.4 and on ubuntu with 1.5
changing permissions to 755 works on ubuntu.
Comments
Comment #1
marafa commentedComment #2
steven jones commentedYes!
Need to confirm this is still a bug in the current version of Aegir, but yes, this is really annoying and should be a simple fix.
Comment #3
steven jones commentedRight, this is coming from
drush_provision_drupal_pre_provision_verify()so we need to review the permissions and decide if they are required to be 711 or can they be relaxed to 755?Comment #4
steven jones commentedActually I'm confused as to why 711 would stop bind being able to read a single file in that directory, it looks more like the issue is with the config/server_NAME/bind folders, and the same with apache.
Comment #5
steven jones commentedThis has been fixed in 6.x-2.x.
Comment #7
anarcat commented