dcosson / vagrant-unison2

Vagrant plugin to sync local files to VM using Unison over SSH
MIT License
50 stars 8 forks source link

The process cannot access the file because it is being used by another process, Unison not running in VM #18

Closed stepanzarubin closed 8 years ago

stepanzarubin commented 8 years ago

For both: vagrant unison-sync-once vagrant unison-sync-polling

Getting: The process cannot access the file because it is being used by another process. Unison not running in VM

dcosson commented 8 years ago

Is this on windows? Googling it I see this in unrelated circumstances on windows. It sounds like more of a unison or filesystem issue though.

This plugin prints the exact unison command it runs with all the args, so I would try explicitly running that in your VM and seeing what happens/ maybe googing resulting errors or asking about them in a unison forum or something.

Sorry I can't be more helpful :/