Re: MySQL charm: hook failed: "config-changed"

2014-02-04 Thread David Cheney
I don't think this is related to the amount of memory provided, especially as Daniele is using the local provider. 2014-02-03 16:07:23 INFO juju.worker.uniter context.go:255 HOOK Unable to open /sys/kernel/security/apparmor/.replace - Permission denied 2014-02-03 16:07:23 INFO juju.worker.uniter c

Re: MySQL charm: hook failed: "config-changed"

2014-02-04 Thread Daniele Stroppa
Mark, I tried again giving 2G and 4G to the local provider, but no luck. Daniele On Tue, Feb 4, 2014 at 8:13 PM, Mark Shuttleworth wrote: > > Hi Daniele, I think the question is whether you have enough memory - can > you give it more with the local provider? > > Mark > > > On 04/02/14 15:55,

Re: saucy images on hp cloud

2014-02-04 Thread David Cheney
Antonio, Awesome, thank you. Alternatively, if there is a Trusty image available, I can use that directly, rather than booting a saucy image and dist upgrading it to trusty. Cheers Dave On Wed, Feb 5, 2014 at 1:40 AM, Antonio Rosales < antonio.rosa...@canonical.com> wrote: > As a side note t

Re: saucy images on hp cloud

2014-02-04 Thread Antonio Rosales
As a side note there is an issue on HP for new users that only access to 13.5 HP cloud services not being able to deploy images that are indexed from the 12.12 service. I have a support ticket opened with HP support to bring the 12.12 images forward to 13.5. The issue David seeing is different and

Re: MySQL charm: hook failed: "config-changed"

2014-02-04 Thread Daniele Stroppa
Maarten, Curtis, I tried to deploy mysql on the local provider with as little as 256M of memory, but I still get the same error. Daniele On Tue, Feb 4, 2014 at 12:22 PM, Curtis Hovey-Canonical < cur...@canonical.com> wrote: > On Tue, Feb 4, 2014 at 12:29 PM, Maarten Ectors > wrote: > > In the

Re: MySQL charm: hook failed: "config-changed"

2014-02-04 Thread Curtis Hovey-Canonical
On Tue, Feb 4, 2014 at 12:29 PM, Maarten Ectors wrote: > In the past I had an issue with the MySQL charm whereby it had some > parameter set to 4GB and I did not have enough memory. I don't remember the > exact parameter but it is in the /etc/mysql/my.cnf. By reducing it to a > smaller number that

Re: MySQL charm: hook failed: "config-changed"

2014-02-04 Thread Maarten Ectors
In the past I had an issue with the MySQL charm whereby it had some parameter set to 4GB and I did not have enough memory. I don't remember the exact parameter but it is in the /etc/mysql/my.cnf. By reducing it to a smaller number that fits. If this problem still exists then let me know and we will

Re: Juju Run now in development release.

2014-02-04 Thread Andrew Wilkins
On Tue, Feb 4, 2014 at 4:38 PM, Stuart Bishop wrote: > On Tue, Feb 4, 2014 at 3:17 PM, Jorge O. Castro wrote: > > > Also forgot to mention, on the remote instances you can do `juju-run` > > and this will run commands in a _hook context_, that should make it > > handy for those of you writing char

Re: Juju Run now in development release.

2014-02-04 Thread Stuart Bishop
On Tue, Feb 4, 2014 at 3:17 PM, Jorge O. Castro wrote: > Also forgot to mention, on the remote instances you can do `juju-run` > and this will run commands in a _hook context_, that should make it > handy for those of you writing charms. Oh, this is going to be very useful to me. It does mean t

Re: Juju Run now in development release.

2014-02-04 Thread Jorge O. Castro
Also forgot to mention, on the remote instances you can do `juju-run` and this will run commands in a _hook context_, that should make it handy for those of you writing charms. On Tue, Feb 4, 2014 at 10:05 AM, Jorge O. Castro wrote: > ... and so on. This feature will be in the 1.18 stable release

Juju Run now in development release.

2014-02-04 Thread Jorge O. Castro
Those of you tracking the dev 1.17.2 release, we now have a new tool, `juju run`.Juju run allows us to run commands on instances. So you can do: `juju run "uname -a" --all` and have that command execute on the remote systems, and then juju will report back stdout, stderr, and the return code. Som