• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help with Linux and Seti

ScottLambert

Junior Member
I am a member of Anandtech's seti team and I neep help with using seti with Linux. I am using Lindows (yeah I know but I'm a n00b) and I can't figure out what to download. It seems like there are several different downloads for Linux. If anyone can point me in the right direction I would appreciate it. I'm using an Athlon if that helps you direct me to the right platform. Thanks for your help
 
Here is what I was told, hope this helps.

From the command line do this.

.
]$su <enter> .
password <enter>
]#mkdir /usr/local/seti <enter> .
]#mkdir /usr/local/download <enter> (if you dont already have that created) .
]#startx
.


Open up what ever browser you like, make this quick your logged in as super user. Go to the SETI@HOME website and download setiathome-3.03.i686-pc-linux-gnu-gnulibc2.1 to /usr/local/download, logout of Xwindows.

.
]#cd /usr/local/downloads <enter> .
]#tar xvf setiathome-3.03.i686-pc-linux-gnu-gnulibc2.1 -C ../seti <enter> .
]#cd ../seti <enter> .
]#crontab -e <enter> .
.

***NOTE you should see a new screen, type lowercase "i" without quotes and then type in this
.
0 * * * * cd /usr/local/seti; ./setiathome -proxy seti.scarieville.com:5517 > /dev/null 2> /dev/null .
.
***Now hit "Esc" (escape key) and then type ":x" <enter> now it will say something about installing a new crontab and bring you back to the root prompt.

.
]#./setiathome <enter> .
.

*** go through the configuration of "2" and "youremail@address.duh" and it will grab a Wu. hit "ctl+c" and type
.
]#./setiathome -proxy seti.scarieville.com:5517 & <enter> .
.
***hit <enter> again and your back to the root prompt
.
]#exit <enter> .
]$_
.

Another alternative is to create symlinks by doing this so it starts on boot;
.
ln -s /etc/init.d setiathome /etc/rc.d/rc3.d/S99Setiathome .
ln -s /etc/init.d setiathome /etc/rc.d/rc5.d/S99Setiathome .
ln -s /etc/init.d setiathome /etc/rc.d/rc0.d/K99Setiathome .
ln -s /etc/init.d setiathome /etc/rc.d/rc6.d/K99Setiathome .











SHUX
 
LoL, I just saw this and I helped before I helped?
rolleye.gif





😛 That was easy......









SHUX
 
Hay SHUX, what would be the command to start S@H on a dual proc machine and connecting to a Setiqueue? I have 2 different directories set up for the two instances of SETI. I currently switch between tty1 and tty2. I switch to tty1 and go to my Seti1 directory, type in ./setiathome to start the client. Then I switch to tty2 and go to Seti2 directory and type in the same command. I tried typing in the TOP command and the 2 instances of SETI were using 97-99 % of each of my two processors.

Do I just type ./setiathome -proxy queue.name.com:5517 &
in each directory? Or is it more difficult than this?

Any help will be greatly appreciated.

😎😎😎😎😎
 
Back
Top