LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-08-2002, 05:31 PM   #16
Jazm
LQ Newbie
 
Registered: Apr 2002
Distribution: RH & SuSE
Posts: 17

Rep: Reputation: 0

SETI is a distributed computing effort that attempts to identify possible extraterestrials. Each chunk of data that you crunch is called a work unit or WU for short. Crunching on a SETI team is very competitive and alot of fun, and a good use for idle CPU cycles. This link is to the AMDMB.com SETI forum, aka 'The Killer Frogs'.
Join a team, cooperative crunching is great.
 
Old 05-09-2002, 06:07 AM   #17
warfie
LQ Newbie
 
Registered: May 2002
Posts: 7

Rep: Reputation: 0
what are the benefits of team crunching?
 
Old 05-09-2002, 09:19 AM   #18
Jazm
LQ Newbie
 
Registered: Apr 2002
Distribution: RH & SuSE
Posts: 17

Rep: Reputation: 0
Quote:
Originally posted by warfie
what are the benefits of team crunching?
FREE BEER
 
Old 05-10-2002, 03:57 AM   #19
warfie
LQ Newbie
 
Registered: May 2002
Posts: 7

Rep: Reputation: 0
sending the file I modified

Copy and Paste is not the same as windows? how do I?
 
Old 05-10-2002, 03:04 PM   #20
ngomong
Member
 
Registered: Apr 2002
Posts: 54

Rep: Reputation: 15
To copy and paste...

Select the text with your mouse...
Move to where you want to paste, then click the middle mouse button.

(You need to make sure the text you want copied is highlighted... when you move to the new window, dont' select anything new on accident...)
 
Old 05-10-2002, 07:45 PM   #21
warfie
LQ Newbie
 
Registered: May 2002
Posts: 7

Rep: Reputation: 0
cheers

#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

/home/james/seti/setiathome &

[ -f /etc/sysconfig/msec ] && source /etc/sysconfig/msec
[ -z "$SECURE_LEVEL" ] && SECURE_LEVEL=3
 
Old 01-26-2003, 07:58 AM   #22
cmfarley19
Member
 
Registered: Nov 2002
Location: Central VA
Distribution: Ubuntu/Debian
Posts: 228

Rep: Reputation: 32
The way SETI suggests doing this is to make an entry in your crontab.
That way if SETI stops running for some reason (usually a communication error back to berkely) it will automatically restart without rebooting.
Here are my crontab entries:
0 * * * * cd /home/cfarley/seti; setiathome -nice 1 > /dev/null 2> /dev/null
15 * * * * cd /home/cfarley/seti; setiathome -nice 1 > /dev/null 2> /dev/null
30 * * * * cd /home/cfarley/seti; setiathome -nice 1 > /dev/null 2> /dev/null
45 * * * * cd /home/cfarley/seti; setiathome -nice 1 > /dev/null 2> /dev/null

cron will attempt to start seti every 15 minutes. If it is already running it ingores it. If it fails to start, it will try again 15 minutes later.

The SETI Unix README: setiathome.ssl.berkeley.edu/README.unix.txt

There is a nice PHP script I found to display your SETI stats. There is a link to it on my homepage. I'll send it to you if you're interested.

Last edited by cmfarley19; 01-26-2003 at 08:11 AM.
 
Old 03-19-2003, 02:54 AM   #23
nouse66
Member
 
Registered: Feb 2003
Location: O.C., CA
Distribution: Kubuntu
Posts: 70

Rep: Reputation: 15
i'm running seti the easy (no cron jobs) way and i noticed with "top" that it runs in 'nice' mode. i have a couple questions...

'nice' means low priority, right?

does that effect performance when i'm leaving my computer to run only seti?
 
Old 03-19-2003, 04:46 AM   #24
cmfarley19
Member
 
Registered: Nov 2002
Location: Central VA
Distribution: Ubuntu/Debian
Posts: 228

Rep: Reputation: 32
Nice usually has a number associated with it as in
45 * * * * cd /home/cfarley/seti; setiathome -nice 1 > /dev/null 2> /dev/null
The lower the number the higher the priority.
$ nice --help
Usage: nice [OPTION] [COMMAND [ARG]...]
Run COMMAND with an adjusted scheduling priority.
With no COMMAND, print the current scheduling priority. ADJUST is 10
by default. Range goes from -20 (highest priority) to 19 (lowest).

-n, --adjustment=ADJUST increment priority by ADJUST first
--help display this help and exit
--version output version information and exit

Report bugs to <bug-sh-utils@gnu.org>.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Seti@home firestomper41 Mandriva 11 04-30-2004 10:11 AM
seti at home pyropenguin Linux - Software 15 10-23-2002 09:37 AM
SETI@Home Linuxidiot Linux - General 25 08-23-2002 07:37 PM
Seti at home? drbaca1 Linux - General 1 09-03-2001 01:17 PM
Seti@Home Abe Linux - General 1 01-29-2001 05:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration