From Fedora Project Wiki
(replace page by redirect to upstream instructions)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page intends to describe the usage of BOINC on Fedora 7 and higher.
{{ Template:message/warning |  Please refer to http://boinc.berkeley.edu/wiki/Installing_BOINC_on_Fedora for up to date instructions on how to install and use Boinc using Fedora packages''
}}


= What is BOINC =
The Berkeley Open Infrastructure for Network Computing (BOINC) is an open-
source software platform which supports distributed computing, primarily in
the form of "volunteer" computing and "desktop Grid" computing.  It is well
suited for problems which are often described as "trivially parallel".  BOINC
is the underlying software used by projects such as SETI@home, Einstein@Home,
ClimatePrediciton.net, the World Community Grid, and many other distributed
computing projects.
= Related packages =
As far only the client side of BOINC is packaged.
* '''boinc-client''' Core client needed for running BOINC
* '''boinc-manager''' GUI for managing BOINC
* '''boinc-client-devel''' Development subpackage
* '''boinc-client-debuginfo''' Debuginfo subpackage
= Using BOINC on Fedora =
1. Install the package ''boinc-client'' and also ''boinc-manager'' if you want to control BOINC via the GUI.
2. Start the boinc daemon:
<pre>
service boinc-client start  </pre>
You should see the following output:
<pre> The BOINC client requires initialization.                  [WARNING]
Starting BOINC client as a daemon:                        [  OK  ]  </pre>
The WARNING is displayed because BOINC is not attached to any project.
{{ Template:message/warning | &nbsp;Always use the ''service boinc-client start/stop'' command or BOINC Manager to start/stop BOINC daemon. Do '''NOT''' run boinc_client directly.
}}
3. Choose a project to attach:
a. Using GUI - BOINC Manager. Choose Advanced -> Select computer from the menu. Type "localhost" as host name and password which is stored in ''/var/lib/boinc/gui_rpc_auth.cfg''.
a. Using CLI - type ''man boinc_cmd'' for details.
{{ Template:message/note | &nbsp;If you want to set an empty password for BOINC, just paste '''only''' a newline into ''/var/lib/boinc/gui_rpc_auth.cfg''
}}
4. Consider starting BOINC automatically. To achieve this, either type:
<pre>
/sbin/chkconfig boinc-client on </pre> as root or setup the same using the GUI (system-config-services).
For more details, please refer to the manual pages: '''boinc''', '''boinc_client''', '''boincmgr''', '''boinc_cmd'''.
----
[[Category:Packages]]
[[Category:Packages]]

Latest revision as of 13:55, 23 June 2012

Important.png
 Please refer to http://boinc.berkeley.edu/wiki/Installing_BOINC_on_Fedora for up to date instructions on how to install and use Boinc using Fedora packages