Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.90 KB | None | 0 0
  1. Lucass-Mac-mini:wellbe-refactor Lucas$ git status
  2. On branch vagrant-fix
  3. Your branch is up-to-date with 'origin/vagrant-fix'.
  4.  
  5. nothing to commit, working directory clean
  6. Lucass-Mac-mini:wellbe-refactor Lucas$ vagrant up
  7. Bringing machine 'default' up with 'virtualbox' provider...
  8. [default] Setting the name of the VM...
  9. [default] Clearing any previously set forwarded ports...
  10. [default] Creating shared folders metadata...
  11. [default] Clearing any previously set network interfaces...
  12. [default] Preparing network interfaces based on configuration...
  13. [default] Forwarding ports...
  14. [default] -- 22 => 2222 (adapter 1)
  15. [default] -- 80 => 4567 (adapter 1)
  16. [default] -- 3000 => 3000 (adapter 1)
  17. [default] Booting VM...
  18. [default] Waiting for VM to boot. This can take a few minutes.
  19. [default] VM booted and ready for use!
  20. [default] Configuring and enabling network interfaces...
  21. [default] Mounting shared folders...
  22. [default] -- /vagrant
  23. [default] -- /tmp/vagrant-chef-1/chef-solo-1/cookbooks
  24. [default] -- /tmp/vagrant-chef-1/chef-solo-2/cookbooks
  25. [default] Running provisioner: shell...
  26. [default] Running: inline script
  27. stdin: is not a tty
  28. Reading package lists...
  29. Building dependency tree...
  30. Reading state information...
  31. curl is already the newest version.
  32. 0 upgraded, 0 newly installed, 0 to remove and 196 not upgraded.
  33. [default] Running provisioner: shell...
  34. [default] Running: /var/folders/wc/bwgp606507175w1xr1ybrs2w0000gn/T/vagrant-shell20141030-1930-1kqggzu
  35. stdin: is not a tty
  36. chef at version  11.10.0
  37. [default] Running provisioner: shell...
  38. [default] Running: inline script
  39. stdin: is not a tty
  40. [default] Running provisioner: shell...
  41. [default] Running: /var/folders/wc/bwgp606507175w1xr1ybrs2w0000gn/T/vagrant-shell20141030-1930-esgbqk
  42. stdin: is not a tty
  43. {: ERROR: cannot open `{' (No such file or directory)
  44. /tmp/vagrant-shell: line 2: /etc/cron.hourly/ntpdate:: No such file or directory
  45. /tmp/vagrant-shell: line 3: ensure: command not found
  46. /tmp/vagrant-shell: line 4: mode: command not found
  47. /tmp/vagrant-shell: line 5: #!/bin/sh\nntpdate ntp.ubuntu.com\n,: No such file or directory
  48. /tmp/vagrant-shell: line 6: syntax error near unexpected token `}'
  49. /tmp/vagrant-shell: line 6: `}'
  50. The following SSH command responded with a non-zero exit status.
  51. Vagrant assumes that this means the command failed!
  52.  
  53. chmod +x /tmp/vagrant-shell && /tmp/vagrant-shell
  54.  
  55. Stdout from the command:
  56.  
  57. {: ERROR: cannot open `{' (No such file or directory)
  58.  
  59.  
  60. Stderr from the command:
  61.  
  62. stdin: is not a tty
  63. /tmp/vagrant-shell: line 2: /etc/cron.hourly/ntpdate:: No such file or directory
  64. /tmp/vagrant-shell: line 3: ensure: command not found
  65. /tmp/vagrant-shell: line 4: mode: command not found
  66. /tmp/vagrant-shell: line 5: #!/bin/sh\nntpdate ntp.ubuntu.com\n,: No such file or directory
  67. /tmp/vagrant-shell: line 6: syntax error near unexpected token `}'
  68. /tmp/vagrant-shell: line 6: `}'
  69.  
  70. Lucass-Mac-mini:wellbe-refactor Lucas$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement