<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wikiold.home.tartarefr.eu/index.php?action=history&amp;feed=atom&amp;title=Fedora%2FBoinc</id>
	<title>Fedora/Boinc - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wikiold.home.tartarefr.eu/index.php?action=history&amp;feed=atom&amp;title=Fedora%2FBoinc"/>
	<link rel="alternate" type="text/html" href="https://wikiold.home.tartarefr.eu/index.php?title=Fedora/Boinc&amp;action=history"/>
	<updated>2026-07-06T23:06:32Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wikiold.home.tartarefr.eu/index.php?title=Fedora/Boinc&amp;diff=2658&amp;oldid=prev</id>
		<title>Didier : Page créée avec « ==Basic installation== Installs BOINC Client as a daemon (autostarts the BOINC client at boot time) and puts a BOINC Manager icon on the applications menu. To install it, ... »</title>
		<link rel="alternate" type="text/html" href="https://wikiold.home.tartarefr.eu/index.php?title=Fedora/Boinc&amp;diff=2658&amp;oldid=prev"/>
		<updated>2014-04-18T06:47:20Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « ==Basic installation== Installs BOINC Client as a daemon (autostarts the BOINC client at boot time) and puts a BOINC Manager icon on the applications menu. To install it, ... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Basic installation==&lt;br /&gt;
Installs BOINC Client as a daemon (autostarts the BOINC client at boot time) and puts a BOINC Manager icon on the applications menu.&lt;br /&gt;
To install it, open a terminal, enter:&lt;br /&gt;
 su -c &amp;#039;yum install boinc-client boinc-manager&amp;#039;&lt;br /&gt;
Give the root password when prompted and be patient while the BOINC package downloads and installs.&lt;br /&gt;
&lt;br /&gt;
Alternately, fetch the &amp;lt;code&amp;gt;boinc-client&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;boinc-manager&amp;lt;/code&amp;gt; rpm packages (using for instance &amp;lt;code&amp;gt;rpm.pbone.net&amp;lt;/code&amp;gt;), and open them with the Package Installer. You&amp;#039;ll be prompted for the root password as appropriate.&lt;br /&gt;
&lt;br /&gt;
Optional: if you want to have Linux auto-start boinc-client daemon at boot time, enter &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;/sbin/chkconfig boinc-client on&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039; (in Fedora 16), or &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;systemctl enable boinc-client.service&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039; (in Fedora 17). (See [[Stop or start BOINC daemon after boot]] page for helpful commands for managing the daemon)&lt;br /&gt;
&lt;br /&gt;
==What the installer does==&lt;br /&gt;
# Creates the daemon script. In F16: &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;/etc/init.d/boinc-client&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039;. In F17: &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;/usr/lib/systemd/system/boinc-client.service&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
# Places the BOINC binaries (&amp;lt;code&amp;gt;boinc_client&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;boinc_cmd&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;boincmgr&amp;lt;/code&amp;gt;) in &amp;lt;code&amp;gt;/usr/bin/&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Creates &amp;lt;code&amp;gt;/var/lib/boinc/&amp;lt;/code&amp;gt; for BOINC data files and the &amp;lt;code&amp;gt;slots&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;projects&amp;lt;/code&amp;gt; directories.&lt;br /&gt;
# Names the daemon &amp;lt;code&amp;gt;boinc-client&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Creates a user named &amp;lt;code&amp;gt;boinc&amp;lt;/code&amp;gt;. For security, &amp;lt;code&amp;gt;boinc&amp;lt;/code&amp;gt; owns the BOINC data directory (&amp;lt;code&amp;gt;/var/lib/boinc/&amp;lt;/code&amp;gt;) and all the data files and sub-directories it creates in the data directory.&lt;br /&gt;
&lt;br /&gt;
==Verify the installation==&lt;br /&gt;
# If you elected to have Linux start the daemon at boot time (see step 3 in section Basic installation), logout and reboot Linux now and login under your normal user account.&lt;br /&gt;
# If you elected to not have Linux start the daemon at boot time, start the daemon manually with in F16 &amp;lt;code&amp;gt;/sbin/service boinc-client start&amp;lt;/code&amp;gt;, in F17 &amp;lt;code&amp;gt;systemctl start boinc-client.service&amp;lt;/code&amp;gt;&lt;br /&gt;
# Open a terminal and enter &amp;lt;code&amp;gt;ps aux | grep boinc&amp;lt;/code&amp;gt; to print a partial list of running processes. You should see &amp;lt;code&amp;gt;boinc_client --daemon&amp;lt;/code&amp;gt; in that list; if not, then something went wrong in the steps above.&amp;lt;br&amp;gt;Or alternatively in F17 &amp;lt;code&amp;gt;systemctl status boinc-client.service&amp;lt;/code&amp;gt; will display the status of the boinc-client service.&amp;lt;br&amp;gt; Or &amp;lt;code&amp;gt;pgrep -l boinc&amp;lt;/code&amp;gt; will display the procid and daemon name, that is &amp;quot;2298 boinc_client&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Set up your accounts==&lt;br /&gt;
&lt;br /&gt;
To use the GUI to set up your accounts and monitor progress:&lt;br /&gt;
* Start &amp;lt;code&amp;gt;boincmgr&amp;lt;/code&amp;gt; on the command line or select &amp;lt;code&amp;gt;Applications -&amp;gt; System Tools -&amp;gt; Boinc Manager&amp;lt;/code&amp;gt; from the GNOME menu.&lt;br /&gt;
* Select &amp;lt;code&amp;gt;Advanced -&amp;gt; Select computer...&amp;lt;/code&amp;gt; from the Boinc Manager menu.&lt;br /&gt;
* Put &amp;lt;code&amp;gt;localhost&amp;lt;/code&amp;gt; in for &amp;quot;Host name&amp;quot; and the contents of &amp;lt;code&amp;gt;/var/lib/boinc/gui_rpc_auth.cfg&amp;lt;/code&amp;gt; for &amp;quot;Password&amp;quot; and hit &amp;quot;OK&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
If you do only the basic installation as described above, BOINC manager will not be able to automatically connect to the client. To connect the client you will be required to give the GUI RPC password every time you start BOINC manager. That is not a bug, it is a security feature to prevent other users from using the manager to manipulate the client, change your projects, etc.&lt;br /&gt;
&lt;br /&gt;
If you don&amp;#039;t want to put the password every time you run the BOINC manager, you can:&lt;br /&gt;
&lt;br /&gt;
# disable the password [&amp;#039;&amp;#039;&amp;#039;not recommended&amp;#039;&amp;#039;&amp;#039;]&amp;lt;br &lt;br /&gt;
/&amp;gt;To make the GUI passwordless, do &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;echo &amp;gt; /var/lib/boinc/gui_rpc_auth.cfg&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039; (which replaces the contents of the file with a newline) and then restart boinc-client (with e.g. in F16: &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;/sbin/service boinc-client restart&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039;, in F17: &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;systemctl restart boinc-client.service&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039;).&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;use the recommended procedure&amp;#039;&amp;#039;&amp;#039;&amp;lt;br &lt;br /&gt;
/&amp;gt;Boinc (the user named &amp;lt;code&amp;gt;boinc&amp;lt;/code&amp;gt;) owns &amp;lt;code&amp;gt;/var/lib/boinc/&amp;lt;/code&amp;gt; and all the files and directories in it, so you will not be able to edit those files easily from your regular user account. The steps below add your username to the &amp;lt;code&amp;gt;boinc&amp;lt;/code&amp;gt; group and adjust some permissions so that BOINC manager will automatically connect to BOINC client whenever you start the manager from your regular Linux user account. Also, you will be able to edit files in the BOINC directory without becoming &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt;. As you type in each command below, substitute your Linux username wherever you see &amp;lt;code&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;username&amp;lt;/font&amp;gt;&amp;lt;/code&amp;gt;. Enter the following commands in a terminal, as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt;:&lt;br /&gt;
## &amp;lt;code&amp;gt;/usr/sbin/usermod -G boinc -a &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;username&amp;lt;/font&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;chmod g+rw /var/lib/boinc&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;chmod g+rw /var/lib/boinc/*.*&amp;lt;/code&amp;gt;&lt;br /&gt;
## &amp;lt;code&amp;gt;ln -s /var/lib/boinc/gui_rpc_auth.cfg /home/&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;username&amp;lt;/font&amp;gt;/gui_rpc_auth.cfg&amp;lt;/code&amp;gt;&lt;br /&gt;
## Finally, &amp;#039;&amp;#039;&amp;#039;logout and login again&amp;#039;&amp;#039;&amp;#039; so that your new group membership takes effect.&lt;br /&gt;
&lt;br /&gt;
==Cuda==&lt;br /&gt;
If you want to use Cuda, install it as described here: https://fedoraproject.org/wiki/Cuda , and install &amp;#039;&amp;#039;&amp;#039;xorg-x11-drv-nvidia-libs&amp;#039;&amp;#039;&amp;#039; (to avoid &amp;lt;code&amp;gt;libcuda.so.1: cannot open shared object file&amp;lt;/code&amp;gt; error message) with this:&lt;br /&gt;
 su -c &amp;#039;yum install xorg-x11-drv-nvidia-libs&amp;#039;&lt;br /&gt;
