vagrant-notify-forwarder icon indicating copy to clipboard operation
vagrant-notify-forwarder copied to clipboard

A file system event forwarding plugin for Vagrant

Results 17 vagrant-notify-forwarder issues
Sort by recently updated
recently updated
newest added

Do you have plans to add support for Windows?

On a shared folder in a Vagrant VirtualBox VM, while file creation and change events work as expected, file removal events are not forwarded. Setup: Host: Ubuntu 21.10 Guest: Ubuntu...

![image](https://user-images.githubusercontent.com/594871/83647277-a3d7ac80-a5ac-11ea-99ca-59e835d16878.png) With this plugin enabled, I'm seeing File Cache Conflicts whenever I save a file within ~3 seconds of another save. (quick fixes and the like). After removing/adding the plugin...

I'm getting the following error message right after booting the vagrant box with `vagrant up`: ``` terminate called after throwing an instance of 'std::runtime_error' what(): Could not add watch ```...

Hi, I installed your plugin, but when I am doing `vagrant up` I am getting message ``` ==> default: 29324 (guest) => 29324 (host) (adapter eth0) ==> default: Forwarding UDP...

I have followed the instructions to install the plugin on my Vagrant VM. When I `vagrant up`, I see ``` ... ==> default: Waiting for the VM to receive an...

This is also an issue for renamed files. I don't know if it helps but https://github.com/adrienkohlbecker/vagrant-fsnotify handle this by creating and deleting (`touch`& `rm`) the deleted file on the guest.

``` Ubuntu 16.04 VirtualBox 5.2 Vagrant 2.0.3 vagrant-notify-forwarder 0.5.0 ``` Getting this error when attempting a graceful shutdown: ``` `kill': Operation not permitted (Errno::EPERM) ``` The issue seems to be...

Do you have any recommendations on how to better control the notifications being sent to the Vagrant VM when using an editor like Atom (or, I imagine, Sublime)? It seems...

Whenever I restart my VM, it looks like currently used port is not freed (neither on `halt` nor on `reload`), so I'm getting the following error: ``` Some of the...