-
Notifications
You must be signed in to change notification settings - Fork 21
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
inotifywait gets just 'ATTRIB' #2
Comments
inotifywatch also just shows 'attrib' after editing a file
|
This is unfortunately a limitation of the simple way I simulate events - the file is just touched with a new mtime. I guess a few of the other events could be properly forwarded, but |
Thanks for the explanation @mhallin. We should probably mention this front-and-center on the README.md as right now it reads as though the proper event will be forwarded.
Many reloading build systems will not respond to For example, use |
I set up a vagrant vm with your vagrant notify-forwarder plugin, host is a Mac OS X (10.10.5), guest is debian jessie. In the vm there's an app running, waiting for some fs events by calling inotifywait => https://github.com/synrc/fs/blob/master/src/sys/inotifywait.erl#L10
If I open/edit some file on the host nothing happens (should compile something).
I played a bit, started
inotifywait /vagrant
and edited, deleted, created files, but all I can see isIf I do something inside the vm in /vagrant inotifywait shows
So what's happening here? Is notify-forwarder not able to forward the correct event types?
There's another app running (https://github.com/brunch/brunch), which responds to events from notify-forwarder, but I did not dig deeper since it's doing its job ;)
The text was updated successfully, but these errors were encountered: