First of all, I can't run the server as other then root. Using root works though
[code]
-bash-3.2$ ./start.sh
** (McMyAdmin.exe:6279): CRITICAL **: _wapi_shm_file_open: shared file [/var/www/vhosts/minecraft.info/.wapi/shared_data-host.andret.net-Linux-x86_64-328-12-0] open error: No such file or directory
** (McMyAdmin.exe:6279): CRITICAL **: _wapi_shm_attach: shared file [/var/www/vhosts/minecraft.info/.wapi/shared_data-host.andret.net-Linux-x86_64-328-12-0] open error
** ERROR **: file shared.c: line 523 (shm_semaphores_init): assertion failed: (tmp_shared != NULL)
aborting...
Native stacktrace:
/opt/novell/mono/bin/mono.bin [0x48a6e9]
/lib64/libpthread.so.0 [0x3c8360eb10]
/lib64/libc.so.6(gsignal+0x35) [0x3c82e30265]
/lib64/libc.so.6(abort+0x110) [0x3c82e31d10]
/lib64/libglib-2.0.so.0(g_log+0) [0x3c82234eb0]
/lib64/libglib-2.0.so.0(g_log+0x83) [0x3c82234f33]
/lib64/libglib-2.0.so.0(g_assert_warning+0x76) [0x3c82234fb6]
/opt/novell/mono/bin/mono.bin [0x59f1bb]
/opt/novell/mono/bin/mono.bin [0x599183]
/opt/novell/mono/bin/mono.bin(mono_once+0x85) [0x58d3c5]
/opt/novell/mono/bin/mono.bin [0x599103]
/opt/novell/mono/bin/mono.bin [0x592b75]
/opt/novell/mono/bin/mono.bin [0x592f19]
/opt/novell/mono/bin/mono.bin [0x563b2c]
/opt/novell/mono/bin/mono.bin(mono_runtime_init+0x25) [0x517205]
/opt/novell/mono/bin/mono.bin [0x417825]
/opt/novell/mono/bin/mono.bin(mono_main+0x3a8) [0x4692a8]
/lib64/libc.so.6(__libc_start_main+0xf4) [0x3c82e1d994]
/opt/novell/mono/bin/mono.bin(g_ascii_strcasecmp+0xb1) [0x415939]
Debug info from gdb:
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
[/code]
Second, My servers allways crash when trying to backup:
Code:
mcserver/public2/McMyAdmin.exe could not be loaded:
Assembly: WindowsBase (assemblyref_index=4)
Version: 3.0.0.0
Public Key: 31bf3856ad364e35
The assembly was not found in the Global Assembly Cache, a path listed in the MO NO_PATH environment variable, or in the location of the executing assembly (/mcs erver/public2/).
** (McMyAdmin.exe:6068): WARNING **: Could not load file or assembly 'WindowsBas e, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or ass embly 'WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad3 64e35' or one of its dependencies.
File name: 'WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf38 56ad364e35'
Edited 12/18/2010 8:05:20 PM by andret: Corrected BBcodes