Advertisement
dfarrell07

packer_fedora_vbox_er

Jul 7th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. [~/packaging/packer]$ vagrant up --provider=virtualbox *[review/patrick_laurin/38120]
  2. Bringing machine 'default' up with 'virtualbox' provider...
  3. ==> default: Importing base box 'odl_fedora'...
  4. ==> default: Matching MAC address for NAT networking...
  5. ==> default: Setting the name of the VM: packer_default_1467925576480_68065
  6. ==> default: Clearing any previously set network interfaces...
  7. ==> default: Preparing network interfaces based on configuration...
  8. default: Adapter 1: nat
  9. ==> default: Forwarding ports...
  10. default: 22 (guest) => 2222 (host) (adapter 1)
  11. ==> default: Booting VM...
  12. ==> default: Waiting for machine to boot. This may take a few minutes...
  13. default: SSH address: 127.0.0.1:2222
  14. default: SSH username: vagrant
  15. default: SSH auth method: private key
  16. default:
  17. default: Vagrant insecure key detected. Vagrant will automatically replace
  18. default: this with a newly generated keypair for better security.
  19. default:
  20. default: Inserting generated public key within guest...
  21. default: Removing insecure key from the guest if it's present...
  22. default: Key inserted! Disconnecting and reconnecting using new SSH key...
  23. ==> default: Machine booted and ready!
  24. ==> default: Checking for guest additions in VM...
  25. default: No guest additions were detected on the base box for this VM! Guest
  26. default: additions are required for forwarded ports, shared folders, host only
  27. default: networking, and more. If SSH fails on this machine, please install
  28. default: the guest additions and repackage the box to continue.
  29. default:
  30. default: This is not an error message; everything may continue to work properly,
  31. default: in which case you may ignore this message.
  32. ==> default: Mounting shared folders...
  33. default: /vagrant => /home/daniel/packaging/packer
  34. Failed to mount folders in Linux guest. This is usually because
  35. the "vboxsf" file system is not available. Please verify that
  36. the guest additions are properly installed in the guest and
  37. can work properly. The command attempted was:
  38.  
  39. mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent group vagrant | cut -d: -f3` vagrant /vagrant
  40. mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` vagrant /vagrant
  41.  
  42. The error output from the last command was:
  43.  
  44. mount: unknown filesystem type 'vboxsf'
  45.  
  46. [~/packaging/packer]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement