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

Vagrant up/reload hangs on Folder syncing - intermittant #1

Open
naterkane opened this issue Nov 7, 2014 · 0 comments
Open

Vagrant up/reload hangs on Folder syncing - intermittant #1

naterkane opened this issue Nov 7, 2014 · 0 comments

Comments

@naterkane
Copy link

pulling this comment into an issue

for some reason this is intermittently taking a crap for me.
hanging on Mounting NFS shared folders
I'd post an issue, but you don't have Issues turned on.

I have Vagrant v1.6.5 on OSX 10.10, which of course has nfsd installed. it worked without a running nfsd process, and then didn't work at all.

I know that if you don't specify the sync type, Vagrant will choose a best-available-method per-platform (to get around inherent Windows issues)

I ended up having to

config.vm.synced_folder "server", "/home/vagrant/server", id: "vagrant-root"

to get it to not do this....

$ vagrant reload
==> default: Attempting graceful shutdown of VM...
==> default: Clearing any previously set forwarded ports...
==> default: Fixed port collision for 3000 => 3000. Now on port 2200.
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
    default: Adapter 2: hostonly
==> default: Forwarding ports...
    default: 3000 => 2200 (adapter 1)
    default: 80 => 7777 (adapter 1)
    default: 1337 => 1337 (adapter 1)
    default: 3306 => 7778 (adapter 1)
    default: 5432 => 5433 (adapter 1)
    default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: vagrant
    default: SSH auth method: private key
    default: Warning: Connection timeout. Retrying...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
==> default: Setting hostname...
==> 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...
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

No branches or pull requests

1 participant