Bug: Can't install 3.3.1 stack - Mysql MariaDB repo problems?

Hi there, try yourself to install the new 3.3.1 on a fresh VPS/local

federico@ubuntu:~$ sudo ee stack install
Adding repository for MySQL, please wait...
Adding repository for NGINX, please wait...
Adding repository for PHP, please wait...
Updating apt-cache, please wait...
Oops Something went wrong!!
Check logs for reason `tail /var/log/ee/ee.log` & Try Again!!!

Let’s debug

Get:10 http://mirror.aarnet.edu.au trusty/main amd64 Packages [5,604 B]
Get:11 http://download.opensuse.org  Packages [5,005 B]
Get:12 http://mirror.aarnet.edu.au trusty/main i386 Packages [5,608 B]
Ign http://download.opensuse.org  Translation-en_US
Ign http://download.opensuse.org  Translation-en
Ign http://mirror.aarnet.edu.au trusty/main Translation-en_US
Ign http://mirror.aarnet.edu.au trusty/main Translation-en
Fetched 87.9 kB in 5s (16.4 kB/s)
2015-07-24 10:04:08,348 (INFO) ee : Oops Something went wrong!!
2015-07-24 10:04:08,348 (ERROR) ee : Check logs for reason `tail /var/log/ee/ee.log` & Try Again!!!

Hello @feedtek1

could you please provide me output of

sudo tail /var/log/ee/ee.log

and

sudo tail /var/log/ee/install.log

and

sudo apt-get update

Also make sure you have following port open on your system

11371/TCP (Outbound) : To connect to GPG Key Server

I got same problem :3

Thanks Prabuddha, first there was an hash sum mismatch from the apt. I changed the MariaDB ppa from the source.list.d/ee-repo.list, purge the apt-cache then tried to reinstall.

Now i’m stuck with the installazion of the MariaDB

dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
Processing triggers for menu (2.1.46ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Errors were encountered while processing:
mariadb-server-10.0
mariadb-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
2015-07-25 09:51:05,092 (INFO) ee : Oops Something went wrong!!
2015-07-25 09:51:05,093 (ERROR) ee : Check logs for reason `tail /var/log/ee/ee.log` & Try Again!!!

Checking deeper

2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up mariadb-server-10.0 (10.0.20+maria-1~trusty) ...
 * Stopping MariaDB database server mysqld                                                                                                                              [ OK ]
dpkg: error processing package mariadb-server-10.0 (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mariadb-server:
 mariadb-server depends on mariadb-server-10.0 (= 10.0.20+maria-1~trusty); however:
 Package mariadb-server-10.0 is not configured yet.

dpkg: error processing package mariadb-server (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
 mariadb-server-10.0
 mariadb-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
[Exit 100]

Tried a full ee stack remove & purge (gives error), so I purged mysql* maria* packages manually, reinstall but nothing changed.

Seems a bug but already fixed…