I did. It's posted below. It seems that uMod is only working if i set write protection for the "Managed" folder (the dll files inside do NOT have to be write protected, just the folder - as i figured out). The problem is now, that uMod needs to write (temporary?) .config files inside that folder. At least this is what i'm suggesting if i'm looking at that log file below. But since the folder is write protected it's obviously not possible.
I also tried to write-protect the dll files inside the "Managed" folder only, so that the folder itself is not write protected and files can be generated inside. But that did not work. uMod wasn't working that way. The folder has to be set to write-protected. Is there a way to let uMod generate these .config files somewhere else, inside a folder that is not write-protected?
16:39 [Info] Loading Oxide Core v2.0.3867...
16:39 [Info] Loading extensions...
16:39 [Error] ExType: TargetInvocationException
16:39 [Error] Failed to load extension Oxide.CSharp (UnauthorizedAccessException: Access to the path "/home/censored/gameserver/RUSTE_censored/gameserver/RustDedicated_Data/Managed/Oxide.References.dll.config" is denied.)
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options, System.String msgPath, System.Boolean bFromProxy, System.Boolean useLongPath, System.Boolean checkHost) [0x00000] in <ac823e2bb42b41bda67924a45a0173c3>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,string,bool,bool,bool)
at System.IO.StreamWriter.CreateFile (System.String path, System.Boolean append, System.Boolean checkHost) [0x0001c] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize, System.Boolean checkHost) [0x00055] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize) [0x00000] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding) [0x00000] in <ac823e2bb42b41bda67924a45a0173c3>:0
at (wrapper remoting-invoke-with-check) System.IO.StreamWriter..ctor(string,bool,System.Text.Encoding)
at System.IO.File.WriteAllText (System.String path, System.String contents, System.Text.Encoding encoding) [0x00000] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00007] in <ac823e2bb42b41bda67924a45a0173c3>:0
at Oxide.Plugins.CSharpExtension..ctor (Oxide.Core.Extensions.ExtensionManager manager) [0x0013e] in <9affce1cd15c4ec183941adef8db1722>:0
at (wrapper managed-to-native) System.Reflection.MonoCMethod.InternalInvoke(System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00002] in <ac823e2bb42b41bda67924a45a0173c3>:0
16:39 [Info] Loaded extension MySql v2.0.3755 by Oxide and Contributors
16:39 [Info] Loaded extension Rust v2.0.4195 by Oxide and Contributors
16:39 [Error] ExType: TargetInvocationException
16:39 [Error] Failed to load extension Oxide.SQLite (UnauthorizedAccessException: Access to the path "/home/censored/gameserver/RUSTE_censored/gameserver/RustDedicated_Data/Managed/System.Data.SQLite.dll.config" is denied.)
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options, System.String msgPath, System.Boolean bFromProxy, System.Boolean useLongPath, System.Boolean checkHost) [0x00000] in <ac823e2bb42b41bda67924a45a0173c3>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,string,bool,bool,bool)
at System.IO.StreamWriter.CreateFile (System.String path, System.Boolean append, System.Boolean checkHost) [0x0001c] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize, System.Boolean checkHost) [0x00055] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize) [0x00000] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding) [0x00000] in <ac823e2bb42b41bda67924a45a0173c3>:0
at (wrapper remoting-invoke-with-check) System.IO.StreamWriter..ctor(string,bool,System.Text.Encoding)
at System.IO.File.WriteAllText (System.String path, System.String contents, System.Text.Encoding encoding) [0x00000] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00007] in <ac823e2bb42b41bda67924a45a0173c3>:0
at Oxide.Core.SQLite.SQLiteExtension..ctor (Oxide.Core.Extensions.ExtensionManager manager) [0x0007e] in <227205a880494a0c9119ab3c75690853>:0
at (wrapper managed-to-native) System.Reflection.MonoCMethod.InternalInvoke(System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00002] in <ac823e2bb42b41bda67924a45a0173c3>:0
16:39 [Info] Loaded extension Unity v2.0.3756 by Oxide and Contributors
16:39 [Info] Using Covalence provider for game 'Rust'
16:39 [Info] Loading plugins...
16:39 [Info] Loaded plugin Rust v2.0.4195 by Oxide and Contributors
16:39 [Info] Loaded plugin Unity v2.0.3756 by Oxide and Contributors
16:42 [Info] IP address from command-line: censored