Ubuntu Pastebin

Paste from niedbalski at Wed, 16 Mar 2016 19:22:30 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
niedbalski@theos-mobile:~/src/go/src/github.com/juju/juju$ juju list-clouds|grep lxd
lxd          lxd         localhost
niedbalski@theos-mobile:~/src/go/src/github.com/juju/juju$ juju bootstrap testing lxd --debug --upload-tools
2016-03-16 19:21:25 INFO juju.cmd supercommand.go:59 running juju [2.0-beta3 gc go1.6]
2016-03-16 19:21:25 INFO cmd cmd.go:141 cloud "lxd" not found, trying as a provider name
2016-03-16 19:21:25 INFO cmd cmd.go:141 no credentials found, checking environment
2016-03-16 19:21:25 DEBUG juju.cmd.juju.commands bootstrap.go:355 preparing controller with config: map[name:testing type:lxd]
2016-03-16 19:21:32 DEBUG juju.tools.lxdclient client.go:57 using LXD remote "local"
2016-03-16 19:21:32 DEBUG juju.tools.lxdclient client.go:57 using LXD remote "juju-remote"
2016-03-16 19:21:32 DEBUG juju.environs.configstore disk.go:326 writing cache file
2016-03-16 19:21:32 INFO cmd cmd.go:129 Creating Juju controller "local.testing" on lxd/localhost
2016-03-16 19:21:32 INFO juju.cmd.juju.commands bootstrap.go:442 combined bootstrap constraints: 
2016-03-16 19:21:32 INFO juju.network network.go:263 setting prefer-ipv6 to false
2016-03-16 19:21:32 INFO cmd cmd.go:129 Bootstrapping model "testing"
2016-03-16 19:21:32 DEBUG juju.environs.bootstrap bootstrap.go:142 model "testing" supports service/machine networks: false
2016-03-16 19:21:32 DEBUG juju.environs.bootstrap bootstrap.go:144 network management by juju enabled: true
2016-03-16 19:21:32 INFO cmd cmd.go:129 Starting new instance for initial controller
Launching instance
2016-03-16 19:21:32 DEBUG juju.provider.lxd environ_broker.go:48 StartInstance: "0", trusty
2016-03-16 19:21:32 DEBUG juju.provider.lxd environ_broker.go:77 tools: &tools.Tools{Version:version.Binary{Number:version.Number{Major:2, Minor:0, Tag:"beta", Patch:3, Build:1}, Series:"trusty", Arch:"amd64"}, URL:"", SHA256:"", Size:0}
2016-03-16 19:21:32 DEBUG juju.cloudconfig.instancecfg instancecfg.go:553 Setting numa ctl preference to false
2016-03-16 19:21:41 INFO juju.tools.lxdclient client_image.go:82 found image from https://cloud-images.ubuntu.com/releases for trusty = 75182b1241be475a64e68a518ce853e800e9b50397d2f152816c24f038c94d6e
2016-03-16 19:21:42 INFO juju.provider.common destroy.go:22 destroying model "testing"
2016-03-16 19:21:42 INFO juju.provider.common destroy.go:33 destroying instances
2016-03-16 19:21:42 INFO juju.provider.common destroy.go:53 destroying storage
2016-03-16 19:21:42 ERROR cmd supercommand.go:448 failed to bootstrap model: cannot start bootstrap instance: invalid character '<' looking for beginning of value
Download as text