GithubHelp home page GithubHelp logo

ansible-role-folding-at-home's People

Contributors

jbertozzi avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

ansible-role-folding-at-home's Issues

does not start at debian buster

Hi

sorry, but your role did not start at debian buster.

Here some of my output.
I did not take much time to find out what exactly is the error, sorry :-/

ANSIBLE-LOG:

TASK [install-bat : install bat [amd64]] ****************************************************************************************************************************************************************************************************
changed: [fah-test]

TASK [install-bat : include_tasks] **********************************************************************************************************************************************************************************************************
skipping: [fah-test]

TASK [install-bat : include_tasks] **********************************************************************************************************************************************************************************************************
skipping: [fah-test]

PLAY [test fah] *****************************************************************************************************************************************************************************************************************************

TASK [fah : Install software] ***************************************************************************************************************************************************************************************************************
included: /home/lilian/git/ansible-wingcon-server/roles/fah/tasks/Debian.yml for fah-test

TASK [fah : Check if fahclient is already installed] ****************************************************************************************************************************************************************************************
ok: [fah-test]

TASK [fah : Download fahclient] *************************************************************************************************************************************************************************************************************
changed: [fah-test]

TASK [fah : Install fahclient] **************************************************************************************************************************************************************************************************************
changed: [fah-test]

TASK [fah : Check if fahcontrol is already installed] ***************************************************************************************************************************************************************************************
skipping: [fah-test]

TASK [fah : Download fahcontrol] ************************************************************************************************************************************************************************************************************
skipping: [fah-test]

TASK [fah : Install fahcontrol] *************************************************************************************************************************************************************************************************************
skipping: [fah-test]

TASK [fah : Check if fahviewer is already installed] ****************************************************************************************************************************************************************************************
skipping: [fah-test]

TASK [fah : Download fahviewer] *************************************************************************************************************************************************************************************************************
skipping: [fah-test]

TASK [fah : Install fahviewer] **************************************************************************************************************************************************************************************************************
skipping: [fah-test]

TASK [fah : Clean up .deb files] ************************************************************************************************************************************************************************************************************
changed: [fah-test] => (item=fahclient)
ok: [fah-test] => (item=fahcontrol)
ok: [fah-test] => (item=fahviewer)

TASK [fah : Configure software] *************************************************************************************************************************************************************************************************************
changed: [fah-test]

TASK [fah : Start fahclient] ****************************************************************************************************************************************************************************************************************
fatal: [fah-test]: FAILED! => changed=false 
  msg: |-
    Job for FAHClient.service failed because the control process exited with error code.
    See "systemctl status FAHClient.service" and "journalctl -xe" for details.

RUNNING HANDLER [fah : restart fahclient] ***************************************************************************************************************************************************************************************************

SYSTEMD Status

 $ systemctl status FAHClient.service
● FAHClient.service - LSB: Folding@home Client
   Loaded: loaded (/etc/init.d/FAHClient; generated)
   Active: failed (Result: exit-code) since Wed 2020-04-01 13:50:11 UTC; 37s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 7240 ExecStart=/etc/init.d/FAHClient start (code=exited, status=1/FAILURE)
    Tasks: 10 (limit: 4915)
   Memory: 7.4M
   CGroup: /system.slice/FAHClient.service
           ├─7098 /usr/bin/FAHClient /etc/fahclient/config.xml --run-as fahclient --pid-file=/var/run/fahclient.pid --daemon
           └─7100 /usr/bin/FAHClient --child --lifeline 7098 /etc/fahclient/config.xml --run-as fahclient --pid-file=/var/run/fahclient.pid --daemon

FULL command:

 $ /usr/bin/FAHClient /etc/fahclient/config.xml --run-as fahclient --pid-file=/var/run/fahclient.pid --daemon
13:51:31:************************* Folding@home Client *************************
13:51:31:    Website: http://folding.stanford.edu/
13:51:31:  Copyright: (c) 2009-2014 Stanford University
13:51:31:     Author: Joseph Coffland <[email protected]>
13:51:31:       Args: /etc/fahclient/config.xml --run-as fahclient
13:51:31:             --pid-file=/var/run/fahclient.pid --daemon
13:51:31:     Config: /etc/fahclient/config.xml
13:51:31:******************************** Build ********************************
13:51:31:    Version: 7.4.4
13:51:31:       Date: Mar 4 2014
13:51:31:       Time: 12:02:38
13:51:31:    SVN Rev: 4130
13:51:31:     Branch: fah/trunk/client
13:51:31:   Compiler: GNU 4.4.7
13:51:31:    Options: -std=gnu++98 -O3 -funroll-loops -mfpmath=sse -ffast-math
13:51:31:             -fno-unsafe-math-optimizations -msse2
13:51:31:   Platform: linux2 3.2.0-1-amd64
13:51:31:       Bits: 64
13:51:31:       Mode: Release
13:51:31:******************************* System ********************************
13:51:31:        CPU: Westmere E56xx/L56xx/X56xx (Nehalem-C)
13:51:31:     CPU ID: GenuineIntel Family 6 Model 44 Stepping 1
13:51:31:       CPUs: 8
13:51:31:     Memory: 7.79GiB
13:51:31:Free Memory: 5.19GiB
13:51:31:    Threads: POSIX_THREADS
13:51:31: OS Version: 4.19
13:51:31:Has Battery: false
13:51:31: On Battery: false
13:51:31: UTC Offset: 0
13:51:31:        PID: 7351
13:51:31:        CWD: /root
13:51:31:         OS: Linux 4.19.0-5-cloud-amd64 x86_64
13:51:31:    OS Arch: AMD64
13:51:31:       GPUs: 0
13:51:31:       CUDA: Not detected
13:51:31:***********************************************************************
13:51:31:<config>
13:51:31:  <!-- Client Control -->
13:51:31:  <fold-anon v='true'/>
13:51:31:
13:51:31:  <!-- Folding Slot Configuration -->
13:51:31:  <gpu v='false'/>
13:51:31:
13:51:31:  <!-- Process Control -->
13:51:31:  <fork v='true'/>
13:51:31:  <pid v='true'/>
13:51:31:  <respawn v='true'/>
13:51:31:  <service v='true'/>
13:51:31:
13:51:31:  <!-- Folding Slots -->
13:51:31:  <slot id='0' type='CPU'/>
13:51:31:</config>

Update to version 7.6.21

This version includes a number of significant updates, most notably the addition of ARM 64-bit support. ARM support is a great step forward given the rapid proliferation of ARM-based devices. We are especially grateful to Neocortix for helping make this possible!

The new client also includes updates that better detect and automatically configure supported GPUs.

https://foldingathome.org/2020/11/24/new-client-with-arm-support/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.