[Mono-bugs] [Bug 72919][Maj] Changed - Bug in FileSystemWatcher Class
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 26 Feb 2005 17:05:04 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72919
--- shadow/72919 2005-02-25 02:32:29.000000000 -0500
+++ shadow/72919.tmp.19375 2005-02-26 17:05:04.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 72919
Product: Mono: Class Libraries
Version: 1.1
OS: SUSE 9.0
OS Details: Unix 2.6.8.24
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: monotoll@braindrum.de
QAContact: mono-bugs@ximian.com
@@ -206,6 +206,19 @@
If this is not the right way to get the answers, please let me know.
I will try to find a newsgroup or a Forum for the discussion.
thanks in advance
+
+------- Additional Comments From gonzalo@ximian.com 2005-02-26 17:05 -------
+1. I have reiserfs too.
+2. You need read/execute permissions on the directory to watch.
+3. Yes.
+
+Have you tried 'export MONO_MANAGED_WATCHER=1'? That makes mono use a
+slower and less resource friendly watcher that does not depend on the
+system at all. The default one in mono will use FAM if the library is
+available and it can connect to the daemon. Check that you're either
+running FAM or set that variable.
+
+If you have further questions, please, send them to mono-list.