Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
setiathome(1)
Edit
PageHistory
Diff
Info
LikePages
SETIATHOME !!!SETIATHOME NAME SYNOPSIS DESCRIPTION FILES RUNNING SETIATHOME ENVIRONMENT VARIABLES OPTIONS KNOWN BUGS: SEE ALSO: AUTHOR ---- !!NAME setiathome - the SETI@home client program !!SYNOPSIS __setiathome__ [[__options__] !!DESCRIPTION __setiathome__ is the UNIX version of the SETI@home client. It downloads radio telescope data from a network server, analyzes the data looking for signals of extraterrestrial origin, and uploads results to the server, repeating this cycle indefinitely. See http://setiathome.ssl.berkeley.edu for more information. !!FILES The program generates several files with .sah extension in the directory from which it is run. These should not be modified. If you want to run multiple instances of setiathome (on a multiprocessor machine, or on multiple machines that share a filesystem) each one must be run in a different directory. You can use symlinks for each directory to avoid duplication of the binary image. e.g.: ln -s cpu0/setiathome cpu1/setiathome __setiathome__ uses a lock file (lock.txt) to prevent multiple instances from running in the same directory. To finish up your current work unit, return your result, and not download a new work unit, while the client is running, touch a file named ***__ Note this one file extension is .txt, while all other files used by the client have extensions .sah __***__ The file !!RUNNING SETIATHOME It is suggested that the user create a new directory, say, ''/root/setiathome'' (henceforth referred to as SETIDIR) and then cd into SETIDIR, before running __setiathome__ for the first time. The first time you run __setiathome__ it will interactively ask you for email address, name, country etc. This info is stored in a file and no interaction is needed when you run the program subsequently. After this you can run __setiathome__ in the background, and direct its output to /dev/null if you like. __setiathome__ can be freely aborted and restarted. It saves its state in files, and will pick up where it left off. If you want __setiathome__ to be started automatically, you may wish to setup a cron job. If you add the following line to your crontab: 0 * * * * cd SETIDIR; setiathome -nice 19 (where SETIDIR is the directory chosen above - where you normally run the client program from), this cron job will attempt to start the client at the top of every hour. If it is already running, the next invocation will do nothing. If the client is not running, it will be started. For more information on cron jobs see the __crontab(1)__ manual page. The following script will stop all instances __SETI@home:__ (assuming the binary execution name is: setiathome) #! /bin/sh kill `ps aux | grep setia | grep -v grep | awk '{print }'` The following will stop the instance in the current directory: #! /bin/sh kill `cat pid.sah` Please do not operate the client on machines for which you do not have permission. !!ENVIRONMENT VARIABLES If the environment variable HTTP_PROXY is defined, setiathome will connect through a proxy server, specified as hostname or hostname:port. If the environment variable SOCKS_SERVER is defined, setiathome will connect through a SOCKS server, specified as hostname or hostname:port. If the environment variables SOCKS_USER and SOCKS_PASSWD are defined, these will be used as the login name and password for the SOCKS server. Otherwise setiathome will query you. !!OPTIONS __-login__ Login or create new account. __-countries__ Show list of country codes. __-version__ show software version __-nice N__ set __-email__ Send email (to login email address) on errors. Useful if you run in background directed to /dev/null. __-graphics__ Generate a data stream for the xsetiathome graphical interface (available from version 2). This option is not available for all clients. The debian version of the setiathome package currently does not install xsetiathome currently, due to a X-library incompatibility of the precompiled binary. __-proxy hostname:port__ Connect to SETI@home server via specified proxy server and port. __-socks_server hostname:port__ Connect to SETI@home server via specified SOCKS server and port. Overrides SOCKS_SERVER. SOCKS versions 4 and 5 are supported. __-socks_user name__ SOCKS user name. __-socks_password password__ SOCKS password. __-stop_after_process__ If a work_unit.sah file is present, process this work unit and stop after processing is complete, do not return result. If the client is started with this option, and there is a completed result.sah file present, the client will first return the results, then pick up a new work unit, process to completion, then exit. __-stop_after_xfer__ Return results and pick up a new work unit. This option only functions if the result.sah file is present and complete indicating that processing is finished for this work unit. If a work_unit.sah is present, indicating processing is not complete, no transfer or processing will be performed, and the client will exit. __-verbose__ print a running summary of the work being done. Starting with the version 2.4 clients, the client is silent to stdout during processing. There are messages at the start and finish of processing a work unit, but there are no progress messages printed during processing unless this option is used. __-nolock__ omit the multiple-instance check, which uses file locking (not available on some NFS systems) !!KNOWN BUGS: Outstanding shared memory segments and semaphores may be left active in case of an abnormal exit of the 'setiathome -graphics' process. These can prevent any future invocation of and 'ipcrm' to remove shared memory segments and semaphores that are not associated with a process. This behavior may vary depending upon how your UNIX system handles this situation. See also __ipcs(1)__ and __ipcrm(1)__ For version 3.0 clients, the estimated progress as indicated by the prog= line in the state.sah file in not exactly linear in relationship to completion time. Using this value to predict completion time may not be completely accurate. The linear relationship will vary depending upon the characteristics of the work unit parameters. !!SEE ALSO: There is much more information to be found about the operation of the client at the following WEB sites: http://setiathome.berkeley.edu/ http://setiathome.berkeley.edu/faq.html http://setiathome.berkeley.edu/links.html with discussions of add-on programs and scripts to control the client in various situations. !!AUTHOR This manual page was written by Gopal Narayanan setiathome__ client program. ----
One page links to
setiathome(1)
:
Man1s
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.