I followed the installation instructions from the INSTALL.txt file

I've tried in a local VM and in a micro instance from amazon.

Both using ubuntu 12.04.1 LTS as root.

 $ wget -q -U iCab http://files.aegir.cc/BOA.sh.txt
 $ bash BOA.sh.txt
 $ boa in-stable local my@email
 $ Barracuda [Wed Feb  6 01:51:44 CET 2013] ==> BOA Skynet welcomes you aboard!
 
 $ Barracuda [Wed Feb  6 01:51:48 CET 2013] ==> INFO: NORMAL INIT
 $ Barracuda [Wed Feb  6 01:51:49 CET 2013] ==> INFO: Easy Localhost Setup Mode Active
 $ Barracuda [Wed Feb  6 01:51:49 CET 2013] ==> INFO: Creating your /root/.barracuda.cnf config file
 $ Barracuda [Wed Feb  6 01:51:50 CET 2013] ==> INFO: We need to install wget, axel, aptitude, netcat & git first, please wait...
 $ Barracuda [Wed Feb  6 01:52:59 CET 2013] ==> INFO: Testing GitHub, Drupal and Gitorious servers availability, please wait...
 $ Barracuda [Wed Feb  6 01:53:01 CET 2013] ==> INFO: GitHub mirror repository will be used for this install
 $ Barracuda [Wed Feb  6 01:53:01 CET 2013] ==> INFO: Downloading little helpers, please wait...
 $ Barracuda [Wed Feb  6 01:53:06 CET 2013] ==> INFO: Checking BARRACUDA version...
 $ Barracuda [Wed Feb  6 01:53:06 CET 2013] ==> INFO: Version test result: OK
 $ Barracuda [Wed Feb  6 01:53:06 CET 2013] ==> INFO: Installing lsb-release and dnsutils now, please wait...
 $ Barracuda [Wed Feb  6 01:53:22 CET 2013] ==> INFO: Checking your Debian or Ubuntu version...
 
 $ Barracuda [Wed Feb  6 01:53:25 CET 2013] ==> Aegir with Nginx on Ubuntu/precise - Skynet Agent v.BOA-2.0.5
 
 $ Barracuda [Wed Feb  6 01:53:27 CET 2013] ==> DNS test OK - your FQDN hostname is aegir.local and it matches your IP 127.0.1.1
 $ Barracuda [Wed Feb  6 01:53:27 CET 2013] ==> Please double check whether this is a valid result of my test
 
 $ Barracuda [Wed Feb  6 01:53:29 CET 2013] ==> INSTALL START -> checkpoint: 

  * Your e-mail address appears to be my@email - is that correct?
  * Your IP address appears to be 127.0.1.1 - are you sure it's a valid IP?
  * Your hostname appears to be aegir.local - are you sure it's a valid FQDN hostname?
 
 $ Barracuda [Wed Feb  6 01:53:29 CET 2013] ==> INFO: Cleaning up temp files in /var/opt/
 $ Barracuda [Wed Feb  6 01:53:31 CET 2013] ==> INFO: Installing DNS cache pdnsd server, please wait...
 $ Barracuda [Wed Feb  6 01:53:52 CET 2013] ==> INFO: Updating apt sources
 $ Barracuda [Wed Feb  6 01:53:54 CET 2013] ==> INFO: We will use Ubuntu mirror archive.ubuntu.com
 $ Barracuda [Wed Feb  6 01:53:57 CET 2013] ==> INFO: Running aptitude update, please wait...
 $ Barracuda [Wed Feb  6 02:07:53 CET 2013] ==> INFO: Installing required libraries and tools
 $ Barracuda [Wed Feb  6 02:07:53 CET 2013] ==> NOTE! This step may take a few minutes, please wait...
 $ Barracuda [Wed Feb  6 02:27:04 CET 2013] ==> INFO: Testing Nginx version...
 $ Barracuda [Wed Feb  6 02:27:08 CET 2013] ==> INFO: Installed Nginx version nginx/1.1.19, upgrade required
 $ Barracuda [Wed Feb  6 02:27:10 CET 2013] ==> INFO: Installing Nginx, please wait...
 $ Barracuda [Wed Feb  6 02:28:29 CET 2013] ==> INFO: Installing MariaDB, please wait...
 
CommentFileSizeAuthor
#4 InstallingMariaDB.jpg205.67 KBomega8cc

Comments

omega8cc’s picture

Title: New barracuda installation halts when trying to install MariaDB » AWS installation fails with BOA stable
Category: support » bug
Status: Active » Fixed

This is rather confusing, because you don't follow bug submission guidelines. Localhost (VM) is a different thing than AWS.

We have fixed AWS support in BOA-2.0.6-dev: http://drupalcode.org/project/barracuda.git/commit/87ac7c5

For localhost installs, please check:

http://drupal.org/node/1593980#comment-6875992
http://drupal.org/node/1873478#comment-6876474

Feel free to open new issue with all required logs and maybe also verbose log file attached - you can find it in the /var/backups directory, if you still experience any issues.

omega8cc’s picture

Title: AWS installation fails with BOA stable » No response from keyserver.ubuntu.com locks barracuda install or upgrade
Priority: Normal » Major
Status: Fixed » Needs work

Wait, it is something else, I think. I just tried upgrade on Ubuntu based VM and it just hangs on this loop:

      _KEYS_SERVER_TEST=FALSE
      until [[ "$_KEYS_SERVER_TEST" =~ "Monty" ]] ; do
        _KEYS_SERVER_TEST=`apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 1BB943DB 2>&1`
        sleep 2
      done

I think we should better handle this edge case when remote server doesn't work as expected.

omega8cc’s picture

Priority: Major » Critical

Ouch, we are testing it for expected Monty output, but they just changed it!

server:~# apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 1BB943DB
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.IlnJ6nqHNY --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 1BB943DB
gpg: requesting key 1BB943DB from hkp server keyserver.ubuntu.com
gpg: key 1BB943DB: "MariaDB Package Signing Key <package-signing-key@mariadb.org>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
server:~# 
omega8cc’s picture

Title: No response from keyserver.ubuntu.com locks barracuda install or upgrade » Changed MariaDB GnuPG signing key hangs install and upgrade with never ending loop
StatusFileSize
new205.67 KB

I'm changing the title to match the real problem here. Also, for the record, their previous version in the screenshot.

InstallingMariaDB.jpg

omega8cc’s picture

Status: Needs work » Fixed

Fixed both in stable and HEAD: http://drupalcode.org/project/barracuda.git/commit/88a338a

Thanks for the report and sorry for my initial incomprehension :/

Status: Fixed » Closed (fixed)

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