BOA

Events happening in the community are now at Drupal community events on www.drupal.org.
This group should probably have more organizers. See documentation on this recommendation.

BOA is an acronym of high performance Barracuda, Octopus and Aegir LEMP stack.

The BOA project has moved to Github!

  • Use our Github project for contributing code, or reporting bugs, or requesting features.
  • Join us in the omega8cc/boa chat room on Gitter.

New releases announcements are posted on Twitter

DrupalDay Colombia

Posted by aldibier on September 1, 2019 at 1:01am
Start:
2020年06月06日 08:00 - 17:00 America/Bogota
Event type:
Drupalcamp or Regional Summit

Te invitamos a un día dedicado a la comunidad Drupal, Este 6 de Junio no te puedes perder el Drupal Day.

Regístrate

Read more

Setting Up Redirects on BOA

Posted by daniel-san on April 21, 2015 at 5:55pm

I am moving a set of sites over to one of my BOA servers from an old school server and our organization happens to have a whole bunch of redirects set up in apache. I’ve read the HINTS documentation and done research and have now become familiar with the idea of setting up the nginx_vhost_include.conf file and assigning locations.

My big question is about using domain specific locations as we may include other sites that have other domains on this server. In the Hints documentation, it indicates that IF statements should be used.

Read more

SSL certificate configuration with SNI

Posted by ar-jan on March 1, 2015 at 10:33pm

I have a BOA server (2.4.0) with one IP address. I'm trying to use a certificate for one of the hosted sites with SNI, but want to keep using BOA's self-signed wildcard certificate for anything else over https (Aegir/Octopus control panels).

I've read https://github.com/omega8cc/boa/blob/master/docs/SSL.txt, and this previous GDO discussion about using SSL on BOA, which seems to say this is possible.

Read more

barracuda up-stable system aborted

Posted by ckosloff on January 15, 2015 at 6:26pm

sed: can't read /var/backups/barracuda.sh.cnf: No such file or directory
Rebooted server to no avail.
What is meaning?

Read more
Categories: ,

Clone multiple website or clone platform.

Posted by sjaulin on January 8, 2015 at 10:31am

Hello.

First, sorry for my English ;-)

I am studying multi-site hosting solution with Aegir.
In particular, the method used to update the version of Drupal multiple website in one step.

In interface to migrate sites from a platform to another, i noticed this:

Read more

Load increase troubleshooting help

Posted by mattman on January 6, 2015 at 9:29pm

Hey there BOA users.

I'm looking for a smarter sysadmin than myself to help me troubleshoot a load increase on my BOA box.

I'm running on Linode(Xen) and the system is locked down as best I know how, no ssh root login, no clear passwords, only key based and everything has been running great for years.

In the past few weeks, I've had a spike in cpu use and io. I don't think this is traffic related, but I guess I need to learn a bit more about troubleshooting to find out the cause of things.

Read more

Has anyone successfully got BOA in a master/slave multi server setup?

Posted by michelhack on December 27, 2014 at 8:33am

I am currently trying to get master / slaves setup but i haven't been able to find good tutorial or information regarding BOA and this

Please help

Read more
Categories:

Drupalgeddon / Version control

Posted by juc1 on December 5, 2014 at 5:16pm

Hi all,

After the Drupalgeddon episode many blog posts emphasise the importance of Version Control for sites. Looking at https://omega8.cc/git-or-platforms-based-workflow-in-aegir-251 I think that for a BOA user, version control means that the git repo needs only my make file and my theme - have I got that right?

Thanks...

Read more

Drupageddon attack

Posted by ckosloff on November 10, 2014 at 6:30pm

Yesterday and today I received ominous automated emails from BOA:
Subject:
URGENT: The xxx.com site on webxx.xxx.com has been HACKED!
Body:
Our system detected that the site xxx.com has been hacked!
Common signatures of an attack which triggered this alert:
The drush command 'drupalgeddon-test' could not be found. [error]

So I installed drupalgeddon (letter 'l' missing in title is purposeful),
drush dl drupalgeddon, and since the project recommends installing site_audit as well, I did that too.

Read more
2 comments Categories:

Cloned site within platform generates "could not find version of ... module" warning

Posted by leelive on November 2, 2014 at 5:59pm

This seems to be new since my upgrade to BOA 2.3.5. I have a couple of custom platforms created awhile ago per https://omega8.cc/how-to-add-custom-platform-properly-140. Prior to migrating I run a successful verify on a site, then clone that site within the same platform to stage.site.com. During the clone process I now get the "could not find version of ...(any in sites/all/modules) module" warnings, but the clone generates successfully and verifies okay.

When the platform was created using drush make and logged in as o1.ftp the permissions were set:
; chmod 775 ~/static/newplatform

Read more
2 comments Categories: , ,

jQuery_Update module in BOA.

Posted by monsoon on October 23, 2014 at 2:15pm

Hi,

I have a custom platform where sites need jQuery_update module enabled for revolution slider. When I do so, I lose many javascript functionalities on the website. e.g. ckeditor disappears, module_filter, expand/collapse functionality lost.

Upon search in the issue queue I found out that module has problem in multisite environment. https://www.drupal.org/node/147256

What is the solution for this problem?

Thanks,

Read more

BOA hosting system does not finish site install.

Posted by monsoon on October 16, 2014 at 6:17pm

Hi,

I am running two BOA hosting systems on Linode.com, and they both have same problems for the last many versions I have installed since frequent upgrades have been made available.

Problem:

  • Site installs never get completed and they get stuck mostly at following stage:
    WD install: Installing from database import.
    (I am attaching log in a separate file here.)

  • When I try to click view button and see the progress of any task, many time I see my
    http://o1.server.myBOAhosting.com put offline and it shows the following:

<

blockquote>
PRESSFLOW

Read more

Health check not running

Posted by ckosloff on October 1, 2014 at 3:11am

I set a health check to run on a test site about 24 hrs. and it is still processing, is this normal?
Submitted by ckosloff on Mon, 09/29/2014 - 23:23
This task has not been processed yet: It will be processed around 03:08:32+0000, if the queue is not too crowded. The queue is currently run every 5 sec, was last run 2 days ago and processes 1 items at a time. Server time is 03:08:31+0000.
Site: test1.xxx.com

Read more
1 comment Categories:

problem adding custom platform with drush make

Posted by leelive on September 24, 2014 at 10:54pm

Update: Never mind. I was being stupid. Hate when that happens....

In the past I've logged in as o1.ftp and run 'drush make my-makefile ~/static/foo-bar' per https://omega8.cc/how-to-add-custom-platform-properly-140. This no longer works. I get error, "This drush command cannot be run in /home/o1.ftp
Please cd to the valid sites/foo.com directory first." Never saw that before, but okay, I mkdir the new dir go to it and run drush make. No luck.

What's changed?

Thanks!

Read more

502 nginx error

Posted by ckosloff on September 13, 2014 at 2:49pm

I am continuously getting 502 nginx errors when working on modules, enabling/disabling, updating, etc.
I just ran update barracuda up-stable and octopus up-stable all both, to no avail.
In hostmaster I flushed all caches and ran helath check without major issues reported, I just have to install some minor updates to some modules.
Any idea what is causing these errors?

Read more
5 comments Categories:

Force File Download in Nginx

Posted by juc1 on August 29, 2014 at 8:33pm

Hi all,

I have a link field which contains links for MP3 files hosted elsewhere and I want the files to be downloaded by simply clicking on the field rather than doing right click and "save link as".

This is mentioned here http://blog.waterworld.com.hk/post/nginx-pdf-force-download re Nginx. Are there any BOA considerations here or is this just an Nginx issue?

Thanks...

Read more

ALERT: Failed Barracuda upgrade

Posted by molaria on August 7, 2014 at 8:33am

I have problems with OpenSSl install on upgrade, Debian Sqeeze. Probably not an BOA issue but maybe someone can help me to solve this. This is in the log file:

Barracuda [Thu Aug 7 03:25:29 EDT 2014] ==> INFO: Installing OpenSSL 1.0.1i, please wait...
make depend failed. Error (if any): 0
Displaying the last 15 lines of /var/backups/barracuda-upgrade-140807-0324.log to help troubleshoot this problem
If you see any error with advice to run 'dpkg --configure -a', run this
command first and choose default answer, then run this installer again

Read more

BOA image file paths

Posted by juc1 on August 3, 2014 at 4:05pm

Hi all,

Taking omega8.cc as an example of a BOA site if I click on the logo the path is https://omega8.cc/sites/omega8.cc/files/bigpicture_logo.png

Is this path written to the database and if so does this mean that images will fail to load if the site is copied to another platform ie where the site "omega8.cc" does not exist (and so the path is broken)?

This url https://omega8.cc/files/bigpicture_logo.png also works so why does the logo use https://omega8.cc/sites/omega8.cc/files/bigpicture_logo.png rather than https://omega8.cc/files/bigpicture_logo.png ?

Read more

How do you unrestrict open_basedir restriction for a single site

Posted by geoff on July 30, 2014 at 12:18pm

BOA implements open_basedir restrictions on sites. I am getting some errors on some modules that are trying to access config files outside of the allows directories.

One case in point is the AWS SDK module (https://www.drupal.org/project/awssdk) that tries to access "home/o1.ftp/.aws/sdk/config.inc.php"

How do you either open this up for a selected site(s) or for all sites?

Read more

Boa installed in Ubuntu desktop

Posted by drupal entity on July 29, 2014 at 3:32pm

Hi. Briefly, my question is if Boa is suitable to use locally with Ubuntu in its desktop version or if it only should be used with debian or ubuntu server.

Read more
1 comment Categories:
Categories:
Subscribe with RSS Syndicate content

BOA

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

AltStyle によって変換されたページ (->オリジナル) /