When installing Aegir 0.4-beta2 on FreeBSD (7.3 Stable), running the platform-agnostic install.sh script, the script unfortunately chooses the wrong web_group ('nogroup') for Apache.

On FreeBSD, Apache2 installed from ports runs default as user/group "www". In the $common_groups array in provision.drush.inc this option is missing. The script seems to fall back to web_group option 'nogroup' and the changing of directory and file permissions fails. By adding group 'www' to the array this is fixed, as shown in the attached patch.

CommentFileSizeAuthor
provision_web_group_www.patch582 bytesexnihilo
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Anonymous’s picture

Status: Needs review » Fixed

Patches should be against our Git repos, we haven't used CVS in over 12 months. (I admit this is not obvious)

But the patch is trivial so I applied it, thanks very much!!

exnihilo’s picture

OK, thank you. I´ll go for the Git repos next time.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit b56cea1 on prod-koumbit, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-subdir-multiserver, 6.x-2.x-backports, dev-helmo-3.x by mig5:
    #1058650 by exnihilo - add www group to web groups for FreeBSD ports...