when executing from crontab this line:

*/1 * * * * (php '/var/aegir/drush/drush.php' --debug --root='/var/aegir/drupal-6.15' hosting dispatch > /var/aegir/log.txt)

I obtain the following errors

Drush bootstrap phase : _drush_bootstrap_drupal_root() [0.036 sec]   [bootstrap]
Loading drushrc "/var/aegir/drupal-6.15/drushrc.php" into "drupal"   [bootstrap]
scope. [0.036 sec]
Initialized Drupal 6.15 root directory at /var/aegir/drupal-6.15        [notice]
[0.048 sec]
Could not find a Drupal settings.php file at                         ^[[31m^[[1m[error]^[[0m
./sites/default/settings.php. [0.052 sec]
The command 'drush.php hosting dispatch' could not be found. [0.052  ^[[31m^[[1m[error]^[[0m
sec]

I had controlled more than one time the configuration, but it doesn't work, please help

Comments

d.sibaud’s picture

Status: Active » Fixed

fixed the automatically generated crontab line with the following:
*/1 * * * * (php '/var/aegir/drush/drush.php' hosting dispatch --root='/var/aegir/drupal-6.15' --uri='aegir.tourtools.it' > /dev/null)

Status: Fixed » Closed (fixed)

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