Ubuntu Pastebin

Paste from arosales at Wed, 30 Mar 2016 06:28:45 +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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[juju@s3lp1-juju01:~$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu Xenial Xerus (development branch)"
juju@s3lp1-juju01:~$ 
juju@s3lp1-juju01:~$ juju version
2.0-beta3-xenial-s390x
juju@s3lp1-juju01:~$ uname -a
Linux s3lp1-juju01 4.4.0-7-generic #22-Ubuntu SMP Thu Feb 18 21:13:28 UTC 2016 s390x s390x s390x GNU/Linux
juju@s3lp1-juju01:~$ 
juju@s3lp1-juju01:~$ juju bootstrap test lxd --upload-tools
Creating Juju controller "local.test" on lxd/localhost
Bootstrapping model "admin"
Starting new instance for initial controller
Launching instance
ERROR failed to bootstrap model: cannot start bootstrap instance: can't get info for image 'ubuntu-trusty': not found
juju@s3lp1-juju01:~$ juju bootstrap test lxd --upload-tools --debug
2016-03-30 06:26:01 INFO juju.cmd supercommand.go:60 running juju [2.0-beta3 gc go1.6]
2016-03-30 06:26:01 INFO cmd cmd.go:141 cloud "lxd" not found, trying as a provider name
2016-03-30 06:26:01 INFO cmd cmd.go:141 no credentials found, checking environment
2016-03-30 06:26:01 DEBUG juju.cmd.juju.commands bootstrap.go:363 preparing controller with config: map[controller-uuid:39e5186b-6921-4998-8fec-35a43edff35c type:lxd name:admin uuid:39e5186b-6921-4998-8fec-35a43edff35c]
2016-03-30 06:26:05 DEBUG juju.tools.lxdclient client.go:65 connecting to LXD remote "local": ""
2016-03-30 06:26:05 DEBUG juju.tools.lxdclient client.go:65 connecting to LXD remote "juju-remote": "10.0.3.1"
2016-03-30 06:26:05 INFO cmd cmd.go:129 Creating Juju controller "local.test" on lxd/localhost
2016-03-30 06:26:05 INFO juju.cmd.juju.commands bootstrap.go:486 combined bootstrap constraints: 
2016-03-30 06:26:05 INFO juju.network network.go:299 setting prefer-ipv6 to false
2016-03-30 06:26:05 INFO cmd cmd.go:129 Bootstrapping model "admin"
2016-03-30 06:26:05 DEBUG juju.environs.bootstrap bootstrap.go:147 model "admin" supports service/machine networks: false
2016-03-30 06:26:05 DEBUG juju.environs.bootstrap bootstrap.go:149 network management by juju enabled: true
2016-03-30 06:26:05 INFO cmd cmd.go:129 Starting new instance for initial controller
Launching instance
2016-03-30 06:26:05 DEBUG juju.provider.lxd environ_broker.go:49 StartInstance: "0", trusty
2016-03-30 06:26:05 DEBUG juju.provider.lxd environ_broker.go:78 tools: &tools.Tools{Version:version.Binary{Number:version.Number{Major:2, Minor:0, Tag:"beta", Patch:3, Build:1}, Series:"trusty", Arch:"s390x"}, URL:"", SHA256:"", Size:0}
2016-03-30 06:26:05 DEBUG juju.cloudconfig.instancecfg instancecfg.go:566 Setting numa ctl preference to false
2016-03-30 06:26:05 DEBUG juju.environs imagemetadata.go:112 using image datasource "default cloud images"
2016-03-30 06:26:05 DEBUG juju.environs imagemetadata.go:112 using image datasource "default ubuntu cloud images"
2016-03-30 06:26:05 DEBUG juju.provider.lxd environ_broker.go:120 LXD requires https://, using: https://cloud-images.ubuntu.com/releases/
2016-03-30 06:26:05 DEBUG juju.tools.lxdclient client.go:65 connecting to LXD remote "default cloud images": "https://streams.canonical.com/juju/images/releases/"
2016-03-30 06:26:06 INFO juju.tools.lxdclient client_image.go:91 no image for ubuntu-trusty found in https://streams.canonical.com/juju/images/releases/
2016-03-30 06:26:06 DEBUG juju.tools.lxdclient client.go:65 connecting to LXD remote "default ubuntu cloud images": "https://cloud-images.ubuntu.com/releases/"
2016-03-30 06:26:07 INFO juju.tools.lxdclient client_image.go:91 no image for ubuntu-trusty found in https://cloud-images.ubuntu.com/releases/
2016-03-30 06:26:07 DEBUG juju.service discovery.go:59 discovered init system "upstart" from series "trusty"
2016-03-30 06:26:07 DEBUG juju.provider.lxd environ_broker.go:217 LXD user data; 1171 bytes
2016-03-30 06:26:07 INFO juju.provider.lxd environ_broker.go:195 starting instance "juju-39e5186b-6921-4998-8fec-35a43edff35c-machine-0" (image "ubuntu-trusty")...
2016-03-30 06:26:07 INFO juju.provider.common destroy.go:22 destroying model "admin"
2016-03-30 06:26:07 INFO juju.provider.common destroy.go:33 destroying instances
2016-03-30 06:26:07 INFO juju.provider.common destroy.go:53 destroying storage
2016-03-30 06:26:07 ERROR cmd supercommand.go:448 failed to bootstrap model: cannot start bootstrap instance: can't get info for image 'ubuntu-trusty': not found
juju@s3lp1-juju01:~$ 
Download as text