new version can not install in VirtualBox machine.

Events happening in the community are now at Drupal community events on www.drupal.org.
rossy's picture

Hi, Every one,I have a question about the new release provision , now I just download the INSTALL.sh.txt file then run it , it can run successfully, but stopped when after downloaded jquery_ui , so I think the FQDN is not configurate correctly , I use the Virtual Box machine to test it , and use bridge to access to internet , the local ip address is 192.168.1.120 , so , the question is : whether I can install AEGIR in Virtual box machine ? if can , what should I do ? Thanks for any help.

ps : when FQDN shows , I entered a domain name like "ae3.mydomain.com" and mysql query can not find the host.
Then next time I entered localhost, and mysql query successfully.

Comments

Is there some body can help

rossy's picture

Is there some body can help me ?

the shell script also stop there when downloaded jquery_ui successfully.

I think you may need to

hadsie's picture

I think you may need to provide a more detailed error of what happened. What was the full output from the install script? "but stopped when after downloaded jquery_ui" isn't enough information.

I use virtualbox and aegir without a problem. I installed aegir in a new dev VM just a few days ago.

So , what is your FQDN ? I

rossy's picture

So , what is your FQDN ? I typed a intranet domain , the errors:

Do you really want to proceed with the install (y/n): y
The external command could not be executed due to an application [error]
error.
SQLSTATE[28000] [1045] Access denied for user [error]
'root'@'ae9.mydomain.biz' (using password: YES)
Drush command could not be completed.

and then next time I typed "localhost" , the shell script run but nothing display when show this:

Do you really want to proceed with the install (y/n): y

The domain name must resolve

skwashd's picture

The domain names you use must resolve on the database node and the aegir node. Ideally you will have them setup using DNS, but /etc/hosts entries will suffice.

then I delete all the files

rossy's picture

then I delete all the files in aegir directory, and try again:

==> Drush seems to be functioning properly
==> Installing provision backend in /var/aegir/.drush
Cloning into /var/aegir/.drush/provision...
remote: Counting objects: 7504, done.
remote: Compressing objects: 100% (4779/4779), done.
remote: Total 7504 (delta 5464), reused 3630 (delta 2660)
Receiving objects: 100% (7504/7504), 1.17 MiB | 200 KiB/s, done.
Resolving deltas: 100% (5464/5464), done.
==> Installing the frontend
load on system too heavy (5.18 5.12 5.11), aborting [error]
Drush command could not be completed. [error]

The answer is there

skwashd's picture

load on system too heavy (5.18 5.12 5.11), aborting [error]
Drush command could not be completed. [error]

The bolded line above is your answer. Drush won't run when the machine is under too much load, this is a safety mechanism. Is the VM swapping? I'd recommend allocating at least 1 full core and 512M of RAM to the Aegir VM.

Thank you for your

rossy's picture

Thank you for your response.

I create a new VM with 2GB RAM to run the shell script , enter the FQDN , and the password of mysql , then email address, finally the script download many modules untill jquery_ui, then it still stop there with no errors. Just stop there!

I can not run it successfully. I don't know what happend with this.

also in CentOS 5.5 . I am so sad with aegir now.

This is the list when run the

rossy's picture

This is the list when run the shell script.

[root@localhost aegir]# su -s /bin/sh aegir -c "sh install.sh.txt a6.mydomain.biz"
==> Installing drush in /var/aegir/
--2010-11-05 11:26:11-- http://ftp.drupal.org/files/projects/drush-6.x-3.3.tar.gz
Resolving ftp.drupal.org... 140.211.166.134
Connecting to ftp.drupal.org|140.211.166.134|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 174892 (171K) [application/x-gzip]
Saving to: `drush-6.x-3.3.tar.gz'

100%[======================================>] 174,892 136K/s in 1.3s

2010-11-05 11:26:13 (136 KB/s) - `drush-6.x-3.3.tar.gz' saved [174892/174892]

==> Drush seems to be functioning properly
==> Installing provision backend in /var/aegir//.drush
Cloning into /var/aegir//.drush/provision...
remote: Counting objects: 7512, done.
remote: Compressing objects: 100% (4787/4787), done.
remote: Total 7512 (delta 5470), reused 3630 (delta 2660)
Receiving objects: 100% (7512/7512), 1.17 MiB | 216 KiB/s, done.
Resolving deltas: 100% (5470/5470), done.
==> Installing the frontend

Aegir HEAD automated install script

Some settings have not been guessed and will now be prompted.
Don't worry: you will get to review those settings after the final install
Master server FQDN [localhost.localdomain]: localhost
MySQL privileged user ("root") password:
Admin user e-mail [you@example.com]: rluo@mydomain.biz

This script will operate the following changes in your system:

  1. Create server-level configuration directories
  2. Download drush_make
  3. Create the Hostmaster frontend platform
  4. Install the frontend site
  5. Setup the dispatcher (a user cron job)

We are making the following assumptions:
* you have read INSTALL.txt and prepared the platform accordingly
* you have your MySQL root credentials on hand
* the FQDN of this machine is valid and resolves
* you are executing this script as your "aegir" user

The following settings will be used:
Aegir frontend URL: a6.mydomain.biz
Master server: localhost
Aegir root: /var/aegir/
Aegir user: aegir
Web group: apache
Web server: apache
Aegir DB user: root
Aegir DB password:
Drush make version: 6.x-2.0-beta9
Aegir version: HEAD
Aegir platform path: /var/aegir//hostmaster-HEAD
Aegir makefile: /var/aegir//.drush/provision/aegir.make
Client email: rluo@mydomain.biz

Do you really want to proceed with the install (y/n): y
Project drush_make (6.x-2.0-beta9) downloaded to [success]
/var/aegir//.drush/drush_make.
Project information for drupal retrieved. [ok]
drupal downloaded from [ok]
http://ftp.drupal.org/files/projects/drupal-6.19.tar.gz.
hostmaster cloned from git://git.aegirproject.org/hostmaster.git. [ok]
Found makefile: hostmaster.make [ok]
Project information for admin_menu retrieved. [ok]
Project information for openidadmin retrieved. [ok]
Project information for install_profile_api retrieved. [ok]
Project information for jquery_ui retrieved. [ok]
Project information for modalframe retrieved. [ok]
admin_menu downloaded from [ok]
http://ftp.drupal.org/files/projects/admin_menu-6.x-1.6.tar.gz.
openidadmin downloaded from [ok]
http://ftp.drupal.org/files/projects/openidadmin-6.x-1.2.tar.gz.
install_profile_api downloaded from [ok]
http://ftp.drupal.org/files/projects/install_profile_api-6.x-2.1.tar.gz.
jquery_ui downloaded from [ok]
http://ftp.drupal.org/files/projects/jquery_ui-6.x-1.3.tar.gz.
modalframe downloaded from [ok]
http://ftp.drupal.org/files/projects/modalframe-6.x-1.6.tar.gz.
jquery_ui downloaded from [ok]
http://jquery-ui.googlecode.com/files/jquery.ui-1.6.zip.

it stop here. many times are the same thing.

More info

skwashd's picture

Can you please post the output of when you run php -i ?

Aegir hosting system

Group organizers

Group categories

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week