Re: juju local bootstrap from tip

2014-09-01 Thread John Meinel
I thought --target-release was supposed to just change the priorities and prefer a target, not require it. We need it because we add cloud-archive:tools but we explicitly pin it to lower priority because we don't want to mess up charms that we are installing. John =:- On Mon, Sep 1, 2014 at

Re: juju local bootstrap from tip

2014-09-01 Thread Andrew Wilkins
On Mon, Sep 1, 2014 at 2:04 PM, John Meinel j...@arbash-meinel.com wrote: I thought --target-release was supposed to just change the priorities and prefer a target, not require it. We need it because we add cloud-archive:tools but we explicitly pin it to lower priority because we don't want

Re: juju local bootstrap from tip

2014-09-01 Thread John Meinel
Right, I think it has to *know* about the target, which is obviously an issue here. But we still do *heavily* encourage (probably just outright require) cloud-archive:tools for running Juju agents on Precise. John =:- On Mon, Sep 1, 2014 at 10:46 AM, Andrew Wilkins andrew.wilk...@canonical.com

Re: juju local bootstrap from tip

2014-09-01 Thread Kapil Thangavelu
on a similar topic (local on tip) i was debugging with pitti his lxc environment on utopic host earlier today, and the culmination of several rounds of debugging and bug filing revealed this one Bug #1364069: local provider must transform localhost in apt proxy address amd64 apport-bug utopic

Re: juju local bootstrap from tip

2014-09-01 Thread Ian Booth
Yeah, this is a dupe of https://bugs.launchpad.net/bugs/1329051 which we are due to fix this cycle. On 02/09/14 11:23, Kapil Thangavelu wrote: on a similar topic (local on tip) i was debugging with pitti his lxc environment on utopic host earlier today, and the culmination of several rounds of

Re: juju local bootstrap from tip

2014-08-31 Thread Andrew Wilkins
Works fine on my trusty laptop, but I'm also getting a new error when I try bootstrapping on precise: 2014-09-01 04:51:27 INFO juju.utils.apt apt.go:132 Running: [apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install

Re: juju local bootstrap from tip

2014-08-31 Thread John Meinel
The version of mongodb in Precise is too old (2.2.4?), we require a version at least 2.4.6 (which is in cloud-archive:tools and is what we use when bootstrapping Precise instances in the cloud). It is recommended that if you are running local on Precise that you should have cloud-archive:tools in

Re: juju local bootstrap from tip

2014-08-31 Thread Andrew Wilkins
On Mon, Sep 1, 2014 at 1:50 PM, John Meinel j...@arbash-meinel.com wrote: The version of mongodb in Precise is too old (2.2.4?), Ah, so it is. The entry in apt-cache I was looking at has main in it, but it's actually from the juju/stable PPA. we require a version at least 2.4.6 (which is in