Closed (fixed)
Project:
Hosting
Version:
6.x-0.4-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2010 at 22:12 UTC
Updated:
11 Feb 2011 at 13:45 UTC
Greet meeting you guys today at DrupalCon SF.
I just tried to deploy Openpublish 2 to Aegir and get the following error:
Web server could not be restarted. Changes might not be available until thi... (Expand)Web server could not be restarted. Changes might not be available until this has been done. (error: apache2: Syntax error on line 296 of /etc/apache2/apache2.conf: Syntax error on line 18 of /etc/apache2/conf.d/aegir.conf: Syntax error on line 85 of /var/aegir/config/vhost.d/mysite.com_80: Include takes one argument, Name of the config file to be included)
An error occurred at function : drush_provision_apache_provision_verify
Comments
Comment #1
socialnicheguru commentedThis looks similar to this issue.
The install profile for openpublish is not being seen by Aegir (alpha 7)
http://drupal.org/node/726596
Comment #2
socialnicheguru commentedThe install profile is not seen by Aegir and I don't know why
Comment #3
socialnicheguru commentedit works on aegir 6
in aegir 7, the choice to select install profile is not present, and throws an error
Comment #4
irakli commentedThis sounds like an Aegir problem. OpenPublish is a proper installation profile (since it has no problem installing on its own) Aegir should "see" any proper installation profile.
Moving it to Aegir issue queue (Hosting module actually, since Aegir is a collection of modules). If you find anything specific in OP that is broken, feel free to move it back.
Thanks
Comment #5
adrian commentedNot sure about openpublish specifically, but Aegir can't automate install profiles which make use of the drupal 6 install wizard, because of limitations of core itself.
All we get back from the task function is plain text, and we have absolutely no way of knowing what needs to be done with it. Drupal 7 has largely resolved this problem, and for the most part it can be worked around in D6.
Comment #6
adrian commentedhttp://skitch.com/vertice/djbhk/packages-on-openpublish-t
http://skitch.com/vertice/djbhm/op.dev-t
http://skitch.com/vertice/djbhq/create-site-t
This is definitely not the case with openpublish.
it's being seen and installed just fine.
Comment #7
omega8cc commentedI can confirm OpenPublish2.0-Build77 works with Aegir out of the box. Just remember to set enough high limits:
memory_limit = 256Mfor PHP andwait_timeout 300for MySQL, since deploying new site can take a few minutes.Comment #9
attiks commentedJust tried the latest build (OpenPublish-2.3-Build441.tar.gz) with 900M of memory (PHP CLI), but no go
The command could not be executed successfully (returned: PHP Fatal error: Allowed memory size of 943718400 bytes exhausted)
Comment #10
attiks commentedI increased the memory to a whopping 1500M and it installed ;p
PS: Probably there's something not a-ok with my test system