[Bug 1329051] Re: local boostrapping of juju-gui fails on "git not found"
Martin Pitt
martin.pitt at ubuntu.com
Wed Jun 11 20:18:58 UTC 2014
So I poked further, and thought to install git manually:
$ sudo lxc-attach -n martin-local-machine-1
root at martin-local-machine-1:/# apt-get install git
Fehl http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1
Verbindung mit 127.0.0.1:3142 nicht möglich (127.0.0.1) - connect (111: Connection refused)
A-ha! /etc/apt/apt.conf.d/42-juju-proxy-settings indeed used that for a
proxy (it seems to sort of autodetect apt-cacher-ng, or just blindly
uses the host's apt proxy), but of course that's only valid on my host,
not in the container. I fixed that to http://10.0.3.1:3142, and
installed git.
Now the charm continues. So perhaps it actually did try to install git,
but if so, there's no trace of it in unit-juju-gui-0.log.
But after installing git manually, the charm goes on with installing
more packages, and finally succeeds. I get the Juju GUI now (found the
password in environments/local.jenv).
** Summary changed:
- local boostrapping of juju-gui fails on "git not found"
+ local charm deployment fails on "git not found" due to wrong apt proxy
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1329051
Title:
local charm deployment fails on "git not found" due to wrong apt proxy
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1329051/+subscriptions
More information about the Ubuntu-server-bugs
mailing list