Posted by pcambra on December 29, 2009 at 4:25pm
I think there is this step missing in the install documentation of Aegir 0.4-alpha3 (at least in the debian version)
sudo visudo
Add this line to the bottom:
aegir ALL=NOPASSWD: /usr/sbin/apache2ctl

Comments
yes, it's needed. The same,
yes, it's needed.
The same, for scripts, run with root provileges:
echo "aegir ALL=NOPASSWD: /usr/sbin/apache2ctl" >> /etc/sudoersIt's not missing, the
It's not missing, the instruction is given as part of the install profile tasks (i.e around when you start following the instructions at /install.php) . Specifically it is in the Web Server configuration step.
Ok so is not in the step by
Ok so is not in the step by step (http://drupalcode.org/viewvc/drupal/contributions/profiles/hostmaster/IN...) is really in the install.php instructions and I've missed it.