Installing aegir HEAD fails to verify the first platform. The error is "cannot connect to master database server".

This may be a duplicate of #486934: broken IPC communication on Drupal 6 (AKA "welcome email not being sent")

Comments

Anonymous’s picture

Do you have anything in hosting_db_server table?

anarcat’s picture

Yes. The line is there, and it's passed through --master-db-url in the provision command when ran with hosting task 6 --debug.

It's the damn IPC issue. I'm keeping this opened in case someone else see the same issue (someone surely will).

anarcat’s picture

Title: Cannot verify first platform » Cannot verify first platform when master password has a pound
Priority: Critical » Normal
Status: Active » Needs work

I see the problem: when the password has a pound sign (#) it's considered as a "fragment" by parse_url()

anarcat’s picture

Status: Needs work » Fixed

Fix in ed51940

Status: Fixed » Closed (fixed)

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

  • Commit 686c2a2 on 599758_edit_main_site, dev-dns, dev-features, dev-headless_install, dev-log_directory, dev-migrate_aliases, dev-multiserver-install, dev-newsiteform, dev-nginx, dev-platform_management, dev-ports, dev-purgebackup, dev-relationships, dev-restore, dev-server_nodetype, dev-services, dev-site_rename, dev-ssl, dev_dns, prod-koumbit, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-588728-views-integration, dev-1403208-new_roles, dev-helmo-3.x by anarcat:
    #659682 - urlencode the parts of the db url so that special characters...

  • Commit 686c2a2 on 599758_edit_main_site, dev-dns, dev-features, dev-headless_install, dev-log_directory, dev-migrate_aliases, dev-multiserver-install, dev-newsiteform, dev-nginx, dev-platform_management, dev-ports, dev-purgebackup, dev-relationships, dev-restore, dev-server_nodetype, dev-services, dev-site_rename, dev-ssl, dev_dns, prod-koumbit, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-588728-views-integration, dev-1403208-new_roles, dev-helmo-3.x by anarcat:
    #659682 - urlencode the parts of the db url so that special characters...