<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18876">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Autostarting dxspider in Ubuntu 9.10</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Hi all!<BR>This is how I am autostarting cluster in 
Ubuntu 9.10 </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>create a file /etc/init/dxspider.conf as 
follows:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>#DXSpider startup script<BR>#<BR># This service 
maintains a getty on tty7 from the point the system is<BR># started until it is 
shut down again.</FONT></DIV>
<DIV>&nbsp;</DIV><FONT size=2 face=Arial>
<DIV><BR>start on runlevel [2345]<BR>stop on runlevel [!2345]</DIV>
<DIV>&nbsp;</DIV>
<DIV>respawn</DIV>
<DIV>&nbsp;</DIV>
<DIV>exec /bin/su - sysop -c "/usr/bin/perl -w /spider/perl/cluster.pl" 
&gt;/dev/tty7</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>73 de WD1L John<BR>&nbsp;&nbsp; <BR><A 
href="mailto:WD1L@comcast.net">WD1L@comcast.net</A><BR></FONT></DIV></BODY></HTML>