Skip to content

Instantly share code, notes, and snippets.

@bltavares
Last active December 26, 2015 10:29
Show Gist options
  • Save bltavares/7137270 to your computer and use it in GitHub Desktop.
Save bltavares/7137270 to your computer and use it in GitHub Desktop.
EBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareNFSSettings:0x00000101298ef0>
DEBUG nfs: Host path doesn't exist, creating: /data/ck
ERROR warden: Error occurred: Failed to create the following shared folder on the host system. This is
usually because Vagrant does not have sufficient permissions to create
the folder.
/data/ck
Please create the folder manually or specify another path to share.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: Failed to create the following shared folder on the host system. This is
usually because Vagrant does not have sufficient permissions to create
the folder.
/data/ck
Please create the folder manually or specify another path to share.
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000010159b7d8>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Recovery complete.
ERROR warden: Error occurred: Failed to create the following shared folder on the host system. This is
usually because Vagrant does not have sufficient permissions to create
the folder.
/data/ck
Please create the folder manually or specify another path to share.
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x000001013b5590>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Recovery complete.
ERROR warden: Error occurred: Failed to create the following shared folder on the host system. This is
usually because Vagrant does not have sufficient permissions to create
the folder.

I am trying to create a synced_folder with the following options

Host is Mac

Guest is Ubuntu

I am thinking, could this be because Vagrant cant get sudo on the guest?

synced_folder "<host_full_path>", "<guest_full_path>", :nfs => false, :create => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment