Closed (fixed)
Project:
Hostmaster (Aegir)
Version:
6.x-0.4-alpha3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2009 at 01:48 UTC
Updated:
23 Dec 2009 at 03:20 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedAre you sure that the command to restart the web server, as seen from the Hostmaster system, is correct?
Hint: look at the Restart Command on your web server node. Typically /node/3/edit
On my system it is
sudo /usr/sbin/apache2ctl graceful. Ensure it matches the one you're running from the commandline that works.What OS is this too?
On CentOS apparently one needs to comment out this line in sudoers
Defaults requirettyComment #2
starbow commented@mig5: Thanks!
Yep, I am running on CentOS, and that is exactly my problem.
I use visudo to add:
Default:aegir !requiretty
And now it works fine.
I have opened an issue to improve the error reporting: http://drupal.org/node/654610
Comment #3
Anonymous (not verified) commented