Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docpublic:divers:fah [2020/04/25 11:40]
procacci@tem-tsp.eu [get RPMs]
docpublic:divers:fah [2020/04/28 11:47] (current)
procacci@tem-tsp.eu [reference]
Line 1: Line 1:
 ===== FAH linux centos ===== ===== FAH linux centos =====
  
-here's how I enabled running Folding At Home on a Centos 8 ( and 7) system where few tricks needs to be done+here's how I managed to run Folding At Home on a Centos 8 ( and 7) system where few tricks needs to be done
  
 For supported OS : Windows, Mac, supported Linux distribution,  just follow https://foldingathome.org/support/faq/installation-guides/ For supported OS : Windows, Mac, supported Linux distribution,  just follow https://foldingathome.org/support/faq/installation-guides/
Line 16: Line 16:
   * https://foldingathome.org/support/faq/installation-guides/linux/   * https://foldingathome.org/support/faq/installation-guides/linux/
   * https://download.foldingathome.org/releases/public/release/fahclient/centos-6.7-64bit/v7.6/   * https://download.foldingathome.org/releases/public/release/fahclient/centos-6.7-64bit/v7.6/
 +  * https://foldingathome.org/support/faq/installation-guides/linux/command-line-options
  
 ===== Centos 8 particularities ===== ===== Centos 8 particularities =====
Line 48: Line 49:
  
  
-===== dependancies =====+===== dependencies =====
  
 ==== pygtk2 ==== ==== pygtk2 ====
  
-add python gtk for FAHControl to work +initially FAHControl script fail to start because gtk python module is missing  
 + 
 +<code> 
 +$ /usr/bin/FAHControl  
 +Traceback (most recent call last): 
 +  File "/usr/bin/FAHControl", line 25, in <module> 
 +    from fah import FAHControl, load_fahcontrol_db 
 +  File "/usr/lib/python2.7/site-packages/fah/__init__.py", line 25, in <module> 
 +    import util 
 +  File "/usr/lib/python2.7/site-packages/fah/util/__init__.py", line 26, in <module> 
 +    import gtk 
 +ImportError: No module named gtk 
 +</code> 
 + 
 +add gtk python module for FAHControl to work 
  
 <code> <code>
Line 58: Line 73:
 </code> </code>
  
 +then FAHControl python script might complain about missing python
 +
 +<code>
 +$ /usr/bin/FAHControl 
 +bash: /usr/bin/FAHControl : /usr/bin/python : mauvais interpréteur: Aucun fichier ou dossier de ce type
 +</code>
 +
 +
 +you can force it to your installed version by editing the 1st line of the script , here /usr/bin/python2.7 (installed aside pyhton3 also on centos 8 ) 
 +
 +<code>
 +# head -1 /usr/bin/FAHControl
 +#!/usr/bin/python2.7
 +</code>
  
 {{:docpublic:divers:fahcontrol.jpg?300|}} {{:docpublic:divers:fahcontrol.jpg?300|}}
  
 +config is stored in /etc/fahclient/config.xml
 +==== FAHViewer and freeglut ====
  
-==== freeglut ====+because we installed it with --nodeps !  
 + 
 +<code> 
 +$ FAHViewer 
 +FAHViewer: error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory 
 +</code>
  
-add freeglut for FAHviewer +the add freeglut for FAHviewer
  
 <code> <code>
Line 70: Line 106:
 </code> </code>
  
 +{{:docpublic:divers:fahviewer.jpg?300|}}
 ==== processes ==== ==== processes ====
  
docpublic/divers/fah.1587814847.txt.gz · Last modified: 2020/04/25 11:40 by procacci@tem-tsp.eu
[unknown link type]Back to top
CC Attribution-Noncommercial-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0