Guest User

devstack error

a guest
Oct 25th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. +./stack.sh:main:667 is_service_enabled rabbit
  2. +functions-common:is_service_enabled:2036 local xtrace
  3. ++functions-common:is_service_enabled:2037 grep xtrace
  4. ++functions-common:is_service_enabled:2037 set +o
  5. +functions-common:is_service_enabled:2037 xtrace='set -o xtrace'
  6. +functions-common:is_service_enabled:2038 set +o xtrace
  7. +functions-common:is_service_enabled:2066 return 0
  8. +./stack.sh:main:668 RABBIT_HOST=10.0.2.15
  9. +./stack.sh:main:669 read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.'
  10. +./stack.sh:read_password:597 local xtrace
  11. ++./stack.sh:read_password:598 set +o
  12. ++./stack.sh:read_password:598 grep xtrace
  13. +./stack.sh:read_password:598 xtrace='set -o xtrace'
  14. +./stack.sh:read_password:599 set +o xtrace
  15.  
  16. ################################################################################
  17. ENTER A PASSWORD TO USE FOR RABBIT.
  18. ################################################################################
  19. This value will be written to /home/opens/Documents/devstack/.localrc.password file so you don't have to enter it
  20. again. Use only alphanumeric characters.
  21. If you leave this blank, a random default value will be used.
  22. Enter a password now:
  23. ^C^C./stack.sh: line 508: generate-subunit: command not found
  24.  
  25. opens@opens:~/Documents/devstack$ ^C
  26. opens@opens:~/Documents/devstack$ vi stack
  27. opens@opens:~/Documents/devstack$ vi stack.sh
  28. opens@opens:~/Documents/devstack$ sudo apt-get update
  29. Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
  30. Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]
  31. Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [95.7 kB]
  32. Hit:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease
  33. Fetched 190 kB in 4s (45.4 kB/s)
  34. Reading package lists... Done
Add Comment
Please, Sign In to add comment