-
Notifications
You must be signed in to change notification settings - Fork 252
No Events are Triggered by Watcher in CentOS 6.4 #52
Comments
I went back and tested on CentOS 5. The problem is not related to OS version. When I put my application on the new server, I recompiled from source and Go must have picked up the latest version of fsnotify. Now, my watcher triggers no events at all on CentOS 5 or 6. It was working previously. No other code has changed. |
I probably messed something up when adding the Select code. Seems to work You can go back to commit c23ce3f until I Also, any chance this is 32 bit?
|
I will try the commit you suggested, and the server is 64-bit. |
@michael-martin-al I'm not sure if this issue still exists? I'm curious if running the fsnotify test suite on CentOS results in failures?
Also, a git bisect would help identify the exact commit where the issue appeared. |
@michael-martin-al If this is still an issue with the latest code ( |
I was using exactly the same code in CentOS 5 and it worked flawlessly. Now, I moved my application to CentOS 6.4 and no events are being triggered by my watcher.
The text was updated successfully, but these errors were encountered: