Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. cephUser@127.0.0.1's password:
  2. bash: line 4: $'\r': command not found
  3. bash: line 7: $'\r': command not found
  4. bash: line 10: $'\r': command not found
  5.  
  6. ===>Setting up APT<===
  7.  
  8.  
  9. WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
  10.  
  11. Reading package lists...
  12. Building dependency tree...
  13. Reading state information...
  14. E: Unable to locate package apt-transport-https
  15. bash: line 13: $'\r': command not found
  16. Warning: apt-key output should not be parsed (stdout is not a terminal)
  17. "pg: invalid option "-
  18. deb https://download.ceph.com/debian-luminous/ stretch main
  19. bash: line 17: $'\r': command not found
  20.  
  21. ===>apt-update<===
  22.  
  23.  
  24. WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
  25.  
  26. E: Invalid operation update
  27. bash: line 20: $'\r': command not found
  28.  
  29. ===>installing sshpass<===
  30.  
  31.  
  32. WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
  33.  
  34. Reading package lists...
  35. Building dependency tree...
  36. Reading state information...
  37. E: Unable to locate package sshpass
  38. bash: line 23: $'\r': command not found
  39.  
  40. ===>Installing ceph-deploy<===
  41.  
  42. E: Command line option '
  43. ' [from -y
  44. ] is not understood in combination with the other options.
  45. bash: line 26: $'\r': command not found
  46. Create SSH keys and copy them to the nodes
  47. Generating public/private rsa key pair.
  48. already exists.ssh/id_rsa
  49. .verwrite (y/n)? Your identification has been saved in /home/cephUser/.ssh/id_rsa
  50. .pub.public key has been saved in /home/cephUser/.ssh/id_rsa
  51. The key fingerprint is:
  52. SHA256:RrlTIMqnM7FoTmRWvH6WVg5EhHAIDfvxgitV8vgyZJk cephUser@admin-node
  53. The key's randomart image is:
  54. +---[RSA 2048]----+
  55. |o+.+o++ . |
  56. | .o+o... o |
  57. |. * =o. o . |
  58. | * @.=...o |
  59. |. E.B =S |
  60. | O o.o=... |
  61. |o + .+ |
  62. |. o |
  63. | |
  64. +----[SHA256]-----+
  65. bash: line 30: $'\r': command not found
  66. bash: line 31: syntax error near unexpected token `$'\r''
  67. 'ash: line 31: `for ((i=1; i<=NUMBER_OF_OSD_NODES; i++));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement