<p>
Jean-françois, I would like to publicly apologize for the gaffe of misspelling
your name earlier. I was doing too many things at once and got sloppy. However
I did review the procedure I provided and it should work nicely. </p><p><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 />
Joe Greene <jgreene@greenemyst.com> wrote:<br />
<br />
><br />
><br />
>   Jeanne Try this:<br />
><br />
>   Create a user for opensim with the homedir set to the base  directory<br
/>
> of your opensim install.<br />
><br />
>   cd to your opensim base directory<br />
><br />
>   execute the following:<br />
><br />
>   chown -R opensim ~opensim<br />
> echo cd ~opensim/bin >~opensim/start_opensim.sh<br />
> echo mono OpenSim.exe >>~opensim/start_opensim.sh<br />
><br />
>   now when you want to start opensim execute:<br />
><br />
>   sudo -u opensim ~opensim/start_opensim.sh<br />
><br />
>   That should resolve any permissions problems which might be causing<br />
> the error and prevent the creation of an opensim directory structure<br />
> in whatever directory you run it from.<br />
><br />
>   Try not to run opensim as root (which is what 'sudo mono<br />
> OpenSim.exe' will do), but it needs full permissions to it's files and<br
/>
> directories.<br />
><br />
>   Dev team: how difficult would it be (I really do not know) to set a<br />
> variable for SimPath or some such in the ini file and have<br />
> mono/opensim switch to that for it's path to locate and create sim<br />
> 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 />
</p>