You will also need to disable SELinux:&lt;br /&gt;
 su -c &amp;#039;setenforce 0&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Optional setup hints==&lt;br /&gt;
&amp;#039;&amp;#039;For more information about configuring BOINC in Linux, see [[Linux file permissions]].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Since Fedora such as version 13 has a firewall switched on by default it is necessary to configure exceptions allowing BOINC to communicate via the localhost IP 127.0.0.1 and port 31416.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Uninstallation==&lt;br /&gt;
In a terminal, enter:&lt;br /&gt;
 su -c &amp;#039;yum remove boinc-client boinc-manager&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Known problems==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;boinc-client&amp;lt;/code&amp;gt; sometimes has problems connecting to the network, if the network connection comes up after the client has already started. This is a known BOINC bug, which is filed as [http://boinc.berkeley.edu/trac/ticket/707 #707].&lt;br /&gt;
&lt;br /&gt;
In the meantime, you can fix this by restarting &amp;lt;code&amp;gt;boinc-client&amp;lt;/code&amp;gt;. On the command line, as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt;, do &amp;lt;code&amp;gt;/sbin/service boinc-client restart&amp;lt;/code&amp;gt;. Alternately, from the GNOME menu, you can choose &amp;lt;code&amp;gt;System -&amp;gt; Administration -&amp;gt; Services&amp;lt;/code&amp;gt; and then stop and start the &amp;lt;code&amp;gt;boinc-client&amp;lt;/code&amp;gt; service.&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux Installation]]&lt;br /&gt;
[[Category:Fedora]]&lt;/div&gt;</summary>
		<author><name>Didier</name></author>
	</entry>
</feed>