Advertisement
Guest User

Untitled

a guest
May 14th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. amb@xenialtest:~$ juju quickstart -i --debug
  2. 10:14:20 DEBUG manage:283 setting up juju environments
  3. 10:14:20 DEBUG utils:86 running the following: /usr/bin/juju system list
  4. 10:14:20 DEBUG utils:96 retcode: 1 | output: '' | error: 'ERROR unrecognized command: juju system\n'
  5. 10:14:20 DEBUG apiinfo:86 environments directory not found in the Juju home
  6. interactive session closed
  7. changes to the environments file have been saved
  8. juju quickstart v2.2.4
  9. 10:14:24 DEBUG manage:557 ensuring juju and dependencies are installed
  10. 10:14:24 DEBUG utils:86 running the following: /usr/bin/juju version
  11. 10:14:24 DEBUG utils:96 retcode: 0 | output: '2.0-beta6-xenial-amd64\n' | error: ''
  12. 10:14:24 DEBUG utils:86 running the following: /usr/bin/lxc-ls
  13. 10:14:24 DEBUG utils:96 retcode: 0 | output: '' | error: ''
  14. 10:14:24 DEBUG manage:562 ensuring SSH keys are available
  15. 10:14:24 DEBUG utils:86 running the following: /usr/bin/ssh-add -l
  16. 10:14:24 DEBUG utils:96 retcode: 2 | output: '' | error: 'Could not open a connection to your authentication agent.\n'
  17. 10:14:24 DEBUG utils:86 running the following: /usr/bin/ssh-agent -s
  18. 10:14:24 DEBUG utils:96 retcode: 0 | output: 'SSH_AUTH_SOCK=/tmp/ssh-tzIk7HHZRJKk/agent.16298; export SSH_AUTH_SOCK;\nSSH_AGENT_PID=16299; export SSH_AGENT_PID;\necho Agent pid 16299;\n' | error: ''
  19. ssh-agent has been started.
  20. To interact with Juju or quickstart again after quickstart
  21. finishes, please run the following in a terminal to start ssh-agent:
  22. eval `ssh-agent`
  23.  
  24. 10:14:24 DEBUG utils:86 running the following: /usr/bin/ssh-add -l
  25. 10:14:24 DEBUG utils:96 retcode: 1 | output: 'The agent has no identities.\n' | error: ''
  26. 10:14:24 DEBUG utils:86 running the following: /usr/bin/ssh-add
  27. 10:14:24 DEBUG utils:96 retcode: 0 | output: '' | error: 'Identity added: /home/amb/.ssh/id_rsa (/home/amb/.ssh/id_rsa)\n'
  28. 10:14:24 DEBUG utils:86 running the following: /usr/bin/juju api-info -e local --password --format json
  29. 10:14:24 DEBUG utils:96 retcode: 1 | output: '' | error: 'ERROR unrecognized command: juju api-info\n'
  30. 10:14:24 DEBUG apiinfo:55 unable to get API info for local: ERROR unrecognized command: juju api-info
  31.  
  32. bootstrapping the local environment
  33. sudo privileges will be required to bootstrap the environment
  34. 10:14:24 DEBUG utils:86 running the following: /usr/bin/juju bootstrap -e local --debug
  35. 10:14:24 DEBUG utils:96 retcode: 2 | output: '' | error: 'error: flag provided but not defined: -e\n'
  36. juju-quickstart: error: error: flag provided but not defined: -e
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement