I just downloaded Drupal 7 Alpha 4 and created a platform for it. The platform verified. I tried to create a site following the instructions in the Aegir documentation. The site creation fails with the following log:

  • Task starts processing
  • Running: /var/aegir/drush/drush.php --root='/var/aegir/platforms/drupal-7.0-alpha4' provision-install 'd7a4.silverdeerllc.com' --backend
  • The command could not be executed successfully (returned: Segmentation fault , code: 139)
  • An error occurred at function : drush_hosting_hosting_task
  • Changes for drush_hosting_hosting_task module have been rolled back.
  • Command dispatch complete
  • Peak memory usage was 11.38 MB

I got the same error with the minimal and standard installation profiles.

Comments

jacobson’s picture

I was able to circumvent this problem by creating a D7A4 site outside of Aegir and then importing the site.

Anonymous’s picture

I can't reproduce this. What version of Aegir components are you using? 0.4 alpha7?

Anonymous’s picture

Also, what version of PHP-cli etc?

Anonymous’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)
gtodax’s picture

I'm pretty sure I don't have the same cause of the error, but I receive very similar errors when attempting to create a Drupal 7 Alpha 4 site in Aegir 0.4 Alpha 6. Below are my version of PHP (on Xen virtual guest Debian 5.0) and the errors:

dev:/var/aegir# php -v
PHP 5.2.6-1+lenny8 with Suhosin-Patch 0.9.6.2 (cli) (built: Mar 14 2010 09:07:33)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
Drush bootstrap phase : _drush_bootstrap_drupal_site()
Initialized Drupal site d7.aegir.example.net at sites/d7.aegir.example.net
Including version specific file : /var/aegir/.drush/provision/platform/drupal/install_7.inc
Constant DRUPAL_ROOT already defined install.php:12
Constant MAINTENANCE_MODE already defined install.php:17
Drush command could not be completed.
An error occurred at function : drush_hosting_hosting_task
Changes for drush_hosting_hosting_task module have been rolled back.
Command dispatch complete
Peak memory usage was 18.61 MB
Anonymous’s picture

Drupal 7 provisioning was broken in Alpha6. Upgrade to 0.4alpha7.

adrian’s picture

Status: Postponed (maintainer needs more info) » Fixed

Installs were working of d7 alpha 5 and HEAD when i tested just now.

closing.

Status: Fixed » Closed (fixed)

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

pindaman’s picture

Title: Drupal 7 Alpha 4 Provisioning Broken? » Drupal 7 (platform) Provisioning Broken?

I have maybe the sam problem
upgraded wirh the updated script to version 1.2
Created a new drupal 7 platform.
I can not create sites on this platform, because of an error (see below)
Drupal 6 platform sites are no problem

Running: /home/aegir/drush/drush.php --client_email='info@site.nl' @www.site.nl provision-install-backend --backend 2>&1
notice --> Undefined offset: 1 backend.inc:163
notice --> Undefined variable: output backend.inc:170
---then error occurs---

The command could not be executed successfully (returned: sh: line 1: 22775 Segmentation fault /home/aegir/drush/drush.php --client_email='info@site.nl' @www.site.nl provision-install-backend --backend 2>&1 , code: 139)
Drush was not able to start (bootstrap) the Drupal database. Hint: This error often occurs when Drush is trying to bootstrap a site that has not been installed or does not have a configured database. Drush was attempting to connect to : Drupal version : 7.4 Site URI : etc etc...

any help is appreciated
thanks