Changes between Initial Version and Version 1 of CoreClient


Ignore:
Timestamp:
Apr 24, 2007, 8:58:43 PM (17 years ago)
Author:
KSMarksPsych
Comment:

Added page. A couple links point to the old php pages as the Wiki names are not yet approved.

Legend:

Unmodified
Added
Removed
Modified
  • CoreClient

    v1 v1  
     1= Installing the core client executable =
     2       
     3For some platforms, you can download the BOINC 'core client' by itself. The download files have names like:
     4
     5{{{
     6boinc_5.2.13_powerpc-apple-darwin.zip
     7boinc_4.19_sparc-sun-solaris2.7.gz
     8}}}
     9
     10This type of installation requires that you be familiar with the UNIX command-line interface.
     11
     12After downloading the file:
     13
     14    * Use gunzip to uncompress the file if your browser has not done it for you.
     15    * chmod +x the executable.
     16    * put the executable into a separate directory (say, boinc/).
     17    * run the executable. The first time you run it you'll need to attach it to a project, e.g.:
     18
     19{{{
     20          boinc_client -attach_project http://setiathome.berkeley.edu df0d93e384a2700f70e0bc45a1b2c96c
     21}}}
     22         
     23
     24      (substitute the actual name of the core client for '''boinc_client''' in the above example.)
     25
     26The core client is controlled by a number of other [UnixClient command-line options, configuration files, and environment variables].
     27
     28You may want to [http://boinc.berkeley.edu/auto_start.php automatically start the core client] at boot time.
     29
     30To control a running BOINC client, use the [http://boinc.berkeley.edu/boinc_cmd.php BOINC command tool].
     31
     32Several [http://boinc.berkeley.edu/mac_admin_tools.php tools] for Macintosh system administrators are available to:
     33
     34    * automatically start BOINC as a daemon or system service at boot time
     35    * implement improved security for stand-alone clients
     36    * prevent BOINC Manager from launching automatically when selected users log in.
     37
     38== Special cautions for Mac OS X ==
     39
     40Normally, you should not install the separate command client if you are running the BOINC Manager. The BOINCManager.app bundle contains an embedded copy of the core client. The installer adds the BOINC Manager to the installing user's list of '''Login Items''' so it launches automatically whenever that user logs in. To have BOINC Manager run automatically when other users log in, you can manually add the BOINC Manager to each user's '''Login Items'''. For details, see [MacAdvanced here].
     41
     42On Mac OS X, the core client executable is named '''boinc'''.
     43
     44If you wish to run the embedded core client without launching the Manager, a typical command is:
     45
     46{{{
     47/Applications/BOINCManager.app/Contents/resources/boinc -redirectio -dir /Library/Application\ Support/BOINC\ Data/
     48}}}   
     49
     50Normally, quitting the BOINC Manager also quits the embedded core client. But if you launch the core client (as in the above example) before launching the BOINC Manager, then it will continue to run even after the user quits the Manager.
     51
     52On Mac OS X, the BOINC screen saver also will launch the Manager's embedded core client and will kill it when the screen saver is dismissed, but only if the core client was not already running.
     53
     54If you must mix the stand-alone core client and the BOINC Manager on the same Mac OS X system, be careful of the following:
     55
     56    * The BOINC Manager installer sets the set_user_id (S_ISUID) and set_group_id (S_ISGID) permission bits for the BOINC Manager and its embedded core client executable files. This causes BOINC to always run with the effective user ID set to the installing user. This may cause permission problems if the stand-alone core client tries to access the same data as a different user. See [http://boinc.berkeley.edu/sandbox_user.php The Secure BOINC Client] for more information.
     57    * By default, the stand-alone core client expects the data to be in the same directory containing the executable. But the BOINC Manager sets the current directory to "/Library/Application Support/BOINC Data/" before launching the embedded core client.
     58
     59If you want BOINC to operate on a separate set of data for each user on a Mac OS X system, then the stand-alone core client may be appropriate. But to avoid permission problems, make sure that users who have their own core client don't run the BOINC Manager, unless you have set permissions up properly with the special [http://boinc.berkeley.edu/mac_admin_tools.php administrator tools].