Created
December 15, 2014 14:21
-
-
Save toleabivol/2ee30bb88dec52b442cc to your computer and use it in GitHub Desktop.
Vip quickstart log 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tolea@tolea-PC:/var/www/WP/wpcom$ vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
==> default: Clearing any previously set forwarded ports... | |
==> default: Clearing any previously set network interfaces... | |
==> default: Preparing network interfaces based on configuration... | |
default: Adapter 1: nat | |
default: Adapter 2: hostonly | |
==> default: Forwarding ports... | |
default: 22 => 2222 (adapter 1) | |
==> default: Running 'pre-boot' VM customizations... | |
==> default: Booting VM... | |
==> default: Waiting for machine to boot. This may take a few minutes... | |
default: SSH address: 127.0.0.1:2222 | |
default: SSH username: vagrant | |
default: SSH auth method: private key | |
default: Warning: Connection timeout. Retrying... | |
==> default: Machine booted and ready! | |
==> default: Checking for guest additions in VM... | |
default: The guest additions on this VM do not match the installed version of | |
default: VirtualBox! In most cases this is fine, but in rare cases it can | |
default: prevent things such as shared folders from working properly. If you see | |
default: shared folder errors, please make sure the guest additions within the | |
default: virtual machine match the version of VirtualBox you have installed on | |
default: your host and reload your VM. | |
default: | |
default: Guest Additions Version: 4.2.0 | |
default: VirtualBox Version: 4.3 | |
==> default: Setting hostname... | |
==> default: Configuring and enabling network interfaces... | |
==> default: Mounting shared folders... | |
default: /srv => /var/www/WP/wpcom | |
default: /tmp/vagrant-puppet-3/manifests => /var/www/WP/wpcom/puppet/manifests | |
default: /tmp/vagrant-puppet-3/modules-0 => /var/www/WP/wpcom/puppet/modules | |
==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision` | |
==> default: to force provisioning. Provisioners marked to run always will still run. | |
tolea@tolea-PC:/var/www/WP/wpcom$ vagrant provision | |
==> default: Running provisioner: shell... | |
default: Running: inline script | |
==> default: stdin: is not a tty | |
==> default: Running provisioner: puppet... | |
==> default: Running Puppet with init.pp... | |
==> default: stdin: is not a tty | |
==> default: warning: Could not retrieve fact fqdn | |
==> default: Invalid parameter disable_default_site at /tmp/vagrant-puppet-3/manifests/sections/webserver.pp:6 on node vip | |
The SSH command responded with a non-zero exit status. Vagrant | |
assumes that this means the command failed. The output for this command | |
should be in the log above. Please read the output to determine what | |
went wrong. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment