Advertisement
Guest User

output vagrant-up

a guest
Mar 9th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. C:\box\skeleton\www>vagrant up
  2. There were warnings and/or errors while loading your Vagrantfile
  3. for the machine 'default'.
  4.  
  5. Your Vagrantfile was written for an earlier version of Vagrant,
  6. and while Vagrant does the best it can to remain backwards
  7. compatible, there are some cases where things have changed
  8. significantly enough to warrant a message. These messages are
  9. shown below.
  10.  
  11. Warnings:
  12. * `config.vm.customize` calls are VirtualBox-specific. If you're
  13. using any other provider, you'll have to use config.vm.provider in a
  14. v2 configuration block.
  15. Bringing machine 'default' up with 'virtualbox' provider...
  16. ==> default: Importing base box 'phpdevbox'...
  17. ==> default: Matching MAC address for NAT networking...
  18. ==> default: Setting the name of the VM: skeleton_default_1425929852070_20441
  19. ==> default: Clearing any previously set network interfaces...
  20. ==> default: Preparing network interfaces based on configuration...
  21. default: Adapter 1: nat
  22. default: Adapter 2: hostonly
  23. ==> default: Forwarding ports...
  24. default: 80 => 8080 (adapter 1)
  25. default: 81 => 8181 (adapter 1)
  26. default: 27017 => 27017 (adapter 1)
  27. default: 3306 => 3306 (adapter 1)
  28. default: 22 => 2222 (adapter 1)
  29. ==> default: Running 'pre-boot' VM customizations...
  30. ==> default: Booting VM...
  31. ==> default: Waiting for machine to boot. This may take a few minutes...
  32. default: SSH address: 127.0.0.1:2222
  33. default: SSH username: vagrant
  34. default: SSH auth method: private key
  35. default: Warning: Connection timeout. Retrying...
  36. default:
  37. default: Vagrant insecure key detected. Vagrant will automatically replace
  38. default: this with a newly generated keypair for better security.
  39. default:
  40. default: Inserting generated public key within guest...
  41. default: Removing insecure key from the guest if its present...
  42. default: Key inserted! Disconnecting and reconnecting using new SSH key...
  43. ==> default: Machine booted and ready!
  44. ==> default: Checking for guest additions in VM...
  45. ==> default: Configuring and enabling network interfaces...
  46. ==> default: Mounting shared folders...
  47. default: /vagrant => C:/box/skeleton
  48. default: /tmp/vagrant-puppet/modules-35dcc5880b6a2a8fc2b01428052bdbf0 => C:/
  49. box/skeleton/puppet/modules
  50. default: /tmp/vagrant-puppet/manifests-846018e2aa141a5eb79a64b4015fc5f3 => C
  51. :/box/skeleton/puppet/manifests
  52. ==> default: Running provisioner: puppet...
  53. ==> default: Running Puppet with default.pp...
  54. ==> default: stdin: is not a tty
  55. ==> default: warning: Could not retrieve fact fqdn
  56. ==> default: Puppet::Parser::AST::Resource failed with error ArgumentError: Coul
  57. d not find declared class apt at /tmp/vagrant-puppet/manifests-846018e2aa141a5eb
  58. 79a64b4015fc5f3/default.pp:170 on node precise64
  59. The SSH command responded with a non-zero exit status. Vagrant
  60. assumes that this means the command failed. The output for this command
  61. should be in the log above. Please read the output to determine what
  62. went wrong.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement