[Bug 1342412] Re: ssh-copy-id hangs when using ControlMaster auto

2015-09-25 Thread Ruben Laguna
For reference to those that land here looking for a quick solution. ssh -O exit hostname # this will kill all ssh connection to that host ssh-copy-id username@hostname # now it works because it's the first connection # continue using ssh as normal. -- You received this bug notification because

[Bug 1302557] Re: bootstrapping local environment as none root doesn't work

2014-04-07 Thread Ruben Laguna
I'm not an expert but I think https://bugs.launchpad.net/juju- core/+bug/1301663 is related. At least in my case the reason for the invalid memory access is a permision denied . I advise to run juju status and check for permission denied in the output. if you see a Error details: open

[Bug 1302557] Re: bootstrapping local environment as none root doesn't work

2014-04-07 Thread Ruben Laguna
By the way, in my case /home/vagrant/.juju/environments was owned by root . I guess because I tried to sudo juju bootstrap before. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu.