During the install, we have a dialog at the end that shows the status of the platform verification task that's supposed to get executed when you run hosting setup. In my HEAD install here, such a task never gets created, even though the platform node gets created.

mysql> select * from hosting_task;
Empty set (0.00 sec)

mysql> select * from hosting_task_log;
Empty set (0.00 sec)

mysql> select * from hosting_platform;
+-----+-----+----------------------------+------------+------------+----------+
| vid | nid | publish_path               | web_server | release_id | verified |
+-----+-----+----------------------------+------------+------------+----------+
|   5 |   5 | /var/aegir/hostmaster-HEAD |          3 |          0 |        0 | 
+-----+-----+----------------------------+------------+------------+----------+
1 row in set (0.00 sec)
[aegir@cl-t040-102cl hostmaster-HEAD]$ php /var/aegir/drush/drush.php --uri=http://aegir.hahaha.com hosting setup --debug
Drush bootstrap phase : _drush_bootstrap_drupal_root() [0.03 sec]    [bootstrap]
Initialized Drupal 6.14 root directory at /var/aegir/hostmaster-HEAD    [notice]
[0.038 sec]
Drush bootstrap phase : _drush_bootstrap_drupal_site() [0.04 sec]    [bootstrap]
Initialized Drupal site aegir.hahaha.com at sites/aegir.hahaha.com      [notice]
[0.04 sec]
Drush bootstrap phase : _drush_bootstrap_drupal_configuration()      [bootstrap]
[0.042 sec]
Drush bootstrap phase : _drush_bootstrap_drupal_database() [0.047    [bootstrap]
sec]
Successfully connected to the Drupal database. [0.047 sec]           [bootstrap]
Drush bootstrap phase : _drush_bootstrap_drupal_full() [0.053 sec]   [bootstrap]
Including non-version specific file :                                   [notice]
/var/aegir/drush/commands/core/drupal/environment.inc [0.13 sec]
Drush bootstrap phase : _drush_bootstrap_drupal_login() [0.176 sec]  [bootstrap]
Found command: hosting setup [0.179 sec]                             [bootstrap]
This command will replace your crontab for this user. continue? (y/n): y
php '/var/aegir/drush/drush.php' hosting dispatch --root='/var/aegir/hostmaster-HEAD' --uri='http://aegir.hahaha.com'
Dispatch command was run successfully [5.853 sec]                    [success]
message [5.897 sec]                                                  [No existing crontab was found]
Notice [5.909 sec]                                                   [Installed hosting dispatch cron entry to run every minute]
Command dispatch complete [5.909 sec]                                   [notice]
Timer 'page' is  5.867 sec. [5.909 sec]                                  [timer]

Comments

adrian’s picture

Status: Active » Fixed

this was a side effect of a patch i committed earlier.

http://drupal.org/node/566410

i have reverted it.

Status: Fixed » Closed (fixed)

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