sudo apt-get install aegir3

It gets stuck here with nothing in the logs:
Platforms ownership of /var/aegir/platforms has been changed to aegir. [success]
Platforms permissions of /var/aegir/platforms have been changed to 755. [success]
Platforms path /var/aegir/platforms is writable. [success]

Comments

helmo’s picture

Ubuntu 14.04?

I tried myself ang got some output....

'drush' cache was cleared.                                                                                                                                                                               [success]  
The drush command '@hostmaster status' could not be found.  Run `drush cache-clear drush` to clear the commandfile cache if you have installed new extensions.                                           [error]
A Drupal installation directory could not be found                                                                                                                                                       [error]
The drush command '@hostmaster status' could not be found.  Run `drush cache-clear drush` to clear the commandfile cache if you have installed new extensions.                                           [error]
A Drupal installation directory could not be found                                                                                                                                                       [error]
Aegir frontend (@hostmaster) site detected in 
readlink: missing operand
Try 'readlink --help' for more information.

The last two lines we added to the debian/aegir3-hostmaster.postinst script... to fix the upgrade from aegir2 packages :(

Working on a fix...

helmo’s picture

Status: Active » Fixed

Fixed it with this commit in provision: http://cgit.drupalcode.org/provision/commit/?id=2819fb9

Changing 'stable' to 'unstable' in your sources.list should get you the fix.

helmo’s picture

An updated package is now in the stable repo. Version 7.x-3.0.1

Thomas Bosviel’s picture

Works great! Thanks :)

SocialNicheGuru’s picture

Yes it does

gboudrias’s picture

Issue tags: +Aegir 3.1
gboudrias’s picture

Project: Hostmaster (Aegir) » Provision
schifazl’s picture

Hello! I can't install Aegir3 on Kubuntu 15.04. I tried the unstable repo, but no luck. Any clues? Here's the error:

Enabling hosting-queued daemon
The drush command '@hostmaster pm-enable hosting_queued' could not be found.  Run `drush cache-clear drush` to clear the commandfile cache if you have installed new extensions.                       [error]
A Drupal installation directory could not be found                                                                                                                                                     [error]
dpkg: error processing package aegir3-hostmaster (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of aegir3:
 aegir3 depends on aegir3-hostmaster (>= 3.0.1+93.3ee95fb); however:
  Package aegir3-hostmaster is not configured yet.

dpkg: error processing package aegir3 (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          Errors were encountered while processing:
 aegir3-hostmaster
 aegir3
E: Sub-process /usr/bin/dpkg returned an error code (1)
schifazl’s picture

Status: Fixed » Active

Since changing "stable" to "unstable" as in #2 didn't helped, I'm reopening this issue

schifazl’s picture

Status: Active » Fixed

Found the problem, I had to install sendmail

Status: Fixed » Closed (fixed)

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

ShaneOnABike’s picture

Maybe more descriptive errors could be output in the install. I had the same issue and didn't realize it was sendmail that was needed in the upgrade (which I had previously removed).

binnythomas’s picture

Still facing this issue.