I wanted to see if I could help out again with folding,
First question would be: Does FAH run COVID 19 GPU WUs, or only CPU?
If GPU,
is there anyone that could help me out setting up the client from terminal (post install)?
I'm running Ubuntu 19.04 and 20.04, and Control still doesn't work on it.
I'd like to do find the location of the config file, and an example of what needs to be in there (like user name, team number, key, GPU only setting, set client to accept COVID19 tasks, and set to full folding,... and other).
Then I need the command to start the client from terminal, as it seems that "sudo /etc/init.d/fahclient start" no longer works.
terminal setup instructions on Debian/Ubuntu 19.04 or higher
Moderators: Site Moderators, FAHC Science Team
Re: terminal setup instructions on Debian/Ubuntu 19.04 or hi
Yes, FAH runs COVID 19 GPUs, and how!
You'll find a good howto (at least for Nvidia GPUs) here: https://linustechtips.com/main/topic/10 ... lding-rig/
For example, Fahcontrol needs Python2 and your Ubuntu "only" has Python3. You'll find instructions at the link above.
For AMD cards, I recommend downloading here (for your specific card): https://www.amd.com/en/support
and then installing the Pro Variant of OpenCL with only the base kernel: https://amdgpu-install.readthedocs.io/e ... ro-variant
You'll find the config file in /etc/fahclient
You should be able to stop/start/restart using
You'll find a good howto (at least for Nvidia GPUs) here: https://linustechtips.com/main/topic/10 ... lding-rig/
For example, Fahcontrol needs Python2 and your Ubuntu "only" has Python3. You'll find instructions at the link above.
For AMD cards, I recommend downloading here (for your specific card): https://www.amd.com/en/support
and then installing the Pro Variant of OpenCL with only the base kernel: https://amdgpu-install.readthedocs.io/e ... ro-variant
You'll find the config file in /etc/fahclient
You should be able to stop/start/restart using
Code: Select all
sudo service FAHClient start
sudo service FAHClient stop
sudo service FAHClient restart
-
- Site Moderator
- Posts: 6986
- Joined: Wed Dec 23, 2009 9:33 am
- Hardware configuration: V7.6.21 -> Multi-purpose 24/7
Windows 10 64-bit
CPU:2/3/4/6 -> Intel i7-6700K
GPU:1 -> Nvidia GTX 1080 Ti
§
Retired:
2x Nvidia GTX 1070
Nvidia GTX 675M
Nvidia GTX 660 Ti
Nvidia GTX 650 SC
Nvidia GTX 260 896 MB SOC
Nvidia 9600GT 1 GB OC
Nvidia 9500M GS
Nvidia 8800GTS 320 MB
Intel Core i7-860
Intel Core i7-3840QM
Intel i3-3240
Intel Core 2 Duo E8200
Intel Core 2 Duo E6550
Intel Core 2 Duo T8300
Intel Pentium E5500
Intel Pentium E5400 - Location: Land Of The Long White Cloud
- Contact:
Re: terminal setup instructions on Debian/Ubuntu 19.04 or hi
Do note that F@H also has COVID-19 WUs for CPUs too. You can choose if you would like to contribute your CPU or GPU or both 

ETA:
Now ↞ Very Soon ↔ Soon ↔ Soon-ish ↔ Not Soon ↠ End Of Time
Welcome To The F@H Support Forum Ӂ Troubleshooting Bad WUs Ӂ Troubleshooting Server Connectivity Issues
Now ↞ Very Soon ↔ Soon ↔ Soon-ish ↔ Not Soon ↠ End Of Time
Welcome To The F@H Support Forum Ӂ Troubleshooting Bad WUs Ӂ Troubleshooting Server Connectivity Issues
Re: terminal setup instructions on Debian/Ubuntu 19.04 or hi
My system runs Ubuntu 19.10 and 20.04, and I'm not going to downgrade it to 18, hence I'm needing the terminal setup information.
Re: terminal setup instructions on Debian/Ubuntu 19.04 or hi
MeeLee wrote: My system runs Ubuntu 19.10 and 20.04, and I'm not going to downgrade it to 18, hence I'm needing the terminal setup information.
The link AJM listed should work.ajm wrote: You'll find a good howto (at least for Nvidia GPUs) here: https://linustechtips.com/main/topic/10 ... lding-rig/]
I would change the lines:
Copy the Most recent Debian Package from foldingathome.org
Code: Select all
wget https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.5/fahclient_7.5.1_amd64.deb
Code: Select all
sudo dpkg -i fahclient_7.5.1_amd64.deb
Code: Select all
wget https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.9_amd64.deb
Code: Select all
sudo dpkg -i --force-depends fahclient_7.6.9_amd64.deb