mig5 tried to help me but we were unable to resolve, here is output from doing things on cli:
http://pastebin.com/MRE5yEy3

Comments

realityloop’s picture

Using Drush 4.4 in case it helps.

Also, creating D6 sites is working

realityloop’s picture

drush alias file:

<?php
$aliases['cdn.realityloop.com'] = array (
  'context_type' => 'site',
  'platform' => '@platform_Drupal78',
  'server' => '@server_master',
  'db_server' => '@server_master',
  'uri' => 'cdn.realityloop.com',
  'root' => '/var/aegir/platforms/drupal-7.8',
  'site_path' => '/var/aegir/platforms/drupal-7.8/sites/cdn.realityloop.com',
  'site_enabled' => true,
  'language' => 'en',
  'client_name' => 'admin@realityloop.com',
  'aliases' =>
  array (
  ),
  'redirection' => false,
  'cron_key' => '',
  'profile' => 'standard',
);

One created yesterday via GUI before updating to aegir 1.4 (this one is working)

<?php
$aliases['socialemploymentforum2011.org'] = array (
  'context_type' => 'site',
  'platform' => '@platform_Drupal78',
  'server' => '@server_master',
  'db_server' => '@server_master',
  'uri' => 'socialemploymentforum2011.org',
  'root' => '/var/aegir/platforms/drupal-7.8',
  'site_path' => '/var/aegir/platforms/drupal-7.8/sites/socialemploymentforum2011.org',
  'site_enabled' => true,
  'language' => 'en',
  'client_email' => 'admin@realityloop.com',
  'aliases' =>
  array (
    0 => 'socialemploymentforum2011.info',
    1 => 'www.socialemploymentforum2011.info',
    2 => 'www.socialemploymentforum2011.org',
  ),
  'redirection' => '1',
  'profile' => 'standard',
);

Note: client_email vs client_name

anarcat’s picture

Status: Active » Postponed (maintainer needs more info)

The task log you have provided is a very specific way to create a site, what do you get from the frontend?

If the frontend work, maybe it's just some bug in the hosting-import functionality... trying to clarify the core of the issue here! :)

At least at the very end of the backtrace, it looks like you're tripping over the deprecation notice (that fails to display) from hosting_get_client_by_email() - I think this may be the cause of your issue.

Try to create the site with --client_name=admin or some client name (internal) that exists in the frontend.

realityloop’s picture

Status: Postponed (maintainer needs more info) » Active

Frontend also fails, the method above was mig5 trying to help me troubleshoot it.

anarcat’s picture

can you provide the log for the frontend failure?

stevesmename’s picture

Debian
MySQL 5.0.51a
Memory limit: 512M
PHP 5.2.6-1+lenny13
Hostmaster 1.4
Provision 1.4
Drush 4.5

Same problem: Can create 6.x sites no problem but not 7.x (7.8 in particular)

-- here is the log from the frontend failure:

Changed permissions of /var/aegir/.drush/vzbc1.azmenu.com.alias.drushrc.php to 400
Command dispatch complete
Peak memory usage was 10.17 MB
Running: /var/aegir/drush/drush.php @vzbc1.azmenu.com provision-install --backend 2>&1
The external command could not be executed due to an application error.
Bootstrap to phase 0.
Drush bootstrap phase : _drush_bootstrap_drush()
Load alias @vzbc1.azmenu.com
apache on azmenu has been restarted
Cleared all caches
Rebuilt node type cache
Rebuilt code registry
Rebuilt theme cache
Rebuilt menu cache
Found install profile commerce_kickstart
Found install profile minimal
Found install profile testing
Found install profile standard
Drush command terminated abnormally due to an unrecoverable error. Error: Class 'Helper module for CronRunTestCase' not found in /var/aegir/.drush/provision/platform/drupal/packages_7.inc, line 97
Output from failed command : Fatal error: Class 'Helper module for CronRunTestCase' not found in /var/aegir/.drush/provision/platform/drupal/packages_7.inc on line 97
Undefined property: stdClass::$task_args hosting_task.module:572
Command dispatch complete
Peak memory usage was 24.69 MB
stevesmename’s picture

The following fix worked for me: http://drupal.org/node/1266484#comment-4934190

steven jones’s picture

Status: Active » Closed (duplicate)

Yeah, this issue is a duplicate of: #1266484: Cannot verify Drupal 7.8 with PHP 5.2.

Now that we have anarcat back, and our tests are all green, we should roll a 1.5 release.

