Advertisement
Guest User

Untitled

a guest
Mar 29th, 2014
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. arnaud@arnaud-UX31E:~$ juju init
  2. A boilerplate environment configuration file has been written to /home/arnaud/.juju/environments.yaml.
  3. Edit the file to configure your juju environment and run bootstrap.
  4. arnaud@arnaud-UX31E:~$ vim .juju/environments.yaml
  5. arnaud@arnaud-UX31E:~$ sudo juju bootstrap --show-log
  6. 2014-03-29 17:08:52 INFO juju.provider.local environprovider.go:32 opening environment "local"
  7. 2014-03-29 17:08:53 INFO juju.environs.tools build.go:162 found existing jujud
  8. 2014-03-29 17:08:53 INFO juju.environs.tools build.go:172 target: /tmp/juju-tools527488614/jujud
  9. 2014-03-29 17:08:56 INFO juju.environs.sync sync.go:235 built 1.16.3.1-saucy-i386 (4393kB)
  10. 2014-03-29 17:08:56 INFO juju.environs.sync sync.go:66 listing available tools
  11. 2014-03-29 17:08:56 INFO juju.environs.sync sync.go:90 found 2 tools
  12. 2014-03-29 17:08:56 INFO juju.environs.sync sync.go:100 listing target bucket
  13. 2014-03-29 17:08:56 INFO juju.environs.sync sync.go:113 found 0 tools in target; 2 tools to be copied
  14. 2014-03-29 17:08:56 INFO juju.environs.sync sync.go:143 copying 1.16.3.1-precise-i386 from file:///tmp/043335821/tools/releases/juju-1.16.3.1-precise-i386.tgz
  15. 2014-03-29 17:08:56 INFO juju.environs.sync sync.go:157 copying tools/releases/juju-1.16.3.1-precise-i386.tgz
  16. 2014-03-29 17:08:56 INFO juju.environs.sync sync.go:171 downloaded tools/releases/juju-1.16.3.1-precise-i386.tgz (4393kB), uploading
  17. 2014-03-29 17:08:56 INFO juju.environs.sync sync.go:172 download 4393kB, uploading
  18. 2014-03-29 17:08:56 INFO juju.environs.sync sync.go:143 copying 1.16.3.1-saucy-i386 from file:///tmp/043335821/tools/releases/juju-1.16.3.1-saucy-i386.tgz
  19. 2014-03-29 17:08:56 INFO juju.environs.sync sync.go:157 copying tools/releases/juju-1.16.3.1-saucy-i386.tgz
  20. 2014-03-29 17:08:56 INFO juju.environs.sync sync.go:171 downloaded tools/releases/juju-1.16.3.1-saucy-i386.tgz (4393kB), uploading
  21. 2014-03-29 17:08:56 INFO juju.environs.sync sync.go:172 download 4393kB, uploading
  22. 2014-03-29 17:08:56 INFO juju.environs.sync sync.go:118 copied 2 tools
  23. 2014-03-29 17:08:56 INFO juju.environs.sync sync.go:120 generating tools metadata
  24. 2014-03-29 17:08:56 INFO juju.environs.tools simplestreams.go:277 Writing tools/streams/v1/index.json
  25. 2014-03-29 17:08:56 INFO juju.environs.tools simplestreams.go:277 Writing tools/streams/v1/com.ubuntu.juju:released:tools.json
  26. 2014-03-29 17:08:56 INFO juju.environs.sync sync.go:128 tools metadata written
  27. 2014-03-29 17:08:56 INFO juju.environs.tools tools.go:85 reading tools with major.minor version 1.16
  28. 2014-03-29 17:08:56 INFO juju.environs.tools tools.go:93 filtering tools by version: 1.16.3.1
  29. 2014-03-29 17:08:56 INFO juju.environs.tools tools.go:96 filtering tools by series: precise
  30. 2014-03-29 17:08:56 INFO juju.environs.boostrap bootstrap.go:50 bootstrapping environment "local"
  31. 2014-03-29 17:08:56 INFO juju.environs.tools tools.go:85 reading tools with major.minor version 1.16
  32. 2014-03-29 17:08:56 INFO juju.environs.tools tools.go:93 filtering tools by version: 1.16.3.1
  33. 2014-03-29 17:08:56 INFO juju.environs.tools tools.go:96 filtering tools by series: precise
  34. 2014-03-29 17:08:57 INFO juju.provider.local environ.go:433 installing service juju-db-arnaud-local to /etc/init
  35. 2014-03-29 17:08:57 INFO juju.state open.go:68 opening state; mongo addresses: ["localhost:37017"]; entity ""
  36. 2014-03-29 17:08:57 ERROR juju.state open.go:93 TLS handshake failed: x509: certificate signed by unknown authority
  37. 2014-03-29 17:08:57 ERROR juju.state open.go:93 TLS handshake failed: x509: certificate signed by unknown authority
  38. 2014-03-29 17:08:57 ERROR juju.state open.go:93 TLS handshake failed: x509: certificate signed by unknown authority
  39. 2014-03-29 17:08:58 ERROR juju.state open.go:93 TLS handshake failed: x509: certificate signed by unknown authority
  40. 2014-03-29 17:08:58 ERROR juju.state open.go:93 TLS handshake failed: x509: certificate signed by unknown authority
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement