Re: java not working in chrooted environment

2013-10-11 Thread Maarten Ectors
Hi Saurabh, Are you able to access the server manually, e.g. "ssh -i yourkey user@ip"? thanks, Maarten Thanks, Maarten Ectors Senior Cloud Strategist Changing the Future of Cloud Ubuntu / Canonical UK LTD maarten.ect...@canonical.com Fixed: +44 (0) 207

Re: java not working in chrooted environment

2013-10-10 Thread David Cheney
Hi Saurabh, I think you may be hitting a number of issues simultaneously. 1. precise and the local provider is not expected to work unless you running the raring 3.8 HWE kernel, even then I'm not super confident on that combination. 2. if juju ssh fails, there might be a problem with the key that

Re: java not working in chrooted environment

2013-10-10 Thread Saurabh
Hi Andrew, Thanks for your time, but juju ssh does not run in my setup. It gives the following error. "Warning: Permanently added '10.0.3.236' (ECDSA) to the list of known hosts. Permission denied (publickey). error: exit status 255" And yes I know that the machines that gets created by juju

Re: java not working in chrooted environment

2013-10-09 Thread Andrew Wilkins
On Wed, Oct 9, 2013 at 11:04 PM, Saurabh wrote: > Hi everybody, > Hi Saurabh, > I have Installed juju on my ubuntu 12.04 machine in a local environment. > I am writing a charm for an application development server, but It could > not get java. > I have written the install hook to install open_

java not working in chrooted environment

2013-10-09 Thread Saurabh
Hi everybody, I have Installed juju on my ubuntu 12.04 machine in a local environment. I am writing a charm for an application development server, but It could not get java. I have written the install hook to install open_jdk via apt. Java gets installed, when I manually chroot to the location