Drupal 10, the latest version of the open-source digital experience platform with even more features, is here.Ubuntu Server 11.10 LTS:
Using apt package manager, a number of upgrades were available. On completion of the upgrade, all sites were pointed to default Apache /var/www/index.html. Using webmin, all virtual hosts had been removed and replaced with default setting.
/var/aegir/hostmaster-1.09 exists
/var/aegir/hostmaster-1.10 exists
Master hostmaster site is located in /var/aegir/hostmaster-1.10/sites
apt-get install aegir returns
The following packages have unmet dependencies:
aegir : Depends: aegir-provision (>= 1.10) but it is not going to be installed
Depends: aegir-hostmaster (>= 1.10) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
apt-get install aegir-provision returns
The following packages have unmet dependencies:
aegir-provision : Depends: drush (< 5.0) but 5.9-1 is to be installed
E: Unable to correct problems, you have held broken packages.Let me know if you need further information.










Comments
Comment #1
skov CreditAttribution: skov commentedMore information:
/etc/apache2/sites-available/ is empty except "default" and "default-ssl" files.
Manual installation of drush 4.6, provision 1.10 was successful. (bypass APT package manager)
Attempt to get main hostmaster site to create virtual host (no success):
Comment #2
skov CreditAttribution: skov commentedPEBCAC: Problem exists between chair and computer.
http://community.aegirproject.org/1.10#Known_issues
Drush was updated with apt-get to version 5.9, and required 4.6.
And re-run
apt-get install aegircorrected the problem.Comment #2.0
skov CreditAttribution: skov commentedCorrected Ubuntu version
Comment #3
ergonlogicSo is this still an issue? If not, please close this issue.
If so, note that Aegir doesn't write vhosts in /etc/apache2/sites-available, but rather usually in something like /var/aegir/config/server_master/apache/vhost.d/. Could you check there for vhosts? There should also be a config file at /etc/apache2/conf.d/aegir.conf that will point towards /var/aegir/config/aegir.conf (iirc), which then includes all the vhosts, etc. Could you check for those files too?
Comment #4
skov CreditAttribution: skov commentedThe issue arose from having installed Drush 5.9 prior to Aegir 1.10. On installing Aegir 1.10, there was a dependency issue (Drush < 5.0 required) that did not allow the upgrade from 1.9 to 1.10.
By downgrading Drush to 4.6, the Aegir 1.10 update succeeded.
Yes, /var/aegir/config/server_master/apache/vhost.d now contains all the vhosts. Also, the link from /etc/apache2/conf.d/aegir.conf to /var/aegir/config/aegir.conf also exists. However, I cannot verify if this was the case when the problem first occurred. At the time, there was only the default apache vhost listed.