Advertisement
Guest User

Untitled

a guest
May 11th, 2015
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. PS C:\Users\brand_000\Homestead> vagrant ssh
  2. Welcome to Ubuntu 14.10 (GNU/Linux 3.16.0-23-generic x86_64)
  3.  
  4. * Documentation: https://help.ubuntu.com/
  5. Last login: Mon Oct 27 02:22:37 2014 from 10.0.2.2
  6. vagrant@homestead:~$ sudo rm /usr/lib/VBoxGuestAdditions
  7. vagrant@homestead:~$ sudo ln -s /opt/VBoxGuestAdditions-4.3.18/lib/VBoxGuestAdditions /usr/lib/VBoxGuestAdditions
  8. vagrant@homestead:~$ sudo apt-get install --yes dkms linux-headers-3.16.0-23-generic
  9. Reading package lists... Done
  10. Building dependency tree
  11. Reading state information... Done
  12. linux-headers-3.16.0-23-generic is already the newest version.
  13. dkms is already the newest version.
  14. 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
  15. vagrant@homestead:~$ sudo /etc/init.d/vboxadd setup
  16. Removing existing VirtualBox DKMS kernel modules ...done.
  17. Removing existing VirtualBox non-DKMS kernel modules ...done.
  18. Building the VirtualBox Guest Additions kernel modules
  19. The headers for the current running kernel were not found. If the following
  20. module compilation fails then this could be the reason.
  21.  
  22. Building the main Guest Additions module ...done.
  23. Building the shared folder support module ...fail!
  24. (Look at /var/log/vboxadd-install.log to find out what went wrong)
  25. Doing non-kernel setup of the Guest Additions ...done.
  26. vagrant@homestead:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement