Posted by jacobson on August 6, 2010 at 2:58am
I have Aegir 0.4 alpha7 installed. I tried to do an upgrade to alpha9 and got hit with some errors about which I posted here. I then tried a fresh install and encountered essentially the same error. Here's the entire output of the install.sh.txt script:
me@server:/var/aegir$ sudo su -s /bin/bash aegir -c "sh install.sh.txt aegir.example.com"
==> Aegir automated install script
==> MySQL is listening on 24.172.126.91.
==> This script makes the following assumptions:
* you have read INSTALL.txt and prepared the platform accordingly
* you are running as your "aegir" user
Do you want to proceed with the install? [Y/n] y
==> Aegir will now generate a mysql super user password for you:
Username : aegir_root
Password : 2a666b04ac60cec429569a051aca3224
Hostname : localhost (24.172.126.91)
You will be asked to enter your mysql root user password now :
Enter password:
/usr/bin/drush
==> Drush is in the path, good
==> Drush seems to be functionning properly
==> Provision already seems to be installed
==> Installing the frontend
Provision configuration path /var/aegir/config/server_master does not[warning]
exist.
Backup path /var/aegir/backups does not exist. [warning]
Provision PHP configuration path /var/aegir/config/includes does not [warning]
exist.
Webserver custom configuration path [warning]
/var/aegir/config/server_master/apache/conf.d does not exist.
Webserver platform configuration path [warning]
/var/aegir/config/server_master/apache/platform.d does not exist.
Webserver virtual host configuration path [warning]
/var/aegir/config/server_master/apache/vhost.d does not exist.
Project information for drupal retrieved. [ok]
drupal downloaded from [ok]
http://ftp.drupal.org/files/projects/drupal-6.17.tar.gz.
hostmaster downloaded from [ok]
http://files.aegirproject.org/hostmaster-0.4-alpha9.tgz.
Found makefile: hostmaster.make [ok]
Project information for admin_menu 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.5.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.
Admin user e-mail [webmaster@localhost]: howard@silverdeer.com
Dummy connection failed to fail: mysql: Error reading file [error]
'UNOPENED' (Errcode: 11)
Dummy connection failed to fail: mysql: Error reading file [error]
'UNOPENED' (Errcode: 11)
Created aegirsilverdeerl database [success]
An error occurred at function : drush_db_pre_provision_install [error]
Dummy connection failed to fail: mysql: Error reading file [error]
'UNOPENED' (Errcode: 11)
Dummy connection failed to fail: mysql: Error reading file [error]
'UNOPENED' (Errcode: 11)
Could not find a Drupal settings.php file at [error]
./sites/default/settings.php.
An error occurred at function : [error]
drush_provision_drupal_provision_verify_validate
An error occurred at function : drush_provision_hostmaster_install [error]I seem to have a MySQL problem, but Aegir worked fine before I tried to upgrade to Alpha 9. Thanks for any help.
Comments
You have: Hostname :
You have:
Hostname : localhost (24.172.126.91)While I didn't test any install on my localhost, so I can be wrong, but IMO there should be your FQDN hostname and not just "localhost".
Your FQDN hostname can resolve to 127.0.0.1, but it should be a FQDN, probably.
Following up
I seem to have hit the same problem on Ubuntu 8.04.
Did you manage to get it sorted?
Alan
Following up.. too!
Same issue for me on a centOS server.
Any resolution?