steven jones’s picture

Status: Closed (duplicate) » Active

Sorry, realityloop's error looks to be different.

steven jones’s picture

Title: Unable o create Drupal 7.8 sites » Unable to create Drupal 7.8 sites
realityloop’s picture

example from front end:

Task starts processing
Running: /var/aegir/drush/drush.php --uri='changed.net' provision-save '@changed.net' --backend 2>&1
Bootstrap to phase 0.
Drush bootstrap phase : _drush_bootstrap_drush()
Bootstrap to phase 0.
Found command: provision-save (commandfile=provision)
Initializing drush commandfile: drush_make
Initializing drush commandfile: drush_make_d_o
Initializing drush commandfile: provision
Load alias @self
Load alias @server_master
Loading mysql driver for the db service
Loading apache driver for the http service
Load alias @platform_Drupal78
Initializing drush commandfile: user
Load alias @changed.net
Template loaded: /var/aegir/.drush/provision/provision_drushrc_alias.tpl.php
Generated config Drush configuration file
Changed permissions of /var/aegir/.drush/changed.net.alias.drushrc.php to 400
Command dispatch complete
Peak memory usage was 5.88 MB
Running: /var/aegir/drush/drush.php @changed.net provision-install --backend 2>&1
Bootstrap to phase 0.
Drush bootstrap phase : _drush_bootstrap_drush()
Load alias @changed.net
Bootstrap to phase 1.
Drush bootstrap phase : _drush_bootstrap_drupal_root()
Loading drushrc "/var/aegir/platforms/drupal-7.8/drushrc.php" into "drupal" scope.
Initialized Drupal 7.8 root directory at /var/aegir/platforms/drupal-7.8
Found command: provision-install (commandfile=provision)
Initializing drush commandfile: drush_make
Initializing drush commandfile: drush_make_d_o
Initializing drush commandfile: provision
Load alias @server_master
Loading mysql driver for the db service
Loading apache driver for the http service
Load alias @platform_Drupal78
Initializing drush commandfile: user
Including /var/aegir/.drush/provision/db/install.provision.inc
Including /var/aegir/.drush/provision/dns/install.provision.inc
Including /var/aegir/.drush/provision/example/install.provision.inc
Including /var/aegir/.drush/provision/http/install.provision.inc
Including /var/aegir/.drush/provision/platform/install.provision.inc
Granting privileges to changednet@aegir.realityloop.com on changednet
Created changednet database
Created sites/changed.net
Changed permissions of sites/changed.net to 755
Created sites/changed.net/themes
Changed permissions of sites/changed.net/themes to 2775
Created sites/changed.net/modules
Changed permissions of sites/changed.net/modules to 2775
Created sites/changed.net/libraries
Changed permissions of sites/changed.net/libraries to 2775
Created sites/changed.net/files
Changed permissions of sites/changed.net/files to 2770
Created sites/changed.net/files/tmp
Changed permissions of sites/changed.net/files/tmp to 2770
Created sites/changed.net/files/images
Changed permissions of sites/changed.net/files/images to 2770
Created sites/changed.net/files/pictures
Changed permissions of sites/changed.net/files/pictures to 2770
Created sites/changed.net/files/css
Changed permissions of sites/changed.net/files/css to 2770
Created sites/changed.net/files/js
Changed permissions of sites/changed.net/files/js to 2770
Created sites/changed.net/files/ctools
Changed permissions of sites/changed.net/files/ctools to 2770
Created sites/changed.net/files/imagecache
Changed permissions of sites/changed.net/files/imagecache to 2770
Created sites/changed.net/files/locations
Changed permissions of sites/changed.net/files/locations to 2770
Created sites/changed.net/private
Changed permissions of sites/changed.net/private to 2770
Created sites/changed.net/private/files
Changed permissions of sites/changed.net/private/files to 2770
Created sites/changed.net/private/temp
Changed permissions of sites/changed.net/private/temp to 2770
Changed group ownership of sites/changed.net/files to www-data
Changed group ownership of sites/changed.net/files/tmp to www-data
Changed group ownership of sites/changed.net/files/images to www-data
Changed group ownership of sites/changed.net/files/pictures to www-data
Changed group ownership of sites/changed.net/files/css to www-data
Changed group ownership of sites/changed.net/files/js to www-data
Changed group ownership of sites/changed.net/files/ctools to www-data
Changed group ownership of sites/changed.net/files/imagecache to www-data
Changed group ownership of sites/changed.net/files/locations to www-data
Changed group ownership of sites/changed.net/private to www-data
Changed group ownership of sites/changed.net/private/files to www-data
Changed group ownership of sites/changed.net/private/temp to www-data
has no site config file
Template loaded: /var/aegir/.drush/provision/http/apache/vhost.tpl.php
Generated config virtual host configuration file
Template loaded: /var/aegir/.drush/provision/platform/provision_drupal_settings.tpl.php
Generated config Drupal settings.php file
Changed permissions of /var/aegir/platforms/drupal-7.8/sites/changed.net/settings.php to 440
Change group ownership of /var/aegir/platforms/drupal-7.8/sites/changed.net/settings.php to www-data
Template loaded: /var/aegir/.drush/provision/provision_drushrc_site.tpl.php
Generated config Site Drush configuration file
Changed permissions of /var/aegir/platforms/drupal-7.8/sites/changed.net/drushrc.php to 400
Drush bootstrap phase : _drush_bootstrap_drupal_site()
Initialized Drupal site changed.net at sites/changed.net
Loading drushrc "/var/aegir/platforms/drupal-7.8/sites/changed.net/drushrc.php" into "site" scope.
Running: /var/aegir/drush/drush.php --client_email='admin@email.com' @changed.net provision-install-backend --backend 2>&1
Undefined offset: 1 backend.inc:163
Undefined variable: output backend.inc:170
The command could not be executed successfully (returned: sh: line 1: 12917 Segmentation fault /var/aegir/drush/drush.php --client_email='admin@email.com' @changed.net provision-install-backend --backend 2>&1 , code: 139)
Drush was not able to start (bootstrap) the Drupal database. Hint: This err... (Expand)
Template loaded: /var/aegir/.drush/provision/platform/provision_drupal_sites.tpl.php
Generated config Drupal sites.php file
Changed permissions of /var/aegir/platforms/drupal-7.8/sites/sites.php to 644
Changes made in drush_http_provision_install have been rolled back.
has no site config file
Changes made in drush_example_provision_install have been rolled back.
Deleting /var/aegir/platforms/drupal-7.8/sites/changed.net/modules directory successful.
Deleting /var/aegir/platforms/drupal-7.8/sites/changed.net/files/imagecache directory successful.
Deleting /var/aegir/platforms/drupal-7.8/sites/changed.net/files/images directory successful.
Deleting /var/aegir/platforms/drupal-7.8/sites/changed.net/files/styles directory successful.
Deleting /var/aegir/platforms/drupal-7.8/sites/changed.net/files/locations directory successful.
Deleting /var/aegir/platforms/drupal-7.8/sites/changed.net/files/css directory successful.
Deleting /var/aegir/platforms/drupal-7.8/sites/changed.net/files/pictures directory successful.
Deleting /var/aegir/platforms/drupal-7.8/sites/changed.net/files/ctools directory successful.
Deleting /var/aegir/platforms/drupal-7.8/sites/changed.net/files/js directory successful.
Deleting /var/aegir/platforms/drupal-7.8/sites/changed.net/files/tmp directory successful.
Deleting /var/aegir/platforms/drupal-7.8/sites/changed.net/files directory successful.
Deleting /var/aegir/platforms/drupal-7.8/sites/changed.net/libraries directory successful.
Deleting /var/aegir/platforms/drupal-7.8/sites/changed.net/private/files directory successful.
Deleting /var/aegir/platforms/drupal-7.8/sites/changed.net/private/temp directory successful.
Deleting /var/aegir/platforms/drupal-7.8/sites/changed.net/private directory successful.
Deleting /var/aegir/platforms/drupal-7.8/sites/changed.net/themes directory successful.
Deleting /var/aegir/platforms/drupal-7.8/sites/changed.net directory successful.
Changes made in drush_provision_drupal_pre_provision_install have been rolled back.
Dropping database changednet
Revoking privileges of changednet@aegir.realityloop.com from changednet
Changes made in drush_db_pre_provision_install have been rolled back.
Command dispatch complete
Peak memory usage was 7.51 MB
Command dispatch complete
Peak memory usage was 15.21 MB
steven jones’s picture

@realityloop, could you try drush 4.5? Not sure what that might change though :(

Anonymous’s picture

Status: Active » Postponed (maintainer needs more info)

Not reproducing this.. we'll wait for more info, but i suspect a drush alias is mangled somewhere

Anonymous’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)