This is startup problem #2 you asked and didnt provide enough detail to. But I decided to be nice this time and looked at your rigs. I hope thats accurate
Add a script to /etc/init.d. The script should be something like (script is between the ---'s which you should not include

):
-------------------------------
#!/bin/bash
cd /home/your-user/seti/
./setiathome 2&1> /dev/null
--------------------------------
Name the file something like eccp.sh. Then create a simlink in /etc/rc?.d (where ? is the runlevel you run at). This simlink should be something like S99eccp (which is what I have it as). The S is important. Im not sure what the 99 means in mine though, but the others were numbered so I numbered this one. I am running Debian, but it should be similar for Mandake.
Let me know if you have any problems or just never reboot
