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

File removal events are not forwarded #27

Open
BadIdeaException opened this issue Feb 19, 2022 · 0 comments
Open

File removal events are not forwarded #27

BadIdeaException opened this issue Feb 19, 2022 · 0 comments

Comments

@BadIdeaException
Copy link

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 21.10
VirtualBox 6.1.26
VirtualBox Guest Additions 6.1.26
Vagrant 2.2.19

Output during vagrant up:

==> default: Starting notify-forwarder ...
    default: Notify-forwarder: guest listening for file change notifications on 0.0.0.0:29324.
    default: Notify-forwarder: host sending file change notifications to 127.0.0.1:29324
    default: Notify-forwarder: host forwarding notifications on /home/a to /home/vagrant/a
    default: Notify-forwarder: host sending file change notifications to 127.0.0.1:29324
    default: Notify-forwarder: host forwarding notifications on /home/b to /home/vagrant/b
    default: Notify-forwarder: host sending file change notifications to 127.0.0.1:29324
    default: Notify-forwarder: host forwarding notifications on /home/c to /opt/c
    default: Notify-forwarder: host sending file change notifications to 127.0.0.1:29324
    default: Notify-forwarder: host forwarding notifications on /home/d to /vagrant
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