Closed pixel5919 closed 8 years ago
This is the error message:
Error Occured Adding to Watch List: /usr/lib/python3/dist-packages/DistUpgrade/NvidiaDetector No such file or directory
Command Line: ./a.out -e -t /usr/bin /usr/lib
I'll take a look. Seems odd.
Cannot reproduce in the vagrant vm. Have you installed any interesting python packages?
What is the output of pip freeze
?
I actually "fixed" the problem. Many of the "directories" that were getting traversed were actually symlinks. I told the program to ignore them and it works so far.
My issue with this quick fix is that if someone redirects those symlinks, I believe the program can catch it with the folder above it catching the event.
Currently, traversing a single folder works with znotify.c (-t) but with multiple there is an error. Option (-w) works with multiple command line arguments though.