[Mono-bugs] [Bug 61343][Nor] New - mod-mono-server fails to monitor file changes on Novell share

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Jul 2004 09:01:05 -0400 (EDT)


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 andrewarnott@byu.edu.

http://bugzilla.ximian.com/show_bug.cgi?id=61343

--- shadow/61343	2004-07-09 09:01:05.000000000 -0400
+++ shadow/61343.tmp.22903	2004-07-09 09:01:05.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 61343
+Product: Mono: Class Libraries
+Version: unspecified
+OS: other
+OS Details: Fedora Core 2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: AndrewArnott@byu.edu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mod-mono-server fails to monitor file changes on Novell share
+
+Description of Problem:
+On a local Linux partition, mod-mono-server flushes
+the cache for a file when it has changed recently.  On a Novell share, Mono
+fails to monitor file changes and as a result continues to cache the page
+anyway, so changes to the file only show up after restarting
+mod-mono-server.  
+
+Steps to reproduce the problem:
+1. Move some web site that already works correctly to a Novell share, and
+mount that share to the file system using ncpmount.
+2. Point Apache at that share for its web site.
+3. View an ASPX page of the web site from a browser.
+4. Modify that same page on the Novell file system.  
+5. View the page again on a browser and click Refresh.
+
+Actual Results:
+The original file version is read from cache and sent to the browser.  
+
+Expected Results:
+The new file version should be read from disk on the server and processed
+and sent to the browser.
+
+How often does this happen? 
+Every time, until mod-mono-server.exe is restarted.
+
+Additional Information:
+IIS fails to host ASP.NET web sites at all off of Novell shares because IIS
+"failed to start monitoring file changes on..." at any aspx file access.