Re: MySQL charm: hook failed: config-changed

2014-02-10 Thread Daniele Stroppa
. Thanks, Marco Ceppi On Thu, Feb 6, 2014 at 9:23 AM, Daniele Stroppa daniele.stro...@joyent.com wrote: David, I missed that requirements, I was using the 3.5 kernel. I've updated to the raring kernel, and deploying mysql using 'juju deploy' with no additional configuration still give

Re: MySQL charm: hook failed: config-changed

2014-02-05 Thread Daniele Stroppa
David, I'm using juju 1.16.4.1 on Ubuntu 12.04. If I just deploy mysql with no config changes, the issue still exists. However, if I decrease the size of the innodb_buffer_pool_size setting (using juju set mysql dataset-size='512M') as stated in https://bugs.launchpad.net/juju-core/+bug/1236994

MySQL charm: hook failed: config-changed

2014-02-03 Thread Daniele Stroppa
Hi All, while running test for the Node.js charm I ran into an issue with the MySQL charm, see attached log. It looks like it's a permissions issue. I'm running on Ubuntu 12.04 with juju 1.16.4.1 and MySQL charm from cs:precise/mysql-32 Anyone has seen this before? Thanks, Daniele

Syntax errors when installing juju-deployer

2014-02-03 Thread Daniele Stroppa
Hi All, I'm writing tests for the Node.js app charm using the Amulet framework. However, I'm running into some syntax errors when installing juju-deployer, see attached log. It happens both on Ubuntu 12.04 with Python 3.2 and on Mac OS X with Python 3.3. Has anyone come across the same issue?

MySQL charm: hook failed: config-changed

2014-02-03 Thread Daniele Stroppa
Hi All, while running test for the Node.js charm I ran into an issue with the MySQL charm, see attached log. It looks like it's a permissions issue. I'm running on Ubuntu 12.04 with juju 1.16.4.1 and MySQL charm from cs:precise/mysql-32 Anyone has seen this before? Thanks, Daniele

Re: MySQL charm: hook failed: config-changed

2014-02-03 Thread Daniele Stroppa
I'm using the local provider On Mon, Feb 3, 2014 at 6:15 PM, Marco Ceppi ma...@ceppi.net wrote: Which cloud were you running this against? On Feb 3, 2014 5:23 PM, Daniele Stroppa daniele.stro...@joyent.com wrote: Hi All, while running test for the Node.js charm I ran into an issue

Re: Vagrant boxes with Juju now available

2013-12-06 Thread Daniele Stroppa
the boxes with Juju built-in or a plain Ubuntu box. Daniele On Thu, Dec 5, 2013 at 11:33 PM, Antonio Rosales antonio.rosa...@canonical.com wrote: On Thu, Dec 5, 2013 at 2:14 PM, Daniele Stroppa daniele.stro...@joyent.com wrote: Thanks Antonio, using a 12.04 box fixed the issue, the shared folder

Re: Vagrant boxes with Juju now available

2013-12-05 Thread Daniele Stroppa
Hi Jorge, I've tried the Vagrant boxes and they look great. However, I'm having a small issue. I've spin up a Saucy (amd64) box, boots up fine, I can access the GUI and 'juju status' shows the 'juju-gui' service deployed. If I try to deploy my charm from /vagrant (juju deploy --repository

Re: Vagrant boxes with Juju now available

2013-12-05 Thread Daniele Stroppa
Thanks Antonio, using a 12.04 box fixed the issue, the shared folder /vagrant is accessible. Daniele On Thu, Dec 5, 2013 at 7:08 PM, Antonio Rosales antonio.rosa...@canonical.com wrote: On Thu, Dec 5, 2013 at 9:59 AM, Daniele Stroppa daniele.stro...@joyent.com wrote: Hi Jorge, I've