F5F Stay Refreshed Software Operating Systems The terminal doesn't recognize the command "FAHClient".

The terminal doesn't recognize the command "FAHClient".

The terminal doesn't recognize the command "FAHClient".

Pages (2): 1 2 Next
A
Athame_
Senior Member
734
01-26-2016, 08:20 AM
#1
I'm trying to set up F@H alongside the Debian PC it's installed on, so it only folds during daylight hours to avoid disturbing sleep with its fan noise. After some investigation, I learned that adjusting the crontab file is the most effective method to pause or resume the client before the system enters suspension or wakes up again. Before making changes, I wanted to verify if the instructions I found actually functioned, but unfortunately they didn't (referenced photo). What could I have misinterpreted? A quick reminder: F@H was active during my testing.
A
Athame_
01-26-2016, 08:20 AM #1

I'm trying to set up F@H alongside the Debian PC it's installed on, so it only folds during daylight hours to avoid disturbing sleep with its fan noise. After some investigation, I learned that adjusting the crontab file is the most effective method to pause or resume the client before the system enters suspension or wakes up again. Before making changes, I wanted to verify if the instructions I found actually functioned, but unfortunately they didn't (referenced photo). What could I have misinterpreted? A quick reminder: F@H was active during my testing.

T
tim_ki
Member
196
01-28-2016, 06:23 AM
#2
The information suggests checking the correct path for the command. You may need to use sudo with the appropriate directory to find the right F@H client script. The official site indicates a separate stop command, possibly requiring two cron jobs for proper setup.
T
tim_ki
01-28-2016, 06:23 AM #2

The information suggests checking the correct path for the command. You may need to use sudo with the appropriate directory to find the right F@H client script. The official site indicates a separate stop command, possibly requiring two cron jobs for proper setup.

S
SHURIKP
Member
60
01-28-2016, 10:22 AM
#3
The guide also pointed this out. It didn’t locate it, and trying to run it with root didn’t help. Updated on December 22, 2023 by Average Nerd
S
SHURIKP
01-28-2016, 10:22 AM #3

The guide also pointed this out. It didn’t locate it, and trying to run it with root didn’t help. Updated on December 22, 2023 by Average Nerd

S
StyleTrick
Senior Member
744
01-30-2016, 12:12 AM
#4
Are the files missing from the current folder? Navigate to ./etc/init.d/ and check the directory listing to see how the client was installed. Did you follow the setup guide on their website?
S
StyleTrick
01-30-2016, 12:12 AM #4

Are the files missing from the current folder? Navigate to ./etc/init.d/ and check the directory listing to see how the client was installed. Did you follow the setup guide on their website?

I
IFoskuruR3KT
Member
62
01-31-2016, 09:04 PM
#5
I opted for a snap package since the guide's files were old, causing missing dependencies. The updated files didn’t appear in the Terminal. It looks like there’s no directory present.
I
IFoskuruR3KT
01-31-2016, 09:04 PM #5

I opted for a snap package since the guide's files were old, causing missing dependencies. The updated files didn’t appear in the Terminal. It looks like there’s no directory present.

B
balaey1
Junior Member
35
01-31-2016, 11:32 PM
#6
Yes, that's correct. Did you mean something else?
B
balaey1
01-31-2016, 11:32 PM #6

Yes, that's correct. Did you mean something else?

E
emmylee33
Senior Member
710
02-02-2016, 03:55 PM
#7
It seems like you're unsure about how to use the information you've received.
E
emmylee33
02-02-2016, 03:55 PM #7

It seems like you're unsure about how to use the information you've received.

T
terminator578
Member
63
02-03-2016, 08:29 PM
#8
It didn't function properly. The items are just leftover pieces from many attempts that ended in failure.
T
terminator578
02-03-2016, 08:29 PM #8

It didn't function properly. The items are just leftover pieces from many attempts that ended in failure.

M
meerman01
Junior Member
14
02-03-2016, 09:52 PM
#9
Can we explore options to convert the current client into a service? Since the details on the site are quite advanced, I’ll try to simplify the approach.
M
meerman01
02-03-2016, 09:52 PM #9

Can we explore options to convert the current client into a service? Since the details on the site are quite advanced, I’ll try to simplify the approach.

J
Jasyul
Member
116
02-12-2016, 11:42 PM
#10
My Kubuntu configuration process to get it operational on my machine. I download the client application: fahclient_7.6.21_amd64.deb. Acquire the unofficial Python3 control software from Github. On the repository page, you'll find dependencies needed for installation, though they're stored in the repositories. Begin by installing the client, then proceed with the control. This should get things running, but I've noted a few adjustments I made after testing on one system. These steps aren't essential for others, this is related to personal troubles I'm facing. #start and stop folding at home sudo systemctl stop FAHClient sudo systemctl start FAHClient #edit folding at home config file sudo nano /etc/fahclient/config.xml #FAH log files and core location /var/lib/fahclient #when the GPU can't locate the OpenCL library in the directory: cd /usr/lib/x86_64-linux-gnu sudo ln -s libOpenCL.so.1 libOpenCL.so #ensure there aren't too many FAHClients competing at once (a problem I encountered on one machine after reboot) ps -e | grep FAHClient #if numerous instances are active, terminate them all and launch one manually. sudo killall FAHClient #with the control software running on multiple machines they operate consistently. I hope this assists.
J
Jasyul
02-12-2016, 11:42 PM #10

My Kubuntu configuration process to get it operational on my machine. I download the client application: fahclient_7.6.21_amd64.deb. Acquire the unofficial Python3 control software from Github. On the repository page, you'll find dependencies needed for installation, though they're stored in the repositories. Begin by installing the client, then proceed with the control. This should get things running, but I've noted a few adjustments I made after testing on one system. These steps aren't essential for others, this is related to personal troubles I'm facing. #start and stop folding at home sudo systemctl stop FAHClient sudo systemctl start FAHClient #edit folding at home config file sudo nano /etc/fahclient/config.xml #FAH log files and core location /var/lib/fahclient #when the GPU can't locate the OpenCL library in the directory: cd /usr/lib/x86_64-linux-gnu sudo ln -s libOpenCL.so.1 libOpenCL.so #ensure there aren't too many FAHClients competing at once (a problem I encountered on one machine after reboot) ps -e | grep FAHClient #if numerous instances are active, terminate them all and launch one manually. sudo killall FAHClient #with the control software running on multiple machines they operate consistently. I hope this assists.

Pages (2): 1 2 Next