Advertisement
tulrich

rad_into_2

Mar 5th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.92 KB | None | 0 0
  1. root@ulrich-HP-Pavilion-g6-Notebook-PC:/home/ulrich/OpenmrsRepo/puppet-openmrs-radiologydcm4chee# vagrant up --provision
  2. Bringing machine 'default' up with 'virtualbox' provider...
  3. ==> default: Resuming suspended VM...
  4. ==> default: Booting VM...
  5. ==> default: Waiting for machine to boot. This may take a few minutes...
  6.     default: SSH address: 127.0.0.1:2222
  7.     default: SSH username: vagrant
  8.     default: SSH auth method: private key
  9. ==> default: Machine booted and ready!
  10. ==> default: Running provisioner: shell...
  11.     default: Running: /tmp/vagrant-shell20160305-2629-bmfpxz.sh
  12. ==> default: stdin: is not a tty
  13. ==> default: ERROR   -> Command exited with non-zero exit code:
  14. ==> default: Command: git clone https://github.com/tylerwalts/puppet-jdk_oracle.git /etc/puppet/environments/master/modules/jdk_oracle --reference /root/.r10k/git/https---github.com-tylerwalts-puppet-jdk_oracle.git
  15. ==> default: Stderr:
  16. ==> default: Cloning into '/etc/puppet/environments/master/modules/jdk_oracle'...
  17. ==> default: fatal: unable to access 'https://github.com/tylerwalts/puppet-jdk_oracle.git/': Failed to connect to github.com port 443: Connection timed out
  18. ==> default: Exit code: 128
  19. ==> default: ERROR   -> Command exited with non-zero exit code:
  20. ==> default: Command: git clone https://github.com/teleivo/puppet-dcm4chee.git /etc/puppet/environments/master/modules/dcm4chee --reference /root/.r10k/git/https---github.com-teleivo-puppet-dcm4chee.git
  21. ==> default: Stderr:
  22. ==> default: Cloning into '/etc/puppet/environments/master/modules/dcm4chee'...
  23. ==> default: fatal: unable to access 'https://github.com/teleivo/puppet-dcm4chee.git/': Failed to connect to github.com port 443: Connection timed out
  24. ==> default: Exit code: 128
  25. The SSH command responded with a non-zero exit status. Vagrant
  26. assumes that this means the command failed. The output for this command
  27. should be in the log above. Please read the output to determine what
  28. went wrong.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement