Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/Vagrant
- ╰─➤ vagrant status 130 ↵
- Current machine states:
- default running (virtualbox)
- The VM is running. To stop this VM, you can run `vagrant halt` to
- shut it down forcefully, or you can run `vagrant suspend` to simply
- suspend the virtual machine. In either case, to restart it again,
- simply run `vagrant up`.
- ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/Vagrant
- ╰─➤ vagrant suspend
- ==> default: Saving VM state and suspending execution...
- ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/Vagrant
- ╰─➤ vagrant up
- Bringing machine 'default' up with 'virtualbox' provider...
- ==> default: Checking if box 'hashicorp/precise64' is up to date...
- ==> default: Resuming suspended VM...
- ==> 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: Machine booted and ready!
- ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
- ==> default: flag to force provisioning. Provisioners marked to run always will still run.
- ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/Vagrant
- ╰─➤ vagrant halt
- ==> default: Attempting graceful shutdown of VM...
- ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/Vagrant
- ╰─➤ vagrant up
- Bringing machine 'default' up with 'virtualbox' provider...
- ==> default: Checking if box 'hashicorp/precise64' is up to date...
- ==> default: Clearing any previously set forwarded ports...
- ==> default: Vagrant has detected a configuration issue which exposes a
- ==> default: vulnerability with the installed version of VirtualBox. The
- ==> default: current guest is configured to use an E1000 NIC type for a
- ==> default: network adapter which is vulnerable in this version of VirtualBox.
- ==> default: Ensure the guest is trusted to use this configuration or update
- ==> default: the NIC type using one of the methods below:
- ==> default:
- ==> default: https://www.vagrantup.com/docs/virtualbox/configuration.html#default-nic-type
- ==> default: https://www.vagrantup.com/docs/virtualbox/networking.html#virtualbox-nic-type
- ==> default: Clearing any previously set network interfaces...
- ==> default: Preparing network interfaces based on configuration...
- default: Adapter 1: nat
- ==> default: Forwarding ports...
- default: 22 (guest) => 2222 (host) (adapter 1)
- ==> 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: 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: 5.2
- ==> default: Mounting shared folders...
- default: /vagrant => /home/yoesoff/Documents/projects/Vagrant
- ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
- ==> default: flag to force provisioning. Provisioners marked to run always will still run.
- ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/Vagrant
- ╰─➤ vagrant status
- Current machine states:
- default running (virtualbox)
- The VM is running. To stop this VM, you can run `vagrant halt` to
- shut it down forcefully, or you can run `vagrant suspend` to simply
- suspend the virtual machine. In either case, to restart it again,
- simply run `vagrant up`.
- ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/Vagrant
- ╰─➤ vagrant ssh
- Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64)
- * Documentation: https://help.ubuntu.com/
- Welcome to your Vagrant-built virtual machine.
- Last login: Fri Sep 14 06:23:18 2012 from 10.0.2.2
- vagrant@precise64:~$
Advertisement
Add Comment
Please, Sign In to add comment