| Subject: Re: nohup seti on RH Linux |
| From: "UC" <UC@gmail.com> |
| Date: 12/11/2004, 22:32 |
"Klaatu" <mutster8_nospam_@netscape.net> wrote in message
news:H%Xkd.21194$bP2.14226@newssvr12.news.prodigy.com...
UC wrote:
How can I get seti to run in the background? I know it's the nohup
command. I just can't figure out how to write the command properly to
hide
the output
file. If someone can help me, it'd be greatly appreciated. I'm running
it on a PIII 800 128MB RAM IBM Netvista running RH Linux 7.3.
If running boinc-seti a shell script in ~/.kde/Autostart will work if you
are using KDE. Assuming your boinc directory is ~/boinc, don't forget to
make the script executable chmod +x. Replace username with your user.
You
can leave out the -return_results_immediately option.
#!/bin/sh
cd /home/username/boinc
./boinc_4.13_i686-pc-linux-gnu -return_results_immediately &
Assume something similar will work for seti-classic or you could install
ksetispy. Set it to start seti-classic when ksetispy starts and make a
symlink in ~/.kde/Autostart to ksetispy. HTH
I don't have KDE installed on the computer. Running just command line. Was
thinking I could run it like: nohup setiathome /dev/nul & > 1 Something
like that if it's possible.