Advertisement
onzulin

problema con vagrant y virtualbox

Nov 22nd, 2016
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1. onzulin@win10prolaptop MINGW64 ~/Homestead (master)
  2. $ vagrant up
  3. Bringing machine 'default' up with 'virtualbox' provider...
  4. ==> default: Checking if box 'laravel/homestead' is up to date...
  5. ==> default: A newer version of the box 'laravel/homestead' is available! You currently
  6. ==> default: have version '0.5.0'. The latest is version '0.6.0'. Run
  7. ==> default: `vagrant box update` to update.
  8. ==> default: Clearing any previously set forwarded ports...
  9. ==> default: Clearing any previously set network interfaces...
  10. ==> default: Preparing network interfaces based on configuration...
  11. default: Adapter 1: nat
  12. default: Adapter 2: hostonly
  13. ==> default: Forwarding ports...
  14. default: 80 (guest) => 8000 (host) (adapter 1)
  15. default: 443 (guest) => 44300 (host) (adapter 1)
  16. default: 3306 (guest) => 33060 (host) (adapter 1)
  17. default: 5432 (guest) => 54320 (host) (adapter 1)
  18. default: 22 (guest) => 2222 (host) (adapter 1)
  19. ==> default: Running 'pre-boot' VM customizations...
  20. ==> default: Booting VM...
  21. ==> default: Waiting for machine to boot. This may take a few minutes...
  22. default: SSH address: 127.0.0.1:2222
  23. default: SSH username: vagrant
  24. default: SSH auth method: private key
  25. default: Warning: Remote connection disconnect. Retrying...
  26. ==> default: Machine booted and ready!
  27. ==> default: Checking for guest additions in VM...
  28. default: The guest additions on this VM do not match the installed version of
  29. default: VirtualBox! In most cases this is fine, but in rare cases it can
  30. default: prevent things such as shared folders from working properly. If you see
  31. default: shared folder errors, please make sure the guest additions within the
  32. default: virtual machine match the version of VirtualBox you have installed on
  33. default: your host and reload your VM.
  34. default:
  35. default: Guest Additions Version: 5.0.6
  36. default: VirtualBox Version: 5.1
  37. ==> default: Setting hostname...
  38. ==> default: Configuring and enabling network interfaces...
  39. ==> default: Mounting shared folders...
  40. default: /vagrant => C:/Users/onzulin/Homestead
  41. Vagrant was unable to mount VirtualBox shared folders. This is usually
  42. because the filesystem "vboxsf" is not available. This filesystem is
  43. made available via the VirtualBox Guest Additions and kernel module.
  44. Please verify that these guest additions are properly installed in the
  45. guest. This is not a bug in Vagrant and is usually caused by a faulty
  46. Vagrant box. For context, the command attempted was:
  47.  
  48. mount -t vboxsf -o uid=900,gid=900 vagrant /vagrant
  49.  
  50. The error output from the command was:
  51.  
  52. /sbin/mount.vboxsf: mounting failed with the error: No such device
  53.  
  54.  
  55. onzulin@win10prolaptop MINGW64 ~/Homestead (master)
  56. $ vagrant halt
  57. ==> default: Attempting graceful shutdown of VM...
  58.  
  59. onzulin@win10prolaptop MINGW64 ~/Homestead (master)
  60. $ vagrant up
  61. Bringing machine 'default' up with 'virtualbox' provider...
  62. ==> default: Checking if box 'laravel/homestead' is up to date...
  63. ==> default: A newer version of the box 'laravel/homestead' is available! You currently
  64. ==> default: have version '0.5.0'. The latest is version '0.6.0'. Run
  65. ==> default: `vagrant box update` to update.
  66. ==> default: Clearing any previously set forwarded ports...
  67. ==> default: Clearing any previously set network interfaces...
  68. ==> default: Preparing network interfaces based on configuration...
  69. default: Adapter 1: nat
  70. default: Adapter 2: hostonly
  71. ==> default: Forwarding ports...
  72. default: 80 (guest) => 8000 (host) (adapter 1)
  73. default: 443 (guest) => 44300 (host) (adapter 1)
  74. default: 3306 (guest) => 33060 (host) (adapter 1)
  75. default: 5432 (guest) => 54320 (host) (adapter 1)
  76. default: 22 (guest) => 2222 (host) (adapter 1)
  77. ==> default: Running 'pre-boot' VM customizations...
  78. ==> default: Booting VM...
  79. ==> default: Waiting for machine to boot. This may take a few minutes...
  80. default: SSH address: 127.0.0.1:2222
  81. default: SSH username: vagrant
  82. default: SSH auth method: private key
  83. ==> default: Machine booted and ready!
  84. ==> default: Checking for guest additions in VM...
  85. default: The guest additions on this VM do not match the installed version of
  86. default: VirtualBox! In most cases this is fine, but in rare cases it can
  87. default: prevent things such as shared folders from working properly. If you see
  88. default: shared folder errors, please make sure the guest additions within the
  89. default: virtual machine match the version of VirtualBox you have installed on
  90. default: your host and reload your VM.
  91. default:
  92. default: Guest Additions Version: 5.0.6
  93. default: VirtualBox Version: 5.1
  94. ==> default: Setting hostname...
  95. ==> default: Configuring and enabling network interfaces...
  96. ==> default: Mounting shared folders...
  97. default: /vagrant => C:/Users/onzulin/Homestead
  98. default: /home/vagrant/Code => C:/Users/onzulin/Code
  99. ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
  100. ==> default: flag to force provisioning. Provisioners marked to run always will still run.
  101.  
  102. onzulin@win10prolaptop MINGW64 ~/Homestead (master)
  103. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement