<div dir="ltr">Hi dxspider gurus!<br>
<br>
I have moved my spider node 4z5lz-2 to the new server on Centos 6, 64bits.<br>
But unfortunately I can't create auto start of the node.<br>
It
 seems that Centos 6 doesn't support configuration in /etc/inittab as 
described in <a href="http://www.dxcluster.org/main/spiderFAQ_en-2.html#ss2.1">http://www.dxcluster.org/main/spiderFAQ_en-2.html#ss2.1</a> <br>

<br>

I've tried to add in /etc/rc.d/init.d/dxspider:<br>

<br>

<span style="font-family:courier new,monospace">#!/bin/sh</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">

# chkconfig: 2345 99 00</span><br style="font-family:courier new,monospace">

<br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">

case "$1" in</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">

'start')</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">

        /bin/su -c "/usr/bin/perl -w /spider/perl/<a href="http://cluster.pl">cluster.pl</a>" cqplanet > /dev/tty7</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">

        touch /var/lock/subsys/dxspider</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">

        ;;</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">

'stop')</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">

        rm -f /var/lock/subsys/dxspider</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">

        ;;</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">

*)</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">

        echo "Usage: $0 { start | stop }"</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">

        ;;</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">

esac</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">

exit 0</span><br>

<br>

<font face="arial,helvetica,sans-serif">But it doesn't help me too.<br>
  <br>
How can I solve my problem?<br>
  <br>
Thank you very much! 73!<br>
Alex<br>
</font>4Z5LZ-2</div>