FAH on Ubuntu / Raspberry Pi 4 / 64bit
Posted: Mon Jan 31, 2022 4:09 pm
Hello,
I've been trying to research if it's possible to install FAH on Raspberry Pi 4 or not. There are some tutorials on Google that claim that it's possible, but when I follow them, I get the error:
I'm running a 64 bit Ubuntu on a Raspberry Pi 4
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focal
Is it possible to overcome these errors or am I stuck in a dead-end?
Thanks!
Christoph
I've been trying to research if it's possible to install FAH on Raspberry Pi 4 or not. There are some tutorials on Google that claim that it's possible, but when I follow them, I get the error:
Code: Select all
ubuntu@ubuntu:~/fah$ /etc/init.d/FAHClient -v start
Starting fahclient ... 15:54:26:Read GPUs.txt
15:54:26:******************************* libFAH ********************************
15:54:26: Date: Oct 20 2020
15:54:26: Time: 20:36:48
15:54:26: Revision: 5ca109d295a6245e2a2f590b3d0085ad5e567aeb
15:54:26: Branch: master
15:54:26: Compiler: GNU 8.3.0
15:54:26: Options: -faligned-new -std=c++11 -fsigned-char -ffunction-sections
15:54:26: -fdata-sections -O3 -funroll-loops -fno-pie
15:54:26: Platform: linux2 4.19.0-9-arm64
15:54:26: Bits: 64
15:54:26: Mode: Release
15:54:26:****************************** FAHClient ******************************
15:54:26: Version: 7.6.21
15:54:26: Author: Joseph Coffland <[email protected]>
15:54:26: Copyright: 2020 foldingathome.org
15:54:26: Homepage: https://foldingathome.org/
15:54:26: Date: Oct 20 2020
15:54:26: Time: 20:39:10
15:54:26: Revision: 6efbf0e138e22d3963e6a291f78dcb9c6422a278
15:54:26: Branch: master
15:54:26: Compiler: GNU 8.3.0
15:54:26: Options: -faligned-new -std=c++11 -fsigned-char -ffunction-sections
15:54:26: -fdata-sections -O3 -funroll-loops -fno-pie
15:54:26: Platform: linux2 4.19.0-9-arm64
15:54:26: Bits: 64
15:54:26: Mode: Release
15:54:26: Args: /etc/fahclient/config.xml --run-as fahclient
15:54:26: --pid-file=/var/run/fahclient.pid --daemon
15:54:26: Config: /etc/fahclient/config.xml
15:54:26:******************************** CBang ********************************
15:54:26: Date: Oct 20 2020
15:54:26: Time: 18:38:03
15:54:26: Revision: 7e4ce85225d7eaeb775e87c31740181ca603de60
15:54:26: Branch: master
15:54:26: Compiler: GNU 8.3.0
15:54:26: Options: -faligned-new -std=c++11 -fsigned-char -ffunction-sections
15:54:26: -fdata-sections -O3 -funroll-loops -fno-pie -fPIC
15:54:26: Platform: linux2 4.19.0-9-arm64
15:54:26: Bits: 64
15:54:26: Mode: Release
15:54:26:******************************* System ********************************
15:54:26: CPU: Unknown
15:54:26: CPU ID:
15:54:26: CPUs: 4
15:54:26: Memory: 3.70GiB
15:54:26:Free Memory: 1.33GiB
15:54:26: Threads: POSIX_THREADS
15:54:26: OS Version: 5.4
15:54:26:Has Battery: false
15:54:26: On Battery: false
15:54:26: UTC Offset: 8
15:54:26: PID: 747580
15:54:26: CWD: /var/lib/fahclient
15:54:26: OS: Linux 5.4.0-1045-raspi aarch64
15:54:26: OS Arch: ARM64
15:54:26: GPUs: 0
15:54:26: CUDA: Not detected: Failed to open dynamic library 'libcuda.so':
15:54:26: libcuda.so: cannot open shared object file: No such file or
15:54:26: directory
15:54:26: OpenCL: Not detected: clGetPlatformIDs() returned -1001
15:54:26:***********************************************************************
15:54:26:<config>
15:54:26: <!-- Client Control -->
15:54:26: <fold-anon v='true'/>
15:54:26:
15:54:26: <!-- Folding Slot Configuration -->
15:54:26: <gpu v='false'/>
15:54:26:
15:54:26: <!-- Process Control -->
15:54:26: <fork v='true'/>
15:54:26: <pid v='true'/>
15:54:26: <respawn v='true'/>
15:54:26: <service v='true'/>
15:54:26:
15:54:26: <!-- Slot Control -->
15:54:26: <power v='light'/>
15:54:26:
15:54:26: <!-- User Information -->
15:54:26: <user v='cburgdorfer'/>
15:54:26:
15:54:26: <!-- Folding Slots -->
15:54:26: <slot id='0' type='CPU'/>
15:54:26:</config>
15:54:26:Child exited with return code 1
15:54:26:Child exited with return code 1
15:54:26:Child exited with return code 1
15:54:26:Child exited with return code 1
15:54:26:Child exited with return code 1
15:54:26:ERROR:Respawning too fast. Exiting.
FAIL
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focal
Is it possible to overcome these errors or am I stuck in a dead-end?
Thanks!
Christoph