X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=web%2Fissues;h=abf91eeadfa7345501468745bc47766e3229dc8d;hb=5aa69845a616871d5629a82b91b96a3f1c41adc9;hp=25eedb4db44df259174b953c96d96bd69df4fb63;hpb=97575ebbd297eaf9af36740f142a9a9ae6340178;p=mono.git diff --git a/web/issues b/web/issues index 25eedb4db44..abf91eeadfa 100644 --- a/web/issues +++ b/web/issues @@ -36,5 +36,19 @@ Q: How do I fix the problem? A: If you are sure that no other Mono process is running, you can just delete the contents of the ~/.wapi directory: +
 	rm -i ~/.wapi/*
+
+ If you can not delete those files (because say, you have a running + Mono, you can disable the use of the shared handles setup by + setting the MONO_DISABLE_SHM environment variable as well: + +
+	# Notice: Highly discouraged
+	bash$ export MONO_DISABLE_SHM=1
+
+ + The above is highly discouraged as that will make process execution + fail, and without that many things like XSP/ASP.NET or the C# + compiler's -pkg: support will not work.