We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No events when trying out the fsevapi:
$ ./fsmon-osx -B fsevapi . $ touch foo [no events shown]
The default backend (devfsev?) works but requires root for local non-root-owned paths.
The text was updated successfully, but these errors were encountered:
Also the process does not seem to accept signals:
mba-3:fsmon romanvg$ ./fsmon-osx -B fsevapi . ^C^C ^C^C^C^C^C^C^C^C^C ^C^C^C^C^C^C^C^C^C
The default backed can be killed with ctrl+c.
Sorry, something went wrong.
signal is catched but doesnt stops the event loop. will investigate on this later.
thanks!
On 09 May 2016, at 10:15, Roman Valls Guimerà notifications@github.com wrote: Also the process does not seem to accept signals: mba-3:fsmon romanvg$ ./fsmon-osx -B fsevapi . ^C^C ^C^C^C^C^C^C^C^C^C ^C^C^C^C^C^C^C^C^C — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub #22 (comment)
On 09 May 2016, at 10:15, Roman Valls Guimerà notifications@github.com wrote:
mba-3:fsmon romanvg$ ./fsmon-osx -B fsevapi . ^C^C ^C^C^C^C^C^C^C^C^C
^C^C^C^C^C^C^C^C^C — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub #22 (comment)
No branches or pull requests
No events when trying out the fsevapi:
The default backend (devfsev?) works but requires root for local non-root-owned paths.
The text was updated successfully, but these errors were encountered: