Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for parallels provider and use NFS for shared filesystem. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rterbush
Copy link

No description provided.

@nsh87
Copy link
Owner

nsh87 commented Jan 11, 2015

I think some more ifs are needed in Vagrantfile to conditionally support NFS and Parallels. Hopefully this is helpful: I don't have Parallels or any NFS shares mounted and on vagrant up I get about a 35 minute hang after the VM boots.

==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
==> default: Configuring and enabling network interfaces...
==> default: Exporting NFS shared folders...
==> default: Preparing to edit /etc/exports. Administrator privileges will be required...
Password:
==> default: Mounting NFS shared folders...

Then the error:

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

mount -o 'vers=3,udp' 192.168.33.1:'/Users/Nikhil/dev/shinyVM/project' /www-shiny

Stdout from the command:

Stderr from the command:

stdin: is not a tty
mount.nfs: Connection timed out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants