[Mono-bugs] [Bug 69520][Wis] Changed - "No such file" error when its really permissions.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 15 Nov 2004 15:39:06 -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 adam@homeport.org.
http://bugzilla.ximian.com/show_bug.cgi?id=69520
--- shadow/69520 2004-11-15 15:35:13.000000000 -0500
+++ shadow/69520.tmp.17975 2004-11-15 15:39:06.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Runtime
Version: 1.0
OS: unknown
OS Details: Mandrake 10.1 community (not listed)
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: adam@homeport.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -53,6 +53,17 @@
System error: Can't open file $FILE
How often does this happen?
Every time.
Additional Information:
+
+------- Additional Comments From adam@homeport.org 2004-11-15 15:39 -------
+The msec thing....msec configures a very tight umask, and files in /usr/lib/mono/gac
+were all set to mode 700.
+
+I was able to fix the immediate issue with
+# find /usr/lib/mono/gac -name '*dll' -exec chmod 755 {} \;
+
+A better error message would have saved me lots of time.
+
+