Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- onzulin@win10prolaptop MINGW64 ~/Homestead (master)
- $ vagrant up
- Bringing machine 'default' up with 'virtualbox' provider...
- ==> default: Checking if box 'laravel/homestead' is up to date...
- ==> default: A newer version of the box 'laravel/homestead' is available! You currently
- ==> default: have version '0.5.0'. The latest is version '0.6.0'. Run
- ==> default: `vagrant box update` to update.
- ==> 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: 80 (guest) => 8000 (host) (adapter 1)
- default: 443 (guest) => 44300 (host) (adapter 1)
- default: 3306 (guest) => 33060 (host) (adapter 1)
- default: 5432 (guest) => 54320 (host) (adapter 1)
- default: 22 (guest) => 2222 (host) (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: Remote connection disconnect. 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: 5.0.6
- default: VirtualBox Version: 5.1
- ==> default: Setting hostname...
- ==> default: Configuring and enabling network interfaces...
- ==> default: Mounting shared folders...
- default: /vagrant => C:/Users/onzulin/Homestead
- Vagrant was unable to mount VirtualBox shared folders. This is usually
- because the filesystem "vboxsf" is not available. This filesystem is
- made available via the VirtualBox Guest Additions and kernel module.
- Please verify that these guest additions are properly installed in the
- guest. This is not a bug in Vagrant and is usually caused by a faulty
- Vagrant box. For context, the command attempted was:
- mount -t vboxsf -o uid=900,gid=900 vagrant /vagrant
- The error output from the command was:
- /sbin/mount.vboxsf: mounting failed with the error: No such device
- onzulin@win10prolaptop MINGW64 ~/Homestead (master)
- $ vagrant halt
- ==> default: Attempting graceful shutdown of VM...
- onzulin@win10prolaptop MINGW64 ~/Homestead (master)
- $ vagrant up
- Bringing machine 'default' up with 'virtualbox' provider...
- ==> default: Checking if box 'laravel/homestead' is up to date...
- ==> default: A newer version of the box 'laravel/homestead' is available! You currently
- ==> default: have version '0.5.0'. The latest is version '0.6.0'. Run
- ==> default: `vagrant box update` to update.
- ==> 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: 80 (guest) => 8000 (host) (adapter 1)
- default: 443 (guest) => 44300 (host) (adapter 1)
- default: 3306 (guest) => 33060 (host) (adapter 1)
- default: 5432 (guest) => 54320 (host) (adapter 1)
- default: 22 (guest) => 2222 (host) (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: 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: 5.0.6
- default: VirtualBox Version: 5.1
- ==> default: Setting hostname...
- ==> default: Configuring and enabling network interfaces...
- ==> default: Mounting shared folders...
- default: /vagrant => C:/Users/onzulin/Homestead
- default: /home/vagrant/Code => C:/Users/onzulin/Code
- ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
- ==> default: flag to force provisioning. Provisioners marked to run always will still run.
- onzulin@win10prolaptop MINGW64 ~/Homestead (master)
- $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement