<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi guys,<br>
<br>
I'm trying to set Ubuntu Server up to autostart OpenSim on system
startup (since then if I have to restart the machine I can just leave
it to it). I've added entries to /etc/rc.local as follows:<br>
<br>
<font color="#3366ff">cd /home/myfiles/osgrid.opensim/bin<br>
mono OpenSim.exe</font><br>
<br>
At boot it starts to start the sim, but them quits with a segmentation
fault. If I login and start it by hand (I need to sudo it to get it
going) it starts normally.<br>
<br>
As I understand it, entries in rc.local run with su - so it isn't a
permissions thing.<br>
<br>
I'm running the server "naked" (i.e - no desktop)<br>
<br>
What am I missing?<br>
<br>
For information, using MySql and the OSGrid build.<br>
<br>
TIA<br>
<br>
Steve<br>
</body>
</html>