Advertisement
Guest User

miaou up

a guest
Mar 30th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.42 KB | None | 0 0
  1. Bringing machine 'default' up with 'virtualbox' provider...
  2. ==> default: Importing base box 'base'...
  3. ==> default: Matching MAC address for NAT networking...
  4. ==> default: Setting the name of the VM: miaou_default_1427748547993_16617
  5. ==> default: Clearing any previously set network interfaces...
  6. ==> default: Preparing network interfaces based on configuration...
  7.     default: Adapter 1: nat
  8. ==> default: Forwarding ports...
  9.     default: 8204 => 8204 (adapter 1)
  10.     default: 22 => 2222 (adapter 1)
  11. ==> default: Booting VM...
  12. ==> default: Waiting for machine to boot. This may take a few minutes...
  13.     default: SSH address: 127.0.0.1:2222
  14.     default: SSH username: vagrant
  15.     default: SSH auth method: private key
  16.     default: Warning: Connection timeout. Retrying...
  17.     default: Warning: Remote connection disconnect. Retrying...
  18.     default:
  19.     default: Vagrant insecure key detected. Vagrant will automatically replace
  20.     default: this with a newly generated keypair for better security.
  21.     default:
  22.     default: Inserting generated public key within guest...
  23.     default: Removing insecure key from the guest if its present...
  24.     default: Key inserted! Disconnecting and reconnecting using new SSH key...
  25. ==> default: Machine booted and ready!
  26. ==> default: Checking for guest additions in VM...
  27.     default: The guest additions on this VM do not match the installed version of
  28.     default: VirtualBox! In most cases this is fine, but in rare cases it can
  29.     default: prevent things such as shared folders from working properly. If you see
  30.     default: shared folder errors, please make sure the guest additions within the
  31.     default: virtual machine match the version of VirtualBox you have installed on
  32.     default: your host and reload your VM.
  33.     default:
  34.     default: Guest Additions Version: 4.2.0
  35.     default: VirtualBox Version: 4.3
  36. ==> default: Mounting shared folders...
  37.     default: /vagrant => /home/user/workspace/web/miaou
  38.     default: /tmp/vagrant-puppet/manifests-00a28150b4e8ae487ef7b222bc4d679b => /home/user/workspace/web/miaou/vagrant/manifests
  39. ==> default: Running provisioner: shell...
  40.     default: Running: inline script
  41. ==> default: stdin: is not a tty
  42. ==> default: Preparing to install into /etc/puppet/modules ...
  43. ==> default: Downloading from http://forge.puppetlabs.com ...
  44. ==> default: Installing -- do not interrupt ...
  45. ==> default: /etc/puppet/modules
  46. ==> default: └── puppetlabs-stdlib (v4.5.1)
  47. ==> default: Preparing to install into /etc/puppet/modules ...
  48. ==> default: Downloading from http://forge.puppetlabs.com ...
  49. ==> default: Installing -- do not interrupt ...
  50. ==> default: /etc/puppet/modules
  51. ==> default: └── ripienaar-concat (v0.2.0)
  52. ==> default: Preparing to install into /etc/puppet/modules ...
  53. ==> default: Downloading from http://forge.puppetlabs.com ...
  54. ==> default: Installing -- do not interrupt ...
  55. ==> default: /etc/puppet/modules
  56. ==> default: └── maestrodev-wget (v1.6.0)
  57. ==> default: Preparing to install into /etc/puppet/modules ...
  58. ==> default: Downloading from http://forge.puppetlabs.com ...
  59. ==> default: Installing -- do not interrupt ...
  60. ==> default: /etc/puppet/modules
  61. ==> default: └── puppetlabs-gcc (v0.2.0)
  62. ==> default: Preparing to install into /etc/puppet/modules ...
  63. ==> default: Downloading from http://forge.puppetlabs.com ...
  64. ==> default: Installing -- do not interrupt ...
  65. ==> default: /etc/puppet/modules
  66. ==> default: └── puppetlabs-apt (v1.8.0)
  67. ==> default: Preparing to install into /etc/puppet/modules ...
  68. ==> default: Downloading from http://forge.puppetlabs.com ...
  69. ==> default: Installing -- do not interrupt ...
  70. ==> default: /etc/puppet/modules
  71. ==> default: └── puppetlabs-postgresql (v4.3.0)
  72. ==> default: Preparing to install into /etc/puppet/modules ...
  73. ==> default: Downloading from http://forge.puppetlabs.com ...
  74. ==> default: Installing -- do not interrupt ...
  75. ==> default: /etc/puppet/modules
  76. ==> default: └── thomasvandoren-redis (v0.10.0)
  77. ==> default: Running provisioner: puppet...
  78. ==> default: Running Puppet with default.pp...
  79. ==> default: stdin: is not a tty
  80. ==> default: warning: Could not retrieve fact fqdn
  81. ==> default: undefined method `<<' for {}:Hash on node precise32
  82. The SSH command responded with a non-zero exit status. Vagrant
  83. assumes that this means the command failed. The output for this command
  84. should be in the log above. Please read the output to determine what
  85. went wrong.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement