I can verify it as a new platform, but can't create a site - the task runs forever (even 10+ minutes) and finally fails with many errors.

Comments

febbraro’s picture

Can you post some of the error messages?

omega8cc’s picture

Yes, the full log of failed install using Aegir head (2 days before alpha6): http://omega8.cc/dev/error/op.txt

Previous Open Publish release works on this server without any issues.

socialnicheguru’s picture

subscribing

febbraro’s picture

Status: Active » Postponed

The problem has to do with some patches we have for noderelationship exports (to be compatible with Features) It is being actively worked in #660958: ctools export intergration (features support) and will likely be all resolved in the next release.

socialnicheguru’s picture

Approximately when will he next release drop? I was thinking of taking the course at Drupalcon SF, but if I can't get it to work, I might just have to find an alternative.

febbraro’s picture

You can use the patch now if you know how to apply patches, no need to wait. You can follow updates on http://groups.drupal.org/openpublish too.

The next official release will be in a week or two, definitely before DrupalCon, hopefully at least a week before.

socialnicheguru’s picture

do you mean this patch
http://drupal.org/files/issues/660958_7.patch

While there were a few issues replacing 660958_2 with this patch allows for a pretty clean install.

Issues after patch:
WD php: Missing argument 2 for _openpublish_cleanup() in /var/aegir/platforms/openpublish-1.7.1-417/profiles/openpublish/openpublish.profile on line 708.

Missing argument 2 for _openpublish_cleanup() in /var/aegir/platforms/openpublish-1.7.1-417/profiles/openpublish/openpublish.profile on line 708.

irakli’s picture

@SocialNicheGuru, that looks like a bug in the profile. Fixed in CVS, will be available in the next release. Thanks a lot for finding/reporting it.

irakli’s picture

OpenPiblish 2.0 will be released right before DrupalCon SF.

irakli’s picture

Status: Postponed » Fixed

I am assuming this issue is not relevant, any more since OpenPublish has moved on to 2.x.

That does not necessarily mean that Aegir/OP issues are gone, however, according to: http://drupal.org/node/775850

But the discussion should continue in: http://drupal.org/node/775850

omega8cc’s picture

I can confirm OpenPublish2.0-Build77 works with Aegir out of the box. Just remember to set enough high limits: memory_limit = 256M for PHP and wait_timeout 300 for MySQL, since deploying the new site can take a few minutes.

irakli’s picture

Awesome! Thank you for the info.

irakli’s picture

Status: Fixed » Closed (fixed)
omega8cc’s picture

Title: 1.7.0 - Build 405 - doesn't work with Aegir » 2.3 - Build 441 - doesn't work with Aegir
Status: Closed (fixed) » Needs work

I need to reopen this issue, as Open Publish install is broken again. I suspect it is some interactive stuff added again (?) or some never ending loop, as the symptoms are: the install task runs in Aegir forever and never completes due to php or mysql timeout, eats all the power of server with 8 GB RAM and full 4 CPU cores until it timeouts. Yet, the site is installed (not sure if partially or in full) and looks complete, so I need to manually delete the never completed install task node in Aegir and then re-verify the platform to allow Aegir reveal existing site and import it.

We had to drop temporarily support for hosted Open Publish due to this issue, so any help will be greatly appreciated, because now we have some disappointed clients :(

socialnicheguru’s picture

It installs as a platform fine.

However, Openpublish is not seen as a profile option.

Edit: I am on Aegir 1.1, Ubuntu 10.04

I just tried Openpublish 2.0, 2.1, and 2.3 and all show the same behavior:
1. they are all verified
2. openpublish does not show up as an option for platform or profile selection

omega8cc’s picture

@SocialNicheGuru

I guess you are on Barracuda/Octopus?

Then add this in the /data/conf/override.global.inc file:

<?php # override global settings.php
// this file should be created as /data/conf/override.global.inc
unset($conf['hosting_ignore_default_profiles']);

Anyway, latest OpenPublish 6.x will not work, so don't waste your time.. we are waiting for 7.x version and it is expected to work, like OpenPublic works.

socialnicheguru’s picture

Thanks. I am actually not on Barracude/Octopus. I am on apache2 and still can't get it to work.

Will your fix also work on apache2?

I had a site that used it and upgraded Aegir (LOVE AEGIR!) and thought it would be a seemless migration. Unfortunately it is not.

socialnicheguru’s picture

So I had to go in and delete node relationships and replace it with the dev version and voila it works with Aegir.
I modified the make files accordingly and removed reference to that patch

jackbravo’s picture

Yes, that did the trick for me too. node relationships was the culprit. Thanks SocialNicheGuru! =P

Anonymous’s picture

Status: Needs work » Closed (fixed)