<p>
Jeanne Try this:</p><p>Create a user for opensim with the homedir set to the
base directory of your opensim install.</p><p>cd to your opensim base
directory</p><p>execute the following:</p><p>chown -R opensim ~opensim<br
/>echo cd ~opensim/bin >~opensim/start_opensim.sh<br />echo mono OpenSim.exe
>>~opensim/start_opensim.sh</p><p>now when you want to start opensim
execute:</p><p>sudo -u opensim ~opensim/start_opensim.sh<br
/></p><p></p><p>That should resolve any permissions problems which might be
causing the error and prevent the creation of an opensim directory structure in
whatever directory you run it from.</p><p>Try not to run opensim as root (which
is what 'sudo mono OpenSim.exe' will do), but it needs full permissions to it's
files and directories. </p><p></p><p>Dev team: how difficult would it be (I
really do not know) to set a variable for SimPath or some such in the ini file
and have mono/opensim switch to that for it's path to locate and create sim
directories and files?<br />
-- <br />
Joe Greene<br />
UNIX Systems, Network and IT Specialist<br />
If you aren't having fun, you're doing the wrong thing!<br />
All opinions expressed are mine alone. You Can't Have them!<br />
<br />
<br />
Fish Kungfu <fish.kungfu@earthlink.net> wrote:<br />
<br />
> jean-françois...<br />
><br />
> When I run OpenSim.exe (in Ubuntu 7.10), I cd to the  <br />
> "../opensim/bin/"  folder then I "sudo mono
OpenSim.exe".  If I  <br />
> don't sudo I get errors and OpenSim won't launch.  If I don't cd to  <br
/>
> the "../opensim/bin/" app directory, when I launch "sudo
mono  <br />
> OpenSim.exe" it starts creating folders and files in whatever dir I 
<br />
> am in.<br />
><br />
> I hope this helps some....Fish<br />
><br />
><br />
><br />
><br />
><br />
> -----Original Message-----<br />
>> From: jean-françois peri <jfperi@mac.com><br />
>> Sent: Mar 11, 2008 6:27 AM<br />
>> To: Opensim-users@lists.berlios.de<br />
>> Subject: [Opensim-users] Got a SIGSEGV error<br />
>><br />
>> Hello<br />
>><br />
>> This morning afteur a reinstal of my server, at the first launch of<br
/>
>> OpenSim.exe in grid mod I got this message :<br />
>><br />
>> Calling to 'ScriptAppDomain_6'.<br />
>> ScriptEngine: Executing function name: default_event_state_entry<br />
>> Stacktrace:<br />
>><br />
>>   at (wrapper managed-to-native)<br />
>> System.Object.__icall_wrapper_mono_delegate_begin_invoke<br />
>> (object,intptr) <0x00004><br />
>>   at (wrapper managed-to-native)<br />
>> System.Object.__icall_wrapper_mono_delegate_begin_invoke<br />
>> (object,intptr) <0xffffffff><br />
>>   at (wrapper delegate-begin-invoke)<br />
>> System<br />
>> .MulticastDelegate<br />
>> .begin_invoke_IAsyncResult_object_AsyncCallback_object<br />
>> (object,System.AsyncCallback,object) <0xffffffff><br />
>>   at System.Threading.ThreadPool.QueueUserWorkItem<br />
>> (System.Threading.WaitCallback,object) <0x00015><br />
>>   at System.Timers.Timer.StartTimer () <0x00058><br />
>>   at (wrapper delegate-invoke)
System.MulticastDelegate.invoke_void<br />
>> () <0xffffffff><br />
>>   at (wrapper runtime-invoke) System.Object.runtime_invoke_void<br />
>> (object,intptr,intptr,intptr) <0xffffffff><br />
>><br />
>> Native stacktrace:<br />
>><br />
>>         mono [0x818f7de]<br />
>>         mono [0x8171be4]<br />
>>         [0xffffe440]<br />
>>         mono [0x813c585]<br />
>>         mono [0x8144960]<br />
>>         mono(mono_array_new_specific+0xd4) [0x80b42a1]<br />
>>         mono(mono_array_new+0x67) [0x80b4336]<br />
>>         mono [0x80e62e7]<br />
>>         mono [0x80e7856]<br />
>>         mono [0x80ce1dd]<br />
>>         [0xb6a1b95a]<br />
>>         [0xb480922c]<br />
>>         [0xb48091ce]<br />
>>         [0xb50502d1]<br />
>>         [0xb6cb5fd0]<br />
>>         [0xb6ea2d69]<br />
>>         mono [0x8171aaf]<br />
>>         mono(mono_runtime_invoke+0x27) [0x80b038f]<br />
>>         mono(mono_runtime_delegate_invoke+0x62) [0x80b0617]<br />
>>         mono [0x80e4f6e]<br />
>>         mono [0x812c50d]<br />
>>         mono [0x8145972]<br />
>>         /lib/tls/i686/cmov/libpthread.so.0 [0xb7ebc31b]<br />
>>         /lib/tls/i686/cmov/libc.so.6(clone+0x5e) [0xb7e1e57e]<br
/>
>><br />
>> =================================================================<br />
>> Got a SIGSEGV while executing native code. This usually indicates<br />
>> a fatal error in the mono runtime or one of the native libraries<br />
>> used by your application.<br />
>> =================================================================<br />
>><br />
>> Abandon (core dumped)<br />
>><br />
>> Somebody  can explain that (it's not the first time i got this
error).<br />
>><br />
>> Thanks<br />
>><br />
>> _______________________________________________<br />
>> Opensim-users mailing list<br />
>> Opensim-users@lists.berlios.de<br />
>> <a target="_blank"
href="https://lists.berlios.de/mailman/listinfo/opensim-users">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br
/>
><br />
> _______________________________________________<br />
> Opensim-users mailing list<br />
> Opensim-users@lists.berlios.de<br />
> <a target="_blank"
href="https://lists.berlios.de/mailman/listinfo/opensim-users">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br
/>
><br />
<br />
</p>